﻿.top-header,
.top-header span {
    font-size: 16px !important;
}

.top-header span {
    line-height: 24px !important;
    display: inline;
}

.top-header .row {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.mobile-top-header {
    display: none;
}

.notifyoverlay-btn {
    margin: 0;
    text-align: right;
    padding-left: 20px;
}

.notifyoverlay-btn a {
    border: 1px solid #000;
    padding: 8px 15px;
    color: #000;
    border-radius: 5px;
    white-space: nowrap;
}

input#toggle {
    display: none;
    visibility: hidden;
}

#accordn_icon {
    color: #333;
    position: absolute;
    right: 0;
    top: 1.5em;
}

#accordn_icon::after {
    font-weight: bold;
    font-size: 15px;
    content: '';
    background: url('/Assets/img/angle-up.png');
    vertical-align: text-top;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background-size: 70%;
    background-repeat: no-repeat;
}

#toggle:checked~#accordn_icon::after {
    content: '';
    display: block;
    background: url('/Assets/img/angle-down.png');
    background-size: 70%;
    background-repeat: no-repeat;
}

#toggle:checked~#accordn_icon~#myCollapse {
    display: none;
}

.top-header.notifyoverlay .top-header-left,
.top-header.notifyoverlay .top-header-left p,
.top-header.notifyoverlay .top-header-left span,
.top-header.notifyoverlay .top-header-left strong,
.mobile-top-header.notifyoverlay .top-header-left,
.mobile-top-header.notifyoverlay .top-header-left span,
.mobile-top-header.notifyoverlay .top-header-left strong,
.notifyoverlay {
    font-size: 16px !important;
}

@media screen and (min-width:1024.99px) {
    section.top-header.notifyoverlay>.container {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .top-header {
        display: none;
    }

    .mobile-top-header {
        display: block;
        z-index: 9;
        position: relative;
        padding: 15px 0
    }

    .top-header-left {
        width: 100%;
        padding: 0 30px 0 15px;
        font-size: 16px
    }

    .top-header-left p,
    .top-header-left strong {
        margin: 0;
        font-size: 16px
    }

    .notifyoverlay-btn a {
        display: inline-block;
        text-align: center;
        font-weight: 500;
        margin-top: 15px;
    }

    .notifyoverlay-btn {
        margin: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
}