/* Header Start */

.header.navbar{
    padding:12px 0
}

.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 170px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.header {
    position: relative;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
}

.header nav {
    /* margin-top: 25px; */
}



.header-imageLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 56px;
    padding: 8px;
    background: #ffffffe6;
    box-shadow: 0px 16px 32px -9px #6100ff80;
    margin-right: 24px;
    margin-top: 25px;
}

.header-imageLink img {
    max-width: 100%;
    width: 30px;
}

/* .authenticate,
.authenticated {
    margin-top: 25px;
} */

.authenticate .btn {
    padding: 8px 22px;
    background: unset;
    border: 1px solid;
    /* box-shadow: 0px 16px 32px -9px #6100ff80; */
    border-radius: 8px;
    /*border: unset;*/
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-wrap: nowrap;
    width: 170px;
    max-width: 150px;
}

.authenticate .btn:active {
    color: white;
}

.authenticate .dropdown-menu {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    border-radius: 8px;
    margin-top: 10px;
}

.authenticate li {
    padding: 10px 15px;
    border-bottom: 1.5px solid black;
}

.authenticate li:last-child {
    border-bottom: unset;
}

.authenticate .dropdown-item {
    color: #1a56db;
    font-weight: 500;
    font-size: 14px;
    padding: unset;
    transition: all 0.2s ease;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.authenticate .dropdown-item:hover {
    padding: unset;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #6d3ee4;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
    width: fit-content;
    text-wrap: nowrap;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: #635bff;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #635bff;
    text-decoration: none;
}
.authenticate .btn.show, .authenticate .btn:active {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    color: #1a56db;
}
.authenticate .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1a56db;
    font-weight: 500;
    font-size: 16px;
    font-family: comfortaa, sans serif;
    transition: all 0.2s ease;
    border: #1a56db solid 1px;
}

.topbar{
    background-color: #003566;
}
.topbar a{
    font-size: 10px;
    color: white;
    padding: 0px;
    margin: 0px;
}
.topbar a:hover{
    color:#FFAD29;
}
.topbar-left {
    padding: 10px;
}
.topbar-left a{
    border-right: 1px solid white;
    padding-right: 10px;
    padding-left: 10px;
}
.topbar-content{
    display: flex;
    justify-content: space-between;
}
.topbar-right{
    padding: 10px;
}
.topbar-right a{
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 768px){
    .topbar{
        display: none;
    }
}
.header-line{
    height: 100px !important;
    border-left: 1px solid black !important;
}

/* Header End */