.navbar {
    /*padding: 0.5rem 0;*/
    padding: 0;
}

.btn-close-img {
    border : 0;
    background-color: transparent;
    padding:5px;
    margin: auto 1.5rem;
    right:0;
}

.navbar-hr {
    color: #2439EA;
    opacity: inherit;
    margin:2px 0 0 0;
}

.top-nav-dropdown-divider {
    background-color: rgba(0, 0, 0, 0.5);
    height: 1px;
}

.nav-bar-logo-img {
    height: 30px;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Ensures the offcanvas takes up full screen height */
}

.navbar-nav.mt-auto {
    margin-top: auto; /* Pushes this list to the bottom */
}

.navbar-nav .active-state {
    background-color: rgba(36, 57, 234, 0.12);
    border-radius: 12px;
    color: #2439EA;
}

.nav-grouped-item {
    margin-left: 5%;
}

.nav-text-item {
    margin-left: 1%;
}

.navbar-brand {
    margin-left: 4% !important;
}

.top-nav-img {
    min-height:50px;
    margin:20px 0 25px 0;
}

/*.top-nav-burger-img {
    margin: 0;
}*/

.top-nav-white-btn {
    background-color: #fff;
    color: #2439EA;
    border: 1px solid #2439EA;
    border-radius: 50px;
    margin-right: 1vw;
    padding:0.375rem 2vw;
    font-size:1em;
    font-weight:700;
}

.top-nav-white-btn:hover {
    background-color: #2439EA !important;
    border: 1px solid #2439EA;
    color: #fff !important;
}

.top-nav-blue-btn {
    background-color: #2439EA;
    color: #fff;
    border: 1px solid #2439EA;
    border-radius: 50px;
    margin-right: 1vw;
    padding:0.375rem 4vw;
    font-size:1em;
    font-weight:700;
}

.top-nav-blue-btn:hover {
    background-color: #001ca7 !important;
    border: 1px solid #001ca7;
}

.top-nav-red-btn {
    background-color: white;
    color: #C60000;
    border: 1px solid #C60000;
    border-radius: 50px;
    margin-right: 1vw;
    padding:0.375rem 4vw;
    font-size:1em;
    font-weight:normal;
}

.top-nav-red-btn:hover {
    background-color: #C60000 !important;
    border: 1px solid #C60000;
}

.sob-main-menu .dropdown-divider {
    margin: 0.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.sob-main-menu .nav-item .nav-link {
    border-radius: 15px;
    margin-bottom:5px;
    font-weight:500;
    color: #8C8D94;
    cursor: pointer;

}

.sob-main-menu-background {
    background-color: #EBEDFD;
}

.sob-main-menu .nav-item .nav-link svg {
    fill: currentColor !important;
    width:1.4rem;
    height:1.4rem;
}

.sob-main-menu .nav-item .nav-link.active {
    background-color:#D7DAFB;
    color: #2439EA;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.sob-main-menu .nav-item .nav-link.active svg {
    fill: currentColor !important;
}

.sob-main-menu .nav-item .nav-link:hover {
    background-color:#D7DAFB;
    color: #2439EA;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.sob-nav-btn-icon {
    position:relative;
    border:0;
    font-size:1.7rem;
    color: #2439EA;
    border-radius: 10px;
    background: none;
    margin-right:5px;
    padding: 0.375rem 0.75rem;
}

.sob-nav-btn-icon:hover {
    color: #2439EA;
    background: #ebebf1;
}

.sob-nav-btn-icon .badge {
    position:absolute;
    top:-6px;
    right:0;
    font-size:0.8rem;
    padding:0.35rem 0.35rem;
    background-color: #2439EA;
    color:white;
    border: 1px solid white;
}

.top-nav-legacy-fix {
    padding: 0 0.75rem;
}

.sob-nav-btn-icon i {
    line-height: 0.5;
}

.top-nav-burger-menu {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 578px) {
    .top-nav-white-btn {
        padding:2px 3vw;
        font-size:0.6rem;
    }

    .top-nav-blue-btn {
        padding:2px 3vw;
        font-size:0.6rem;
    }

    .top-nav-img {
        min-height:20px;
        max-width:90px;
    }
}

@media screen and (min-width: 579px) and (max-width: 769px) {
    .top-nav-white-btn {
        padding:2px 4vw;
        font-size:0.7rem;
    }

    .top-nav-blue-btn {
        padding:2px 4vw;
        font-size:0.7rem;
    }

    .top-nav-img {
        min-height:30px;
    }
}

@media screen and (max-width: 769px) {

    .sob-nav-btn-icon {
        font-size:1.2rem;
        margin-right:0;
    }

    .sob-nav-btn-icon .badge {
        font-size:0.5rem;
        top:0;
        right:2px;
        padding:0.25rem 0.25rem;
    }

    .top-nav-img {
        margin:20px 0 25px 0;
    }
}