@font-face {
    font-family: salmod;
    src: url(salmond.ttf);
}
@font-face {
    font-family: salmodsemi;
    src: url(salmond-semi.ttf);
}
:root {
  --primary-color: #043c61;
  --secondary-color: #fff;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #999;
}
.thank-you-message h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.btn-back {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid;
    padding: 6px 34px !important;
}
.btn-delete.btn-back {
    padding: 6px 24px !important;
}
button.btn.btn-red {
    border-color: #c70d0d;
    color: #fff !important;
    background: #c70d0d !important;
}
button.btn.btn-primary.btn-red {
    border-color: #c70d0d !important;
    color: #c70d0d !important;
    background: transparent !important;
}
.logo-sidebar img:first-child {
    width: 45px;
    height: auto;
    margin-right: 0;
}
.logo-sidebar img:last-child {
    height: 37px;
    width: auto;
}
.logo-sidebar a {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
h2 {
    font-family: 'salmod';
    font-size: 19pt;
    color: #333;
    margin-top: 10px;
}
ul.entry_mandiri {
    margin: 0;
}
div#form-registration h4 {
    font-family: 'salmodsemi';
    color: #333;
    margin-top: 10px;
}
input[type="number"].form-control {
    padding-right: 0;
}
input[type="color"].form-control {
    -webkit-appearance: none;
    /* border: 2px solid #007bff; */
    border-radius: 5px;
    width: 100px;
    height: 40px;
    cursor: pointer;
    transition: border-color 0.3s;
}

.btn-add {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 100px !important;
    font-size: 60px;
    line-height: 0;
    font-weight: 500;
    bottom: 20px;
    right: 20px;
    padding-top: 2px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    z-index: 10;
    color: var(--secondary-color) !important;
}
.filter-category .btn img,.filter-category .btn svg {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    margin-left: -5px;
}
div#calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    padding: 0 !important;
    margin: 0 !important;
}
.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #a8a8a8;
}
button.btn.btn-dark.payment_label,button.btn.btn-dark.payment_label:focus,button.btn.btn-dark.payment_label:active {
    border: 1px solid #a8a8a8;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 7px;
    height: auto;
    position: relative;
    height: calc(2.25rem + 2px);
    color: #495057;
    padding: .375rem .75rem;
}
button.btn.btn-dark.payment_label:before {
    content: "\f073";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    right: 10px;
    color: #444;
}
img.icon-menu, .nav-item svg {
    width: 1.6rem;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.nav-treeview img.icon-menu, .nav-treeview .nav-item svg {
    margin-right: 10px;
}
.sidebar .nav-item .nav-item .nav-link.active img.icon-menu{
    filter: brightness(0.1) saturate(100%);
}
.siswa-input .select2-container {
    width: auto !important;
    min-width: 220px;
    font-size: 13pt;
    font-weight: 600;
}
.eye-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}
.table-responsive {
    max-height: none !important;
}
.siswa-input .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #004b7b !important;
}
.payment-list .nav-tabs {
    border-bottom: 5px solid #dee2e6;
    justify-content: center;
}
.payment-list .nav-tabs .nav-link {
    color: #333;
    font-weight: 600;
}
.new-table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100% !important;
}
.new-table tr:nth-child(odd) {
    background-color: #fff;
}
.new-table thead th {
    background: rgb(202 207 213);
    color: #000;
    padding: 7px 15px !important;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: transparent;
}
.new-table tr:last-child td {
    border-bottom: 5px solid #fff !important;
}
.new-table td {
    background: #fff;
    padding: 6px 15px !important;
    color: #000 !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0 !important;
}
.new-table tfoot th,.new-table tfoot td {
    border: 0 !important;
    border-bottom: 5px solid #fff !important;
    background: #f3f3f3;
    font-weight: 600 !important;
}
.new-table tfoot th:first-child,.new-table tfoot td:first-child {
    border-radius: 0 0 0 10px !important;
    padding-left: 10px !important;
    border-left: 5px solid #fff !important;
}
.new-table tfoot th:last-child,.new-table tfoot td:last-child {
    border-radius: 0 0 10px 0 !important;
    padding-right: 10px !important;
    border-right: 5px solid #fff !important;
}
.promo-list {
    padding: 0;
    max-height: 215px;
    overflow-y: auto;
}
.form-search-siswa {
    background: var(--primary-color);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0;
    position: relative;
    overflow: clip;
    background-image: url(ilustrasi-siswa1.png);
    background-repeat: no-repeat;
    background-size: auto 46%;
    background-position: 90% 0;
}
.bg-block {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(ilustrasi-siswa1.png);
    background-repeat: no-repeat;
    background-size: auto 46%;
    background-position: 90% 0;
}
.bg-block:before {
    content: "";
    display: block;
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    left: 0;
    /* filter: brightness(1.25); */
    mix-blend-mode: overlay;
}
.form-search-siswa > * {
    position: relative;
    z-index: 1;
}
.form-search-siswa:before {
    content: "";
    display: block;
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    left: 0;
    /*filter: brightness(1.25);*/
    /*mix-blend-mode: overlay;*/
}
.form-search-siswa:after {
    content: "";
    display: none;
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(ilustrasi-siswa1.png);
    background-repeat: no-repeat;
    background-size: auto 46%;
    background-position: 90% 0;
    top: 0;
}

