/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');


@font-face {
    font-family: "Ubuntu";
    src:url("ubuntu/Ubuntu-Regular.ttf");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: "Ubuntu";
    src:url("ubuntu/Ubuntu-Medium.ttf");
    font-weight:bold;
    font-style:normal;
}

@font-face {
    font-family: "Ubuntu";
    src:url("ubuntu/Ubuntu-Light.ttf");
    font-weight:lighter;
    font-style:normal;
}

body {
    /* font-family: 'Quicksand', sans-serif; */
    /* font-size:1rem; */
    font-family: 'Ubuntu';
    font-weight:lighter;
    color:#5A5A5A;
    font-size:13px;
}

@media (max-width: 1024px) {
    .main-content {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
    }
    .navbar {
        left: -10px;
        right: 0;
    }
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.navbar-bg {
    height:100px;
}

.section .section-header {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.section > *:first-child {
    margin-top: -20px;
}



/* Page Loader */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.1s ease-in-out;
}

/* Wave Spinner */
.wave-spinner {
    display: flex;
    justify-content: center;
    gap: 5px; /* Space between dots */
}

.wave-spinner div {
    width: 5px;
    height: 5px;
    background: #6216ff; /* Same color for all dots */
    border-radius: 50%;
    animation: waveBounce 0.7s infinite ease-in-out;
}

/* Delay animations for smooth wave effect */
.wave-spinner div:nth-child(1) { animation-delay: 0s; }
.wave-spinner div:nth-child(2) { animation-delay: 0.1s; }
.wave-spinner div:nth-child(3) { animation-delay: 0.2s; }

@keyframes waveBounce {
    0%, 100% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(-5px); opacity: 1; }
}



p {
    line-height:1.3rem;
}

ul, li {
    line-height:1.5rem;
}

a {
    transition: none;
    -webkit-transition: none;
}

.font-weight-bold {
    font-weight: 600!important;
}

.fw-bold {
    font-weight:600!important;
}

.fw-normal {
    font-weight:400 !important;
}

a:hover{
    text-decoration:none;
}

.dropdown-menu a {
    font-size: 12px;
}

select:hover, .btn-preview-dokumen {
    cursor: pointer;
}


iframe {
    border:none; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan halus */
    border-radius: 10px; /* Berikan sudut membulat */
}

.custom-select {
    font-size:12px;
}

.text-inherit {
    color:#5A5A5A;
}

.text-dark {
    color:#191d21 !important;
}


.badge {
    font-size:11px;
    line-height:0.8;
}

.badge-on-title {
    border-radius:10px;
    background-color: #e9e1fc;
    color: #6216ff;
    border: 1px solid #e9e1fc;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600 !important;
    margin-left: .3rem !important;
    padding-bottom: .25rem !important;
}

.text-small {
    font-size: 11px;
    line-height: 15px;
}


#app textarea {
    resize:none;
    height:100px;
}

:where(.swal2-styled).swal2-confirm {
    margin-right: 1rem;
}

@media (max-width: 576px) {
    body {
        font-size:13px;
    }

    .background-walk-y {
        display:none;
    }

    .dropdown-menu {
        font-size: 13px;
    }

    .dropdown-menu a {
        font-size: 13px;
    }

    #generate-kode-pegawai {
        margin-top:15px;
        width: 100%;
    }

    
    .table-responsive table {
        min-width: 500px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1180px;
    }
}

input {
    width:100%;
    /* min-width:100%; */
}

input::-webkit-date-and-time-value {
  text-align: left;
  margin-top:5px;
}

.page-menu {
    color:#99a1b5;
    font-weight:bold;
    line-height:2;
    margin-bottom:0.3rem;
    margin-right:1.1em;
    border-bottom: 2px solid transparent;

}

.page-menu:hover {
    color:#6216ff;
    border-bottom: 2px solid #6216ff;
}

.page-menu.active {
    color:#6216ff;
    border-bottom: 2px solid #6216ff;
}

.text-basic {
    color:inherit !important;
}

.main-sidebar .sidebar-brand {
    text-align:left;
    margin-left:19px;
}

.main-sidebar ul:not(.list-unstyled), ol {
    line-height: 15px;
}

