@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


:root {
    --green100: #F5FFFA;
    --green200: #B0F5D0;
    --green300: #89D8A8;
    --green400: #00AA4F;
    --green500: #007A39;
    --gold100: #FBF6EE;
    --gold200: #F4E7D2;
    --gold300: #E5CA99;
    --gold400: #d6ad60;
    --gold500: #C09A52;
    --cream100: #F5F3F1;
    --cream200: #E6E1DB;
    --cream300: #C7BDB0;
    --cream400: #A99985;
    --cream500: #958674;
    --gray50: #EFF0F4;
    --gray100: #D4D7E2;
    --gray200: #787d8f;
    --gray300: #2B2C32;
    --red100: #FFF4F4;
    --red200: #F8B2B2;
    --red300: #F49E9E;
    --red400: #EA3D3D;
    --red500: #9C2929;
    --orange100: #FFFBF4;
    --orange200: #F8DFB2;
    --orange300: #FFD384;
    --orange400: #FFA80A;
    --orange500: #D48C08;
    --blue400: #24336B;
    --line-border-fill: #D6AD60;
    --line-border-empty: #D4D7E2;
    --gray300: #2b2c32;
    --blue100: #F0F2FA;
    --blue200: #C7CCDD;
    --blue300: #767FA4;
    --blue400: #24336b;
    --blue500: #1D2956;
}

* {
    font-family: "Lato", sans-serif;
}

.container-fluid {
    /* background: #FAFAFA; */
}

.__sub-text-color {
    color: rgba(140, 140, 140, 1);
}

.__text-regular {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
}

.__text-medium {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 22.4px;
}

.__text-helper {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #c93734;
}

.__section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.005em;
}

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