.alert{
    z-index: 2;
}
.detail-profile-student {
    padding-top: 0;
    overflow: hidden;
    color: #064d7b;
    padding-bottom: 0;
    background: transparent;
}

.detail-profile-student h2 {
    font-weight: 600;
    color: #00497b;
    font-size: 16pt;
    text-transform: capitalize !important;
    margin-bottom: 3px !important;
}
.detail-profile-student a img {
    width: 17px !important;
    display: inline-block;
    vertical-align: middle !important;
    position: relative;
    top: -1px;
    margin-right: 9px !important;
}
.detail-profile-student a.student-contact {
    background: #64b163;
    color: #fff;
    font-size: 13pt;
    padding: 4px 20px 7px;
    display: inline-block;
    border-radius: 30px;
    line-height: normal;
}
.student-class {
    background: #e5e6f1;
    font-size: 12pt;
    border-radius: 50px;
    padding: 1px 16px;
    margin-bottom: 11px;
    margin-top: 4px;
    color: #043c61;
}
button#toggleBiodata {
    background: #e6ecf2;
    border-radius: 0;
    color: #004b78;
    font-weight: 600;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
}
p.alert ~ .form-box h2.subtitle {
    margin-top: 0;
}
div#biodata {
    width: 500px;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
#biodata label {
    font-weight: 400 !important;
    margin-top: .5rem;
    padding: 0 12px;
}
div#biodata .col-12 > div {
    border-bottom: 1px solid #c9d0d5;
    display: flex;
    justify-content: space-between;
}
div#biodata .col-12 > div:last-child{
    border: 0;
}
.tabs_wrap.tab-student li {
    margin: 0 10px;
    border-radius: .25rem .25rem 0 0 !important;
    min-width: 110px;
    width: auto;
    max-width: 33%;
    font-size: 15px;
    background: transparent;
    border: 0;
}
.tabs_wrap.tab-student ul li a {
    padding: 10px 1rem !important;
}
img.orn-form.position-absolute {
    bottom: -70px;
    height: 120%;
    right: 100px;
}
.form-search-siswa .label-siswa{
    color:var(--secondary-color) !important;
}
.label-siswa {
    font-weight: 600;
    color: var(--secondary-color) !important;
    margin-top: 10px;
    letter-spacing: 0.4px;
    text-align: left;
    font-family: 'salmod';
    font-size: 27pt;
    margin-bottom: 15px;
    line-height: normal;
    height: 80px;
    display: flex;
    position: relative;
    align-items: center;
}
label.label-form {
    margin-bottom: 2px;
    position: relative;
}
.form-search-siswa .btn-primary:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    left: 0;
    top: 0;
    border-radius: 8px;
    filter:brightness(0.75);
}
.form-search-siswa .btn-primary, .form-search-siswa .btn-primary * {
    position: relative;
}
.search-iuran-siswa {
    background: var(--primary-color);
    background-image: url(ilustrasi-status-iuran1.png);
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    background-size: auto 46%;
    position: relative;
    overflow: hidden;
    background-position: 103% 0;
}
.search-iuran-siswa .bg-block {
    background-image: url(ilustrasi-status-iuran1.png);
    background-repeat: no-repeat;
    background-size: auto 46%;
    background-position: 103% 0;
}
.search-iuran-siswa:before {
    content: "";
    display: block;
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    left: 0;
    /*filter: brightness(1.25);*/
    /*mix-blend-mode: overlay;*/
}
.search-iuran-siswa:after {
    content: "";
    display: none;
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(ilustrasi-status-iuran1.png);
    background-repeat: no-repeat;
    background-position: 103% 0;
    background-size: auto 46%;
    left: 0;
}
.search-iuran-siswa > * {
    position: relative;
    z-index: 1;
}
.dashboard-page a span {
    position: absolute !important;
    width: 28px;
    height: 28px;
    background: #ff0000;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 19px;
}
h2.subtitle {
    font-size: 15pt;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 30px;
}
button.period_label {
    border: 1px solid #ced4da;
    border-radius: 7px;
    background: #fff;
    padding: .375rem .75rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.period_label:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f073";
    font-family: "Font Awesome 5 Free";
}
.dashboard-page a img,.dashboard-page a svg {
    height: 40px;
    display: block;
    margin-bottom: 4px;
}
.dashboard-page h3{
}
.dashboard-page a {
    width: calc(50% - 8px);
    background: #013c66;
    border: 0;
    border-radius: 8px;
    padding: 20px 15px 13px;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.dashboard-page a button {
    background: transparent;
    border: 0;
    text-align: left;
    color: #fff;
    padding: 0;
    white-space: nowrap;
}
.form-box.form-kelas {
    border-radius: 10px;
}
a,a:hover {
    /*color: var(--primary-color);*/
}
.form-box.form-kelas {

}
.btn-footer.btn {
    border-radius: 37px;
    padding: 9px 40px;
}
.btn-footer.btn-back,.btn-footer.btn-back:hover {
    padding: 8px 40px !important;
    background: transparent !important;
}
a.back-button svg {
    height: 24px;
    width: 24px;
}
.content-wrapper {
    background-color: #f5f6fa;
}
.promo-list::-webkit-scrollbar {
    width: 7px;
}
ul.nav.nav-treeview:first-child li.nav-item {
    padding: 0;
}
.promo-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.promo-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
div#promo-sale {
    position: absolute;
    width: calc(25% - 25px);
    right: 15px;
    top: 10px;
}
div#button-list-sale {
    background: #17a2b8;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    font-size: 14pt;
    box-shadow: 0 0 11px rgb(0 0 0 / 20%);
}
div#list-product-sale:hover div#total-item {
    top: 30px;
}
div#list-product-sale:hover {
    transform: translateY(0);
    padding: 30px 30px 20px;
}
div#total-item {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 19px;
    z-index: 2;
}
.logo-sidebar img {
    width: 230px;
    margin: 13px auto 5px;
    display: block;
}
.nav-sidebar .nav-treeview .nav-item {
    width: calc(250px - .5rem* 2);
    padding-left: 30px;
}
h1.title-page {
    color: var(--primary-color) ;
    font-weight: 600;
    font-family: salmod;
    text-transform: uppercase;
    margin-top: 15px !important;
    font-size: 22pt;
}
div#dataTableBuilder_filter label, #DataTables_Table_0_wrapper label {
    position: relative;
}
div#dataTableBuilder_filter input, #DataTables_Table_0_wrapper input {
    margin-left: 0;
    padding-left: 40px;
    height: auto;
    padding: 10px 0 10px 40px;
}
div#dataTableBuilder_filter i,#DataTables_Table_0_wrapper i {
    position: absolute;
    top: 13px;
    left: 13px;
}
div.dataTables_wrapper div.dataTables_filter,div#DataTables_Table_0_wrapper div.dataTables_filter {
    text-align: left;
}
div#dataTableBuilder_wrapper > .row:first-child > div,#DataTables_Table_0_wrapper > .row:first-child > div {
    max-width: 100%;
    flex: 0 0 100%;
}
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
}
.nav-sidebar .nav-treeview .nav-item>.nav-link {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
    padding: .6rem 1rem;
}
.nav-sidebar .menu-open.mb-2 .nav-treeview .nav-item .nav-icon {
    margin-right: 6px;
    /*height: 1.6rem;*/
    font-size: 1.04rem;
    top: 3px;
}
li.nav-item.menu-open.mb-2 {
    margin-bottom: 1rem !important;
}
.nav-sidebar li.nav-item.menu-open.mb-2 .nav-treeview .nav-item>.nav-link{
    /*margin-bottom: 0;*/
}
.nav-sidebar .nav-treeview .nav-item .nav-icon {
    margin-right: 10px;
    top: 2px;
    position: relative;
    color: var(--secondary-color);
}
ul .nav.nav-treeview  .nav-link p {
    max-width: calc(100% - 35px);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1;
    content: "" !important;
    background-color: #0275d8;
    transform: rotate(180deg);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:after,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:after {
    content: "";
    position: absolute;
    left: 11.5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    color: #000;
    line-height: 1;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:after,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th.dtr-control:after {
    margin-top: 3px;
    transform: translateY(-50%) rotate(225deg);
}
div#list-product-sale h3 {
    font-weight: bold;
    font-size: 18pt;
}
div#list-product-sale {
    position: fixed;
    bottom: 0;
    right: 40px;
    background: #fff;
    width: 400px;
    padding: 20px 30px 30px;
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
    border-radius: 30px 30px 0 0;
    transform: translateY(calc(100% - 68px));
    border: 2px solid #007bff;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2;
}
/* width */
div#list-product-sale::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div#list-product-sale::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
div#list-product-sale::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
div#list-product-sale::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}
.list-total-sale td {
    padding: 9px 0px;
}
div#item-list td {
    padding: 9px 0px;
}
div#item-list {
    max-height: calc(90vh - 350px);
    overflow-y: auto;
}
/* width */
div#item-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div#item-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
div#item-list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
div#item-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
div#purchase_details ~ button,
#details ~ button {
    /*width: 39px;
    font-size: 22pt;
    padding: 0;
    line-height: normal;
    margin-right: 7px;
    */
}
.fc-multimonth-month {
    width: 33.33% !important;
    padding: 0 10px 30px;
}
.fc .fc-multimonth{
    border: 0;
}
.fc .fc-view-harness-active > .fc-view {
    inset: 0px;
    position: relative;
}
.fc .fc-view-harness {
    flex-grow: 1;
    position: relative;
    height: auto !important;
}
.fc .fc-multimonth-singlecol .fc-multimonth-header {
    background: transparent;
}
.fc-toolbar-chunk {
}
.fc-toolbar-chunk:first-child {
    display: block;
}
.tabs_wrap.tab-student {
    border: 0;
    width: 100%;
}
.tabs_wrap.tab-student ul {
    border-bottom: 5px solid #055993;
    width: 100%;
}
.matrix-table td{
    line-height: normal;
}
tr.event_paid * {
    color: #08a950 !important;
}
section .container-fluid {
    padding: 0;
}
.fc-daygrid-day-bg .green-calender {
    background-color: #bcdcbc !important;
    opacity: 1 !important;
}
.fc-daygrid-day-bg .red-calender {
    background-color: #e8bdbd !important;
    opacity: 1 !important;
}
.custom-table tr:nth-child(even) {
    background-color: #fff !important;
}
.filter-category .btn {
    border-radius: 35px;
    padding: 7px 24px;
}

