@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f49e3f !important;
}

.custom-cardheight {
    min-height: 275px;
}

.invalid-feedback {
    display: block;
}

.page-title {
    font-family: "Changa", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
}
body[data-leftbar-theme="dark"] .side-nav .menuitem-active > a {
    color: #15cff7 !important;
}
body[data-leftbar-theme="dark"] .side-nav .side-nav-link {
    color: #15cff7 !important;
}
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a, body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a, body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a {
    color: #FFF !important;
}
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:hover {
    color: #FFFF00 !important;
}
body[data-leftbar-theme="dark"] .side-nav .side-nav-link:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-link:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-link:active {
    color: #FFFF00 !important;
}
body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
    background: #15cff7  !important;
    color: black !important;
}