.__rowContainer {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.__form-input {
    padding: 13px 14px;
    height: 48px !important;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.__form-input:focus {
    box-shadow: none;
    border: 1px solid #20a4b0;
}

.__form-input::placeholder {
    color: rgba(191, 191, 191, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
}

.__form-checkbox {
    width: 20px;
    height: 20px;
}

.__form-button {
    border: none;
    height: 48px;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #24336b;

    font-weight: 600;
    font-size: 14px;

    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.__form-input-icon {
    position: absolute;
    top: 55%;
    right: 34px;
    transform: translateY(-45%);
}

.__btn-primary {
    background: #24336b;
    color: #ffffff;
}

.__btn-primary-outlined {
    background: #fff;
    color: rgba(13, 13, 13, 1);
    border: 1px solid rgba(13, 13, 13, 1);
}

.__form-button:focus {
    outline: none;
}

.__form-button:disabled {
    background: #f0f0f0;
    color: #bfbfbf;
}

.__progress-bar-group {
    gap: 5px;
}

.__progress-bar-group .__progress {
    border-radius: 4px;
    flex: 5;
    height: 8px;
    background-color: rgba(232, 236, 244, 1);
}

.__progress-bar-group .__progress-bar {
    border-radius: 4px;
    height: 8px;
    background-color: rgba(32, 164, 176, 1);
}

.__progress-bar-group span {
    flex: 1;
}

.__progress-bar div {
    flex: 2;
}

.__notification-badge {
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 0px 4.5px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    background-color: red;
}

.__modal-small-text {
    font-weight: 500;
    font-size: 12px;
    color: #8c8c8c;
}

.__loadingWrapper {
    width: 100%;
    height: 100vh;
}

.__centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table.__thead-no-border thead th {
    border-bottom: none !important;
}

table.dataTable td, .dataTables_scrollHeadInner th {
    /* padding: 16px 12px !important; */
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.__modal-popper-btn {
    width: 100%;
    padding: 13px 14px;
    height: 48px !important;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.__modal-popper-btn span {
    color: rgba(94, 103, 123, 1);
}

.__modal-header-bg {
    background: rgba(13, 75, 160, 1);
    padding: 3px 16px;
    margin: 1rem 1rem 0.5rem 1rem;
    border-radius: 4px;
}

.__modal-header-bg button {
    padding-right: 0;
}

.__step-number-wrapper {
    display: flex;
    gap: 30px;
    margin: 0px 42px;
}

/* swiper */
.swiper.spk {
    margin: 0px 41px;
}

.swiper-spk-prev,
.swiper-spk-next {
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.swiper-spk-prev {
    top: 50%;
    left: 11px;
}

.swiper-spk-next {
    top: 50%;
    right: 10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row.fix-margin {
    margin-left: -16px;
    margin-right: -16px;
}

/* swiper */
#spk-step-slider .swiper-slide {
    width: 18% !important;
}

.__step-number label {
    padding: 0px 13px;
    line-height: 7px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 24;
    background-color: rgba(237, 247, 248, 1);
    color: rgba(19, 147, 158, 1);
    padding-top: 12px;
    padding-bottom: 14px;
}

.__card-steps {
    width: 100%;
    /* flex: 1 1 187px; */
    border-radius: 5px;
    border: 1px solid rgba(218, 223, 234, 1);
    border-top: 8px solid rgba(32, 164, 176, 1);
    display: flex;
    flex-direction: column;
    padding: 9px 7px;
    position: relative;
}

.__card-steps.rejected {
    border-top-color: rgba(238, 109, 116, 1);
}

.__step-number label.rejected {
    color: rgba(238, 109, 116, 1);
}

.__card-container {
    margin-top: 45px;
    padding: 0px 3px;
    /* background: #FFFFFF; */
    background-color: #FAFAFA;
}

.__card-title {
    margin-bottom: 0.5rem;
    padding-left: 20px;
    padding-top: 20px;
}

.__card-title h5 {
    font-weight: bold;
}

.__card-title p {
    color: rgba(140, 140, 140, 1);
    margin-bottom: 0;
}

.__badge-classic {
    border: 1px solid rgba(193, 193, 193, 1);
    color: rgba(52, 64, 84, 1);
}

.__badge-dark {
    background-color: rgb(37, 39, 44);
    color: rgba(255, 255, 255, 1);
}

.__badge-primary {
    background-color: rgb(80, 85, 98);
    color: rgba(255, 255, 255, 1);
}

.__badge-success {
    background-color: rgba(136, 231, 219, 1);
    color: rgba(44, 49, 58, 1);
}

/* ----------- Loading Section ---------- */
.__loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000031;
    z-index: 999;

    display: flex;
    justify-content: center;
    align-items: center;
}

.__loading-indicator {
    color: rgba(13, 75, 160, 1);
    width: 40px;
    height: 40px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

div.dataTables_length>label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-length {
    display: flex;
    align-items: center;
    /* Menyusun elemen secara vertikal tengah */
    justify-content: space-between;
}

.dt-bootstrap4 .dt-buttons,
.dt-bootstrap4 .dataTables_info {
    /* float: right; */
    margin-bottom: 22px;
}

.dt-bootstrap4 .dt-buttons+.dataTables_filter,
.dt-bootstrap4 .dt-buttons+.dataTables_paginate,
.dt-bootstrap4 .dataTables_info+.dataTables_filter,
.dt-bootstrap4 .dataTables_info+.dataTables_paginate {
    float: right;
    margin-bottom: 22px;
}

/* dataTables Search input box */

.dataTables_filter {
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 328px;
    height: 40px;
    /* margin-left: 0; */
    border: none;
    border-right: 1px solid #d9d9d9;
    border-radius: 0px;

    /* custom for search input datatable */
    outline: none;
    margin-left: -6px;
    padding-right: 46px;
}

.dataTables_filter .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
}

div.pull-left {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 20px;
}

div.empty-space {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 20px;
}

div.dataTables_wrapper div.dataTables_filter label {
    /* border-radius: 8px; */
    border: 1px solid #d9d9d9;
    border-right: none;
    padding-left: 14px;
    flex-direction: row;
    display: flex;
    align-items: center;
    background: #FFF;
}

#left-sidebar {
    background: #ffffff;
    border-right: 1px solid #e1e3ea;
}

.navbar.navbar-fixed-top {
    background: #FFFFFF;
    /* background: #FAFAFA; */
}

#left-sidebar-nav {
    padding-top: 24px;
}

.user-role-login {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.button-to-logout {
    cursor: pointer;
}

/* custom dataTables */
.top {
    padding-bottom: 12px;
}

.pull-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding-top: 20px;
}

.my-inner1 {
    margin: 0;
    display: block;
    float: left;
}

.my-inner2 {
    margin: 0;
    display: block;
    float: right;
}

.add-new-admin {
    background: #24336b;
}

.status-teks {
    font-size: 12px;
    font-weight: 400;
    color: #5e677b;
}

.normal-teks {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
}

.thead-teks {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.table-custom.table thead th {
    background-color: #FAF6F0;
    font-weight: 600;
    line-height: 20px;
    color: #2b2c32;
}

.checkbox-size {
    width: 20px;
    height: 20px;
}

/* custom radio button */
/* Menghilangkan tampilan default radio button */
input[type='radio'] {
    display: none;
}

/* Mengatur tampilan label radio button */
input[type='radio']+label {
    position: relative;
    padding: 15px;
    cursor: pointer;
}

/* Mengatur tampilan radio button yang sudah dipilih */
input[type='radio']:checked+label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #24336b;
}

/* Mengatur tampilan latar belakang label radio button yang tidak dipilih */
input[type='radio']+label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    box-shadow: none;
}

/* Mengatur tampilan border untuk radio button yang tidak dipilih */
input[type='radio']:checked+label::before {
    border: none;
}

/* button modal logout */
.button-to-logout {
    outline: none !important;
    border-color: #24336b !important;
    background: #24336b !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 13px 16px !important;
    border-radius: 8px !important;
}

.cancel-to-logout {
    outline: none !important;
    border-color: #f2f5fa !important;
    background: #f2f5fa !important;
    color: #2c313a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 13px 16px !important;
    border-radius: 8px !important;
}

/* tab button */
.btn-tab-active {
    margin: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s, color 0.3s;
    color: #959dac;
}

.btn-tab-active:hover,
.btn-tab-active:focus {
    border-bottom-color: #1480d8;
    outline: none;
    color: #959dac;
}

.btn-tab-active:active,
.btn-tab-active.active {
    border-bottom-color: #1480d8;
    outline: none;
    color: #58f8f9;
}

.text-area {
    border: 1px solid #ced4da;
    border-radius: 8px;
}

.text-area:focus {
    border-color: #20a4b0;
}

.card-with-tab {
    margin-top: 65px;
}

@media (max-width: 1200px) {
    .menumachinetool p {
        margin-top: 1rem;
    }

    .__filter-table {
        flex-direction: column !important;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 10px;
    }

    .card-with-tab {
        margin-top: 150px;
    }

    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
        z-index: 99 !important;
    }

    .my-wrapper {
        float: none;
        display: flex;
        flex-direction: column;
    }

    .my-inner1,
    .my-inner2 {
        float: none;
        align-self: center;
    }

    #table-start_filter input {
        width: 90%;
    }

    #table-start.js-basic-master {
        width: 100%;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .layout-fullwidth #wrapper #main-content {
        width: calc(100% - 120px);
    }

    .top-container-wrapper {
        padding: 0 !important;
    }

    table.dataTable>tbody>tr.child ul.dtr-details>li {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    table.js-basic-master {
        width: 100% !important;
    }

    .dtr-control:before {
        height: 1em;
        width: 1em;
        border: 0.15em solid white;
        border-radius: 1em;
        box-shadow: 0 0 0.2em #444;
        color: #fff !important;
        font-family: 'Courier New', Courier, monospace;
        content: '+' !important;
        background-color: #0d6efd;
        line-height: 0.8;
    }

    .dataTables_filter input {
        width: 100% !important;
    }
}

.gray200 {
    color: var(--gray200);
}

.gray300 {
    color: var(--gray300);
}

.gold400 {
    color: var(--gold400);
}

.gold500 {
    color: var(--gold500);
}

.blue400 {
    color: var(--blue400);
}

.green400 {
    color: var(--green400);
}

.red400 {
    color: var(--red400);
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

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

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

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

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

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

/* nav tabs */
.nav-tabs .nav-item .nav-link {
    color: var(--gray200);
    font-weight: 400;
}

.nav-tabs .nav-item:hover .nav-link {
    background: white;
}

.nav-tabs .nav-item .nav-link[aria-selected='true'] {
    color: var(--gray300);
    font-weight: 600;
    border-bottom: 2px solid var(--gold400);
}

.input-icon {
    border: none;
}

.input-icon:focus {
    border: none;
    outline: none;
}

.input-icon:active {
    border: 10px solid;
    outline: none;
}

span.basic {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #787d8f;
}

span.info {
    font-size: 14px;
    font-weight: 600;
    color: #2b2c32;
    line-height: 20px;
}


.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}

body {
    margin-left: 0px;
    margin: 0;
    /* background: #FAFAFA; */
}

.card {
    min-height: 0px;
    padding: 20px;
}

.__card-container>.col-lg-12>.card {
    background: #FAFAFA;
    border: none !important;
}

.__card-container>.col-lg-12{
    padding: 0 !important;
}

.circle {
    background-color: #D4D7E2;
    color: #FFFFFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--line-border-empty);
    transition: 0.4s ease;
}

.circle.active {
    border-color: var(--line-border-fill);
}

.progress {
    background-color: var(--line-border-fill);
    position: absolute;
    top: 20%;
    left: 46px;
    transform: translateY(-50%);
    height: 4px;
    width: 55%;
    z-index: 10;
    transition: 0.4s ease;
    margin-left: 9px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
}

.progress-container::before {
    content: "";
    /* Mandatory with ::before */
    background-color: var(--line-border-empty);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 50%;
    z-index: -1;
}


.container {
    text-align: center;
}


/* checkbox table */
.table input[type='checkbox'] {
    width: 16px;
    height: 16px;
}

table {
    border: 1px solid #d4d7e2 !important;
}

table thead {
    background: #faf6f0 !important;
}

table tbody tr {
    background: #ffffff !important;
}

table tfoot {
    background: #faf6f0 !important;
}

.table td {
    /* vertical-align: baseline; */
}

.dataTable thead tr th {
    background: #faf6f0 !important;
}

table.dataTable tbody tr.selected-row {
    background-color: #F0F1F5 !important;
}

table.dataTable tbody tr.selected-row .dtfc-fixed-left,
table.dataTable tbody tr.selected-row .dtfc-fixed-right {
    background-color: #F0F1F5 !important;
}

.z-10 {
    z-index: 10 !important;
}

.z-2000 {
    z-index: 2000 !important;
}

p {
    margin-bottom: 0 !important;
}

.btn-primary:disabled {
    color: var(--gray200);
    background: var(--gray50) !important;
    border-color: var(--gray50);
    opacity: 1;
}

:root {
    --litepicker-button-prev-month-color-hover: #132f61;
    --litepicker-button-next-month-color-hover: #132f61;
    --litepicker-day-color-hover: #132f61;
    --litepicker-is-end-color-bg: #132f61;
    --litepicker-button-apply-color-bg: #132f61;
    --litepicker-button-reset-color-hover: #132f61;
}

/* border datatable */
/* .table-responsive {
    padding: 24px 20px 12px;
    border: 1px solid #D4D7E2;
    background: #FFFFFF;
} */

.litepicker {
    font-size: 15px;
}

.litepicker select.month-item-name,
.litepicker select.month-item-year {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding-left: 8px !important;
    padding-right: 4px !important;
}

.top-navbar {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #787d8f;
}

.top-navbar.active {
    color: #d6ad60;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 1024px) {
    .basicContent {
        flex-direction: column !important;
    }

    .basicElement {
        width: 100% !important;
    }

    .dueDate {
        align-items: flex-start;
    }

    .taskInfo {
        grid-template-columns: 50% 50% !important;
    }

    .imageTask {
        padding-right: 0px !important;
        padding-bottom: 20px;
        width: 100%;
    }

    .imageTask img {
        width: 100%;
    }
}

/*
    ========= Customization for Select 2 JS ==========
*/

.custom-select2-style {
    border-radius: 0px !important;
}

.__select-with-icon svg {
    position: absolute;
    top: 56%;
    right: 30px;
    transform: translateY(-50%) rotate(90deg) !important;
    width: 10px;
    height: 15px;
}

.__select-with-icon .select2 {
    width: 100% !important;
}

.select2-selection__choice__remove span[aria-hidden='true'] {
    color: white;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-selection.select2-selection--single {
    padding: 0px 14px 40px 13px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
}

.select2-container--disabled>.selection>.select2-selection.select2-selection--single {
    background-color: #e9ecef;
}

;

.select2.select2-container .select2-selection.select2-selection--multiple {
    min-height: 50px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex !important;
    /* flex-wrap: wrap; */
    row-gap: 12px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f7ff;
    border: 1px solid #1e40af;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 17px;
    padding: 8px 12px;
    font-size: 12px;
    position: relative;
    color: #1e40af;
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    margin-right: 12px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    height: fit-content;
    width: fit-content;
    color: #787d8f;
    font-weight: 500;
    font-size: 23px;
    position: relative;
    line-height: 10px;
    border: none;
}

.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    z-index: 5001 !important;
}

span.select2-search.select2-search--inline {
    width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
    height: fit-content !important;
    width: 93% !important;
    margin-top: 0.6rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.6rem 0.2rem;
}

/*
    ========= Customization for input with icon left ==========
*/

.iconLeft {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #d4d7e2;
    gap: 8px;
}

.iconLeft-input {
    display: flex;
    align-items: center;
    padding: 0px 8px 0px 12px;
    border: 1px solid #d4d7e2;
    gap: 8px;
    border-radius: 8px;
}

.line-clamp-1 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;

    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;  */
}

