body {
    font-family: poppins, sans-serif !important;
}
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    height: auto;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d9dee3;
    border-radius: 4px;
    /* padding: 0.4375rem 0.61rem; */
    /* padding: 0.5785rem 0.61rem; */
    /* padding: 0.5485rem 0.61rem; */
    padding: 0.5285rem 0.61rem;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered, .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    color: #697a8d;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered, .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    line-height: 20px;
}
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d9dee3;
}
textarea.select2-search__field::placeholder {
    color: #999;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0px;
    margin-top: 0px;
    height: 22px;
}
:focus-visible {
    outline: 0.5px solid #ddd;
}
.spinner-box {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.spinner-box-children {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tipe-pertanyaan {
    display: none;
}
.dropzone .dz-clickable {
    width: 100%;
    /* height: 100%; */
    padding: inherit;
}
.float-right {
    float: right;
}

@media (min-width: 992px) {
    .navbar-toggler-main-menu {
        display: none;
    }
    .visible-desktop {
        display: block;
    }
    /* .navbar-expand-xl .navbar-nav .dropdown-menu {
        display: none;
    } */
}
@media (max-width: 991px) {
    .visible-desktop {
        display: none;
    }
    #layout-navbar {
        position: relative;
    }
    .navbar-toggler-main-menu {
        background-color: transparent;
        border: none;
        display: block;
    }
    #navbar-collapsemain-menu {
        /* display: block; */
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 10px 15px;
        position: absolute;
        top: 62px;
        left: 0;
        border-radius: 4px;
        width: 50%;
    }
    #navbar-collapsemain-menu .nav-item.dropdown {
        position: relative !important;
    }
    #navbar-collapsemain-menu .dropdown-menu {
        left: 6rem !important;
        top: 1rem !important;
        width: auto !important;
    }
    .header-rangking,
    .header-achievement {
        font-size: 0.9rem;
    }
}
#beranda-level .list-group-item {
    border-bottom: 3px solid #ddd;
}
.row-child-custom {
    /* display: none; */
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.form-check-input:checked,
.form-check-input[type="checkbox"]:indeterminate {
    /* border-color: #233446;
    background-color: #233446; */
    border-color: #f6830f;
    background-color: #f6830f;
}
.nav-link.active {
    color: #233446 !important;
}
.swal2-container {
    z-index: 20000 !important;
}
.swal2-input {
    height: 2.125em !important;
}
.dropdown-menu-npwp {
    list-style: none;
    padding-left: 0;
    max-height: 200px;
    min-height: 200px;
    overflow-y: auto;
    min-width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
ul#dropdown-menu-npwp:before {
    content: "";
    background-image: url(../../assets/img/illustrations/profile-rekkaa.jpeg);
    height: 200px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
}
ul.dropdown-menu.dropdown-menu-end.menu-user.show:before {
    content: "";
    display: block;
    background-image: url(../../assets/img/illustrations/profile-rekkaa.jpeg);
    width: 100%;
    height: 100px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    z-index: -1;
}
ul#dropdown-menu-npwp a.dropdown-item {
    color: #2c2727;
}
#dropdown-menu-npwp-aktif-li {
    position: relative;
}
#dropdown-menu-npwp-aktif-li:before {
    content: "";
    display: block;
    background-color: #ef8233;
    width: 5px;
    position: absolute;
    left: 0;
    /* top: 0;
    bottom: 0; */
    top: -5px;
    bottom: -8px;
    opacity: 0.9;
}
.dropdown-menu {
    margin: 0px;
}
/* .modal .select2-container--open {
    z-index: 9999;
} */
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    /* background-color: #696bfc; */
    background-color: #f6830f;
}
.select2-container--default .select2-results__option--selected {
    background-color: #dddddd63;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #d9dee4 1px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #6b6dfc;
    border: 1px solid #fff;
    color: #fff;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9dee4;
}

