.modal {
    display: none !important;
}

.modal-backdrop {
    display: none !important;
}

body {
    background: #04080d;
    background-image: url('./img/bgmjg.gif');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 500px 900px;
    font-family: 'Russo One', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.modal-open {
    position: relative;
    overflow: hidden !important;
}

body > div {
    z-index: 2;
    position: relative;
}

.text-center {
    text-align: center;
}

.header {
    margin-top: 30px;
}

.header .head-top {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.grandprize-value {
    font-size: 28px;
    color: #ffffff;
    font-family: 'Russo One', sans-serif;
    max-width: 328px;
    margin: auto;
    box-shadow: 0px 0px 40px rgb(166 28 48);
    margin-top: 18px;
    padding: 7px 10px;
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

.spinner-wrapper {
    margin: auto;
    width: 496px;
    height: 500px;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;

    /* 🔥 BORDER NYALA */
    border: 2px solid #ff0000;
    box-shadow: 
        0 0 10px #ff0000,
        0 0 25px rgba(255, 0, 0, 0.8),
        0 0 50px rgba(255, 0, 0, 0.6),
        inset 0 0 20px rgba(255, 0, 0, 0.4);
    background: rgba(128, 128, 128, 0.18); /* abu transparan di area border */
}

.spinner {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
}

.btn-spin {
    background: radial-gradient(circle, rgba(255, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 89%);
    color: #FFFFFF;
    height: 50px;
    border-radius: 6px;
    padding: 0px !important;
    border: 1px solid rgba(255, 184, 47, 0.55);
    max-width: 300px;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin: 10px auto;
}

#countdown {
    font-size: 20px;
    color: #00ff39;
}

.btn-spin:hover {
    transform: scale(1.1);
}


.btn-spin:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@keyframes glowing {
    0% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }
    50% {
        box-shadow: 0px 0px 50px 10px rgba(255, 184, 47, 0.55);
    }
    100% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }
}

.spinner-col {
    position: absolute;
    width: 123px;
    height: 501px;
    overflow: hidden;
    display: inline-block;
    background: transparent;
}

.spinner-col2 {
    left: 50%;
    transform: translateX(-50%);
}

.spinner-col3 {
    left: auto;
    right: 0px;
}

.spinner-col .strip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    /* Pastikan strip selalu terlihat dan tidak hilang */
    min-height: 2000px;
    height: auto;
    z-index: 1;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.spinner-col .symbol {
    width: 100% !important;
    height: 167px !important;
    margin: 0 !important;
    min-height: 167px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative !important;
    z-index: 11 !important;
    pointer-events: none !important;
}

/* Simbol Mahjong */
.spinner-col .symbol.symbol-mj {
    background-image: url('img/mahjongicon.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Simbol Scatter */
.spinner-col .symbol.symbol-sc {
    background-image: url('img/scatter-hitam.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Simbol Wild */
.spinner-col .symbol.symbol-wb {
    background-image: url('img/wildbonus.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.spinner-col1 {
    left: 0px;
}

.spinner-col2 {
    left: 50%;
    transform: translateX(-50%);
}

.spinner-col3 {
    left: auto;
    right: 0px;
}


.spinner-col1.spinned-1 .img {
    margin-top: -12692px;
}

.spinner-col2.spinned-1 .img {
    margin-top: -12537px;
}

.spinner-col3.spinned-1 .img {
    margin-top: -12692px;
}

.spin-error {
    font-family: 'Russo One', sans-serif;
    background: red;
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: scale(0);
    transition: all 0.5s;
    border-radius: 6px;
}

.spin-error.active {
    transform: scale(1);
}

.spin-modal {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(100% - 40px);
    max-width: 500px;
    background: transparent; /* biar popup image tampil tanpa latar hitam */
    color: inherit;
    z-index: 1072;
    transition: all 1s;
    animation: none;
    border-radius: 0;
}

@keyframes glowing2 {
    0% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }
    50% {
        box-shadow: 0px 0px 100px 10px rgba(255, 184, 47, 0.55);
    }
    100% {
        box-shadow: 0px 0px 20px 0px rgba(255, 184, 47, 0.55);
    }
}

.spin-modal.open {
    top: 50%;
    transform: translate(-50%, -50%);
}

.spin-modal-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: transparent; /* hilangkan overlay hitam */
    opacity: 0;
    z-index: 1071;
    display: none;
    transition: opacity 0.3s;
}

.spin-modal-backdrop.active {
    opacity: 1;
    display: block;
}

.spin-modal-header {
    padding: 10px 20px;
    background: #d73838;
    color: #000;
    font-family: 'Russo One', sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.spin-modal .content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Russo One', sans-serif;
    line-height: 26px;
    text-align: left;
}

/* Button BUAT AKUN GACOR - Highlight Effect */
.spin-modal-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 25px auto 0;
    padding: 15px 20px;
    background: linear-gradient(135deg, #ffb82f 0%, #ff9500 50%, #ffb82f 100%);
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 3px solid #ffb82f;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 0 20px rgba(255, 184, 47, 0.8),
        0 0 40px rgba(255, 184, 47, 0.6),
        inset 0 0 20px rgba(255, 255, 255, 0.2);
    animation: buttonHighlight 2s ease-in-out infinite;
    transition: all 0.3s ease;
    z-index: 1;
    box-sizing: border-box;
    line-height: 1.4;
    min-height: 50px;
}

.spin-modal-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: buttonShine 3s infinite;
    z-index: -1;
}

.spin-modal-button:hover {
    transform: scale(1.05);
    box-shadow: 
        0 0 30px rgba(255, 184, 47, 1),
        0 0 60px rgba(255, 184, 47, 0.8),
        0 0 90px rgba(255, 184, 47, 0.6),
        inset 0 0 30px rgba(255, 255, 255, 0.3);
    border-color: #fff;
}

.spin-modal-button:active {
    transform: scale(0.98);
}

@keyframes buttonHighlight {
    0%, 100% {
        box-shadow: 
            0 0 20px rgba(255, 184, 47, 0.8),
            0 0 40px rgba(255, 184, 47, 0.6),
            inset 0 0 20px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 
            0 0 30px rgba(255, 184, 47, 1),
            0 0 60px rgba(255, 184, 47, 0.8),
            0 0 90px rgba(255, 184, 47, 0.6),
            inset 0 0 30px rgba(255, 255, 255, 0.3);
    }
}

@keyframes buttonShine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.finalButton {
    background: #000;
    color: #fff;
    height: 50px;
    padding: 0px !important;
    border: 1px solid rgba(255, 184, 47, 0.55);
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    margin-top: 20px;
    cursor: pointer;
    display: block;
    margin: auto;
    line-height: 50px;
    text-decoration: none;
    border-radius: 10px;
    animation: pump 1800ms infinite;
    transition: transform 0.5s;
    text-align: center;
}

.finalButton:hover {
    box-shadow: 0px 0px 30px 0px rgba(255, 184, 47, 0.55);
}

@keyframes pump {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.red-line {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #ff0000, #ffcc00, #ff0000);
    position: absolute;
    top: 280px;
    z-index: 99999999;
    animation: blinker 600ms linear infinite;
    box-shadow: 
        0 0 10px red,
        0 0 20px orange,
        0 0 40px red;
    display: none; /* Default hidden; JS will toggle `.active` during spin only */
}

.red-line.active {
    display: block;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.red-block {
    display: inline-block;
    background: #d73838;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 2px;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
}

/* Turbo Panel Styles */
.turbo-panel {
    margin: 6px auto 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 2px solid #ffb82f;
    background: linear-gradient(180deg, rgba(215, 56, 56, .10), rgba(0, 0, 0, .25));
     box-shadow: 
        0 0 15px rgba(255, 184, 47, 0.9),
        0 0 30px rgba(255, 184, 47, 0.6),
        inset 0 0 10px rgba(255, 184, 47, 0.4);
    backdrop-filter: blur(3px);
    box-sizing: border-box;
    width: min(92vw, 560px);
    max-width: 450px;
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible; /* allow logo to render outside border */
    position: relative; /* anchor absolute logo to panel */
}

.turbo-label {
    font-family: 'Russo One', sans-serif;
    color: #ffd68a;
    letter-spacing: .4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 0; /* logo sekarang ada di luar turbo-label */
}

.turbo-logo {
    width: 46px !important;
    height: 46px !important;
    display: block;
    object-fit: contain;
    position: absolute;
    top: -26px; /* above the panel border */
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.turbo-label::before {
    content: "🚀";
}

.turbo-switch {
    position: relative;
    width: 58px;
    height: 30px;
}

.turbo-switch input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.turbo-slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #351818, #1a0c0c);
    border: 1px solid rgba(255, 184, 47, .35);
    box-shadow: inset 0 0 8px rgba(255, 184, 47, .2);
    transition: all .25s ease;
}

.turbo-slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0c0c0c;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .8), 0 0 10px rgba(255, 184, 47, .25);
    transition: transform .25s ease, background .25s ease;
}

.turbo-switch input:checked + .turbo-slider {
    background: linear-gradient(180deg, #ffb82f, #ffdf92);
    box-shadow: 0 0 14px rgba(255, 184, 47, .65);
}

.turbo-switch input:checked + .turbo-slider::before {
    transform: translateX(28px);
    background: #2b1a00;
}

.turbo-speeds {
    display: flex;
    gap: 8px;
    flex: 1 1 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(48px, 1fr));
    column-gap: 8px;
    row-gap: 8px;
    align-items: center;
}

.turbo-chip input {
    display: none;
}

.turbo-chip label {
    display: inline-block;
    width: 100%;
    min-width: auto;
    padding: 8px 0;
    border-radius: 999px;
    cursor: pointer;
    font: 600 13px/1 'Russo One', sans-serif;
    color: #ffd68a;
    letter-spacing: .2px;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 184, 47, .35);
    transition: all .2s ease;
    opacity: .55;
    text-align: center;
}

.turbo-chip input:checked + label {
    color: #1a0c00;
    background: linear-gradient(90deg, #ffb82f, #ffe19a);
    box-shadow: 0 0 16px rgba(255, 184, 47, .45);
    opacity: 1;
}

.turbo--off .turbo-speeds {
    pointer-events: none;
    filter: grayscale(1) opacity(.5);
}

.btn-spin.turbo-active {
    position: relative;
}

.btn-spin.turbo-active::after {
    content: "TURBO";
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffb82f;
    color: #111;
    font-weight: 700;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 999px;
}

.spinner-col .img {
    will-change: margin-top;
}

/* Media Query - Mirip alxsa-sa.html */
@media only screen and (max-width: 650px) {
    .header .head-top {
        font-size: 20px;
    }

    .grandprize-value {
        font-size: 24px;
    }

    .spinner-wrapper {
        max-width: 496px;
        width: 100%;
    }

    .spinner {
        transform: scale(0.8);
    }
    
    .turbo-panel {
        gap: 10px;
        padding: 8px 10px;
    }
    
    .turbo-label {
        font-size: 12px;
        padding-top: 0;
    }

    .turbo-logo {
        width: 34px !important;
        height: 34px !important;
        top: -20px;
    }
    
    .turbo-switch {
        width: 54px;
        height: 28px;
    }
    
    .turbo-slider::before {
        width: 22px;
        height: 22px;
        top: 3px;
        left: 3px;
    }
    
    .turbo-switch input:checked + .turbo-slider::before {
        transform: translateX(26px);
    }
    
    .turbo-speeds {
        grid-template-columns: repeat(4, minmax(44px, 1fr));
        column-gap: 8px;
        row-gap: 8px;
    }
    
    .turbo-chip label {
        font-size: 12px;
        padding: 7px 0;
    }
    
    .btn-spin {
        font-size: 20px;
        height: 45px;
        max-width: 280px;
    }
    
    .spin-modal-button {
        font-size: 16px;
        padding: 12px 18px;
        max-width: 280px;
    }
}

@media only screen and (max-width: 530px) {
    .spinner-wrapper {
        margin-top: -38px;
        margin-bottom: 38px;
    }

    .spinner {
        transform: scale(1);
    }

    .spinner .spinner-col {
        transform: scale(0.6);
    }

    .spinner .spinner-col2 {
        transform: translateX(-50%) scale(0.6);
    }
    
    .turbo-panel {
        gap: 8px;
    }
    
    .turbo-speeds {
        grid-template-columns: repeat(4, minmax(40px, 1fr));
        row-gap: 6px;
    }
    
    .turbo-chip label {
        font-size: 11px;
        padding: 6px 0;
    }
    
    .btn-spin {
        font-size: 18px;
        height: 42px;
        max-width: 260px;
    }
    
    .spin-modal-button {
        font-size: 15px;
        padding: 11px 16px;
        max-width: 260px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 380px) {
    .turbo-label {
        display: none;
    }
    
    .turbo-panel {
        gap: 6px;
    }
    
    .turbo-speeds {
        grid-template-columns: repeat(4, minmax(38px, 1fr));
    }
    
    .btn-spin {
        font-size: 16px;
        height: 40px;
        max-width: 240px;
    }
    
    .spin-modal-button {
        font-size: 14px;
        padding: 10px 14px;
        max-width: 240px;
        margin: 18px auto 0;
    }
}


/* =========================
   1) PANEL ATAS JADI MERAH
   ========================= */
.turbo-panel {
    border: 2px solid #ff2a2a !important;
    background: linear-gradient(180deg, rgba(80, 0, 0, 0.35), rgba(0, 0, 0, 0.45)) !important;
    box-shadow:
        0 0 10px rgba(255, 0, 0, 0.95),
        0 0 24px rgba(255, 0, 0, 0.85),
        0 0 45px rgba(255, 60, 60, 0.55),
        inset 0 0 14px rgba(255, 80, 80, 0.22) !important;
}

/* =========================
   2) SEMUA ISI DALAM PANEL ATAS DITERANGKAN
   ========================= */

/* tulisan Aktifkan Spin Turbo */
.turbo-label {
    color: #fff1b8 !important;
    text-shadow:
        0 0 6px rgba(255, 210, 120, 0.9),
        0 0 14px rgba(255, 120, 120, 0.55) !important;
}

/* icon roket */
.turbo-label::before {
    filter:
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.85))
        drop-shadow(0 0 10px rgba(255, 120, 120, 0.85)) !important;
}

/* background switch */
.turbo-slider {
    background: linear-gradient(180deg, #4a1010, #1a0505) !important;
    border: 1px solid rgba(255, 90, 90, 0.85) !important;
    box-shadow:
        inset 0 0 10px rgba(255, 120, 120, 0.25),
        0 0 10px rgba(255, 60, 60, 0.45) !important;
}

/* bulatan switch */
.turbo-slider::before {
    background: #111 !important;
    box-shadow:
        0 0 8px rgba(255, 255, 255, 0.18),
        0 0 12px rgba(255, 70, 70, 0.4),
        inset 0 0 8px rgba(0, 0, 0, 0.9) !important;
}

/* saat switch aktif */
.turbo-switch input:checked + .turbo-slider {
    background: linear-gradient(180deg, #ff3b3b, #ff8a8a) !important;
    box-shadow:
        0 0 12px rgba(255, 50, 50, 0.9),
        0 0 24px rgba(255, 50, 50, 0.65) !important;
}

/* tombol 2x 3x 4x 5x default */
.turbo-chip label {
    color: #fff4d0 !important;
    background: rgba(20, 0, 0, 0.45) !important;
    border: 1px solid rgba(255, 80, 80, 0.6) !important;
    opacity: 0.92 !important;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.25) !important;
    box-shadow:
        inset 0 0 8px rgba(255, 120, 120, 0.08),
        0 0 8px rgba(255, 70, 70, 0.15) !important;
}

/* tombol speed yang kepilih */
.turbo-chip input:checked + label {
    color: #fff !important;
    background: linear-gradient(90deg, #ff3a3a, #ff9a9a) !important;
    border-color: #ffd0d0 !important;
    box-shadow:
        0 0 12px rgba(255, 70, 70, 0.85),
        0 0 22px rgba(255, 70, 70, 0.45) !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.55) !important;
}

/* =========================
   3) TOMBOL SPIN DISINI PAS TENGAH
   ========================= */

/* pembungkus tombol */
.text-center {
    text-align: center !important;
}

/* kalau tombolnya masih pakai .btn-spin */
.btn-spin {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
}

/* kalau tombol spin dibungkus elemen lain */
.text-center .btn-spin,
.text-center a,
.text-center img {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* khusus mobile */
@media only screen and (max-width: 530px) {
    .spin-button-wrap {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

    .btn-spin {
        display: block !important;
        margin: 25px auto !important;
        transform: none !important;
    }

    .btn-spin:hover {
        transform: none !important;
    }
}

/* Final override agar ukuran logo tidak ketimpa rule lain */
.turbo-logo {
    width: 60px !important;
    height: 60px !important;
    top: -32px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    object-fit: cover !important; /* lebih "zoom" pada area logo jika PNG punya transparan */
}

@media only screen and (max-width: 650px) {
    .turbo-logo {
        width: 44px !important;
        height: 44px !important;
        top: -24px !important;
    }
}

/* =========================
   Logo turbo (div terpisah)
   ========================= */
.turbo-logo-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px; /* jarak (space) antara logo dan border panel */
    width: 100%;
    pointer-events: none;
}

.turbo-logo-top-img {
    width: 250px;
    max-width: 90vw; /* biar di mobile tidak bikin layout jadi samping/overflow */
    height: auto;
    display: block;
    object-fit: contain;
}

@media only screen and (max-width: 650px) {
    .turbo-logo-top {
        margin-bottom: 8px;
    }
    .turbo-logo-top-img {
        width: 250px;
    }
}

@media only screen and (max-width: 380px) {
    .turbo-logo-top {
        margin-bottom: 6px;
    }
    .turbo-logo-top-img {
        width: 250px;
    }
}

/* =========================
   Popup image modal
   ========================= */
.spin-popup-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.spin-popup-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* =========================
   Mobile fit override
   ========================= */
@media only screen and (max-width: 530px) {
    .header {
        margin-top: 8px !important;
    }

    .turbo-logo-top {
        margin-bottom: 4px !important;
    }

    .turbo-logo-top-img {
        width: min(180px, 62vw) !important;
    }

    .turbo-panel {
        margin: 0 auto 6px !important;
        padding: 6px 8px !important;
    }

    .spin-button-wrap {
        margin-top: -8px !important;
    }

    .btn-spin {
        width: 240px !important;
        height: 72px !important;
        margin: 8px auto !important;
        background-size: contain !important;
    }

    .spinner-wrapper {
        height: 410px !important;
        padding: 8px !important;
        margin-top: -52px !important;
        margin-bottom: 8px !important;
    }

    .spinner {
        transform: scale(0.86) !important;
    }

    .spinner .spinner-col {
        transform: scale(0.52) !important;
    }

    .spinner .spinner-col2 {
        transform: translateX(-50%) scale(0.52) !important;
    }
}

@media only screen and (max-width: 380px) {
    .turbo-logo-top-img {
        width: min(160px, 66vw) !important;
    }

    .btn-spin {
        width: 220px !important;
        height: 66px !important;
    }

    .spinner-wrapper {
        height: 378px !important;
        margin-top: -62px !important;
    }
}