.reply-hover:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* chat page */
#ChatContainer {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#ChatContainer::-webkit-scrollbar {
    width: 0;
}

.custom-marker {
    position: absolute;
    background-color: white;
    padding: 6px 8px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #EA3D3D;
    z-index: 1;
}

.custom-marker::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    /* Warna pointer merah */
}

canvas.mapboxgl-canvas {
    height: 100% !important;
    width: 100% !important;

}

/* .splide__list { */
    /* display: flex;
    flex-wrap: nowrap; */
    /* gap: 20px; */
/* } */

/* .splide__track { */
    /* position: relative;
    display: flex;
    align-items: center; */
/* } */

#bi-gym {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .splide__slide { */
    /* display: flex;
    justify-content: center;
    align-items: center;
    height : 0% !important; */
    /* width : 0% imo !important; */
/* } */

.gym-image {
    width: 100%;
    height: auto;
    max-width: 296px;
    max-height: 208px;
}

.splide__arrow--prev {
    left: 10px;
    /* Adjust as necessary */
}

.splide__arrow--next {
    right: 10px;
    /* Adjust as necessary */
}

/* .daterangepicker {
    width: 300px; 
} */

.hourselect {
    width: 70px !important;
}

.minuteselect {
    width: 70px !important;
}

.cp {
    cursor: pointer;
}