.main-sidebar .sidebar-menu li a {
    height: 30px;
    padding: 0 20px;
}

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
    margin-top: 5px;
    line-height:0.7rem;
}

.main-sidebar .sidebar-brand {
    height: 50px;
    line-height: 50px;
}

 /* Make sidebar scrollable */
.main-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
}

#sidebar-wrapper {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px; /* Add padding at bottom so last items are visible */
}

/* Custom scrollbar untuk sidebar (optional - untuk tampilan lebih bagus) */
#sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
}

#sidebar-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

#sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}


/* Tab Content */
.tab-content > .tab-pane {
    line-height: inherit;
}

#app .btn {
    border-radius:5px;
}

.buttons {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content: flex-end;
}

#app .outline-0,
.outline-0:focus,
.outline-0:active,
.outline-0:hover{
    outline: none;
    border:none;
}

#app table {
    border-collapse: separate !important;
    border-spacing:0 6px;
}

#app table tr td{
    padding: 10px 7px;
    background-color:#fff;
    vertical-align:middle;
    height:auto;
}

#app table tr th{
    padding: 15px 7px;
    background-color:#fff;
    vertical-align:middle;
    height:auto;
}

#app .table {
    font-size:11px;
}

#app .v-align-middle {
    vertical-align: middle !important;
}

#app .table-not-separated-row{
    border-collapse: collapse !important;
    border-spacing:0 0px;
}

#app .table-not-separated-row tr td, #app .table-not-separated-row tr th{ 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; 
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top:0.5rem;
    padding-bottom:0.5rem; 
}

#app #tabel-rekap-kehadiran tr th, #app #tabel-peserta-iht tr th {
    padding: 5px 2px;
} 

#app table.align-top tr td{
    vertical-align:top;
}

#app .border-bottom-dashed tr th{
    border-bottom:1px solid #bfbfbf;
}
#app .border-bottom-dashed tr:not(:last-child) td{
    border-bottom:1px dashed #bfbfbf;
}

/* #app .border-bottom-dashed tr th{
    border-bottom:1px dashed #bfbfbf;
} */

#app .no-border-bottom tr th{
    border-bottom:1px solid #bfbfbf !important;
}

#app .no-border-bottom tr td{
    border-bottom:0px !important;
}

#app .no-border-bottom{
    border-bottom:0px !important;
}

tr td:first-child { 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
}
tr td:last-child { 
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
}

tr th:first-child { 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
}
tr th:last-child { 
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
}

#app #tabel-histori-cuti {
    border-collapse: collapse;
}

#app #tabel-histori-cuti td{
    border-bottom:1px solid #eee;
    vertical-align:top;
}

.required-mark {
    color: rgb(231 35 36);
    font-size: 90%;
    margin-left:5px;
}

#image-upload:hover{
    cursor:pointer;
}

.check-aktif {
    color: #47c463;
}

.check-non-aktif {
    color: #dc3645;
    font-size:110%;
}

.badge.badge-primary {
    background-color:#e9e1fc;
    color:#6216ff;
    border:1px solid #e9e1fc;
    font-weight:lighter;
}

.badge.badge-info {
    background-color:#ecf8ff;
    color:#138cd7;
    border:1px solid #ecf8ff;
    font-weight:lighter;
}

.badge.badge-success {
    background-color:#e3f9e8;
    color:#47c363;
    border:1px solid #e3f9e8;
    font-weight:lighter;
}

.badge.badge-danger {
    background-color:#ffefef;
    color:#FF396E;
    border:1px solid #ffefef;;
    font-weight:lighter;
}
.badge.badge-warning {
    background-color:#fff8de;
    color:#ffa426;
    border:1px solid #fff8de;
    font-weight:lighter;
}

.badge.badge-primary-full {
    background-color:#6216ff;
    border:1px solid #6216ff;
}

.badge.badge-info-full {
    background-color:#138cd7;
    border:1px solid #138cd7;
}

.badge.badge-success-full {
    background-color:#47c363;
    border:1px solid #47c363;
}

.badge.badge-danger-full {
    background-color:#FF396E;
    border:1px solid #FF396E;
}
.badge.badge-warning-full {
    background-color:#ffc400;
    border:1px solid #ffc400;
}

