@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Thin.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Light.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-ExtraLight.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Bold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-ExtraBold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Black.ttf');
}

body {
    font-family: 'Inter';
    font-weight: 400;
}

.c-sidebar-nav-icon {
    font-size: 18px;
    height: auto;
    margin-right: 0 !important;
}

.c-sidebar-nav-link,
.c-sidebar-nav-dropdown-toggle {
    padding: 15px;
}

.c-sidebar-dark a.c-sidebar-nav-link {
    color: #ADB5BD;
    font-family: Inter;
    font-size: 16px;
    line-height: 150%;
}

.c-sidebar-dark {
    background: #151529;
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-link:hover,
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    background: transparent;
    color: #fff;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle::after {
    transform: rotate(180deg);
}

html:not([dir="rtl"]) .c-sidebar-nav-dropdown.c-show>.c-sidebar-nav-dropdown-toggle::after {
    transform: rotate(270deg);
}

.c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link i::before {
    content: "-" !important;
}

.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link {
    color: #A3A6B7;
    font-size: 14px;
    line-height: 157.143%;
}

.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link.c-active,
.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link:hover {
    color: #fff;
}

.c-header .c-header-toggler .ri-menu-2-line {
    font-size: 20px;
    color: #4B38B3;
}

.c-header .c-header-toggler {
    min-width: auto;
    padding: 0;
    margin-left: 24px;
}

.c-header-nav-item-noti {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F3F3F9;
    margin: 0 8px;
    position: relative;
}

.c-header-nav-item-noti i::before {
    font-size: 20px;
    color: #4B38B3;
}

.c-header-nav-item-noti span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 18px;
    font-size: 10px;
    color: #fff;
    background: #FF9083;
    position: absolute;
    right: 2px;
    top: -7px;
    border-radius: 50%;
    text-align: center;
}

.c-header.c-header-fixed {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(56, 65, 74, 0.14);
}

.c-header .c-subheader {
    border-top: 1px solid rgba(56, 65, 74, 0.14);
    margin-top: 0;
    align-items: center;
    padding: 0 24px;
}

.c-subheader-title {
    padding-right: 10px;
    margin: 0;
    color: #495057;
    font-size: 15px !important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .c-sidebar-minimized.c-sidebar-fixed {
        width: 50px;
    }
}