.is-active svg path {
    stroke: var(--gold400);
}

.dropdown-menu .show {
    transform: translate3d(0px, 0px, 0px) !important;
}

/* input number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flex-row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

/*
    ========= Customization for Dropdown ==========
*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: white;
    border: 1px solid #ccc;
    width: 165px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.chevron {
    transition: transform 0.3s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    /* Menempatkan dropdown-content di bawah button */
    right: 3px;
    /* Mengikuti sisi kanan dari button */
    width: 100%;
    max-width: 160px;
    /* Atur lebar dropdown-content sesuai kebutuhan */
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    overflow-y: auto;
    /* Tambahkan overflow-y agar bisa di-scroll jika terlalu banyak */
    max-height: 180px;
    /* Atur tinggi maksimum dropdown-content agar bisa di-scroll */
    z-index: 5;
    margin-top: 10px !important;
}

.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 4px;
}

.dropdown-content a:hover {
    background-color: #F0F2FA;
}

.dropdown-content a.selected {
    background-color: #F0F2FA;
    display: flex;
}

.dropdown-content a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}

.dropdown-content:not(.nocheck) a.selected::after {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6666 5L7.49992 14.1667L3.33325 10" stroke="%2324336B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}

.dropdown.open .chevron {
    transform: rotate(180deg);
}