.badge.badge-outline-primary {
    background-color:none;
    color:#6216ff;
    border:1px solid #6216ff;
}

.badge.badge-outline-success {
    background-color:none;
    color:#47c363;
    border:1px solid #47c363;
}

.badge.badge-outline-info {
    background-color:none;
    color:#138cd7;
    border:1px solid #138cd7;
}



.badge-outline-warning {
    background-color:none;
    color:#ffa426;
    border:1px solid #ffa426;
}

.badge-outline-secondary {
    background-color:none;
    color:#99a6ad;
    border:1px solid #99a6ad;
}

.badge.badge-outline-light {
    background-color:none;
    color:#6c757d;
    border:1px solid #6c757d;
}

.badge-outline-danger {
    background-color:none;
    color:#FF396E;
    border:1px solid #FF396E;
}

.table .badge {
    font-size:11px;
}

/* AVATAR */
.avatar {
    display:inline-block;
    border-radius: 50%;
    background-size: cover;
    background-position: top;
    margin-right:10px;
    flex-shrink: 0;
}

.btn-warning {
    border-color:#ffc107;
}

.btn-cursor-pointer:hover {
    cursor:pointer;
}

.hover-pointer:hover {
    cursor:pointer;
}

/*TOAST*/
@media (max-width: 576px) {
    .toast {
        max-width:250px;
    }
}

.toast {
    border:1px solid #e9e9e9;
    transition: opacity 0.3s ease-in-out;
}

.toast-header {
    border-bottom:0;
    padding-bottom:0;
    background-color:transparent;
    color:#666666;
    font-size:1rem;
}

.toast-body {
    padding: 0.2rem 0.75rem 0.5rem 0.75rem;
}

/* Button generate kode */
#generate-kode-pegawai:hover {
    cursor:pointer;
}

/* #app #tabel-pegawai tr td {
    vertical-align: top;
} */

/*icon wrapper*/
.icon-wrapper {
    background: #6216ff;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
    position:relative;
}

.icon-wrapper-notif {
    /* content: ''; */
    position: absolute;
    color:inherit;
    font-size:12px;
    font-weight:600;
    /* padding:2px 2px; */
    top: -8px;
    right: -8px;
    text-align:center;
    
    width: 20px;
    height: 20px;
    background-color: #FF396E;
    border-radius: 50%;
    /* animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; */
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*icon wrapper*/
.icon-wrapper-for-cuti {
    width: 120px;
    height: 120px;
    font-size:60px;
}

.material-symbols-rounded {
    font-size:inherit;
}

.bg-light-gray {
    background-color:#f6f4fb!important;
}

.bg-icon-danger {
    background-color: #f7c7c7;
}

.icon-danger {
    color:#FF396E;
}

.bg-icon-primary {
    background-color:#ebedf8;
}

.icon-primary {
    color:#6346ff;;
}

.bg-icon-info {
    background-color:#abd4eb;
}

.icon-info {
    color:#138cd7;
}

.bg-icon-success {
    background-color:#b9ebc2;
}

.icon-success {
    color:#4dc363;
}

.section .section-header h1 {
    font-size: 1.8rem;
    font-weight: normal;
}


/*camera container*/
#qr-video{
    position:relative;
    height:auto;
    width:100%;
    display:block;
    border:1px solid #ddd;
    color:#636363;
}

#preview-instascan{
    position:relative;
    height:auto;
    width:100%;
    display:block;
    border:1px solid #ddd;
    color:#636363;
}

#app #btn-scan, #app #btn-scan i {
    font-size:1rem;
}

/*animasi */
@keyframes pulse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  
.loading-animation {
    animation: pulse 1s infinite;
}

.width-100 {
    width:100%;
}

#app .display-none {
    display:none !important;
}

#error-container {
    font-size:15px;
    font-weight:lighter;
}
#card-konfirmasi-presensi {
    min-height:200px;
    border-top:3px solid #6216ff;
}
.border-top-danger {
    border-top:3px solid #FF396E !important;
}

.text-center {
    text-align:center !important;
}

.hidden {
    display:none !important;
}

.btn.disabled, .btn:disabled, .btn.disabled:focus {
    opacity: .3;
}

.font-60 {
    font-size:60%;
}