.dataTables_wrapper {
    /* padding: 15px; */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #233446;
    background-color: #fff;
    background: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #ddd;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}
.dropdown-user .dropdown-menu {
    min-width: 253px;
}
.text-left {
    text-align: left;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, #696bfc, #8683fc);
}

/* .bg-menu-theme .menu-sub > .menu-item > .menu-link:not(.menu-toggle):before {
    content: "";
    position: absolute;
    left: 1.4375rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
} */
.menu-vertical .menu-sub .menu-link.menu-toggle {
    padding-right: calc(1rem + 1.26em);
    padding: 1rem;
    padding-left: 2rem;
}

.menu-vertical .menu-sub .menu-sub a {
    /* margin-left: auto; */
    margin: 0 2rem !important;
}

.middle-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-10 {
    padding-top: 6rem !important;
}

.select2-container--default .select2-results__option--disabled {
    cursor: not-allowed;
}

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

.hidden-element {
    display: none !important;
}

.table-responsive {
    overflow-x: initial !important;
}
.daterangepicker.show-calendar {
    z-index: 20000 !important;
}
#swal2-html-container {
    overflow-x: hidden;
}
#swal2-html-container .select2-results {
    text-align: left;
}
.float-right {
    float: right;
}
.subscription-box .card-body {
    /* background-image: url(../../assets/img/illustrations/man-with-laptop-light.png); */
    /* background-position: bottom right; */
    /* background-size: 50%; */
    /* background-repeat: no-repeat; */
    min-height: 450px;
    position: relative;
    z-index: 1;
}

.subscription-box .card-tag {
    position: absolute;
    top: -31px;
    right: 6px;
    background-color: #fff;
}

.subscription-box .card-tag i.bx.bx-purchase-tag {
    font-size: 2rem;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    color: #f6830f !important;
    background-color: rgb(222 180 124 / 16%) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
    background-color: #f6830f !important;
}

/* .bg-primary, */
.bg-warning {
    background-color: #f6830f !important;
}
/* .btn-primary, */
.btn-warning {
    border-color: #f6830f;
    background-color: #f6830f !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(255 172 105 / 40%);
}
/* .btn-primary:hover, */
.btn-warning:hover {
    border-color: #f6830f;
}
.bg-menu-theme
    .menu-sub
    > .menu-item.active
    > .menu-link:not(.menu-toggle):before {
    background-color: #f6830f !important;
}
/* .btn-outline-primary, */
.btn-outline-warning {
    color: #f6830f !important;
    border-color: #f6830f;
    background: transparent;
}
/* .btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus, */
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    background-color: #f6830f;
    border-color: #f6830f;
    color: #fff !important;
}
/* .btn-outline-primary:hover, */
.btn-outline-warning:hover {
    background-color: #f6830f;
    border-color: #f6830f;
    color: #fff !important;
}
/* .text-primary, */
.text-warning {
    color: #f6830f !important;
}
a {
    color: #f6830f;
}
a:hover {
    color: #f6830f;
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active .menu-icon {
    color: #f6830f !important;
}

.avatar.avatar-online:after {
    background-color: #f6830f !important;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
    color: #f6830f !important;
    background-color: rgb(222 180 124 / 16%) !important;
}

.menu-user {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}
div.dataTables_scrollBody {
    min-height: 350px;
}
table.dataTable.display > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgb(253 253 253 / 2%);
}
div.dataTables_processing > div:last-child > div {
    background: rgba(229, 151, 48, 0.9);
}
.card-custom-hg .card-body {
    min-height: 227px;
}
.bg-label-success {
    color: #438321 !important;
}
.bg-success {
    background-color: #438321 !important;
}
.text-success {
    color: #438321 !important;
}
.btn-success {
    border-color: #438321;
    background-color: #438321 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(255 172 105 / 40%);
}
.btn-outline-success {
    color: #438321 !important;
    border-color: #438321;
    background: transparent;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    background-color: #438321;
    border-color: #438321;
    color: #fff !important;
}
/* .btn-outline-primary:hover, */
.btn-outline-success:hover {
    background-color: #438321;
    border-color: #438321;
    color: #fff !important;
}

