/**
* SISTEM INFORMASI MANAJEMEN SISWA (SIMAS)
* Copyright © 2024
* Licensed under the Sisgo Global Teknologi, PT
* https://sisgo.co.id/
* Designed And built with all the love in the world @sisgoglobal for LPI Sari Bumi.
*/
@font-face {
    font-family: "sisgo-neighbor";
    src: url("../fonts/neighbor.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "sisgo-azonix";
    src: url("../fonts/azonix.otf");
    font-style: normal;
}
:root {
    --vh100: calc(var(--vh, 1vh) * 100);
}

#main_content {
    min-height: var(--vh100);
}

.header_top > .container {
    height: var(--vh100);
}

@media screen and (max-width: 767px) {
    .header_top > .container {
        height: 55px !important;
    }
}

.offcanvas-active .portal_sidebar.active,
.offcanvas-active .erapor_sidebar.active {
    left: -330px;
}

.offcanvas-active .portal_sidebar.active,
.offcanvas-active .erapor_sidebar.active,
.offcanvas-active .web_sidebar.active,
.offcanvas-active .absensi_sidebar.active {
    left: -330px;
}

.portal_sidebar,
.erapor_sidebar,
.web_sidebar,
.absensi_sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-right: 1px solid #e6e9ed;
    padding: 15px 15px 10px 85px;
    height: 100vh;
    left: -330px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 1029;
}

.portal_sidebar.active,
.erapor_sidebar.active,
.web_sidebar.active,
.absensi_sidebar.active {
    z-index: 1028;
    width: 330px;
    left: 0;
}

.portal_sidebar.open,
.erapor_sidebar.open,
.absensi_sidebar.open,
.web_sidebar.open {
    width: 330px;
    left: 0;
}

.portal_sidebar .sidebar-nav,
.erapor_sidebar .sidebar-nav,
.web_sidebar .sidebar-nav,
.absensi_sidebar .sidebar-nav {
    min-height: calc(var(--vh100) - 90px);
    height: calc(var(--vh100) - 90px);
}

@media screen and (max-width: 1200px) {
    .portal_sidebar,
    .erapor_sidebar,
    .web_sidebar,
    .absensi_sidebar {
        left: -330px;
    }
}
@media screen and (max-width: 767px) {
    .portal_sidebar,
    .erapor_sidebar,
    .web_sidebar,
    .absensi_sidebar {
        height: auto;
        padding-top: 65px;
        padding-left: 20px;
    }
}

.portal_sidebar > .container,
.erapor_sidebar > .container,
.web_sidebar > .container,
.absensi_sidebar > .containe {
    padding: 0;
}

.portal_sidebar .sidebar-nav,
.erapor_sidebar .sidebar-nav,
.web_sidebar .sidebar-nav,
.absensi_sidebar .sidebar-nav {
    height: calc(100vh - 110px);
    overflow-y: auto;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .portal_sidebar .sidebar-nav,
    .web_sidebar .sidebar-nav,
    .erapor_sidebar .sidebar-nav,
    .absensi_sidebar .sidebar-nav {
        padding-bottom: 40px;
        height: calc(100vh - 160px);
    }
}

.portal_sidebar .menu_option,
.web_sidebar .menu_option,
.erapor_sidebar .menu_option,
.absensi_sidebar .menu_option {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}

.portal_sidebar .menu_option.active,
.portal_sidebar .menu_option:hover,
.web_sidebar .menu_option.active,
.web_sidebar .menu_option:hover,
.erapor_sidebar .menu_option.active,
.erapor_sidebar .menu_option:hover,
.absensi_sidebar .menu_option.active,
.absensi_sidebar .menu_option:hover {
    opacity: 1;
}

.portal_sidebar .nav-link,
.portal_sidebar .nav-item,
.web_sidebar .nav-link,
.web_sidebar .nav-item,
.erapor_sidebar .nav-link,
.erapor_sidebar .nav-item,
.absensi_sidebar .nav-link,
.absensi_sidebar .nav-item {
    min-width: auto;
}

