﻿.btn:hover {
    opacity: 0.9;
}
input[type="checkbox"] {
    cursor: pointer;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #273e81 !important;
    border-color: #273e81 !important;
}

.btn-primary[disabled]:hover {
    background-color: #21346c !important;
    border-color: #21346c !important;
    opacity: 0.7 !important;
} 
input[type="radio"] {
    cursor: pointer;
}
.btn_logout {
    background-color: #d31010;
    float: right;
    width: 100%;
    max-width: 122px;
    padding: 10px 12px;
    border: 0px;
    border-radius: 5px;
    font-size: 15px;
}

.pull-right-display {
    display: flex;
    align-items: center
}

.btn_logoutDiv h5 {
    font-size: 15px;
    margin-left: 10px;
    color: #000000;
    font-weight: 500 !important;
}

    .btn_logoutDiv h5 i {
        color: #000000;
    }
.header .row-header {
    margin-top: 10px;
    margin-bottom: 12px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body {
    padding: 0px;
    background-color: #eee;
}

#logout_popup .modal-footer {
    padding: 10px 15px;
}

#logout_popup .modal-dialog {
    max-width: 450px;
    width: 100%;
    margin: 10px auto;
    padding: 0px 10px;
}
#logout_popup .SessionTimeoutfooter .btn {
    padding: 6px 12px;
}
#logout_popup .modal-header {
    padding: 5px 15px;
    background: #21346c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#logout_popup input {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #b9bdbb;
}

#logout_popup {
    z-index: 99999991;
    background: rgba(0,0,0,0.5);
}

    #logout_popup .modal-body {
        padding: 15px;
    }
    #logout_popup .modal-dialog {
    max-width: 480px;
    margin: 30px auto;
}

#logout_popup  #timer {
    font-size: 22px;
    font-weight: 800;
}


#logout_popup .SessionTimeoutfooter.text-right {
    border-top: 1px solid #c4c4c4;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0px;
    margin: 0;
}
#logout_popup .SessionTimeoutInner p, 
#logout_popup #SessionWarning p { 
    margin-bottom: 20px;
}
#logout_popup #SessionWarning .custm_btn_:nth-child(2) {
 background: #d9534f !important;
 border:1px solid #d9534f;
 color:#fff;
}
    #logout_popup .form-control {
        height: 40px;
        max-width: 320px;
        width: 100%;
        margin-bottom: 0px;
        border: 0px;
        box-shadow: none;
        color: #333;
        font-size: 14px;
    }

#Connection_Timeout_popup .modal-footer {
    padding: 5px 15px;
}

#Connection_Timeout_popup .modal-dialog {
    max-width: 370px;
    width: 100%;
    margin: 10px auto;
    padding: 0px 10px;
}

#Connection_Timeout_popup .modal-header {
    padding: 5px 15px;
    background: #21346c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#Connection_Timeout_popup input {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #b9bdbb;
}

#Connection_Timeout_popup .form-control {
    height: 40px;
    max-width: 320px;
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
}

.header-county li .custm-talk-expert {
    color: #78a562;
    font-size: 14px;
    margin-bottom: 2px;
}

.btn-support:hover, .btn-support:focus {
    color: #ffffff;
    outline: none !important;
}
.btn-support:hover {
    background-color: #273e81;
    opacity: 0.9 !important;
}
.btn-support {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #21346c;
    margin-bottom: 5px;
    padding: 2px 2px 2px 4px !important;
    border-radius: 100px;
    min-width: 115px;
}

.Support_btn_icon {
    background: #506ab9;
    padding: 5px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.header-county ul {
    padding: 0px;
    margin: 10px 0px 0px;
    list-style: none;
    float: right;
}

    .header-county ul li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .header-county ul li a {
            color: #666;
        }

.header_inner_section { display: flex; justify-content: space-between; align-items: center; gap: 5px;}
.btn_logoutDiv {
    margin-top: 10px;
}

.top-header {
    padding: 0px 0px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff ;
}

.header-county .custm-county-content span {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
}

.loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    max-width: 100px;
    width: 100%;
}

.loader {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999999;
}

body {
    position: relative;
}

.header-logo img {
    max-width: 100px;
}

.row-header {
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.btn:focus {
    outline: none !important;
}
select {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {
    .header_inner_section {
        display: block;
    }

    .btn-support {
        width: 100%;
        justify-content: center;
        border-radius: 0;
    }
    .row.row-header {
        display: flex;
        align-items: center;
    }

    row.row-header .btn_logoutDiv {
        margin-top: 0;
    }
    .btn_logoutDiv {
        margin-right: 70px;
    }
    .pull-right-display {
        display: flex;
        align-items: center;
        float: inherit !important;
        justify-content: flex-end;
    }
}