.filter-category .btn path, .filter-category .btn g ~ g rect, .filter-category .btn g ~ rect{
    fill:var(--secondary-color) !important
}
@media(min-width:768px){
    .form-box.bg-transparent {
        padding-top: 0 !important;
    }
    .p-0.px-lg-4.mx-lg-4 > .alert {
        margin-left: 20px;
    }
    .content-wrapper {
        min-height: calc(100vh - 60px) !important;
    }
    section.content.dashboard-page {
        min-height: calc(100vh - 60px);
        display: flex;
        align-items: center;
    }
    .form-search-siswa {
        margin-bottom: 30px !important;
    }
}
@media(min-width:992px){
    .dashboard-page .form-box.bg-transparent {
        display: flex;
        justify-content: space-between;
    }
    .form-search-siswa {
        margin-bottom: 0px !important;
    }
    .search-iuran-siswa{
        width: calc(50% - 10px);
    }
    .form-search-siswa{
        width: calc(50% - 10px);
    }
}
@media (max-width: 991px) {
    section.content.dashboard-page {
        padding: 0 40px;
    }
    button.btn.btn-dark.payment_label,button.btn.btn-dark.payment_label:focus,button.btn.btn-dark.payment_label:active {
        font-size: 14px;
    }
    .search-iuran-siswa{
        background-size: auto 50%;
    }
    h2.subtitle {
        font-size: 15pt;
        font-weight: 600;
        margin-top: -4px;
        margin-bottom: 30px;
    }
    .sidebar-mini .main-sidebar {
        margin-left: -250px;
    }
    .sidebar:before{
        margin-left: -250px;
        transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    }
    .sidebar-mini.sidebar-open .sidebar:before {
        margin-left: 0px;
    }
    .sidebar-mini.sidebar-open .main-sidebar {
        margin-left: 0px;
    }

}
@media (max-width: 767px) {
    a#registrationLink {
        display: block;
        white-space: normal;
        word-wrap: break-word;
    }
    h2 {
        font-size: 16pt;
    }
    .dataTables_wrapper div.row:nth-child(2){
        margin-bottom: 70px !important;
    }
    section.content.dashboard-page {
        padding: 0 0px;
    }
    .tabs_wrap.tab-student ul {
        border-bottom: 5px solid #055993;
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }
    button.btn.btn-dark.payment_label,button.btn.btn-dark.payment_label:focus,button.btn.btn-dark.payment_label:active {
        font-size: 14px;
    }
    div#form-registration h4 {
        font-size: 14pt;
    }
    div#dataTableBuilder_filter label, #DataTables_Table_0_wrapper label{
        width: 100% !important;
    }
    .label-siswa {
        height: 60px;
        font-size: 20pt;
        margin-bottom: 11px;
        margin-top: 0;
    }
    .alert {
        margin-top: 20px;
    }
    h2.subtitle {
        margin-top: -19px;
        margin-bottom: 30px;
    }
    .form-box {
        background: #fff;
        padding: 20px 11.5px !important;
    }
    .dashboard-page .form-box{
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
    h1.title-page {
        font-weight: 600;
        font-size: 18pt;
        text-align: left;
        padding-left: 6px;
        margin-top: 10px !important;
    }
    .fc-multimonth-month {
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }
    .tabs_wrap.tab-student li {
        margin: 0 4px;
        min-width: auto;
        width: 33%;
        max-width: 33%;
        font-size: 15px;
        border: 0;
    }
    .tabs_wrap.tab-student ul li a {
        width: 100%;
        padding: 7px 0;
    }
    .dashboard-page .form-box {
        padding: 10px;
    }
    img.orn-form.position-absolute {
        bottom: -70px;
        height: 120%;
        right: -70px;
    }
    .form-search-siswa *{
        position: relative;
    }
    div#biodata {
        padding: 10px 10px;
    }
    .form-search-siswa {
        margin-top: 15px;
        margin-bottom: 20px !important;
        background-size: auto 40%;
        padding: 25px 25px;
        background-position: 95% 0;
    }
    .search-iuran-siswa{
        margin-bottom: 20px;
        background-size:auto 45%;
        padding: 25px 25px;
        background-position: 100% 0;
    }
    .tabs_wrap ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tabs_wrap {
        margin: 20px 10px 0 !important;
        width: 100%;
    }
    #purchase_details > .row:last-child,
    #details > .row:last-child {
        border: 0 !important;
    }
    #purchase_details > .row,
    #details > .row {
        border-bottom: 1px solid #dee2e6 !important;
        padding-top: 15px;
    }
    aside.main-sidebar {
        min-height: auto !important;
        max-height: 100vh;
        overflow-y: auto;
    }
    .content-wrapper {
        /*min-height: calc(100vmax - 113px) !important;*/
    }
    .number_itt {
        position: relative !important;
        margin-left: 6px !important;
        margin-top: -10px !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
        border-radius: 50%;
    }
}
.dataTables_empty {
    text-align: left !important;
}

