<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * 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&amp;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:normal;
    color:#5A5A5A;
    font-size:12px;
}

#app ::placeholder {
  color: #a1a1a1; /* Adjust the color to your preference */
  font-weight:400;
}

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

.fw-normal {
    font-weight:normal;
}

a:hover{
    text-decoration:none;
}

.clickable-row:hover {
    /* cursor: pointer; */
}

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

select:hover {
    cursor: pointer;
}

p, ul:not(.list-unstyled), ol {
  line-height: 18px;
}

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

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

#app input {
  font-size:12px;
}

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

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

.dropdown-toggle.admin::after {
    margin-bottom: 15px;
  }


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

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

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

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

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

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

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

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

input {
    width:100%;
}

.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;
}

.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 8px;
}

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

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

#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;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

/* #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 {
    padding-left:2px;
    padding-right:2px;
} 

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



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 .table-not-separated-row{
  border-collapse: collapse !important;
  border-spacing:0 0px;
}

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

.table-not-separated-row tbody tr:last-child:not(.border-bottom-striped){ 
  border-bottom: 1px solid #f1f1f5;
}

#app .table.border-bottom-striped thead tr th {
  border-bottom:1px solid #f1f1f5;
}

#app .table.border-bottom-striped tr td {
  border-bottom:1px dashed #f1f1f5;
}

#app .table.border-bottom-striped tbody tr:last-child { 
  border-bottom:1px dashed #f1f1f5;
}

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

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

#app .tab-pane .tabel-detail-realisasi {
    width:100% !important;
}

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

/* #app .border-bottom-striped {
  border-bottom:1px dashed #f1f1f5;
} */

#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:500;
}

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

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

.badge.badge-danger {
    background-color:#ffefef;
    color:#FF396E;
    border:1px solid #ffefef;;
    font-weight:500;
}
.badge.badge-warning {
    background-color:#fff8de;
    color:#ffa426;
    border:1px solid #fff8de;
    font-weight:500;
}
.badge.badge-light {
    border:1px solid #e3eaef;
}
.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;
}

.badge.badge-outline-white {
    border:1px solid #fff;
    color:#fff;
}

.badge-sm {
    font-size:smaller;
}

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

.btn {
    line-height: 1.6;
}

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

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

.btn.btn-sm {
    padding: 0.1rem 0.4rem;
    font-size: 12px;
}
/*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: 14px;
}

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

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


.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;
}

/*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%;
}

.display-none, .d-none {
    display:none
}

#error-container {
    font-size:15px;
    font-weight:500;
}

#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%;
}

.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: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

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

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

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

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
    margin-top: 1px;
}

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

/*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: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    margin: auto;
  }
  
  .modal.fade.bottom-to-top .modal-content {
    min-height: 25vh;
    display: flex;
    flex-direction: column;
  }
  
  .modal.fade.bottom-to-top .modal-body {
    flex-grow: 1;
    overflow-y: auto;
  }

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

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

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

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

#app .sticky .table tbody td:nth-child(-n+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 */
}

/* sticky element on top */
.row.sticky-on-top{
  position:sticky;
  top:0;
  left:0;
  z-index:9999;
  background-color:#f3f5f8;
  padding-top:10px;
  padding-bottom:10px;
}

/* CARD */
.card {
    margin-bottom: 20px;
}

.card .card-header {
    border-bottom:0px;
}

.card .card-header h4 {
    font-size: 16px;
    line-height: 20px;
    color: #5A5A5A;
    padding-right: 10px;
    margin-bottom: 0;
}

.card .card-body {
    padding: 10px 15px;
}

.card .card-body p {
    margin-bottom:0;
    line-height:14px;
}

.card table {
    margin-bottom:5px;
}

.card.card-statistic-1 {
    margin-bottom:0;
}

.card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon {
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 3px;
    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;
}

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

#app .btn .text-slim {
  font-weight:400;
}

#app .btn {
  font-weight:500;
}

.spinner-border-xs {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
}

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

.error-message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* FORM CONTROL */

.form-control.outline-0 {
  background-color:#f9f9f8;
}

.form-control.outline-0:focus {
  background-color:#f4f6f9;
}

/* DROPIFY */
.dropify-wrapper .dropify-message span.file-icon {
  font-size: 15px;
  color: #CCC;
}

/* ACTIVITY / TIMELINE */
.activities .activity:before {
  content: " ";
  position: absolute;
  left: 9px;
  top: 0;
  width: 0.108em;
  height: 100%;
  background-color: #d0d4f1;
}

.activities .activity {
    width:100%
}

.activities .activity .activity-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 6px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  text-align: center;
  z-index: 1;
}

.activities .activity .activity-detail {
  width:100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 8px;
  border: none;
  position: relative;
  margin-bottom: 8px;
  position: relative;
  padding: 5px;
}

.activities .activity .activity-detail:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  left: -6px;
  top: -2px;
  color: #fff;
}

.activities .activity .activity-icon .fas{
    font-size:10px;
}

.activities .activity .activity-detail p {
  line-height: 20px
}

.nav-pills .nav-item .nav-link {
    background-color: #f6f7fe;
}

.dotted-border {
  border:1px dotted #bfbfbf; 
  border-radius:5px;
  padding:5px 8px;
}

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

iframe {
    border:0px;
}

.modal-header, .modal-body, .modal-footer {
    padding-bottom: 15px;
}

.modal-header {
    padding-bottom: 10px;
    padding-top:10px;
}

.modal-header h5 {
    margin-bottom:0px;
}

.note-editable p {
    margin-bottom:0rem;
}

.tab-content &gt; .tab-pane {
    line-height:inherit;
}

.nav-tabs .nav-item .nav-link.active {
    font-weight:600;
}

input.is-invalid {
    border: 1px solid #FF396E;
}

.alert p {
    line-height:14px;
}

/* Summernote */
#app .note-editable.card-block {
    min-height:125px !important;
}

.nav-pills .nav-item .nav-link.active {
    /* box-shadow: none; */
}

#modal-detail-rka {
    z-index: 1100;
}

.dropify-infos-message {
    font-size:12px;
}
</pre></body></html>