#ls-widget,*{box-sizing:border-box}

#ls-widget {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    background: #ffffff;
    backdrop-filter: blur(12px);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
    z-index: 25000;
}

.ls-hidden{display:none!important}

.ls-header {
    position: relative;
    overflow: hidden;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    cursor: move;
    user-select: none;
    background: linear-gradient( 180deg, #40444B 0%, #2F3136 100% );
    border-radius: 26px 26px 0 0;
    box-shadow: inset 0 1px rgba(255,255,255,.10), inset 0 -1px rgba(0,0,0,.22), 0 1px 2px rgba(0,0,0,.12);
}

    .ls-header::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: linear-gradient( 180deg, rgba(255,255,255,.16), rgba(255,255,255,.05) );
    }

.ls-title {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .5px;
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
}

.ls-close {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient( 180deg, rgba(255,255,255,.24), rgba(255,255,255,.12) );
    color: #FFF;
    cursor: pointer;
    box-shadow: inset 0 1px rgba(255,255,255,.16), 0 1px 2px rgba(0,0,0,.18);
    transition: .18s;
}

    .ls-close:hover {
        background: linear-gradient( 180deg, rgba(255,255,255,.32), rgba(255,255,255,.18) );
        transform: scale(1.06);
    }

    .ls-close:active {
        transform: scale(.95);
    }

.ls-body {
    padding: 16px;
    position: relative;
    background: #ffffff;
}

.ls-user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    padding: 12px 18px;
    min-height: 58px;
    background: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 22px;
}

.ls-exp-box {
    position: relative;
    height: 10px;
    margin-top: 5px;
    border-radius: 20px;
    background: #E1E1E1;
    overflow: hidden;
}

.ls-exp-bar {
    height: 100%;
    background: linear-gradient( 90deg, #525760, #D3D8DF );
}

.ls-slot {
    display: flex;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient( 180deg, #E7EAEE, #BFC5CC);
    border-radius: 30px;
    padding: 16px 14px;
    gap: 6px;
    margin: 15px 0 15px;
    box-shadow: inset 0 5px 15px rgba(255,255,255,.18), inset 0 -8px 18px rgba(0,0,0,.12);
}

.ls-reel {
    width: 86px;
    height: 92px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 3px solid #B8C0CA;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,.08), inset 0 0 12px rgba(225,225,225,.8);
}

.ls-strip {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#ls-bet {
    max-width: 100%;
    width: 180px;
    height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    color: #555555;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    outline: none;
    letter-spacing: 0;
    transition: .2s;
}

    #ls-bet.auto-size {
        transition: font-size .15s ease;
    }

    #ls-bet::-webkit-inner-spin-button,
    #ls-bet::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


    #ls-bet:focus {
        border-color: #7E8792;
        background: #FFFFFF;
        box-shadow: 0 0 0 3px rgba(126,135,146,.28);
    }


#ls-daily {
    background: #555555}

/* ===============================
   Lucky Slot Open Button
================================ */

.ls-open {
    position: fixed;
    right: 30px;
    top: calc(50% + 65px);
    transform: translateY(-50%);
    width: 160px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
    cursor: pointer;
    transition: .25s;
    z-index: 20000;
}

    .ls-open:active {
        transform: translateY(-50%);
    }

    .ls-open:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(0,0,0,.24);
    }

/* ½ºÇÉ Áß ÀÌµ¿ ¹æÁö */

#ls-widget.ls-spinning .ls-header {
    cursor: not-allowed;
}


/* µå·¡±× Áß */

#ls-widget.dragging {
    opacity: .95;
    cursor: grabbing;
}


.ls-toast {
    position: absolute;
    min-width: 260px;
    padding: 13px 22px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    transition: .25s ease;
}

    .ls-toast.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

/* ÄÚÀÎ */

#ls-toast-coin {
    left: 50%;
    top: 380px;
    transform: translateX(-50%);
    width: 260px;
    background: #5C626A;
    z-index: 200;
}


/* ·¹º§¾÷ */

#ls-toast-level {
    left: 50%;
    top: 330px;
    transform: translateX(-50%);
    width: 260px;
    background: #40444B;
    z-index: 200;
}


/* ¹èÁö */

#ls-toast-badge {
    left: 50%;
    top: 280px;
    transform: translateX(-50%);
    width: 260px;
    background: #7B838C;
    z-index: 200;
}