.mobile-cashier-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}

.mobile-cashier-bottom-float {
    position: fixed;
    bottom: 0;
    z-index: 99;
    border-radius: 0;
    background: #fff;
    max-width: 600px;
}
.tox-editor-container .tox-promotion {
    display: none !important;
}

/*config style*/
.sidebar {
    position: fixed;
    min-height: 100vh;
    background: var(--primary-color) !important;
    padding-bottom: 10px;
}
.sidebar:before {
    content: "";
    display: block;
    position: fixed;
    width: 250px;
    min-height: 100%;
    background: linear-gradient(90deg, rgb(4 60 97 / 0%) 13.33%, var(--primary-color) 88.47%);
    left: 0;
    filter: brightness(1.2);
    bottom: 0;
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
}
.btn-primary {
    color: #fff;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: none;
}

.btn-primary svg path{
    fill: var(--secondary-color) !important
}
.logo-sidebar {
    position: relative;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    position: relative;
    background: transparent;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    left: 0;
    top: 0;
    border-radius: .25rem;
    filter: brightness(3);
}

.nav-sidebar .nav-link p{
    position: relative;
}
.nav-item path, .nav-item g:nth-child(2) rect, .nav-item g ~ g circle {
    fill: var(--secondary-color) !important;
}
.sidebar .nav-item .nav-item .nav-link.active i{
    color: var(--primary-color) !important;
}
.sidebar .nav-item .nav-item .nav-link.active path,
.sidebar .nav-item .nav-item .nav-link.active  g:nth-child(2) rect,
.sidebar .nav-item .nav-item .nav-link.active  g ~ g circle{
    fill: var(--primary-color) !important;
}
.custom-svg {
    fill: red;
}
button svg path, a svg path {
    fill: var(--primary-color);
}
.sidebar .nav-item .nav-item .nav-link.active img.icon-menu{}
td button svg path, td a svg path,.btn-icon svg path{
    fill: var(--primary-color) !important;
}
textarea ~ div button svg path, textarea ~ div a svg path{
    fill: #000 !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: var(--secondary-color);
    background: var(--primary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.tabs_wrap.tab-student ul {
    border-bottom: 5px solid var(--primary-color) !important;
}
.tabs_wrap ul li.active, .tabs_wrap ul li.active:hover {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}
.tabs_wrap ul li:hover {
    background: color-mix(in srgb, var(--primary-color) 80%, transparent) !important;
    border-color: color-mix(in srgb, var(--primary-color) 80%, transparent) !important;
    color: var(--secondary-color) !important;
}