.portal_sidebar .search,
.web_sidebar .search,
.erapor_sidebar .search,
.absensi_sidebar .search {
    margin-top: 20px;
}

.portal_sidebar > .brand_name,
.web_sidebar > .brand_name,
.erapor_sidebar > .brand_name,
.absensi_sidebar > .brand_name {
    margin-bottom: 20px;
    align-items: center;
}

.portal_sidebar > .brand_name .brand-name,
.web_sidebar > .brand_name .brand-name,
.absensi_sidebar > .brand_name .brand-name,
.erapor_sidebar > .brand_name .brand-name {
    margin: 0;
}

.text-sisgo {
    font-family: "sisgo-neighbor";
    color: #2c353e !important;
}
.sisgo-font {
    font-family: "sisgo-azonix";
    color: #2c353e !important;
}
::selection {
    color: #fff;
    background: #07dab3;
}
a,
.btn-link {
    color: #0078a7;
}

.btn-boxes {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-boxes i {
    font-size: 32px;
}

.text-info,
.text-primary,
.mail-star.active,
.page-title {
    color: #0078a7 !important;
}
.badge-default {
    background: #747879;
    color: #f1f1f1;
}
.loader {
    color: #1b2139;
}
.badge-primary {
    background-color: #1b2139;
}
.btn-primary {
    /* background: #1b2139; */
    background: #0078a7;
    color: #fff;
    border-color: #1b2139;
}
.btn-info {
    background-color: #0078a7;
    border-color: #0078a7;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 33, 57, 0.25);
}
.dropify-wrapper,
.btn-primary {
    border: 0;
}

.file_folder > .file {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    border-radius: 0.1875rem;
    border: 1px solid #d1d3d4;
    position: relative;
    overflow: hidden;
}

.file_folder > .file > .icon {
    width: 60px;
    min-width: 60px;
}

.file_folder .file-name {
    padding: 10px 5px;
}
.file_folder .file-name {
    display: grid;
}
.file_folder > .file > .lampiran__input-delete {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    padding-top: 10px;
    padding-right: 10px;
}
.menu__disabled {
    color: #ccc1c1 !important;
}
.menu__disabled > i {
    filter: invert(0.7);
}
.nav-link.icon > i.active {
    filter: invert(0.4);
    font-size: 22px !important;
}
/* .bg-primary,
.bg-info,
.bg-warning,
.btn-success {
    background-color: #1b2139 !important;
    border: transparent;
} */
.bg-primary {
    background-color: #1b2139 !important;
    border: transparent;
}

.bg-success,
.badge-success,
.progress-bar {
    background-color: #0078a7;
    border: transparent;
}
.bg-unread {
    background-color: #0078a725;
}
.btn-outline-primary {
    color: #1b2139;
    border-color: #1b2139;
}
.btn-outline-primary:hover {
    background-color: #1b2139;
    border-color: #1b2139;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before,
.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    border-color: #1b2139;
    background-color: #1b2139;
}
.custom-control {
    min-height: auto !important;
    padding-left: 1.5rem;
}
.custom-control-label {
    display: inline-block;
    margin-bottom: 0;
    position: relative !important;
    word-wrap: break-word;
}
.custom-control-label::before,
.custom-control-label::after {
    top: 0.2rem;
    left: -1.5rem;
}
.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #1b2139;
}
.selectgroup-input:checked + .selectgroup-button {
    border-color: #1b2139;
    color: #1b2139;
    background: rgba(27, 33, 57, 0.2);
}
.imagecheck-figure:before {
    color: #0078a7 !important;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.wizard > .actions a,
.wizard > .actions a:hover {
    background: #1b2139;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover {
    background: rgba(27, 33, 57, 0.2);
    color: #1b2139;
}
.list-group-item,
.modal-content {
    background-color: #fff;
}
table.dataTable.table-bordered tr:last-child th {
    border-bottom-width: 1px !important;
}
.table thead th {
    color: #747879;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    text-wrap: nowrap;
    border-bottom: 1px solid #dee2e6;
}
table.dataTable {
    margin: 16px 0 !important;
}
table.dataTable thead th,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center !important;
}
.table.table-custom td,
.table.table-custom th {
    background: #fff;
}
.table.table_custom tr {
    background: #fff;
}
.right_chat li.online .status {
    background: #1b2139;
}
.bg-light-blue,
.bg-light-azure,
.bg-light-indigo,
.bg-light-lime,
.bg-light-green,
.bg-light-teal {
    background-color: rgba(27, 33, 57, 0.1);
    color: #1b2139;
}
.bg-light-pink,
.bg-light-red,
.bg-light-orange,
.bg-light-yellow,
.bg-light-cyan {
    background-color: rgba(0, 120, 167, 0.1);
    color: #0078a7;
}
.bg-light-purple {
    background-color: rgba(24, 186, 221, 0.1);
    color: #18badd;
}
.bg-light-gray {
    background-color: rgba(102, 106, 109, 0.1);
    color: #666a6d;
}
body {
    background-color: #f1f1f1;
    color: #202121;
}
body::before {
    /* background: #0078a7; */
}
.page-header {
    border-color: #fff;
}
@media screen and (max-width: 992px) {
    .page-header {
        display: flex;
    }
}
.page-header .right .nav-pills .nav-link {
    color: #202121;
}
#header_top .brand-logo {
    background: #18badd;
    width: 35px;
}
.header {
    background: #5a5278;
}
.header .nav-tabs .nav-link {
    color: #fff;
}
.header .nav-tabs .nav-link.active {
    border-color: #fff;
}
.header .dropdown-menu .dropdown-item:hover,
.header .dropdown-menu .dropdown-item.active {
    color: #1b2139;
}
.page .section-white,
.page .section-body {
    background: #f1f1f1;
}
#header_top .nav-link {
    color: #202121;
}
.header_top.dark {
    background-color: #2a2c35 !important;
}
.header_top.dark .nav-link {
    color: #fff !important;
}
#page_body {
    min-height: calc(100svh - 193px);
}
@media only screen and (min-width: 768px) {
    #page_body {
        min-height: calc(100svh - 128px);
    }
}
@media only screen and (min-width: 1024px) {
    #page_body {
        min-height: calc(100svh - 116px);
    }
}
.card {
    background-color: #fff;
}
.card .card-options a {
    color: #1b2139;
}
.card .card-options a.btn {
    color: #fff;
}
.card.card-fullscreen {
    background-color: #fff !important;
}
.theme_btn a.theme3 {
    background: #0078a7;
    border-color: #0078a7;
}
.metismenu a {
    color: #202121;
}
.metismenu a:hover {
    color: #1b2139;
    border-color: #1b2139;
}
.metismenu .active > a {
    color: #1b2139;
    border-color: #1b2139;
}
.metismenu .active ul .active a {
    color: #1b2139;
    background: transparent;
}
.metismenu.grid > li.active > a,
.metismenu.grid > li > a:hover {
    background: rgba(27, 33, 57, 0.1);
    color: #1b2139;
}
.inbox .detail {
    background: #fff;
}
.file_folder a {
    background: #fff;
    border-color: #fff;
}
.auth .auth_left {
    background: transparent;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0 20px;
}
.auth .auth_right {
    width: calc(100% - 400px);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .auth .auth_right {
        display: none;
    }
}