.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
    }

.img-splide {
    /* min-width: 500px; */
    width: auto;
    max-height: 400px;
    height: auto;
    object-fit: cover;
}

/* custom switch input */
.input-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.input-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider {
    background-color: #24336B;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #24336B;
}

input:checked + .switch-slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round::before {
    border-radius: 34px;
}
/*  */

.flex-image-container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-auto-flow: dense;
    gap: 15px;
}

.card-image-wrapper {
  height: 250px;
  padding: 10px;
  border-radius: 4px;
  background-color: #F0F1F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.custom-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px !important;
}

.close-svg {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.hr-line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background: #D4D7E2;
    height: 250px;
    padding: 10px;
    border-radius: 4px;
    background-color: #F0F1F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hr-line-1 {
    width: 100%;
    height: 1px !important;
    margin-top: 10px;
    background: #D4D7E2;
    border-radius: 4px;
    background-color: #F0F1F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*
    ========= Customization for Dropdown Checkbox ==========
*/

.dropdown-checkbox {
    position: relative;
    display: inline-block;
}

.dropbtn-checkbox {
    background-color: white;
    border: 1px solid #ccc;
    width: 165px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chevron {
    transition: transform 0.3s ease;
}

.dropdown-content-checkbox {
    display: none;
    position: absolute;
    top: 100%;
    right: 3px;
    width: 100%;
    max-width: 160px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: 180px;
    z-index: 5;
}

.dropdown-content-checkbox label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    margin: 4px;
}

.dropdown-content-checkbox label p {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-content-checkbox label:hover {
    background-color: #F0F2FA;
}

.dropdown-content-checkbox input {
    display: none;
}

.custom-checkbox-all {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_7172_27684)"><rect x="2" y="1" width="20" height="20" rx="10" fill="white"/><rect x="2.5" y="1.5" width="19" height="19" rx="9.5" stroke="%23D4D7E2"/></g><defs><filter id="filter0_d_7172_27684" x="0" y="0" width="24" height="24" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7172_27684"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_7172_27684" result="shape"/></filter></defs></svg>') no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.status-checkbox:checked + .custom-checkbox-all {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_7172_23933)"><rect x="2" y="1" width="20" height="20" rx="10" fill="%2324336B"/><circle cx="12" cy="11" r="4" fill="white"/></g><defs><filter id="filter0_d_7172_23933" x="0" y="0" width="24" height="24" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7172_23933"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_7172_23933" result="shape"/></filter></defs></svg>') no-repeat center center;
}

.custom-checkbox {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_5959_68972)"><rect x="2" y="1" width="20" height="20" rx="4" fill="white"/><rect x="2.5" y="1.5" width="19" height="19" rx="3.5" stroke="%23D4D7E2"/></g><defs><filter id="filter0_d_5959_68972" x="0" y="0" width="24" height="24" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5959_68972"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_5959_68972" result="shape"/></filter></defs></svg>') no-repeat center center;
    cursor: pointer;
}

