@font-face {
    font-family: "NT";
    src: url("../../fonts/NT\ Font/NT Regular.ttf") format("truetype");
}

body {
    font-family: "NT";
    font-size: 20px;
}

body.theme-light .sidebar-wrapper .menu .sidebar-item,
body.theme-dark .sidebar-wrapper .menu .sidebar-item {
    margin-top: 0.3rem;
}

body.theme-light .sidebar-wrapper .menu .sidebar-link,
body.theme-dark .sidebar-wrapper .menu .sidebar-link {
    padding: 0.5rem 1rem;
}

body.theme-light .sidebar-wrapper .menu .sidebar-link span,
body.theme-dark .sidebar-wrapper .menu .sidebar-link span {
    font-size: 1.3rem;
}

body.theme-light .sidebar-wrapper .menu .submenu .submenu-item a,
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item a {
    font-size: 1rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

.theme-light .navbar-light {
    background-color: #fff;
}

.theme-dark .navbar-light {
    background-color: #1e1e2d;
}

body.theme-dark #main #main-content,
body.theme-light #main #main-content  {
    padding-bottom: 0;
}

body.theme-dark .form-select,
body.theme-light .form-select {
    font-size: 1.2rem;
}

body.theme-dark .font-16,
body.theme-light .font-16 {
    font-size: 16px !important;
}