:root {
    --fc-primary: #c471ed;
    --fc-primary-soft: rgba(196, 113, 237, 0.15);
    --fc-primary-hover: #d58af3;
    --fc-bg-dark: #1c0d1f;
    --fc-bg-card: #241028;
    --fc-border: rgba(255, 255, 255, 0.08);
    --fc-text-muted: rgba(255, 255, 255, 0.6);
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.theme-button,
.cart-button {
    width: 40px;
    text-align: center;
}

.scroll-down-container {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0px;
    cursor: pointer;
}

.scroll-down-container p {
    font-size: 14px !important;
    font-weight: 500;
}

.scroll-icon {
    animation: bounce 1.5s infinite;
}

.scroll-icon svg {
    height: 20px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.btn-beli-sekarang {
    margin-left: 5px;
}

.checkout-item-top {
    height: 120px;
}

@media (max-width: 767px) {
    .menu-gusbudi .btn-bar {
        display: none;
    }

    .btn-checkout {
        width: 100%;
    }

    .btn-beli-sekarang {
        margin-left: 0px;
    }

    .checkout-item h5 {
        font-size: 14px;
    }

    .checkout-item span {
        font-size: 10px;
    }

    .pick-konsultasi .blog-post-img {
        display: none !important;
    }
}

.divider {
    padding: 40px 0px;
    width: 100%;
}

.menu-gusbudi p {
    color: #212529 !important;
}

.dark-bg .menu-gusbudi p {
    color: #c1c1c1 !important;
}

.right-menu {
    font-size: 25px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.section-heading-02 h3 {
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    vertical-align: top;
    z-index: 1;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
}

.section-heading-02 h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    margin: auto;
    height: 2px;
    z-index: -1;
    background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    width: 50px;
    left: unset;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.white-theme .input-group-text {
    color: #292929;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(41, 41, 41, 0.1);
}

.thumb-img {
    cursor: pointer;
    border: 2px solid transparent;
}

.thumb-img.active {
    border-color: #0d6efd;
}

.home-image-in img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.g-recaptcha {
    display: none;
}

.px-btn-secondary {
    background-color: #6c757d;
    color: #fff;
    background-size: 200% 100%;
    background-position: left center;
    background-position: 0 0;
}

#konsultasi-section,
#merchandise-section,
#jadwal-section,
#pra_konten-section,
#terms-section,
#sosialisasi-section {
    min-height: calc(100vh - 85px);
}

.konsultasi-item .narasumber {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.konsultasi-item h6 a {
    color: #fff;
}

.merchandise-item h6 a {
    color: #fff;
}

.checkout-item h5 a {
    color: #fff;
}

.white-theme .konsultasi-item h6 a {
    color: #292929;
}

.white-theme .merchandise-item h6 a {
    color: #292929;
}

.white-theme .checkout-item h5 a {
    color: #292929;
}

.img-konsultasi {
    height: 275px;
    width: 100%;
    object-fit: cover;
}

.img-merchandise {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.px-btn.btn-outline-primary {
    color: #c471ed;
    border: 1px solid;
}

.px-btn.btn-outline-primary:hover {
    background-image: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    color: #fff;
}

.img-konsultasi-detail {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.tentang-narasumber .foto-narasumber {
    border-radius: 50%;
    width: 200px;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    object-fit: cover;
}

.harga-merchandise,
.harga-konsultasi {
    background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    background-size: 150% 100%;
    color: #fff;
}

.harga-konsultasi {
    width: fit-content;
    padding: 2px 10px;
    font-size: 12px;
}

.harga-merchandise-sebelum {
    font-size: 12px;
    text-decoration: line-through;
}

.hr-themes {
    width: 70px;
    height: 3px !important;
    background-image: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    background-size: 120% 2px;
}

.merchandise-detail {
    height: 400px
}

.merchandise-detail img {
    object-fit: contain;
    height: 100%;
}

.swiper-slide {
    cursor: pointer;
}

.swiper-thumbnail img,
.swiper-thumbnail video {
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.btn-check:checked+.btn-outline-primary {
    background-image: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    color: #fff;
    border-color: #c471ed;
}

.btn-check:focus+.btn-outline-primary {
    box-shadow: unset;
    border-color: #c471ed;
}

.btn-outline-primary {
    color: #c471ed;
    border-color: #c471ed;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #c471ed;
    border-color: #c471ed;
}

.px-btn-outline-primary {
    border: 1px solid #c471ed;
    color: #c471ed;
    background-size: 200% 100%;
    background-position: left center;
    background-position: 0 0;
}

.px-btn-outline-primary:hover {
    color: #fff;
    background-position: 100% 0;
}

.white-theme .px-btn-outline-primary:hover {
    color: #c471ed;
    background-position: 100% 0;
}

.jumlah-keranjang,
.jumlah-coverage,
.jumlah-konsultasi,
.jumlah-merchandise,
.jumlah-total-notif {
    position: absolute;
    font-size: 12px;
    background-image: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    padding: 0px 7px;
    border-radius: 8px;
    font-weight: 500;
    color: white;
    right: -15px;
}

.white-theme .input-jumlah .form-control {
    color: #292929;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(41, 41, 41, 0.1);
}

.input-jumlah .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.775rem 1.05rem;
    box-shadow: none;
    color: #fff;
}

.checkout-item img {
    width: 100px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.item-checkout-display {
    color: #c471ed;
    border: 1px solid;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 6px;
    margin-right: 5px;
}

.remove-item-checkout {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
}

.image-popup-modal {
    position: fixed;
    inset: 0;
    display: none;
    /* show with JS */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.image-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.image-popup-content {
    position: relative;
    z-index: 10000;
    animation: popupZoomIn 0.4s ease-out;
    max-width: 90vw;
    max-height: 90vh;
    padding: 12px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-popup-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

@keyframes popupZoomIn {
    from {
        transform: scale(0.3);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.image-popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.image-popup-remember {
    margin-top: 12px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

input#imagePopupDontShowAgain {
    width: 20px;
    height: 20px;
}

.navbar-right-item {
    display: flex;
}

.dropdown-menu .nav-link {
    padding: 10px 15px;
}

@media (max-width: 991px) {
    .right-menu {
        order: -1;
    }

    .dropdown-menu .nav-link {
        padding-left: 0px !important;
    }

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

    .navbar-nav a {
        padding: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-right-item {
        order: 3;
    }
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-nav li {
    position: relative;
    /* supaya anak dropdown bisa absolute di dalam */
}

.navbar-nav a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
}

.white-theme .navbar-nav a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: rgb(41, 41, 41);
}

/* dropdown menu */
.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    /* muncul di bawah parent */
    left: 0;
    background: none;
    border: 0px;
    padding: 0;
    display: none;
    /* awalnya hidden */
}

.dropdown-menu li {
    width: fit-content;
    margin-left: 10px;
}

.dropdown-menu li a {
    padding-top: 10px;
    display: block;
    white-space: nowrap;
    padding-bottom: 0px;
    text-transform: uppercase;
}


.dropdown.active .dropdown-menu {
    display: block;
    animation: slideDown 0.3s ease;
}

@media (min-width: 992px) {
    .dropdown.active .dropdown-menu {
        background: #000000e0;
        backdrop-filter: saturate(180%) blur(20px);
        padding: 10px 20px 10px 0px;
    }

    .dropdown.active .dropdown-menu .nav-link {
        padding-left: 0px;
    }

    .white-theme .dropdown.active .dropdown-menu {
        background: white;
    }

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

/* animasi slide */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown .icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown.active .icon {
    transform: rotate(180deg);
}

.badge-gusbudi {
    background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    background-size: 150% 100%;
    color: #fff;
}

.feature-box-01 .icon {
    width: 60px;
    height: 60px;
    /* font-size: 22px; */
}

.feature-box-01 .icon-o {
    width: 60px;
    height: 60px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 120%;
    font-size: 30px;
    color: #c471ed;
    border-radius: 50%;
    border: 1px solid;
}

.white-theme .feature-box-01 .icon-o {
    color: #c471ed;
}

.text-primary-gusbudi {
    color: #c471ed;
}

.px-text-primary {
    color: #c471ed;
}

@media (max-width: 414px) {

    .feature-box-01 .icon,
    .feature-box-01 .icon-o {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .badge-gusbudi {
        font-size: 14px;
    }

    .row-check-coverage, .row-konsultasi {
        font-size: 12px;
    }

    .row-check-coverage h5, .row-konsultasi h5 {
        font-size: 14px !important;
    }
}

.tab-sosialisasi .icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-bottom: 0px;
}

.tab-sosialisasi {
    padding: 10px 15px;
    cursor: pointer;
}

.tab-sosialisasi.active {
    border: 1px solid #c471ed;
}

.tab-sosialisasi.active .icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    background-size: 120%;
    color: #fff;
    border-radius: 50%;
}

.tab-sosialisasi:not(.active) i {
    background: linear-gradient(to right, #12c2e9, #f64f59, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-sosialisasi.active i {
    color: white !important;
}

.dz-progress {
    display: none !important;
}

.dropzone {
    min-height: unset !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.white-theme .dropzone {
    border: 1px solid rgba(41, 41, 41, 0.1) !important;
}

.dropzone .dz-preview.dz-image-preview {
    background: unset !important;
}

.bg-gold {
    background: linear-gradient(to right, #d4af37, #efcb07, #ffdea0) !important;
    color: #212529 !important;
}

.add-to-calendar-button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 14px;
    line-height: 30px;
    border-radius: 0px 0px 11px 11px;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.navbar-profile .dropdown-menu {
    left: -7rem;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0 !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background: #000000e0;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.white-theme .navbar-profile .dropdown-menu {
    background-color: #fff;
}

.data-profile {
    padding: 0px 10px 0px 10px;
}

.data-profile p {
    font-size: 14px;
}

.data-profile small {
    font-size: 12px;
}

.data-profile hr {
    margin: 10px 0px;
}

.elipsis-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.elipsis-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.elipsis-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.elipsis-4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.data-profile {
    color: #fff;
}

.white-theme .data-profile {
    color: rgb(41, 41, 41) !important;
}

.no-profile-icon {
    border-radius: 50%;
    width: 35px;
    border: 1px solid;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    color: white;
}

.title-coverage h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    margin: auto;
    height: 2px;
    z-index: -1;
    background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
    width: 50px;
    left: calc(50% - 25px);
    ;
}

.modal-content {
    background: #1c0d1f;
}

.white-theme .modal-content {
    background: white;
}

.modal-header {
    border-bottom: unset;
}

.marker-map {
    position: absolute;
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
}

.alert-warning {
    color: #ffecb5;
    background-color: #fff3cd29;
    border-color: #ffecb5;
}

.btn-pick-alamat {
    padding: 0px 10px;
    height: 30px;
    font-size: 14px;
    line-height: 15px;
}

.pac-container {
    z-index: 99999999;
}

.home-section-02 .min-vh-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.modal-dialog {
    margin-top: 30px;
}

.px-btn-primary:disabled,
.px-btn-primary[disabled] {
    background: #858181;
    color: #b4b4b4;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-close {
    color: white;
    font-size: 35px;
    top: -10px;
    position: relative;
}

.white-theme .btn-close {
    color: black;
}

.btn-close {
    background: none;
}

.pick-konsultasi .img-konsultasi {
    width: 120px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.pick-konsultasi .narasumber {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.pick-konsultasi hr {
    width: 90px;
}

.pick-alamat-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.001);
    cursor: pointer;
    pointer-events: auto;
    z-index: 9999;
}

.table {
    color: #c1c1c1;
}

.white-theme .table {
    color: #212529;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #3e1f21;
}

.white-theme tbody,
.white-theme td,
.white-theme tfoot,
.white-theme th,
.white-theme thead,
.white-theme tr {
    border-color: #e9e4e5;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #3e1f21;
}

.white-theme .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e9e4e5;
}

.badge.bg-success {
    color: #4ade80;
    background-color: #4ade802b !important;
    border: 0.5px solid;
}

.badge.bg-danger {
    color: #dc3545;
    background-color: #dc35452b !important;
    border: 0.5px solid;
}

.badge.bg-warning {
    color: #ffc107;
    background-color: #ffc1072b !important;
    border: 0.5px solid;
}

.row-check-coverage label, .row-konsultasi label{
    font-weight: 500;
}

.list-check-coverage .feature-box-01 {
    padding: 15px 20px;
}

.px-btn-primary {
    background-image: linear-gradient(to left, #c471ed, #c471ed, #f64f59);
    color: #fff;
    background-size: 200% 100%;
    background-position: left center;
    background-position: 0 0;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #000000d6;
    z-index: 2;
    border-radius: 15px;
    font-weight: 400;
}

.white-theme .loading-overlay {
    background: #ffffffd6;
}

.f-14 {
    font-size: 14px !important;
}

.detail-coverage label, .detail-konsultasi label, .detail-merchandise label {
    font-weight: 500;
}

.px-btn.btn-sm {
    padding: 0px 13px;
    line-height: 30px;
    font-size: 14px;
}

.modal-footer {
    border-top: unset;
}

.check-coverage-form {
    text-align: left !important;
}

.section-heading-02.left h3 {
    justify-content: start;
}

#home-merchandise .img-merchandise {
    width: 100%;
    height: 350px;
    text-align: center;
}

#home-merchandise .img-merchandise img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    border-radius: 10px;
}

#home-merchandise button {
    width: 240px;
}

@media (max-width: 769px) {
    #home-merchandise .desc-section {
        padding: 0px 40px;
    }

    #home-konsultasi .container {
        padding: 0px 40px;
    }

    .konsultasi-item .hr-themes {
        width: 100%;
    }
}

#home-konsultasi .img-konsultasi {
    height: 250px;
    border-radius: 10px
}

option {
    background-color: #292929;
}

.white-theme option {
    background-color: white;
}

/* full calender */
.fc-theme-standard .fc-scrollgrid {
    border: unset;
}

.fc .fc-bg-event {
    background: white !important;
    opacity: 1;
}

.dark-bg .fc .fc-bg-event {
    background: #1c0d1f !important;
    opacity: 1;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-color: var(--fc-border);
}

.fc .fc-timegrid-slot {
    border-top: 1px dashed rgba(255, 255, 255, 0.04);
}

.fc .fc-event {
    background: linear-gradient(135deg, var(--fc-primary), #9b5de5);
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 6px 8px;
    box-shadow: unset;
    transition: all .2s ease;
    cursor: pointer;
}

.fc .fc-event.unavailable {
    background: #e5e7eb !important;
    color: #9ca3af;
}

.dark-bg .fc .fc-event.unavailable {
    background: #1f2933 !important;
    color: #6b7280;
}

.fc-event-time {
    font-size: 12px;
    font-weight: 600;
    opacity: .9;
}

.fc-event-title {
    font-size: 13px;
    font-weight: 600;
    margin-top: 2px;
}

.fc-bg-event {
    background: repeating-linear-gradient(45deg,
            var(--fc-bg-dark),
            var(--fc-bg-dark) 6px,
            #241028 6px,
            #241028 12px) !important;
    opacity: 0.6;
}

.fc-col-header-cell {
    background: var(--fc-bg-card);
    border-radius: 10px 10px 0 0;
}

.fc-col-header-cell-cushion {
    padding: 10px 0;
    font-weight: 700;
    color: var(--fc-primary);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.fc .fc-day-today {
    background: var(--fc-primary-soft) !important;
}

.fc-event:active {
    transform: scale(0.97);
}

.fc-timegrid-slot:hover {
    background: rgba(196, 113, 237, 0.05);
    cursor: pointer;
}

.fc .fc-highlight {
    background: unset;
}

.fc-col-header-cell {
    background: white;
}

.dark-bg .fc-col-header-cell {
    background: var(--fc-bg-card);
}

.dark-bg .fc .fc-event {
    border: 0.1px solid #8080803d;
}

.fc-button-primary {
    background-image: linear-gradient(to left, #c471ed, #c471ed, #f64f59);
    color: #fff;
    background-size: 200% 100%;
    background-position: left center;
    background-position: 0 0;
    border-color: unset !important;
}

.fc .fc-button-primary:focus {
    box-shadow: unset !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: unset !important;
}

a.fc-col-header-cell-cushion:hover {
    color: var(--fc-primary);
}

.fc-event.unavailable .fc-event-main {
    color: #ababab !important;
}

.fc-v-event.avaliable .fc-event-main {
    color: var(--fc-event-text-color) !important;
}

.bullet-info-tersedia {
    width: 20px;
    height: 20px;
    background: #a462e6;
    border-radius: 50%;
}

.fc-bg-event .fc-event-time {
    display: none;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding: 0px 4px;
    font-size: 13px;
}

.fc .fc-toolbar-title {
    font-size: 20px;
}

.fc-listWeek-view .fc-list-event-graphic {
    display: none !important;
}

.fc-listWeek-view .fc-event-time {
    display: none !important;
}

.fc .fc-list-event:hover td {
    background-color: unset;
}

.fc-list-day-cushion a {
    color: var(--fc-primary);
}

.fc-theme-standard .fc-list {
    border: 1px solid #453a46;
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: white;
}

.dark-bg .fc-theme-standard .fc-list-day-cushion {
    background-color: #1c0d1f;
}

.fc-listWeek-view .fc-event {
    background: unset;
}

.unavailable .bullet-info-tersedia {
    display: none !important;
}

.fc-timeGridWeek-view .bullet-info-tersedia {
    display: none !important;
}

.fc .fc-event:hover {
    box-shadow: unset;
    filter: brightness(0.9);
}

.fc-listWeek-view .fc .fc-event:hover {
    box-shadow: unset;
    filter: brightness(0.95);
    background: white;
}

.dark-bg .fc-listWeek-view .fc .fc-event:hover {
    box-shadow: unset;
    filter: brightness(1.5);
    background: #1c0d1f;
}

@media (max-width: 991px) {
    .fc .fc-toolbar {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 5px;
    }
    .informasi-jadwal-summary-konsultasi{
        flex-direction: column;
    }
}

.modal-kalendar .form-control{
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(222 222 222);
    padding: 0.775rem 1.05rem;
    box-shadow: none;
    color: #1c0d1f;
}
.dark-bg .modal-kalendar .form-control{
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);        /* putih */
}
.footer a{
    color: #1c0d1f;
}
.dark-bg .footer a{
    color: white;
}
.white-theme .alert-warning {
    color: #c0a34e !important;
}

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.autocomplete-item {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    color: #1c0d1f;
}

.autocomplete-item:hover {
    background: #f5f5f5;
}

.item-merchandise-buy{
    width: 185px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.item-merchandise-buy img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: grey;
    border-radius: 5px;
}
.item-merchandise-buy-desc{
    width: 150px;
}
.item-merchandise-lainnya{
    width: 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
}

/* Container full width */
.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    background-color: #1e1e1e;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
}

.dark-bg .select2-results__option {
    color: #fff;
}
.select2-results__option {
    color: black;
}
.select2-container .select2-selection--single {
    height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    width: 40px !important;
}
.dark-bg .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(41, 41, 41, 0.1) !important;
}

.dark-bg .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px !important;
}
.dark-bg .select2-dropdown{
    background-color: rgb(37 21 23) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.select2-dropdown {
    background-color: rgb(255 251 251) !important;
    border: 1px solid rgb(233 227 228) !important;
}
.dark-bg .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #261517;
    color: white !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgb(233 227 228) !important;
    background: white;
    color: #261517 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-image: linear-gradient(to left, #c471ed, #c471ed, #f64f59) !important;
}
.dark-bg .select2-container--default .select2-results__option--selected {
    background-color: #413234 !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #e1e1e1 !important;
}

/* Credit Check Form Styling */
.credit-check-form {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.white-theme .credit-check-form {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Section Headers */
.credit-check-form .section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(18, 194, 233, 0.1);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #12c2e9;
}

.credit-check-form .section-header i {
    font-size: 1.25rem;
    color: #12c2e9;
}

.credit-check-form .section-header h6 {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.white-theme .credit-check-form .section-header h6 {
    color: #292929;
}

/* Form Groups */
.credit-check-form .form-group {
    margin-bottom: 1.5rem;
}

.credit-check-form .form-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.white-theme .credit-check-form .form-label {
    color: rgba(41, 41, 41, 0.8);
}

.credit-check-form .form-label i {
    color: #12c2e9;
    font-size: 1rem;
}

/* Form Controls */
.credit-check-form .form-control,
.credit-check-form .form-select {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.775rem 1.05rem;
    box-shadow: none;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.white-theme .credit-check-form .form-control,
.white-theme .credit-check-form .form-select {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(41, 41, 41, 0.1);
    color: #292929;
}

.credit-check-form .form-control:focus,
.credit-check-form .form-select:focus {
    border-color: #12c2e9;
    box-shadow: 0 0 0 0.2rem rgba(18, 194, 233, 0.25);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Custom File Input */
.credit-check-form .custom-file-input {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.credit-check-form .custom-file-input input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.credit-check-form .file-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(18, 194, 233, 0.1);
    border: 2px dashed rgba(18, 194, 233, 0.3);
    border-radius: 8px;
    color: #12c2e9;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.credit-check-form .file-upload-btn:hover {
    background: rgba(18, 194, 233, 0.2);
    border-color: rgba(18, 194, 233, 0.5);
}

.credit-check-form .file-upload-btn i {
    font-size: 1.2rem;
}

.credit-check-form .file-name {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.white-theme .credit-check-form .file-name {
    color: rgba(41, 41, 41, 0.6);
}

/* Helper Text */
.credit-check-form .form-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.25rem;
}

.white-theme .credit-check-form .form-text {
    color: rgba(41, 41, 41, 0.5);
}

/* Section Divider */
.credit-check-form .section-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(18, 194, 233, 0.3), transparent);
    margin: 1.5rem 0;
}

/* Form Header */
.credit-check-form .form-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.white-theme .credit-check-form .form-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.credit-check-form .form-header h6 {
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.white-theme .credit-check-form .form-header h6 {
    color: #292929;
}

.credit-check-form .form-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin: 0;
}

.white-theme .credit-check-form .form-header p {
    color: rgba(41, 41, 41, 0.6);
}

/* Action Buttons Container */
.credit-check-form .form-actions {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.white-theme .credit-check-form .form-actions {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Credit Check Checkbox Option Styling */
.credit-check-option {
    background: rgba(18, 194, 233, 0.05);
    border: 1px solid rgba(18, 194, 233, 0.2);
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.credit-check-option:hover {
    background: rgba(18, 194, 233, 0.1);
    border-color: rgba(18, 194, 233, 0.4);
    box-shadow: 0 4px 15px rgba(18, 194, 233, 0.1);
}

.credit-check-option.checked {
    background: rgba(18, 194, 233, 0.15);
    border-color: #12c2e9;
    box-shadow: 0 4px 20px rgba(18, 194, 233, 0.2);
}

.white-theme .credit-check-option {
    background: rgba(18, 194, 233, 0.03);
    border-color: rgba(18, 194, 233, 0.15);
}

.white-theme .credit-check-option:hover {
    background: rgba(18, 194, 233, 0.08);
}

.white-theme .credit-check-option.checked {
    background: rgba(18, 194, 233, 0.12);
}

.credit-check-option .form-check {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

/* Custom form-check class to override Bootstrap default margin */
.credit-check-form-check {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0 !important;
    padding: 0;
}

.credit-check-option .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.white-theme .credit-check-option .form-check-input {
    border-color: rgba(41, 41, 41, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
}

.credit-check-option .form-check-input:checked {
    background-color: #12c2e9;
    border-color: #12c2e9;
    box-shadow: 0 0 0 0.25rem rgba(18, 194, 233, 0.25);
}

.credit-check-option .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(18, 194, 233, 0.3);
    border-color: #12c2e9;
}

.credit-check-option .form-check-label {
    cursor: pointer;
    flex: 1;
    margin: 0;
}

.credit-check-option .checkbox-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.white-theme .credit-check-option .checkbox-title {
    color: #292929;
}

.credit-check-option .checkbox-title i {
    color: #12c2e9;
    font-size: 1.25rem;
}

.credit-check-option .checkbox-description {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin-top: 0.25rem;
}

.white-theme .credit-check-option .checkbox-description {
    color: rgba(41, 41, 41, 0.6);
}

.credit-check-option .checkbox-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(18, 194, 233, 0.2);
    color: #12c2e9;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.credit-check-option .checkbox-badge i {
    font-size: 0.7rem;
}

/* Terms and Conditions Checkbox Styling */
.terms-check-option {
    background: rgba(18, 194, 233, 0.05);
    border: 1px solid rgba(18, 194, 233, 0.2);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    transition: all 0.3s ease;
}

.terms-check-option:hover {
    background: rgba(18, 194, 233, 0.08);
    border-color: rgba(18, 194, 233, 0.3);
}

.white-theme .terms-check-option {
    background: rgba(18, 194, 233, 0.03);
    border-color: rgba(18, 194, 233, 0.15);
}

.white-theme .terms-check-option:hover {
    background: rgba(18, 194, 233, 0.06);
    border-color: rgba(18, 194, 233, 0.25);
}

.terms-check-form-check {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.terms-check-option .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.125rem;
    cursor: pointer;
    border: 2px solid rgba(18, 194, 233, 0.4);
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
    flex-shrink: 0;
}

.white-theme .terms-check-option .form-check-input {
    border-color: rgba(18, 194, 233, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
}

.terms-check-option .form-check-input:checked {
    background-color: #12c2e9;
    border-color: #12c2e9;
    box-shadow: 0 0 0 0.25rem rgba(18, 194, 233, 0.25);
}

.terms-check-option .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(18, 194, 233, 0.3);
    border-color: #12c2e9;
}

.terms-check-option .form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(18, 194, 233, 0.4);
}

.terms-check-option .form-check-label {
    cursor: pointer;
    flex: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.terms-check-option .checkbox-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.white-theme .terms-check-option .checkbox-title {
    color: #292929;
}

.terms-check-option .checkbox-title i {
    color: #12c2e9;
    font-size: 1.25rem;
}

.terms-check-option .checkbox-description {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.white-theme .terms-check-option .checkbox-description {
    color: rgba(41, 41, 41, 0.7);
}

.terms-check-option .checkbox-description a {
    color: #12c2e9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.terms-check-option .checkbox-description a:hover {
    color: #0ea5c9;
    text-decoration-thickness: 2px;
}

.white-theme .terms-check-option .checkbox-description a:hover {
    color: #0d94b5;
}

.terms-check-option .checkbox-description a::after {
    content: '\F1C5';
    font-family: 'bootstrap-icons';
    font-size: 0.75rem;
    margin-left: 0.25rem;
    opacity: 0.7;
}

/* Credit Form Container - for slide animation */
.credit-form-container {
    margin-top: 0.75rem;
    overflow: hidden;
}

/* Validation States for Credit Check Form */
.credit-check-form .form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.credit-check-form .form-control.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.credit-check-form .form-group.has-error .form-label {
    color: #dc3545;
}

.credit-check-form .form-group.has-error .file-upload-btn {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.credit-check-form .form-group.has-success .form-label {
    color: #198754;
}

.credit-check-form .form-group.has-success .file-upload-btn {
    border-color: #198754;
    background: rgba(25, 135, 84, 0.1);
}

/* Signature Canvas Styling */
.signature-canvas-container {
    border: 2px dashed rgba(18, 194, 233, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    padding: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.white-theme .signature-canvas-container {
    background: rgba(255, 255, 255, 0.5);
}

.signature-canvas {
    width: 100%;
    height: 150px;
    background: #fff;
    border-radius: 4px;
    cursor: crosshair;
    touch-action: none;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.signature-actions {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
}

.btn-clear-signature {
    padding: 0.4rem 1rem;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-clear-signature:hover {
    background: rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.5);
}

/* Signature validation states */
.signature-canvas-container.has-error {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

.signature-canvas-container.has-success {
    border-color: #198754;
    background: rgba(25, 135, 84, 0.05);
}

/* Section Heading Styling */
.section-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(18, 194, 233, 0.08);
    border-radius: 8px;
    border-left: 4px solid #12c2e9;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.white-theme .section-heading {
    color: #292929;
    background: rgba(18, 194, 233, 0.05);
}

.section-heading i {
    color: #12c2e9;
    font-size: 1.25rem;
}

/* Addons Section Divider */
.addons-section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(18, 194, 233, 0.4), transparent);
}

.white-theme .addons-section-divider {
    background: linear-gradient(to right, transparent, rgba(18, 194, 233, 0.3), transparent);
}