.auth .auth_right img {
    width: 500px;
}

@media screen and (max-width: 992px) {
    .auth .auth_left {
        width: 100%;
    }
}

.auth .auth_left > .card {
    right: 0;
    max-width: 340px;
    margin-left: auto;
}
.auth .form-group.style2 .form-label {
    color: #1b2139;
}
.auth .btn-primary {
    background: #0078a7;
    border: 0;
}
.auth .btn-icon {
    color: #fff;
}
.auth .custom-control-label {
    color: #747879;
}
.gender_overview {
    background: #fff;
}
.table-calendar-link {
    background: #1b2139;
}
.table-calendar-link:hover {
    background: #2a2c35;
}
.table-calendar-link::before {
    background: #2a2c35;
}
.theme_div {
    background: #fff;
}
.ribbon .ribbon-box.green {
    background: #07dab3;
}
.ribbon .ribbon-box.green::before {
    border-color: #07dab3;
    border-right-color: transparent;
}
.ribbon .ribbon-box.orange {
    background: #1b2139;
}
.ribbon .ribbon-box.orange::before {
    border-color: #1b2139;
    border-right-color: transparent;
}
.ribbon .ribbon-box.pink {
    background: #0078a7;
}
.ribbon .ribbon-box.pink::before {
    border-color: #0078a7;
    border-right-color: transparent;
}
.ribbon .ribbon-box.indigo {
    background: #18badd;
}
.ribbon .ribbon-box.indigo::before {
    border-color: #18badd;
    border-right-color: transparent;
}
.text-orange {
    color: #18badd !important;
}
.tag-info {
    background: #1b2139;
}
.tag-success,
.tag-green {
    background: #07dab3;
}
.tag-orange {
    background: #0078a7;
}
.tag-danger {
    background: #ff8181;
}
.bg-success {
    background: #07dab3 !important;
}
/* .bg-danger { background-color: #0078a7 !important; } */