#ls-spin.disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* =================================
   BET BOX
================================= */

.ls-bet-box {
    margin-top: 15px;
    padding: 16px 12px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 24px;
}

.ls-bet-title {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    color: #777777;
}

.ls-bet-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

    .ls-bet-input span {
        color: #555555;
        font-size: 13px;
        font-weight: 700;
    }

.ls-bet-buttons {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

    .ls-bet-buttons button {
        width: 45px;
        height: 28px;
        border-radius: 10px;
        border: 1px solid #D9D9D9;
        background: #FFFFFF;
        color: #777777;
        font-size: 11px;
        font-weight: 800;
        cursor: pointer;
        transition: .2s;
    }


        .ls-bet-buttons button:hover {
            background: #5D636B;
            border-color: #5D636B;
            color: #FFFFFF;
            transform: translateY(-2px);
        }

        .ls-bet-buttons button:active {
            transform: scale(.95);
        }

/* =================================
   MAIN BUTTON
================================= */

.ls-button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
}


    .ls-button-box button {
        width: 150px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        color: #fff;
        font-weight: 800;
        cursor: pointer;
    }

#ls-spin {
    width: 100%;
    height: 44px;
    border-radius: 18px;
    background: linear-gradient( 180deg, #555C64, #34383F );
    border: 1px solid #23262A;
    box-shadow: 0 2px 0 #1E2023;
    color: white;
    font-size: 17px;
    font-weight: 900;
}

    #ls-spin:hover:not(:disabled) {
        background: #5D636B;
        border-color: #5D636B;
        box-shadow: 0 4px 12px rgba(110,120,130,.45);
        color: #ffffff;
        transform: translateY(-2px);
    }

    #ls-spin:active {
        transform: scale(.97);
    }

    #ls-spin:disabled,
    #ls-spin.disabled {
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
        opacity: .6;
    }

#ls-daily {
    width: 100%;
    height: 44px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #7E8792;
    color: #555C64;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
}


    #ls-daily:hover {
        background: #555C64;
        border-color: #555C64;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(93,99,107,.35);
    }


    #ls-daily:active {
        transform: scale(.97);
    }

/* Slot Icon */

.ls-open-icon {
    width: 20px;
    height: 20px;
    color: #5C626A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}


    .ls-open-icon svg {
        width: 20px;
        height: 20px;
        display: block;
        transform: translateX(-1px);
    }

.ls-open:hover {
    transform: translateY(calc(-50% - 2px));
    box-shadow: 0 16px 32px rgba(0,0,0,.24);
}


.ls-open-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ls-open-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #444;
}

.ls-open-sub {
    margin-left: 15px;
    font-size: 11px;
    color: #999;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.ls-open.hidden {
    display: none;
}

/* ===============================
   Coin Info
================================ */


.ls-coin-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 800;
    color: #555555;
    overflow: hidden;
    min-width: 0;
}


.ls-coin-icon {
    width: 30px;
    height: 30px;
    color: #D99A2B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}


    .ls-coin-icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

#ls-coin {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    color: #555555;
    letter-spacing: .3px;
    transition: .15s ease;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
}

.ls-level-info {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #555555;
}

/* 2°³ ÀÏÄ¡ */
.ls-reel.ls-match-2 {
    animation: lsMatch2Glow 0.6s ease;
}


@keyframes lsMatch2Glow {

    0% {
        transform: scale(1);
        box-shadow: none;
    }


    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(155,154,154,.35);
    }


    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

/* 3°³ ÀÏÄ¡ */
.ls-reel.ls-match-3 {
    animation: lsMatch3Glow 0.9s ease;
}


@keyframes lsMatch3Glow {


    0% {
        transform: scale(1);
    }


    40% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(155,154,154,.45), 0 0 55px rgba(155,154,154,.25);
    }


    100% {
        transform: scale(1);
    }
}

.ls-jackpot-text {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%) scale(.5);
    min-width: 220px;
    padding: 12px 35px;
    border-radius: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 3px;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow: 0 0 20px rgba(220,228,236,.35), 0 0 50px rgba(190,198,208,.25);
}

.jackpot-reward {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: .85;
}

    /* ===============================
   JACKPOT TOAST THEME
================================ */


