﻿.navbar {
    background-color: #448033;
    position: relative;
    top: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 65px;
    margin-bottom: 20px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    flex-basis: 70%;
    margin-right: 0px;
    min-height: 65px;
}
.navbar-brand img {
    /* max-height: 55px; */
    width: 100%;
    max-width: 250px;

}
.navbar-nav {
    border-top: 1px solid rgba(255, 255, 255, .20);
    margin-top: 5px;
    flex-basis: 100%;
}
.nav-link {
    color: #ffffff;
    font-size: 16.1px;
    font-weight: 700;
    padding: 10px 15px 10px 15px;
}
.nav-link:hover {
    color: #000000;
    background-color: #336B80;
}
.nav-link:visited, .nav-link:active {
    color: #ffffff;
    opacity: 1;
}
/* .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    display: none;
} */
.nav-link::before {
    display: none !important;
}
.navbar .container-fluid {
    padding: 0px calc(1% + 15px) 0px calc(1% + 15px);
}
.navbar-toggler {
    background-color: #336B80;
    border: 2px solid #ffffff;
}
.navbar-toggler-icon {
    /* --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
    box-shadow: none;
}
.dropdown-toggle.show {
    background-color: #C8C68E;
}
.dropdown-toggle.show:focus {
    background-color: #C8C68E;
}
.dropdown-menu {
    border: 0px solid rgba(0,0,0,0.15);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.dropdown-menu.show {
    margin-top: 0px;
}
.dropdown-divider {
    margin-top: 0px;
    margin-bottom: 0px;
}
.dropdown-item {
    font-size: 16.1px;
    word-wrap: break-word;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-item:hover {
    background-color: #336B80;
    color: #ffffff;
}
#___gcse_1 {
    flex-basis: 100%;
}
.mobile-nav-rule {
    height: 0.8px;
    border-width: 0px;
    background-color: #ffffff;
    color: #ffffff;
    opacity: 100%;
}

@media (min-width: 992px) {
    .cbs-main-header-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #448033;
        padding: 5px calc(2% + 12px) 5px calc(2% + 12px);
    }
    /* .cbs-main-hearder-logo a {
        width: fit-content;
    } */
    .cbs-main-header-search {
        /* max-width: 350px; */
        flex-basis: 30%;
    }
    #___gcse_0 {
        flex-basis: unset;
        width: 100%;
        float: right;
    }
    /* .gsc-control-cse-en {
        flex-basis: unset;
        width: 200%;
        float: right;
    } */
    .navbar {
        min-height: unset;
        max-height: 50px;
        background-color: #336B80;
        position: relative;
        top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-nav {
        border-top: none;
        margin-top: 0px;
    }
    .dropdown-menu {
        border: 1px solid rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    }
    .nav-link {
        font-weight: 400;
        text-align: center;
    }
    .nav-link:hover {
        color: white;
        background-color: #448033;
    }
    .dropdown-toggle:not(.show) {
        color: #ffffff;
    }
}
@media (min-width: 1400px) {
    .nav-link {
        font-size: 18.9px;
    }
}