.status-checkbox:checked+.custom-checkbox {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_5959_69023)"><rect x="2" y="1" width="20" height="20" rx="4" fill="%2324336B"/><rect x="2.5" y="1.5" width="19" height="19" rx="3.5" stroke="%23C7CCDD"/><g clip-path="url(%23clip0_5959_69023)"><path d="M17.8243 6.7695C17.59 6.53517 17.2101 6.53517 16.9757 6.7695L9.78737 13.9579L7.02428 11.1948C6.78997 10.9605 6.4101 10.9605 6.17575 11.1948C5.94142 11.4292 5.94142 11.809 6.17575 12.0434L9.36311 15.2307C9.59734 15.465 9.9775 15.4648 10.2116 15.2307L17.8243 7.61803C18.0586 7.38372 18.0586 7.00382 17.8243 6.7695Z" fill="white"/></g></g><defs><filter id="filter0_d_5959_69023" x="0" y="0" width="24" height="24" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5959_69023"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_5959_69023" result="shape"/></filter><clipPath id="clip0_5959_69023"><rect width="12" height="12" fill="white" transform="translate(6 5)"/></clipPath></defs></svg>') no-repeat center center;
}

.dropdown-checkbox.open .chevron {
    transform: rotate(180deg);
}

/* remove label of date range on side button apply btn */
.drp-buttons .drp-selected {
    display: none;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #24336B;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.text24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #2B2C32;
}

.text-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2B2C32;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}