﻿#dls {
    margin: 20px auto;
    position: relative;
    align-items: center;
    justify-content: center
}

.marker {
    position: absolute;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 90px;
    z-index: 2;
}

.dls-wheel {
    width: 100%;
}

.dls-button {
    margin: 0 auto;
    background-color: red;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 45px;
    cursor: pointer;
    font-size: 1.5em !important;
    font-weight: 700;
}

    .dls-button:active {
        background-color:black;
    }

.blur {
    animation: blur 10s;
}

@keyframes blur {
    0% {
        filter: blur(1.5px);
    }

    80% {
        filter: blur(1.5px);
    }

    100% {
        filter: blur(0px);
    }
}

.luckspin_logo {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: #2b00ad;
    color: white;
    cursor: pointer;
    padding: 9px;
    width: 150px;
    border-radius: 20px;
    box-shadow: 3px 3px 13px black;
}

.luckspin_logo_img {
    width: 100%;
}

.luckspin_countdown {
    font-weight: 500;
    color: #ffeb00;
    text-align: center;
    width: 150px;
}

.luckspin_logo_ready {
    opacity: 1 !important;
}

.dlsLogoBtn {
    background: transparent;
    border: none;
}

.modal-content.oned {
   
    border-bottom: 5px solid rgba(14,14,175,1);
    background: linear-gradient(0deg, rgba(6,0,115,1) 0%, rgba(14,14,175,1) 35%, rgba(0,74,255,1) 100%);
    margin: auto;
    padding: 30px;
    width: 350px;
    border-radius: 55px;
}

.modal-content.oned h1 {
    color: white;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align:center;
}

#dls-close.close {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    background-color: black;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    opacity: 1;
    border: 1px solid white;
    cursor:pointer;
}

.dls-title {
    text-align: center;
    position: relative;
    top: 25px;
    z-index: 99;
}

.dls-title h1 {
    background-color: #00bc20;
    border-radius: 80px;
    text-align: center;
    color: white;
    padding: 15px 40px;
    font-size: 1.6em;
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
}

#dls-btn-close.close {
    color: #c7c7c7;
    font-weight: 200;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #c7c7c7 !important;
    width: 21px;
}

.theme-Zoo2023 .luckspin_logo #dls-btn-close.close {
    background: transparent;
    border: none;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    align-self: flex-end;
}

.bonus-dls {
    width: 100%;
    text-align: center;
    padding: 0 5px 0;
    margin-top: 35px;
}

.bonus-dls h1 {
    color: #ffeb00;
    border-bottom: 1px solid;
    font-size: 2em;
    padding: 5px;
}

.bonus-dls-bg {
    background: #001b9e85;
    border-radius: 20px;
    padding: 5px 2px 0;
}

.bonus-box {
    padding: 15px 0 0;
    border-radius: 11px 11px  0 0;
    width: 100%;
    margin: 3px;
}
.bonus-box img {
    width: 20px;
}
.bonus-box span {
    font-size: .9em;
    font-weight: 600;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    color: #e7e7e7;
}
.bonus-box p {
    background-color: #00000061;
    width: 100%;
    color: white;
    padding: 3px;
    font-size: .8em;
}

@media screen and (max-width: 320px) {
    .bonus-box p {
        height: 35px;
    }
    .marker {
        top: 40px;
    }
}

.dls-blue {
    background-color: #0000ff;
}
.dls-orange {
    background-color: #f46300;
}
.dls-red {
    background-color: #ea0000;
}
.dls-purple {
    background-color: #a200c9;
}
.dls-green {
    background-color: #065b10;
}
.dls-purplrlight {
    background-color: #fc00f0;
}

.dls-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    background: blue;
}
.dls-mobile p {
    color:white;
    font-size:1em;
}

.dls-time-title {
    color: white;
    font-size: .6em;
    padding: 5px 0;
}

#dls-mobile-close.close {
    color: white;
    opacity: 1;
    font-weight: 400;
    border: 1px solid white;
    border-radius: 100%;
    width: 15px;
    margin: 2px 0;
    position:absolute;
    right: 15px;
}

#dls-mobile {
    background-color: #000023;
    padding: 5px;
    text-align: center;
}

    #dls-mobile img {
        width: 20px;
    }