.ls-jackpot-text {
    color: #F7F9FB;
    border-color: #D6DCE3;
    text-shadow: 0 0 10px rgba(255,255,255,.95), 0 0 24px rgba(214,220,227,.75), 0 0 40px rgba(180,190,200,.45);
}

    .ls-jackpot-text.show {
        animation: jackpotToast 3s ease forwards;
    }



@keyframes jackpotToast {


    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px) scale(.5);
    }


    20% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1.15);
    }


    35% {
        transform: translateX(-50%) scale(1);
    }


    80% {
        opacity: 1;
    }


    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(0px) scale(.9);
    }
}

#ls-daily {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.ls-gift-icon svg {
    width: 22px;
    height: 22px;
}


.ls-gift-icon {
    color: #7E8792;
}

#ls-daily:hover .ls-gift-icon svg {
    color: #ffffff;
}

/* ===============================
   Header Volume
================================ */


.ls-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ls-header-right,
.ls-volume-box,
#ls-volume,
.ls-volume-icon,
#ls-volume-value {
    cursor: default;
}


.ls-volume-box {
    display: flex;
    align-items: center;
    gap: 5px;
}



#ls-volume {
    width: 70px;
    height: 4px;
    appearance: none;
    background: rgba(255,255,255,.35);
    border-radius: 10px;
    cursor: pointer;
}



    #ls-volume::-webkit-slider-thumb {
        appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #D6DCE3;
        cursor: pointer;
    }

/* =================================
   JACKPOT REEL GLOW
================================= */


.ls-reel.ls-jackpot {
    animation: slotJackpotGlow .9s ease;
}

@keyframes slotJackpotGlow {

    0% {
        transform: scale(1);
        box-shadow: none;
    }

    40% {
        transform: scale(1.1);
        box-shadow: 0 0 20px #F5F7FA, 0 0 40px rgba(220,228,236,.85), 0 0 60px rgba(170,180,190,.45);
    }

    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

/* =================================
   JACKPOT CONFETTI EFFECT
================================= */


#ls-widget.ls-jackpot-active::before,
#ls-widget.ls-jackpot-active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EEF2F5;
    pointer-events: none;
    z-index: 50;
}



/* ¿ÞÂÊ ÆøÁ× */

#ls-widget.ls-jackpot-active::before {
    box-shadow: -80px -60px #EEF2F5, -110px 20px #B6BEC8, -70px 80px #FFFFFF, -30px -100px #EEF2F5, 30px -80px #D7DDE4, 90px -40px #AEB7C2, 110px 30px #EEF2F5, 70px 90px #D7DDE4;
    animation: jackpotConfettiLeft 1.2s ease-out forwards;
}



/* ¿À¸¥ÂÊ ÆøÁ× */

#ls-widget.ls-jackpot-active::after {
    box-shadow: -90px -40px #B6BEC8, -60px 80px #D7DDE4, -120px 10px #FFFFFF, -40px -90px #EEF2F5, 50px -100px #D7DDE4, 100px -50px #AEB7C2, 120px 20px #EEF2F5, 60px 80px #D7DDE4;
    animation: jackpotConfettiRight 1.2s ease-out forwards;
}




@keyframes jackpotConfettiLeft {


    0% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }


    100% {
        opacity: 0;
        transform: translate(-120px,-40px) scale(.3);
    }
}





@keyframes jackpotConfettiRight {


    0% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }


    100% {
        opacity: 0;
        transform: translate(120px,-40px) scale(.3);
    }
}

/* ===============================
   EXP TEXT THEME
================================ */

.ls-exp-text {
    color: #666666;
}


    .ls-exp-text #ls-exp {
        color: #666666;
    }

/* =================================
   MOBILE SLOT MODE
================================= */

    /* À§Á¬ À§Ä¡ °­Á¦ */

    @media(max-width:800px) {


        #ls-widget {
            width: min(300px, calc(100vw - 22px));
            left: 50% !important;
            right: auto !important;
            top: 43% !important;
            bottom: auto !important;
            transform-origin: center center;
            z-index: 25000;
        }



        .ls-body {
            transform-origin: top center;
        }



        .ls-reels {
            width: 100%;
            height: auto;
            padding: 12px;
            transform: scale(.85);
            transform-origin: center;
        }



        .ls-symbol img {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 100%;
            height: auto;
        }
    }


/* =================================
   DAILY / BADGE BUTTON
================================= */

