﻿/*
Custom Alert*/

#confirm {
    display: none;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    background-color: #ffffff;
    padding: 1% 1% !important;
    border: 1px solid #aaa;
    position: fixed;
    width: 430px;
    height: 120px;
    left: 43%;
    margin-left: -145px;
    margin-top: -12em;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

    #confirm button {
        background-color: #48E5DA;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #aaa;
        padding: 3px;
        text-align: center;
        width: 80px;
        cursor: pointer;
        margin-top: 2.5em;
        margin-left: 12px;
    }

    #confirm .message {
        text-align: center;
        margin-top: 1em;
    }

.sticky-top-banner {
    height: 34px;
    display: inline-flex;
    top: 0;
}

.sticky-top-bar {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #000000;
    padding: 10px 14px;
}

    .sticky-top-bar .back-link {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
    }

        .sticky-top-bar .back-link:hover {
            text-decoration: none;
            color: #ffd800;
        }

    .sticky-top-bar .back-arrow {
        margin-right: 5px;
        font-size: 0.82rem;
        line-height: 1;
    }

.mb-01 {
    margin-bottom: 1.0rem;
}

.sticky-top-bar ~ #header {
    top: 24px !important;
}
