.height-full {
    height: 100%;
}
.hr-content {
    margin-top: 40px;
}
.bg-grey {
    background-color: #cfcfcf;
}
.text-blur {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
.cardlist-wrapper > div span.title {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 2em;
    color: white !important;
    z-index: 1;
}
.cardlist-wrapper > div i {
    font-size: 2em;
    color: white !important;
    z-index: 1;
}
.cardlist-wrapper div,
.cardlist-wrapper span {
    z-index: 1;
}
.cardlist-wrapper {
    background-color: black;
    /* background-color: rgba(0, 0, 0, 0.7); */
    border-radius: 16px;
    color: white;
    padding-left: 1.5rem !important;
    padding-top: 1.63rem !important;
    padding-bottom: 1.63rem !important;
    position: relative;
    overflow: hidden;
}
.cardlist-wrapper > img {
    height: 100%;
    /* filter:blur(0.8px); */
    width: 100%;
    z-index: 0.1;
    top: 0;
    user-select: none;
    left: 0;
    position: absolute;
    transition: 0.3s all;
    object-fit: cover;
    filter: brightness(35%);
    /* opacity: 0.3; */
}
.cardlist-wrapper:hover > img {
    /* filter:blur(1px); */
    transform: scale(1.2);
}
.cardlist-wrapper:hover > .go {
    right: 3%;
    opacity: 1;
}
.go {
    user-select: none;
    opacity: 0;
    transition: 0.2s all;
    font-family: monospace;
    font-size: 4em;
    font-weight: 100;
    position: absolute;
    right: -20%;
    top: 55%;
    transform: translateY(-55%);
    color: #fff;
}
.hover-block:hover {
    background-color: #eee;
}
.badge-sd {
    background-color: #a11b24;
}
.badge-smp {
    background-color: #0d2549;
}
.badge-sma {
    background-color: #84a8da;
}
.badge-smk {
    background-color: #78849a;
}
.badge-pill {
    border-radius: 40px;
}
.table-fe {
    margin-bottom: 0;
}
.no-padding {
    padding: 0 !important;
}
.btn-filter {
    border-radius: 25px;
}
.btn-rounded {
    border-radius: 40px;
}
.pointer:hover {
    cursor: pointer;
}
.inline-flex {
    display: inline-flex;
}
.no-border {
    border: 0px !important;
}
.no-boxshadow {
    box-shadow: none !important;
}
.icon-faq {
    font-size: 30px;
    padding-top: 2px;
    color: #fff;
}
.input-search {
    border-radius: 40px;
}
.input-rounded {
    border-radius: 40px;
}
.label-control.required:after {
    content: " *";
    color: red;
}

.h-150 {
    height: 150px !important;
}
.h-200 {
    height: 200px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}
.w-100px {
    width: 100px !important;
}
.right {
    float: right;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.sProcessing {
    background-color: red !important;
}
.card-custom-img {
    display: none;
}
.shadow-high-w-hover,
.shadow-high-w-hover-low {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.22);
}
.shadow-high-w-hover,
.shadow-high-w-hover-low {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.shadow-high-w-hover:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.555);
}
.shadow-high-w-hover-low:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.355);
}
.rounded-r32 {
    border-radius: 32px;
}
.rounded-r16 {
    border-radius: 16px;
}
.rounded-t16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.rounded-b16 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.break-all {
    word-break: break-all;
}
.card-filter {
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.input-outline {
    border: 2px solid;
}

/* Select */
ul.select2-results__options li:hover {
    background-color: #eee;
    cursor: pointer;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 7.5px;
    margin-left: -10px;
}
.select2-selection.select2-selection--single {
    height: 47px !important;
    border-radius: 50px;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-radius: 50px;
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media screen and (min-width: 640px) and (max-width: 1098px) {
    .col-sm-6 {
        width: 50% !important;
    }
}
.wa-tim-it {
    position: fixed;
    bottom: 15px;
    left: 15px;
}
.label-wa {
    padding: 5px 10px;
    border-radius: 20px;
    background: white;
    box-shadow: 3px 3px 10px grey;
    color: black;
}
.btn-wa-tim-it {
    border-radius: 100%;
    padding: 10px 16px;
    border: none;
    color: white;
    margin: 10px;
    font-size: 20px;
    background-color: green;
}

.btn-yt {
    color: #dc010f !important;
    border: 1px solid #dc010f;
}

.btn-gd {
    color: #78849a !important;
    border: 1px solid #78849a;
}
.t-btn a {
    margin: 10px;
}
.gallery img {
    cursor: pointer;
}

#fullpage {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
}
.ctn-provile-avatar {
    border: 1px solid rgb(206, 206, 206);
    border-radius: 5px;
}
.ctn-provile-avatar img {
    border-radius: 5px;
    width: 100%;
}
.ctn-biodata {
    border-left: 1px solid rgb(206, 206, 206);
}
.card-sel-jalur {
    padding: 10px;
    cursor: pointer;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.29);
    /* display: none; */
}
.card-sel-jalur:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 111, 255, 0.29);
}
.card-sel-jalur img {
    border-radius: 10px;
    width: 40% !important;
}
.check-icon {
    position: absolute;
    display: none;
    padding-left: 2px;
    border-radius: 100%;
    color: #008ccf;
    border: 1px solid #008ccf;
    width: 20px;
    height: 20px;
}
.card-sub-jalur {
    padding: 10px;
    cursor: pointer;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.29);
}