/* wizard */
.sw-theme-arrows > .nav .nav-link.active {
    /* color: var(--sw-anchor-active-secondary-color)!important; */
    border-color: #f6830f;
    background-color: #f6830f;
    cursor: pointer;
}
.sw-theme-arrows > .nav .nav-link.active::after {
    border-left-color: #f6830f;
}
.sw > .progress > .progress-bar {
    background-color: #f6830f;
}
.sw-theme-arrows > .nav .nav-link.done {
    border-color: #ffb14c;
    background-color: #ffb14c;
}
.sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: #ffb14c;
}
aside#layout-menu:after {
    content: "";
    display: block;
    background-image: url(../../assets/img/illustrations/profile-rekkaa.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 200px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
}
.card-text.card-subscription-content ul {
    list-style: none;
    position: relative;
    /* padding-left: 5px; */
}
.card-text.card-subscription-content ul li:before {
    content: "\eca4";
    position: absolute;
    left: 3px;
    color: #438321;

    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.subscription-box .card-body:after {
    content: "";
    display: block;
    background-image: url(../../assets/img/illustrations/tax-rekkaa.jpeg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 50% 40%;
    background-position: bottom right;
    opacity: 0.3;
    z-index: -1;
}
.subscription-box .card-body .card-choose.text-center {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
}

.subscription-box h5.card-title {
    /* position: absolute;
    left: 30px;
    right: 30px;
    top: -21px;
    z-index: 2; */
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    margin-top: -52px;
    /* min-height: 82px; */
    min-height: 105px;
}
.subscription-box .card-diagonal {
    background-image: linear-gradient(45deg, #6303b1, #ff0099);
    transform: skewY(-11deg);
}
.subscription-box .card-title-subscription {
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
}
.subscription-box .card-old-subscription {
    font-size: 12px;
    text-decoration: line-through;
}
#modalSubcription .modal-content {
    z-index: 3;
}
#modalSubcription .modal-content:after {
    background-image: url(../../assets/img/illustrations/profile-rekkaa.jpeg);
    background-repeat: no-repeat;
    /* background-size: 30% 30%; */
    background-position: bottom right;
    opacity: 0.1;
    content: "";
    display: block;
    /* width: 100%;
    height: 100%; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.app-brand .layout-menu-toggle {
    background-color: #ef8233;
}
.selected-wajib-pajak {
    background-color: #ef8233;
}

.capture-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.modal-header .close {
    display: none;
  }

.camera-container {
    position: relative;
    width: 100%;
    height: 400px;
    padding-top: 56.25%;
    overflow: hidden;
    border: 4px solid orange; 
}

#cameraStream {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.modal-dialog.modal-lg {
    max-width: 650px;
}

.modal-content {
    width: 100%;
}

.camera-container {
    position: relative;
}

.live-time-container {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px;
    border-radius: 5px;
    color: orange;
    font-size: 20px;
}

.address-container {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    color: orange;
    font-size: 20px;
}

.btn-orange {
    background-color: orange;
    color: #566a7f;
}

.textbox-address input.form-control {
    height: 120px;
    align-items: flex-start;
    word-wrap: break-word;
    resize: vertical;
}

.lbl-req {
    /* font-size: 12px;
    white-space: nowrap; */
}

.duration-helper-text {
    font-size: 12px;
    margin-top: 5px;
    font-style: italic;
}

.working-days-box {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-radius: 4px;
    color: black;
}

.working-days-box .form-check {
    flex: 1;
    text-align: center;
}

.working-days-box .form-check-input:checked {
    background-color: orange;
    border-color: orange;
}

#table-pengaturan-absensi .btn-custom-edit {
    background-color: orange;
  }
  
#table-pengaturan-absensi .btn-custom-delete {
    background-color: #dc3545;
}

#table-pengaturan-absensi .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

#table-pengaturan-absensi .btn-custom-edit .fas,
#table-pengaturan-absensi .btn-custom-delete .fas {
    color: white;
}

.nav-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 20px; /* Adjust padding as needed */
    margin: 0 5px; /* Adjust margin as needed */
}

/* Center the tab buttons at the top */
.nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; /* Adjust margin as needed */
}

.nav-tabs .nav-item {
    align-self: flex-start;
}

/* Add margin to each nav tab */
.nav-tabs .nav-link {
    padding: 10px 15px
}

/* Add border to the active nav tab */
.nav-tabs .nav-link.active {
    background-color: orange;
    color: white;
}

.btn-orange {
    background-color: orange;
    border-color: orange;
    color: white;
}
.btn-orange:hover {
    background-color: darkorange;
    border-color: darkorange;
    color: white;
}