span#dls-countdown2 {
    font-weight: 500;
    color: #ffeb00;
}

.free-spin-btn {
    background-color: green;
    background-image: none !important;
    color: white;
    padding: 5px 5px;
    margin-right: 10px;
    width: 50px;
    border-radius: 0 0 5px 5px;
}

.free-spin-btn:hover {
    background-color:#e60000;
}

#spin-button {
    padding-top: 0px;
}

.dls-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    cursor: pointer;
}

.dls-wrapper {
    width: 250px;
    margin: 0 auto;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}

.dls-img {
    position: absolute;
    top: -135px;
}

.dls-pop-bg {
    background: -webkit-linear-gradient(top, #1976ff, #0029bd, #1000ff);
    position: relative;
    top: 165px;
    z-index: -9;
    border-radius: 15px;
}

.dls-title-ms {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 10px;
}

    .dls-title-ms .h6 {
        color: white;
        font-size: 1.4em;
        margin: 0;
    }

.dls-content-wrapper {
    text-align: center;
    background-color: #e0e0e0;
    border-radius: 0 0 15px 15px;
}

.dls-gold {
    background: -webkit-linear-gradient(to right, #DF9F28, #FDE08D, #8f6B29);
    background: linear-gradient(to right, #DF9F28, #FDE08D, #8f6B29);
    height: 5px;
}

.dls-content {
    padding: 20px;
    line-height: 15px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.dls-content .h5 {
    margin: 0 0 15px;
    font-size: 2em;
    color: #454545;
    font-weight: 600;
}

.dls-content p {
    font-size: .9em;
    margin: 0;
    font-weight: 600;
    color: #3a3a3a;
}

.dls-content p span {
    font-size: 1em;
    font-weight: 600;
}

.dls-content span {
    font-size: .7em;
    color: #3a3a3a;
}

.dls-pop-button {
    background: -webkit-linear-gradient(top, #0373ff, #0054bd);
    display: inline-block;
    padding: 10px 55px;
    border-radius: 2px;
    color: white;
    font-size: .9em;
    font-weight: 500;
    margin-top: 20px;
}

    .dls-pop-button:hover {
        background: -webkit-linear-gradient(top, #0054bd, #0373ff);
    }

.dls-show {
    display: block;
}

.dls-hide {
    display: none !important;
}

/* DLS Font animation */
    .btn-shine {
    transform: translate(-50%,-50%);
    padding: 12px 48px;
    color: #ffffff;
    background: linear-gradient(to right, #fff 0, #fcff57 10%, #fff 30%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 1.5s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}




@-webkit-keyframes button_jump {
    0% {
        margin-bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }
}

@-moz-keyframes button_jump {
    0% {
        margin-bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }
}

@-o-keyframes button_jump {
    0% {
        margin-bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }
}

@keyframes button_jump {
    0% {
        margin-bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }
}

.dls-images-jump {
    position: relative;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: button_jump;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0;
    -moz-animation-duration: 1s;
    -moz-animation-name: button_jump;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0;
    -o-animation-duration: 1s;
    -o-animation-name: button_jump;
    -o-animation-timing-function: ease-out;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0;
    animation-duration: 1s;
    animation-name: button_jump;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
}


/*daily lucky spin set 2*/

.luckspin_logo {
    background: rgb(168,72,252) !important;
    background: linear-gradient(135deg, rgba(168,72,252,1) 0%, rgba(86,31,152,1) 100%) !important;
}

.luckspin_logo_ready {
    animation: rotation 10s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.dls-set-2 .modal-content {
    background: transparent;
    width: 900px;
    max-width: none !important;
    border: none;
}
.dls-set-2::-webkit-scrollbar {
    display:none;
}

.dls-set-2 #dls {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
}



.dls-set-2 .dls-wheel {
    width: 77%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.dls-set-2 .marker {
    width: 11%;
    top: 41px;
}

.dls-set-2 .dls-spin-button {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 45%;
    background: transparent;
    z-index: 9;
}


.dls-set-2 .dls-spinner-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.dls-set-2 .h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}


.dls-set-2 .dls-footer {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}



.dls-set-2 .bonus-dls {
    width: 50%;
    padding: 0 5px 0;
    margin-top: 0;
}

.dls-set-2 .bonus-dls-bg-wrapper {
    display: flex;
    background: rgb(42,2,79);
    background: linear-gradient(90deg, rgba(42,2,79,1) 0%, rgba(56,6,102,1) 100%);
    /*padding: 10px;*/
    border-radius: 5px;
    flex-wrap: wrap;
}

.bonus-dls-bg-wrapper img {
    width:80%;
    margin:0 auto;
}
.bonus-dls-bg-wrapper > div > div.card {
    background-color: #342a5d;
}

.dls-set-2 .bonus-dls-wrapper {
    width: 40%;
    background: rgb(86,31,152);
    background: linear-gradient(90deg, rgba(86,31,152,1) 0%, rgba(168,72,252,1) 49%, rgba(86,31,152,1) 100%);
    padding: 3px;
    border-radius: 5px;
    position: relative;
}


.dls-set-2 .bonus-dls-content {
    width: 33.333333%;
    padding: 10px;
}



    .dls-set-2 .bonus-dls-content div {
        border: 2px solid #8d5304;
        border-radius: 5px;
        box-shadow: 4px 5px 13px -2px rgba(0,0,0,0.54) inset;
        -webkit-box-shadow: 4px 5px 13px -2px rgba(0,0,0,0.54) inset;
        -moz-box-shadow: 4px 5px 13px -2px rgba(0,0,0,0.54) inset;
        width: 100%;
    }


        .dls-set-2 .bonus-dls-content div > span {
            display: none;
        }

.dls-set-2 div > p {
    background: #fedf19;
    padding: 2px 0;
    text-align: center;
    border-radius: 0 0 3px 3px;
    font-weight: 600;
    font-size:.8em;
    color: #000;
}

.dls-set-2 .bonus-dls-content div > img {
    padding: 10px;
    max-width: 100%;
}

.dls-set-2 .dls-seasonal-visual {
    position: absolute;
    bottom: 15%;
    right: 1%;
    width: 150px;
    z-index: 99;
}


.dls-set-2 .h1.bonus-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.dls-set-2 .dls-content-visual {
    position: absolute;
    bottom: -11px;
    right: -35px;
    width: 60px;
}

.dls-spin-button img {
    transition: transform .7s ease-in-out;
}

    .dls-spin-button img:hover {
        transform: rotate(360deg);
        transition: transform .7s ease-in-out;
    }



.dls-set-2 #dls-close.close {
    border: none !important;
    background: transparent !important;
    cursor: pointer;
}

@media screen and (max-width: 999px) {

    .dls-content-visual {
        display: none;
    }

    .dls-set-2 .bonus-dls-content {
        width: 16.666%;
    }

    .dls-set-2 #dls {
        width: 65%;
        margin: 0 auto;
    }

    .dls-set-2 .bonus-dls-wrapper {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .dls-set-2 .dls-footer {
        margin-top: 25px;
    }



    .dls-set-2 #dls-close.close {
        border: none;
        background: transparent;
        cursor: pointer;
        left: 0 !important;
    }

    .theme-chineseNewYear-2 #dls-close.close {
        background: #606060;
    }


    .dls-set-2 .dls-seasonal-visual {
        bottom: 12%;
      
        right: 0%;
        width: 130px;
    }

    .dls-set-2 .dls-spin-button {
        width: 250px;
    }
}

@media screen and (max-width: 680px) {

    .dls-set-2 .dls-spin-button {
        width: 200px;
    }

    .dls-set-2 .bonus-dls-content {
        width: 25%;
    }

    .dls-set-2 #dls {
        width: 90%;
    }
}


@media screen and (max-width: 580px) {

    .dls-set-2 .marker {
        width: 10%;
        top: 7%;
    }

    .dls-set-2 .dls-spin-button {
        width: 180px;
    }

    .dls-set-2 .dls-seasonal-visual {
        width: 100px;
    }
}

@media screen and (max-width: 380px) {

    .dls-set-2 .dls-seasonal-visual {
        width: 80px;
    }

    .dls-set-2 .bonus-dls-content {
        width: 33.3333%;
    }
}


.dls-set-2 .modal-dialog {
    max-width: fit-content !important;
}


.dls-set-2 {
    overflow: auto !important;
}

/*daily lucky spin set 2*/

.theme-Zoo2023 #dls-close.close {
    top: 30px !important;
}