.card-active {
    background-color: rgb(229, 246, 255);
}

.bg-drop {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
}
.card-sec-login {
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
    position: fixed;
}
.text-option {
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 720px) {
    .card-sec-login {
        width: 90%;
        position: fixed;
    }
}
.card-tahapan-waktu {
    background-color: #f89821;
    position: relative;
    top: 15px;
    border-radius: 10px 0px 10px 0px;
    left: 20px;
    padding: 10px;
}
.card-tahapan {
    border: 1px solid #2991cf;

    /* box-shadow: 0px 0px 5px grey !important; */
    border-radius: 10px 0px 10px 0px;
    cursor: pointer;
}
.card-tahapan h1,
.card-tahapan p {
    color: black !important;
}
.card-tahapan-active h1,
.card-tahapan-active p {
    color: #fff !important;
}

.card-tahapan:hover h1,
.card-tahapan:hover p {
    color: #fff !important;
}

.card-tahapan:hover {
    background-color: #2991cf;
}
.card-tahapan-active {
    background-color: #2991cf;
}
.card-dropzone {
    box-shadow: 0px 0px 0px !important;
    border-style: dashed !important;
    border: 1px solid #008ccf;
}
.preview-container {
    display: none !important;
}
.image-container {
    display: none !important;
}
.dz-details {
    width: 100% !important;
    border-bottom: transparent !important;
}
.dz-clickable {
    padding: 0px !important;
}

.bg-info-low {
    background-color: #cdeaf8;
}
.bg-danger-low {
    background-color: #f8cdcd;
}
.bg-success-low {
    background-color: #cdf8d1;
}
.is-session td {
    color: #ff9900 !important;
}


/* =========================================
   PREMIUM MOBILE BUTTONS IN HEADER
   ========================================= */
.mobile-buttons-container {
    display: none;
    align-items: center;
    gap: 12px;
}