.title-case-jadwal {
    text-transform: none;
    font-size: 14px;
}


.error-text {
    color: red;
    font-style: italic;
    font-size: 12px; /* You can adjust the font size as needed */
}

.custom-tutup {
    background-color: white;
    color: red;
    border: 1px solid red;
  }
  
  .custom-tutup:hover {
    background-color: red;
    color: white;
    border: 1px solid red;
  }
.bt-checkbox-glyphicons input[type="checkbox"]:checked + span:after {
    font-family: 'boxicons';
    content: "\eca4 ";
    color: darkorange;
}
.bt-tree-bootstrap-3 ul.bt-list-bootstrap li.active {
    color: initial;
    background-color: transparent;
}
.bt-list-bootstrap .list-group-item + .list-group-item.active {
    margin-top: auto;
    border-top-width: initial;
}
.list-group-karyawan .list-group-item:hover {
    cursor: pointer;
}
.list-group-karyawan .list-group-item.border-active {
    border: 1px solid #f6830f!important;
}

.input-container {
    position: relative;
  }
  
  .input-container .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: gray; /* Adjust the color as needed */
  }

  .card-bayar.active {
    border: 1px solid #f6830f;
  }
  .card-bayar.active .form-check-input:checked {
    border-color: #f6830f;
    background-color: #f6830f;
  }
  .pricing-plan-oldprice {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    text-decoration: line-through;
  }

  .calculator-container {
    display: none;
    position: relative; /* Change to relative to fit inside the modal */
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    width: 83%; /* Full-width container */
    max-width: 600px; /* Adjust as needed */
    margin: 0 auto; /* Center horizontally */
}

.calculator-button {
    margin: 5px;
    padding: 3px 8px;
    font-size: 11px; /* Smaller font size */
}

.calculator-label {
    font-size: 11px; /* Smaller font size */
    margin-bottom: 5px; /* Add some space below labels */
}

.disabled-button {
    pointer-events: none; /* Disable click events */
    background-color: #ccc; /* Change to a disabled button style */
    cursor: not-allowed; /* Change cursor style */
}

.close-calculator {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px; /* Adjust the width and height as needed */
    height: 25px;
    font-size: 11px;
    border: none;
    background-color: #ff0000; /* Button background color */
    color: #ffffff; /* Button text color */
    cursor: pointer;
    border-radius: 5px; /* Rounded corners to make it square */
  }
  
  .close-calculator:hover {
    background-color: #cc0000; /* Change the background color on hover */
  }

  @media (min-width: 576px) and (max-width: 991px) {
    #absensi-mobile {
        display: none;
    }
}

.timeline {
    list-style-type: none;
}

span.selected-formula {
    padding: 5px 15px;
    /* background-color: #ccc; */
    border-radius: 15px;
    position: relative;
    margin: 5px;
    display: inline-block;
    border-bottom: 1px solid #f6830f;
    /* color: #fff; */
}

/* span.selected-formula::after {
    content: "x";
    position: absolute;
    color: #ff0000;
    font-size: 14px;
    right: 0px;
    top: -8px;
    cursor: pointer;
    font-weight: bold;
} */

.formula_txt {
    border: 1px solid #ccc;
    min-height: 100px;
    padding: 15px;
}

.dataTable th .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

table.dataTable.stripe>tbody>tr.odd.selected>*, table.dataTable.display>tbody>tr.odd.selected>*,
table.dataTable.stripe>tbody>tr.even.selected>*, table.dataTable.display>tbody>tr.even.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(166 189 222 / 92%)
}

table.dataTable td.dt-control:before {
    background-color: #438321 ;
}

.menu-vertical .menu-sub .menu-sub .menu-link {
    padding-left: 1rem;
}
table.dataTable td.dt-control:before {
    background-color: #438321;
    border-radius: 0;
    box-shadow: none;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #438321;
    border-color: #438321;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #438321;
}
/* remove X from locked tag */
.locked-tag {
    padding-left: 0px!important;
}
.locked-tag .select2-selection__choice__remove{
  display: none!important;
}
.box-border {
    border: 1px solid #ddd;
    padding: 15px;
}