.ls-sub-buttons {
    display: flex;
    gap: 6px;
    width: 100%;
    margin-top: 3px;
}

#ls-daily,
#ls-badge {
    flex: 1;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
}

    #ls-daily .ls-gift-icon,
    #ls-badge .ls-badge-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-left: -3px;
    }

    #ls-daily svg,
    #ls-badge svg {
        display: block;
        width: 20px;
        height: 20px;
    }

#ls-badge {
    background: #ffffff;
    border: 1px solid #7E8792;
    color: #555C64;
}

    #ls-badge:hover {
        background: #5D636B;
        border-color: #5D636B;
        box-shadow: 0 6px 12px rgba(93,99,107,.35);
        color: #ffffff;
        transform: translateY(-2px);
    }

    #ls-badge:active {
        transform: scale(.97);
    }

#ls-badge-icon {
    color: inherit;
}

#ls-badge:hover svg {
    color: #ffffff;
}

.ls-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    justify-content: center;
    align-items: center;
    z-index: 30000;
}

    .ls-modal.active {
        display: flex;
    }

.ls-modal-box {
    width: 340px;
    max-width: 95vw;
    border-radius: 22px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

.ls-modal-header {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    background: linear-gradient( 180deg, #555C64, #34383F );
    border-bottom: 2px solid #7E8792;
    box-shadow: inset 0 1px rgba(255,255,255,.25), 0 4px 12px rgba(0,0,0,.12);
}

    .ls-modal-header span {
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

#ls-badge-close {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #5D636B;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
    box-shadow: none;
}

    #ls-badge-close:hover {
        background: #6A7078;
    }

    #ls-badge-close:active {
        background: #4D535B;
    }

/* =================================
   Badge Book
================================= */

#ls-badge-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    padding: 18px;
    max-height: 420px;
    overflow-y: auto;
}

.ls-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 18px;
    background: #fff;
    transition: .2s;
}

    .ls-badge-item:hover {
        background: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 14px rgba(0,0,0,.08);
    }

    .ls-badge-item img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 10px;
    }

.ls-badge-info {
    flex: 1;
}

.ls-badge-name {
    font-size: 15px;
    font-weight: 800;
    color: #555;
}

.ls-badge-level {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}

.ls-badge-state {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
}

.ls-badge-item.owned .ls-badge-state {
    color: #5D636B;
}

.ls-badge-item.locked {
    opacity: .45;
    filter: grayscale(100%);
}

    .ls-badge-item.locked:hover {
        transform: none;
        box-shadow: none;
    }

/* =================================
   Guest Warning Popup
================================= */


#ls-guest-warning {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(5px);
    border-radius: 28px;
    z-index: 100;
}


    #ls-guest-warning.show {
        display: flex;
    }



.ls-guest-box {
    width: 220px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    text-align: center;
}



.ls-guest-title {
    font-size: 20px;
    font-weight: 700;
    color: #555;
    margin-bottom: 15px;
}



.ls-guest-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #888;
}



#ls-guest-confirm {
    margin-top: 20px;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #888;
    color: white;
    cursor: pointer;
}

.ls-empty {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    width: 100%;
    color: #5B6068;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}

/* =================================
   MOBILE OPEN BUTTON
================================= */


/* ±âº»Àº ¼û±è */

.ls-mobile-open {
    display: none;
}



/* ¸ð¹ÙÀÏ Àü¿ë */

@media(max-width:800px) {


    /* ±âÁ¸ PC ¹öÆ° ¼û±è */

    #ls-open {
        display: none !important;
    }



    /* ¸ð¹ÙÀÏ ¹öÆ° */

    .ls-mobile-open {
        display: flex;
        position: fixed;
        right: 15px;
        top: 70px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid #eeeeee;
        background: #ffffff;
        color: #5B6068;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
        cursor: pointer;
        z-index: 20000;
    }

        .ls-mobile-open svg {
            width: 18px;
            height: 18px;
        }

        .ls-mobile-open.hidden {
            display: none;
        }

    .ls-reel {
        width: 72px;
        height: 76px;
    }



    .ls-symbol {
        width: 72px;
        height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
    }



        .ls-symbol img {
            width: 60px;
            height: 60px;
            object-fit: contain;
            display: block;
            transform: translate(-3.5px, -3px);
        }

    }