.auth .auth_left .card {
    padding: 20px;
    z-index: 99999;
}

@media only screen and (max-width: 992px) {
    .auth .auth_left .card {
        right: auto;
    }
}
.page-item .page-link {
    color: #0078a7;
}
.page-item.active .page-link {
    background-color: #0078a7;
    border-color: #0078a7;
}
.portal_sidebar,
.erapor_sidebar {
    background-color: #fff;
}
.dark-mode .btn {
    color: #417082;
}
.dark-mode .metismenu.grid > li > a {
    border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode.sidebar_dark .sidebar .metismenu .active > a {
    color: #1b2139;
}
.dark-mode.sidebar_dark .sidebar .metismenu .active ul .active a {
    color: #1b2139;
}
.dark-mode.sidebar_dark .sidebar .metismenu a {
    color: #fff;
}
.dark-mode .nav-tabs .nav-link.active {
    color: #18badd;
}
.top_dark {
    background-color: #2a2c35 !important;
}
.sidebar_dark #left-sidebar {
    background-color: #2a2c35 !important;
}
.sidebar_dark #header_top .nav-link {
    color: #fff !important;
}
.sidebar_dark .sidebar .nav-tabs {
    border-color: rgba(255, 255, 255, 0.1);
}
.sidebar_dark .sidebar .nav-tabs .nav-link.active {
    border-color: #fff;
    color: #fff;
}
.sidebar_dark .sidebar .metismenu .active > a {
    color: #18badd;
}
.sidebar_dark .sidebar .metismenu .active ul .active a {
    color: #18badd;
}
.iconcolor #header_top .nav-link {
    color: #18badd !important;
}
.gradient .custom-switch-input:checked ~ .custom-switch-indicator {
    background: linear-gradient(45deg, #1b2139, #0078a7) !important;
}
.gradient .metismenu.grid > li.active > a,
.gradient .metismenu.grid > li > a:hover {
    background: linear-gradient(45deg, #1b2139, #1b2139) !important;
    color: #fff;
    border: 0;
}
.gradient .btn-primary {
    background: linear-gradient(45deg, #1b2139, #0078a7) !important;
    border: 0;
}
.gradient .btn-dark {
    background: linear-gradient(45deg, #808488, #333537) !important;
}
.gradient .bg-success,
.gradient .bg-danger,
.gradient .badge-success,
.gradient .progress-bar,
.gradient .btn-danger {
    background: linear-gradient(45deg, #1b2139, #0078a7) !important;
}
.gradient.sidebar_dark #left-sidebar {
    background: linear-gradient(45deg, #1b2139, #0078a7) !important;
}
@media only screen and (min-width: 1200px) {
    .header_top > .container {
        border-right: 1px solid rgba(255, 255, 255, 0.07);
    }
}
.alert-notification {
    position: fixed;
    margin-top: 8px;
    top: 0;
    right: 0;
    width: auto;
    z-index: 1050;
    padding: 5px;
    max-width: 30rem;
    max-height: 100vh;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.page .section-body {
    padding: 0;
}
.alert-notification::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.file_folder > div {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    border-radius: 0.1875rem;
    border: 1px solid #d1d3d4;
    position: relative;
    overflow: hidden;
    width: 220px;
}
.foto-3_4 {
    aspect-ratio: 3/4;
}
.dropify-errors-container > ul {
    list-style: none;
}
/*
.mail__container .card-body {
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .mail__container .card-body {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
} */

.sidebar-mail__body {
    height: calc(100vh - 140px);
}

.sidebar-mail {
    height: calc(100vh - 225px);
    overflow-y: auto;
}

.add__btn > a {
    border: none;
}
.add__btn > a:hover {
    border: none;
}
.add__btn > a > i {
    width: auto;
}

.text-bold {
    font-weight: 600;
}

.select2.select2-container {
    width: 100% !important;
}

div.dt-container div.dt-processing.card {
    background: none;
    border: none;
}

table th.action,
table td.action {
    width: 50px !important;
    min-width: 50px;
    max-width: 50px;
}

td > input.fit {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    border: none;
    padding: 10px;
    box-sizing: border-box;
}

.table td > input {
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
    padding: 5px;
}

@media only screen and (min-width: 768px) {
    .table th.freeze-left {
        position: sticky;
        background-color: #ffffff;
        left: 0;
    }
    .table td.freeze-left {
        position: sticky;
        background-color: #ffffff;
        left: 0;
    }
}

tr.sub-payment > td {
    line-height: 1;
    padding: 0.4rem 0.75rem 0.4rem 1.5rem;
    font-size: 12px;
    font-style: italic;
}

.content-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;

    background: rgba(232, 233, 233, 0.4);
}
.content-loader > .loader {
    position: relative;
    top: calc(50% - 30px);
    width: 100%;
}

.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 0.75rem !important;
}
.gap-4 {
    gap: 1rem !important;
}
.gap-5 {
    gap: 1.25rem !important;
}

.scroll-x {
    overflow-x: scroll;
}
.scroll-y {
    overflow-y: scroll;
}

.table-responsive::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar,
.scroll-x::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb,
.scroll-x::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb:hover,
.dt-scroll-body::-webkit-scrollbar-thumb:hover,
.scroll-y::-webkit-scrollbar-thumb:hover,
.scroll-x::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

small.question-mark {
    position: absolute;
    top: 0;
    cursor: help;
    font-size: 10px;
}

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tree ul {
    margin-left: 1em;
    position: relative;
}
.tree ul ul {
    margin-left: 0.5em;
}
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}
.tree li {
    margin: 0;
    padding: 0 1em;
    color: #000;
    position: relative;
}
.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0;
}
.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0;
}
.indicator {
    margin-right: 5px;
    margin-top: 5px;
}
.tree li a {
    text-decoration: none;
    color: #369;
}
.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.textarea-autoheight {
    overflow: hidden;
    resize: none;
}
.note-editor .note-toolbar .note-btn {
    border: 1px solid #e8e9e9 !important;
    background-color: #ffffff !important;
}

.w-100px {
    width: 100px !important;
}

.bg-absensi-red {
    background-color: #ffb2b260 !important;
}

.bg-absensi-green {
    background-color: #d9ead3 !important;
}

.bg-absensi-orange {
    background-color: #fff2cc !important;
}