.premium-menu-btn {
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    color: white;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.premium-menu-btn:active {
    transform: scale(0.95);
    background: rgba(255,255,255,0.2);
}

.btn-bck {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: white;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(8px);
    transition: all 0.2s;
}
.btn-bck:active {
    background: rgba(255,255,255,0.25);
}

@media screen and (max-width: 970px) {
    .mobile-buttons-container {
        display: flex;
    }
}


/* =========================================
   PREMIUM NATIVE ACORN MOBILE MENU DRAWER
   ========================================= */

/* Drawer Styling */
.nav-container.d-flex.header-landing.mobile-side-ready.mobile-side-in {
    background: linear-gradient(155deg, #101c3d, #1a3a6b) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 320px !important;
    max-width: 85vw;
    height: 100vh !important;
    box-shadow: 10px 0 45px rgba(0,0,0,0.6);
    border-right: 1px solid rgba(255,255,255,0.1);
    overflow-y: auto;
    padding-bottom: 50px;
}

/* Force layout reset for mobile container */
html[data-placement=horizontal][data-dimension=mobile] .nav-container.mobile-side-in .nav-content {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
    align-items: flex-start;
}

/* Ensure the Containers inside actually display */
html[data-placement=horizontal][data-dimension=mobile] .nav-container.mobile-side-in .user-container,
html[data-placement=horizontal][data-dimension=mobile] .nav-container.mobile-side-in .menu-container,
html[data-placement=horizontal][data-dimension=mobile] .nav-container.mobile-side-in .menu-additional {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
}

/* Branding & Logo Inside Drawer */
.nav-container.mobile-side-in .img-logo-dinas {
    margin-bottom: 25px;
    align-self: flex-start;
}
.nav-container.mobile-side-in .img-logo-dinas img {
    height: 60px !important;
    max-width: 100%;
}

/* User Container (Login/Profile) */
.nav-container.mobile-side-in .user-container {
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    gap: 15px;
}
.nav-container.mobile-side-in .user-container a.btn {
    width: 100%;
    margin: 0 !important;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
}
.nav-container.mobile-side-in .user-container a.btn:active,
.nav-container.mobile-side-in .user-container a.btn:hover {
    background: rgba(255,255,255,0.25);
}
.nav-container.mobile-side-in .user-container .user-profil-trigger {
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
.nav-container.mobile-side-in .user-container .user-profil-name {
    color: white;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600;
}

/* Menus */
.nav-container.mobile-side-in .menu {
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.nav-container.mobile-side-in .menu li {
    width: 100%;
    margin-bottom: 6px;
}
.nav-container.mobile-side-in .menu li a {
    display: flex !important;
    align-items: center;
    padding: 14px 18px !important;
    color: rgba(255,255,255,0.85) !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.nav-container.mobile-side-in .menu li a center {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}
.nav-container.mobile-side-in .menu li a .icon {
    font-size: 20px;
    color: rgba(255,255,255,0.6);
}
.nav-container.mobile-side-in .menu li a:hover,
.nav-container.mobile-side-in .menu li a.active {
    background: linear-gradient(90deg, rgba(13,110,253,0.3) 0%, rgba(13,110,253,0) 100%) !important;
    color: #fff !important;
    border-left: 4px solid #0d6efd;
}
.nav-container.mobile-side-in .menu li a.active .icon {
    color: #0d6efd;
}

/* Dropdowns in Mobile */
.nav-container.mobile-side-in .menu li.dropdown > a:after {
    content: '\25BC';
    font-size: 10px;
    margin-left: auto;
    color: rgba(255,255,255,0.5);
}
.nav-container.mobile-side-in .menu li ul.dropdown-menu {
    position: static !important;
    transform: none !important;
    background: rgba(0,0,0,0.15) !important;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    padding: 8px 0 8px 25px;
    border-radius: 12px;
}
.nav-container.mobile-side-in .menu li ul.dropdown-menu li a {
    padding: 10px 15px !important;
    font-size: 14px;
    color: rgba(255,255,255,0.65) !important;
}

/* Optional styling to make Acorn native top button nicer */
@media screen and (max-width: 720px) {
    #mobileMenuButton {
        background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0));
        border: 1px solid rgba(255,255,255,0.2);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        backdrop-filter: blur(8px);
        width: 42px;
        height: 42px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }
}


/* =========================================
   FIX WIZARD TIMELINE UI ON MOBILE
   ========================================= */
@media (max-width: 991.98px) {
    ul.timeline.timeline-modal {
        position: relative;
        padding-left: 0;
        margin-left: 15px; /* Slight margin so it doesn't hug the left edge */
    }
    
    /* The vertical line connection */
    ul.timeline.timeline-modal:before {
        position: absolute;
        content: '';
        left: 9px; /* Center with the 20px dot (9+1=10) */
        top: 10px;
        bottom: 20px;
        height: auto; /* Ignore the bad 90% hardcode from template */
        width: 2px;
        background: #e2e8f0;
        z-index: 1;
    }

    ul.timeline.timeline-modal > li {
        position: relative;
        padding-left: 0;
        margin-bottom: 25px;
    }

    ul.timeline.timeline-modal > li > a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 35px; /* Give room for the dot */
        min-height: 24px;   /* Match the line height */
        text-decoration: none;
        color: #475569;
        font-weight: 600;
        font-size: 14.5px;
    }

    /* The Dots */
    ul.timeline.timeline-modal > li > a:before {
        content: '';
        position: absolute;
        left: 0; /* Attach to the 'a' element's left boundary */
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #cbd5e1;
        border: 4px solid #fff; /* Fake gap space */
        box-shadow: 0 0 0 1px #cbd5e1; /* Subtle border for empty/incomplete step */
        z-index: 2;
        transition: all 0.3s ease;
    }

    /* Completed/Active Dots */
    ul.timeline.timeline-modal > li > a.done:before {
        background: var(--primary) !important;
        box-shadow: 0 0 0 2px var(--primary) !important;
        border-color: #fff !important;
    }
    ul.timeline.timeline-modal > li > a.done {
        color: var(--primary);
    }

    /* The Checkmark */
    ul.timeline.timeline-modal > li > a.done:after {
        content: "";
        position: absolute;
        width: 10px !important;
        height: 10px !important;
        left: 5px !important; /* Half of 20px dot minus half of 10px checkmark = 5px */
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        z-index: 3;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

/* =========================================
   FIX MAIN OUTER WIZARD TIMELINE UI ON MOBILE
   Applies to #timeline-wrapper ul.timeline
   ========================================= */
@media (max-width: 991.98px) {
    #timeline-wrapper ul.timeline {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        padding: 16px 4px 8px;
        margin: 0;
        list-style: none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    /* Kill any existing template vertical line */
    #timeline-wrapper ul.timeline:before { display: none !important; }

    #timeline-wrapper ul.timeline > li {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 0 0;
        min-width: 50px;
        position: relative;
        padding: 0;
        margin: 0;
    }

    /* Horizontal connector line between items */
    #timeline-wrapper ul.timeline > li:not(:last-child):after {
        content: '';
        position: absolute;
        top: 14px;
        left: calc(50% + 14px);
        right: calc(-50% + 14px);
        height: 2px;
        background: #e2e8f0;
        z-index: 0;
    }

    #timeline-wrapper ul.timeline > li > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        text-decoration: none !important;
        padding: 0 4px;
        position: relative;
        z-index: 1;
    }

    /* Hide the original text label */
    #timeline-wrapper ul.timeline > li > a .title { display: none !important; }

    /* Dot via before pseudo — reset any template styles */
    #timeline-wrapper ul.timeline > li > a::before {
        content: '' !important;
        display: block !important;
        width: 28px !important; height: 28px !important;
        border-radius: 50% !important;
        background: #e2e8f0 !important;
        border: 3px solid #fff !important;
        box-shadow: 0 0 0 2px #e2e8f0 !important;
        z-index: 2 !important;
        flex-shrink: 0 !important;
        position: static !important;
        transform: none !important;
        left: auto !important; top: auto !important;
        transition: all 0.3s ease !important;
    }

    #timeline-wrapper ul.timeline > li > a.done::before {
        background: #10b981 !important;
        box-shadow: 0 0 0 2px #10b981 !important;
    }
    #timeline-wrapper ul.timeline > li > a.active::before {
        background: #3b82f6 !important;
        box-shadow: 0 0 0 4px rgba(59,130,246,0.18) !important;
    }

    /* Short label via data-label attribute (set by JS below) */
    #timeline-wrapper ul.timeline > li > a::after {
        display: block !important;
        content: attr(data-label) !important;
        font-size: 9px !important;
        font-weight: 600 !important;
        color: #94a3b8 !important;
        text-align: center !important;
        line-height: 1.2 !important;
        max-width: 56px !important;
        white-space: normal !important;
        word-break: break-word !important;
        position: static !important;
        transform: none !important;
        background: none !important;
        background-image: none !important;
        width: auto !important;
        height: auto !important;
        left: auto !important; top: auto !important;
    }

    #timeline-wrapper ul.timeline > li > a.done::after  { color: #10b981 !important; }
    #timeline-wrapper ul.timeline > li > a.active::after { color: #3b82f6 !important; font-weight: 700 !important; }
}