.font-70 {
    font-size:70%;
}

.font-75 {
    font-size:75%;
}
.font-80 {
    font-size:80%;
}
.font-85 {
    font-size:85%;
}

.font-90 {
    font-size:90% !important;
}

.font-95 {
    font-size:95%;
}
.font-100 {
    font-size:100%;
}

.font-110 {
    font-size:110%;
}

.font-120 {
    font-size:120%;
}

.font-125 {
    font-size:125%;
}

.font-130 {
    font-size:130%;
}

.font-135 {
    font-size:135%;
}
.font-140 {
    font-size:140%;
}

.font-150 {
    font-size:150%;
}

.custom-control-label::before, .custom-control-label::after {
    top:0.1rem;
}

/* izi toast */
.iziToast {
    font-family: inherit;
    font-size: inherit;
    padding: 5px 45px 5px 0;
    background: rgba(238,238,238);
    border-color: rgba(238,238,238);
    min-height: 25px;
    border-radius:10px;
  }

.iziToast-wrapper-bottomCenter, .iziToast-wrapper-center {
    bottom: 55px;
    left: 0;
    right: 0;
    text-align: center;
}

.btn.btn-sm {
    line-height:15px
}

/*alert icon*/
.alert .alert-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.alert.alert-has-icon .alert-icon {
    margin-top: 0px;
    width: 30px;
}



/*custom swal*/
.success-confirm-button {
    background-color:#4dc363;
    border-color:#4dc363;
}

/* modal dragging */
.ui-draggable-dragging {
    transition: none !important;
}

/*modal from bottom to top*/
.modal.fade.bottom-to-top .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.modal.fade.bottom-to-top.show .modal-dialog {
  transform: translateY(0);
}

.modal.fade.bottom-to-top .modal-dialog {
  position: fixed;
  bottom: 80px;
  left: 15px;
  right: 15px;
  margin: auto;
}

.modal.fade.bottom-to-top .modal-content {
  min-height: 25vh;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 100px); /* Adjust based on your needs */
}

.modal.fade.bottom-to-top .modal-body {
  flex-grow: 1;
  overflow-y: auto;
}

.iframe-pdf {
  height: 75vh;
  max-height: 75vh;
}

@media (max-width: 900px) {
  .iframe-pdf {
    height: 67vh;
    max-height: 67vh;
  }
}

.custom-control {
    line-height: 1.2rem;
}

#app .sticky, #app .sticky-2 {
    overflow-y: auto; /* Enable scrolling for the table */
    max-height: 650px; /* Set a max height to trigger scrolling */
    position: relative; /* Required for positioning the fixed header */
}

#app .sticky .table thead, #app .sticky-2 .table thead {
    position: sticky;
    top: 0;
    z-index: 1500; /* Ensure the fixed header is above the table content */
}

#app .sticky .table thead th:nth-child(3) {
    position: sticky;
    left: 0;
    z-index: 1500;
    background-color: white; /* Make it look like the table background */
}

#app .sticky .table tbody td:nth-child(3) {
    position: sticky;
    left: 0;
    z-index: 1; /* Ensure it's behind the header */
    background-color: white; /* Make it look like the table background */
}

#app .sticky .table thead th:nth-child(-n+3) + th {
  z-index: 1; /* Ensure it's behind the header */
}

#app .sticky .table tbody td:nth-child(-n+3) + td {
  z-index: 0; /* Ensure it's behind the first two columns */
}

#app .sticky-2 .table thead th:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 1500;
    background-color: white; /* Make it look like the table background */
}

#app .sticky-2 .table tbody td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 1; /* Ensure it's behind the header */
    background-color: white; /* Make it look like the table background */
}

#app .sticky-2 .table thead th:nth-child(-n+2) + th {
  z-index: 1; /* Ensure it's behind the header */
}

#app .sticky-2 .table tbody td:nth-child(-n+2) + td {
  z-index: 0; /* Ensure it's behind the first two columns */
}

#app .card.card-document {
    border:1px solid #f2f2f2; 
    border-radius:8px;
}

#app .card.card-active {
    border: 0.15em solid #4ac364 !important;
}

.card .card-header {
    min-height:40px;
}

.card.card-statistic-1 {
    margin-bottom:5px;
}

