body {
    background-color: #F4F4FC;
    font-family: GothamRoundedMedium_21022, sans-serif;
    overscroll-behavior: none;
}

p {
    margin-bottom: unset;
}

#logout_div {
    margin-right: 20px;
}

.nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color 1s;
    height: 74px;
}

.nav-item_selected {
    background: rgba(0, 0, 0, 0.1);
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar .form-control {
    border-width: thin !important;
}

ul.nav.flex-column li.nav-item a.nav-link i.bi {
    margin-left: 5%;
    margin-right: 5%;
}

.force_blue_background {
    background-color: #05597D !important;
}

.force_white_background {
    background-color: #FFFFFF !important;
}

.nav-link img {
    height: 11px;
}

.nav-link {
    color: white !important;
    opacity: 1;
    font-family: GothamRounded-Bold;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.3px;
}

.navbar {
    background-color: #FFFFFF;
    height: 89px;
}

.user-level {
    font-family: 'GothamRounded-Book';
    font-style: normal;
    font-weight: 325;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
}

.btn-refresh {
    background-color: #EDEDED !important;
    border-radius: 45px;
    color: #000000;
}

.btn-refresh:focus {
    outline: none;
    box-shadow: none;
}

.btn-user {
    background: #32556E;
    border-radius: 45px;
    color: #FFFFFF;
    height: 50px;
    font-weight: 325;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    overflow-y: auto;
    top: 89px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0 0 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    display: block;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.w-20-custom {
    width: 20% !important;
    margin-top: 15px;
}

/*
 * Navbar
 */

.navbar-toggler {
    background-color: #05597D !important;
    border-radius: 0;
    padding: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-dark .navbar-toggler {
    border-color: #05597D !important;
}

#MobileProfile {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

#MobileLanguage {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .navbar {
        align-items: inherit;
    }

}