﻿
.row {
    --bs-gutter-x: 0px
}

.navbar-toggler {
    background-color: black;
}

.top-row {
    height: 3.5rem;
    background-color: #f2a00f;
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.nav-link {
    color: black;
    text-decoration: none
}

    .nav-link::deep a.hover {
        color: black !important;
        text-decoration: none
    }

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item ::deep a {
    color: #ffffff;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.sidebar .nav-item ::deep a {
    color: #ffffff !important;
}

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25) !important;
    color: #ffffff !important;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    .collapse:not(.show) {
        display: block;
    }
    .collapse:not(.show) {
        display: none;
    }
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@@media (max-width: 640px) {
    .smallLogo {
        /*display: inline-block !important;*/
        display: none !important;
    }

    .fullSizeLogo {
        display: inline-block !important;
    }

    .navbar_logo_brand {
        height: 50px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@@media (min-width: 641px) {
    .smallLogo {
        display: none !important;
    }

    .fullSizeLogo {
        display: inline-block !important;
    }

    .navbar_logo_brand {
        height: 170px !important;
    }
}

.arrowPosition {
    position: absolute;
    right: 1px;
    overflow:hidden;
}

.sidebar .nav-item a {
    font-size: 1.09rem !important;
    color: #ffffff;
    font-weight:700;
}

.sidebar .nav-item a:active, .sidebar .nav-item a:hover {
    font-size: 1.09rem !important;
    color: #ffffff;
}
/* For Chrome, Safari, and newer Edge */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff; /* Change this to your desired color */
}

::-webkit-scrollbar-track {
    background-color: #ffffff; /* Change this to your desired color */
}
/* Customize SimpleBar scrollbar */
.simplebar-scrollbar.simplebar-visible:before {
    background-color: yellow !important; /* Change this to your desired color */
}