.card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon {
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 5px;
    line-height: 94px;
    text-align: center;
    float: left;
    margin-right: 15px;
    display:flex;
    align-items: center;
    justify-content:center;
}

.card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    padding-bottom: 0;
    padding-top: 18px;
}

.loader {
    display:none;
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba( 255, 255, 255, .8 );
}

body.loading .loader{
    overflow:hidden;
    display:block;
}

.modal-body.loading .loader{
  overflow:hidden;
  display:block;
}

.spinner{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #6216ff;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position:fixed;
    top:50%;
    left:50%; 
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.modal-body .section-title {
    font-size: 18px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 10px 0 15px 0;
}

.modal-body .section-title:before {
  content: " ";
  border-radius: 5px;
  height: 8px;
  width: 30px;
  background-color: #6216ff;
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 15px;
}

.modal-body .section-title-danger:before{
    background-color: #FF396E;
}

.modal-body .section-title-success:before{
    background-color: #47c363;
}

.kunci-presensi:hover{
  cursor:pointer;
}

.input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13px;
  padding: 10px 15px;
  height: 42px;
}

/* 
* ANY LOADER 
*/
.spinner-border-xs {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
}

/* WAVE LOADER  */
.wave-loader {
  position: relative;
  /* width: 200px; */
  min-height: 20px;
  overflow: hidden;
  padding-left:5px;
  padding-right:5px;
}

.wave {
  position: absolute;
  border-radius:2px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(194, 200, 209, 0.2), rgb(243, 243, 243), rgba(194, 200, 209, 0.2));
  background-size: 200% 100%; /* Adjust the background size based on the number of color stops */
  /* box-shadow: 0 0 20px rgba(184, 191, 202, 0.5); */
  animation: wave-animation 1.6s infinite linear;
}

@keyframes wave-animation {
  0% {
    background-position: 0% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}

.select2-results__option {
    padding: 3px 10px;
}

/* dropify */
.dropify-wrapper {
    height:100px;
}
.dropify-wrapper .dropify-message span.file-icon p{
    font-size: 16px;
    font-family: 'Ubuntu';
}

/* CLOSE MODAL EFFECT */
.modal.fade .modal-dialog {
    transition: opacity 1s linear; /* Adjust the duration as needed */
}

.modal.fade.show .modal-dialog {
    opacity: 1;
}

.modal.fade.hide .modal-dialog {
    opacity: 0;
}

/*Progress bar */
/* .progress {
    background-color: #f8f5f6;
} */

/* .progress-success {
    background-color:
} */

.progress-bar-success {
    background-color: #47c363;
}

.progress-bar-warning {
    background-color: #ffa426;
}

.progress-bar-danger {
    background-color: #FF396E;
}

.progress-bar-info {
    background-color: #138cd7;
}

.bg-light-primary {
    background-color: #f8f5f6 !important;
}

.rounded-color-bullet {
    display:inline-block;
    width: 10px; /* Adjust width as needed */
    height: 10px; /* Adjust height as needed */
    border-radius: 50%; /* Create a circle */
    margin-right: 5px; /* Add spacing between icon and text */
    
}

/* PDF */

#pdf-canvas {
    border: 1px solid #ccc;
    display: block;
    margin: 20px auto;
  }
#toolbar {
background: #eee;
padding: 10px;
text-align: center;
}
#toolbar button {
margin: 0 5px;
padding: 5px 10px;
font-size: 14px;
}
#page-info {
margin: 0 10px;
font-size: 16px;
}
#pdf-render {
display: block;
margin: 20px auto;
box-shadow: 0 0 8px rgba(0,0,0,0.2);
background: #fff;
}

.CodeMirror, .CodeMirror-scroll {
    min-height:100px;
    overflow-y:auto;
}

.custom-bullet {
    border: none;
    font-size: larger;
    list-style-type: circle;
}

#app .sub-row, 
#app .sub-row table th, 
#app .sub-row table td {
    background-color: #f2f2f2;
}

/* overlay loader (di tampilkan saat model sedang dimuat di config spotface) */
.loader-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-overlay.hidden {
  display: none;
}

#app .for-custom-switch::after {
    top: calc(.12rem + 2px) !important;
}