@import url('https://fonts.cdnfonts.com/css/digital-numbers');
@import url('https://fonts.cdnfonts.com/css/brave-phoenix');

:root {
    --background-image: url('../img/bg.webp');
}

body {
    /* min-height: 100vh;
    background-color: black;
    color: white;
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed; */

    margin: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    background: var(--background-image);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

.bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg1 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg2 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg3 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg5 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg6 {
    background-color: rgba(0, 0, 0, 0.2);
}

.cursor {
    cursor: pointer;
}

.pelangi {
    background: -webkit-linear-gradient(red, gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
}

.offcanvas-body::-webkit-scrollbar {
    display: none;
}

/* BUTTON ---------------------------------------------------------------------------------------------------------- */
/* BUTTON ---------------------------------------------------------------------------------------------------------- */
.gradient-buttons .btn {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.5)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;
    border-radius: 50px;

    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-info:hover {
    background: linear-gradient(0deg, #4EDFF0, #17A2B8 57%, #007AA5) !important;
}

.gradient-buttons .btn-outline-info {
    color: white !important;
}

.gradient-buttons .btn-outline-info:hover {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: white !important;
}

.text-bg-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

.text-info {
    color: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

.bg-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.gradient-buttons .btn.btn-warning:hover {
    background: linear-gradient(0deg, #FFC700, #FFA801, #D27303) !important;
    color: black !important;
}

.gradient-buttons .btn-outline-warning:hover {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
    color: black !important;
}

.text-bg-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.text-warning {
    color: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.alert-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-primary {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

.gradient-buttons .btn.btn-primary:hover {
    background: linear-gradient(0deg, #0084E9, #0056b3 57%, #011F5B) !important;
}

.gradient-buttons .btn-outline-primary {
    color: white !important;
}

.gradient-buttons .btn-outline-primary:hover {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
    color: white !important;
}

.text-bg-primary {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

.text-primary {
    color: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-danger:hover {
    background: linear-gradient(0deg, #FF6B6B, #DC3545 57%, #8B0000) !important;
}

.gradient-buttons .btn-outline-danger {
    color: white !important;
}

.gradient-buttons .btn-outline-danger:hover {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: white !important;
}

.bg-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.text-bg-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.text-danger {
    color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.alert-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.gradient-buttons .btn.btn-success:hover {
    background: linear-gradient(0deg, #50D050, #28A745 57%, #0A5720) !important;
}

.gradient-buttons .btn-outline-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
}

.gradient-buttons .btn-outline-success:hover {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
}

.text-bg-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.text-success {
    color: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.bg-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.alert-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-light {
    background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important;
}

.gradient-buttons .btn.btn-light:hover {
    background: linear-gradient(0deg, #FFFFFF, #F8F9FA 57%, #E0E0E0) !important;
}

.gradient-buttons .btn-outline-light {
    color: white !important;
}

.gradient-buttons .btn-outline-light:hover {
    background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important;
    color: black !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-secondary {
    background: linear-gradient(0deg, #505050, #6C757D 57%, #A0A0A0) !important;
}

.gradient-buttons .btn.btn-secondary:hover {
    background: linear-gradient(0deg, #A0A0A0, #6C757D 57%, #505050) !important;
}

.gradient-buttons .btn-outline-secondary {
    color: white !important;
}

.gradient-buttons .btn-outline-secondary:hover {
    background: linear-gradient(0deg, #A0A0A0, #6C757D 57%, #505050) !important;
    color: white !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-dark {
    background: linear-gradient(0deg, #343a40, #495057 57%, #6c757d) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-dark:hover {
    background: linear-gradient(0deg, #6c757d, #495057 57%, #343a40) !important;
    color: white !important;
}

.gradient-buttons .btn-outline-dark {
    color: #343a40 !important;
    border-color: #343a40 !important;
}

.gradient-buttons .btn-outline-dark:hover {
    background: linear-gradient(0deg, #6c757d, #495057 57%, #343a40) !important;
    color: white !important;
}

/* BUTTON ---------------------------------------------------------------------------------------------------------- */
/* BUTTON ---------------------------------------------------------------------------------------------------------- */





/* MOBILE ---------------------------------------------------------------------------------------------------------- */
/* MOBILE ---------------------------------------------------------------------------------------------------------- */
.mobile-frame {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0px);
    border-left: 1px solid rgba(255, 215, 120, .18);
    border-right: 1px solid rgba(255, 215, 120, .18);
    position: relative;
    overflow-x: clip;
    padding-bottom: 90px;
}

/* MOBILE ---------------------------------------------------------------------------------------------------------- */
/* MOBILE ---------------------------------------------------------------------------------------------------------- */





/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */
/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */
.input-box {
    display: flex;
    align-items: center;
    gap: 8px;

    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 193, 7, 0.25);

    border-radius: 1rem;
    padding: 10px 14px;
}

.input-box i {
    color: #ffd54f;
}

.input-box input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff3cd;
}

.input-box input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff3cd;
    outline: none;
    box-shadow: none;
}

.input-box input:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */
/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */





/* INPUT ---------------------------------------------------------------------------------------------------------- */
/* INPUT ---------------------------------------------------------------------------------------------------------- */
.custom-input {
    background-color: black;
    color: rgba(255, 255, 255, 0.479) !important;
    border: none;
}

/* Menentukan gaya khusus untuk placeholder */
.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.479) !important;
}

.custom-input :active {
    color: rgba(255, 255, 255, 0.479) !important;
    background-color: black;
    border-radius: none;
}

.input-with-icon input[type="text"] {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.479);
    border: none;
    padding: 5px;
    margin: 5px 0;
}

::placeholder {
    color: rgba(255, 255, 255, 0.479);
}

.input-with-icon {
    position: relative;
}

.input-with-icon input[type="text"] {
    padding-left: 30px;
    /* Sesuaikan jarak ikon dengan teks */
}

.input-with-icon i {
    position: absolute;
    left: 6px;
    /* Sesuaikan posisi ikon */
    top: 50%;
    transform: translateY(-50%);
}

/* INPUT ---------------------------------------------------------------------------------------------------------- */
/* INPUT ---------------------------------------------------------------------------------------------------------- */





/* GAMBAR PROVIDER MENU ---------------------------------------------------------------------------------------------------------- */
/* GAMBAR PROVIDER MENU ---------------------------------------------------------------------------------------------------------- */
/* PROVIDER ======================================================= */
.provider-card .provider-img {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.provider-card .provider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* SINAR MERAH BERGERAK ========================================== */
.provider-card .provider-img::after {
    content: "";
    position: absolute;
    top: -35%;
    left: -90%;
    width: 40%;
    height: 180%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 215, 0, 0.00) 25%,
            rgba(255, 220, 120, 0.18) 40%,
            rgba(255, 240, 180, 0.85) 50%,
            rgba(255, 220, 120, 0.18) 60%,
            rgba(255, 215, 0, 0.00) 100%);

    transform: rotate(25deg);
    animation: providerGoldShine 2.2s linear infinite;
    z-index: 10;
    pointer-events: none;
}

/* ANIMASI ======================================================= */
@keyframes providerGoldShine {
    0% {
        left: -90%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        left: 150%;
        opacity: 0;
    }
}

/* TEXT ========================================================== */
.provider-name {
    color: white;
    font-size: 15px;
    margin-top: 10px;
}

/* GAMBAR PROVIDER MENU ---------------------------------------------------------------------------------------------------------- */
/* GAMBAR PROVIDER MENU ---------------------------------------------------------------------------------------------------------- */





/* LOADING ---------------------------------------------------------------------------------------------------------- */
/* LOADING ---------------------------------------------------------------------------------------------------------- */
.ajax-loader-member {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;

    background:
        radial-gradient(circle at top left, rgba(255, 210, 60, 0.13), transparent 35%),
        radial-gradient(circle at bottom right, rgba(0, 255, 110, 0.10), transparent 35%),
        radial-gradient(circle at center, rgba(255, 0, 0, 0.08), transparent 45%),
        rgba(0, 10, 3, 0.78);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.ajax-loader-box {
    width: 100%;
    max-width: 300px;
    min-height: 250px;
    text-align: center;

    background:
        linear-gradient(145deg, rgba(5, 35, 13, 0.88), rgba(2, 10, 5, 0.94)),
        radial-gradient(circle at top, rgba(255, 214, 70, 0.18), transparent 45%);

    border: 1px solid rgba(255, 214, 70, 0.42);
    border-radius: 28px;
    padding: 34px 24px 28px;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.65),
        0 0 35px rgba(255, 214, 70, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);

    position: relative;
    overflow: hidden;
}

.ajax-loader-box::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        linear-gradient(115deg,
            transparent 35%,
            rgba(255, 230, 90, 0.12) 45%,
            rgba(255, 230, 90, 0.28) 50%,
            rgba(0, 255, 110, 0.10) 55%,
            transparent 65%);
    transform: rotate(12deg);
    animation: ajaxLoaderShine 2.6s linear infinite;
    pointer-events: none;
}

.ajax-loader-glow {
    position: absolute;
    width: 190px;
    height: 190px;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 214, 70, 0.28), transparent 68%);
    filter: blur(10px);
}

.ajax-loader-ring-wrap {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2;
}

.ajax-loader-ring {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.08);
    border-top-color: #ffd84a;
    border-right-color: #16ff7a;
    border-bottom-color: #ff1f3d;
    animation: ajaxLoaderSpin 0.85s linear infinite;
    box-shadow:
        0 0 22px rgba(255, 216, 74, 0.32),
        inset 0 0 18px rgba(255, 216, 74, 0.08);
}

.ajax-loader-dot {
    display: none;
}

.ajax-loader-logo-asg {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    filter:
        drop-shadow(0 0 8px rgba(255, 216, 74, 0.35)) drop-shadow(0 0 14px rgba(255, 0, 45, 0.18));
}

.ajax-loader-title {
    font-size: 18px;
    font-weight: 900;
    color: #ffe66d;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    text-shadow:
        0 0 10px rgba(255, 216, 74, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.65);
}

.ajax-loader-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.ajax-loader-progress {
    width: 170px;
    height: 6px;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 216, 74, 0.18);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ajax-loader-progress span {
    display: block;
    width: 45%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #16ff7a, #ffd84a, #ff1f3d);
    box-shadow: 0 0 14px rgba(255, 216, 74, 0.65);
    animation: ajaxLoaderProgress 1s ease-in-out infinite;
}

body.ajax-loading {
    overflow: hidden;
}

@keyframes ajaxLoaderSpin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ajaxLoaderProgress {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(240%);
    }
}

@keyframes ajaxLoaderShine {
    0% {
        transform: translateX(-80%) rotate(12deg);
    }

    100% {
        transform: translateX(80%) rotate(12deg);
    }
}

/* LOADING ---------------------------------------------------------------------------------------------------------- */
/* LOADING ---------------------------------------------------------------------------------------------------------- */





/* LIVECHAT ---------------------------------------------------------------------------------- */
/* LIVECHAT ---------------------------------------------------------------------------------- */
.livechat-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1800;
    display: none;
}

.livechat-box {
    position: fixed;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 406px;
    max-height: 70vh;
    background: rgba(0, 0, 0, 0.96);
    border: 1px solid rgba(255, 193, 7, 0.35);
    border-radius: 18px;
    box-shadow: 0 0 25px rgba(255, 193, 7, 0.18);
    z-index: 2000;
    display: none;
    overflow: hidden;
}

.livechat-header {
    padding: 13px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.18), rgba(0, 0, 0, 0.9));
    border-bottom: 1px solid rgba(255, 193, 7, 0.18);
}

.livechat-title {
    font-size: 14px;
    font-weight: 800;
    color: #ffd54f;
}

.livechat-subtitle {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.livechat-close {
    background: transparent;
    border: 0;
    color: white;
    font-size: 18px;
}

.livechat-body {
    padding: 12px;
    max-height: 230px;
    overflow-y: auto;
}

.chat-bubble-bot {
    background: rgba(255, 193, 7, 0.10);
    border: 1px solid rgba(255, 193, 7, 0.20);
    color: #fff3cd;
    padding: 10px 12px;
    border-radius: 14px 14px 14px 4px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.chat-bubble-user {
    background: linear-gradient(180deg, #ffd54f, #ffb300);
    color: #211400;
    padding: 9px 12px;
    border-radius: 14px 14px 4px 14px;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
    margin-bottom: 8px;
    width: fit-content;
    max-width: 85%;
}

.livechat-menu {
    padding: 10px 12px 14px;
    display: grid;
    gap: 8px;
    border-top: 1px solid rgba(255, 193, 7, 0.14);
}

.livechat-menu-btn {
    border: 0;
    border-radius: 50rem;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 800;
    color: #211400;
    background: linear-gradient(180deg, #ffd54f, #ffb300);
    text-align: left;
}

.livechat-menu-btn i {
    margin-right: 6px;
}

.livechat-back-btn {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50rem;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
}

/* LIVECHAT ---------------------------------------------------------------------------------- */
/* LIVECHAT ---------------------------------------------------------------------------------- */