/* =========================================
   GLOBAL WIZARD PREMIUM — dot design
   Used across all pendaftaran-pilihan pages
   ========================================= */
.wizard-premium .nav-tabs { border: none !important; gap: 0; position: relative; }
.wizard-premium .nav-item { flex: 1; position: relative; }

/* Connector line between steps */
.wizard-premium .nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 18px; left: calc(50% + 20px);
    right: calc(-50% + 20px);
    height: 3px; background: #e2e8f0; z-index: 0;
    transition: background 0.3s;
}

.wizard-premium .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none !important;
    background: transparent !important;
    position: relative;
    z-index: 1;
}

/* The dot */
.wizard-dot {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700;
    border: 3px solid #e2e8f0;
    background: #fff;
    color: #94a3b8;
    transition: all 0.3s ease;
    position: relative; z-index: 2;
}

.wizard-dot-label {
    font-size: 11px; font-weight: 600;
    color: #94a3b8; text-align: center;
    line-height: 1.3; white-space: nowrap;
    transition: color 0.3s;
}

/* Done state */
.wizard-premium .nav-link.done .wizard-dot {
    background: #10b981; border-color: #10b981; color: #fff;
    box-shadow: 0 0 0 5px rgba(16,185,129,0.12);
}
.wizard-premium .nav-link.done .wizard-dot .wiz-num { display: none; }
.wizard-premium .nav-link.done .wizard-dot::after {
    content: '✓';
    font-size: 15px; font-weight: 700; color: #fff; line-height: 1;
}
.wizard-premium .nav-link.done .wizard-dot-label { color: #10b981; }

/* Active state */
.wizard-premium .nav-link.active .wizard-dot {
    background: #fff; border-color: #3b82f6; color: #3b82f6;
    box-shadow: 0 0 0 5px rgba(59,130,246,0.12);
    animation: wizPulseGlobal 2s ease-in-out infinite;
}
.wizard-premium .nav-link.active .wizard-dot-label { color: #3b82f6; font-weight: 700; }

@keyframes wizPulseGlobal {
    0%,100% { box-shadow: 0 0 0 5px rgba(59,130,246,0.12); }
    50%      { box-shadow: 0 0 0 10px rgba(59,130,246,0.04); }
}

/* Green connector when previous step is done */
.wizard-premium .nav-item.done-connector::after { background: #10b981 !important; }
