body, html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0 auto;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    background: #1A5243;
    background: radial-gradient(circle,rgba(26, 82, 67, 1) 0%, rgba(0, 16, 12, 1) 100%);
}

.relative {
    position: relative;
}

.home, .page-template-template-login {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
}

header {
    padding: 20px 0 10px;
    text-align: center;
    margin-top: 40px;
}

.logo img {
    width: 220px;
}

.bg_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.95)
}

.bg_fixed img {
    width: 100%;
    object-position: center;
    height: 100%;
    object-fit: cover;
}

footer {
    font-size: 12px;
}

a {
    text-decoration: unset;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
}

/* ========================================================================== */
/* ================================ LOGIN    ================================ */
/* ========================================================================== */
.login-bg .login-box {
    position: relative;
    margin: auto;
    padding: 50px 0;
    width: 900px;
}

.login-box .login_title {
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    animation: glowText 2s infinite alternate;
}

@keyframes glowText {
    0% {
        filter: drop-shadow(0 0 2px #46ffceb8) drop-shadow(0 0 3px #46ffceb8) drop-shadow(0 0 4px #46ffceb8);
    }
    50% {
        filter: drop-shadow(0 0 3px #46ffce9e) drop-shadow(0 0 5px #46ffce9e) drop-shadow(0 0 7px #46ffce9e);
    }
    100% {
        filter: drop-shadow(0 0 2px #46ffceb8) drop-shadow(0 0 3px #46ffceb8) drop-shadow(0 0 4px #46ffceb8);
    }
}

.login-box .login_desc {
    margin: 10px auto 30px;
}

.login-bg .login-box input {
    background: #fff;
    border-radius: 9px;
    padding: 15px 20px;
    border: unset;
    width: 100%;
    color: #006A4E;
    font-size: 18px;
    border: 3px solid #006A4E;
	font-weight: 900;
}

.login-bg .login-box input::placeholder {
    color: #9DC9BD;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.login-bg .login-box input:focus, .login-bg .login-box input:active {
    outline: none;
    box-shadow: 0px 0px 20px 1px #006A4E;
}

.login-bg .login-box form {
    position: relative;
    z-index: 1001;
    width: 380px;
    margin: auto;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: auto;
    width: 100%;
    border: 0;
    box-shadow: unset;
    background: unset;
    padding: 0;
    cursor: pointer;
}

.glow-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    outline: none;
    color: white;
    background-image: url('img/button_border.webp');
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 9px;
    font-weight: 700;
    transition: transform 0.2s ease-in-out;
    padding: 17px 15px;
    font-size: 22px;
    letter-spacing: 1px;
    background-size: 100% 100%;
}

.glow-button:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
}

.glow-button:before {
    content: "";
    background: linear-gradient(
        150deg,
        #00C18E,
        #69FFD7,
        #43C100,
        #81D368,
        #7bd0b9,
        #81D368,
        #43C100,
        #69FFD7,
        #00C18E
    );
    position: absolute;
    top: -6px;
    left: -6px;
    background-size: 400%;
    z-index: -1;
    filter: blur(15px);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 9px;
}

.glow-button:active {
    transition: transform 0.1s;
}

.glow-button:hover:before {
    opacity: 1;
}

.glow-button:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 99%;
    height: 92%;
    background: transparent linear-gradient(0deg, #006047 10%, #00A87B 100%) 0% 0% no-repeat padding-box;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.glow-button:hover:after {
    transition: all 0.2s ease-in-out;
}

.glow-button:hover {
    transition: all 0.2s ease-in-out;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.die1 {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -10%;
    width: 130px;
    display: flex;
    align-items: center;
    animation: floatUpDown1 2.5s ease-in-out infinite;
}

.die2 {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: -10%;
    width: 95px;
    animation: floatUpDown2 3s ease-in-out infinite;
}

@keyframes floatUpDown1 {
    0%, 100% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(60px);
    }
}

@keyframes floatUpDown2 {
    0%, 100% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(-40px);
    }
}

.die1 div, .die2 div {
    position: relative;
}

.die1 .star1, .die1 .star2, .die2 .star2 {
    position: absolute;
}

.die2 .star2 {
    left: -15px;
    top: -37px;
    animation: shine 2s ease-in-out infinite;
}

.die1 .star1 {
    left: 10px;
    top: -50px;
    transform: scale(1.5);
    animation: shine 2s ease-in-out infinite;
}

.die1 .star2 {
    left: -50px;
    top: 10px;
    animation: shine 1.8s ease-in-out infinite;
}

@keyframes shine {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

form .form_box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 25px;
}

form .form_box img {
    width: 25px;
}

.country-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #006A4E;
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.selected-country {
    border: 3px solid #006A4E;
    padding: 10px;
    border-radius: 9px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: max-content;
    padding: 15px 10px;
}

.country-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #006A4E;
    margin-top: 5px;
    z-index: 10;
    display: none;
    list-style: none;
    list-style: none;
    width: max-content;
    background: #fff;
    padding: 0;
    font-size: 14px;
}

.country-options li {
    list-style: none;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s color 0.2s;
}

.country-options li:hover {
    background-color: #006A4E;
    color: #fff;
}

#selected-text {
    display: flex;
    align-items: center;
    gap: 5px
}

.title_imgBox {
    position: relative;
    width: fit-content;
    margin: auto;
}

.title_imgBox .star1 {
    position: absolute;
    width: 170px;
    top: -70px;
    left: -40px;
    animation: shine 2s ease-in-out infinite;
}

.title_imgBox .star2 {
    position: absolute;
    width: 200px;
    bottom: -70px;
    right: 10px;
    animation: shine 1.8s ease-in-out infinite;
}

/* ========================================================================== */
/* ================================ SPIN      =============================== */
/* ========================================================================== */
.page-template-template-spin {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
}

.spin {
    position: relative;
}

.try {
    position: absolute;
    left: 0;
    width: 340px;
    font-size: 15px;
    top: 50px;
}

.try img {
    margin-bottom: 10px;
}

.spinWheel {
    padding: 30px 0;
    text-align: center;
    width: 580px;
    margin: auto;
    transform: scale(1.1);
}

.wheelCursor {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.spinBox canvas {
    transform: scale(.95);
    margin-top: 20px;
    margin-left: 5px;
}

.spinBtncus {
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    left: 10px;
    right: 0;
}

.spinBtncus a {
    display: block;
    width: 140px;
    animation: zoom .5s infinite alternate;
}

@keyframes zoom {
	0% {
		transform:scale(1);
	}
	100% {
		transform:scale(1.05);
	}
}

.model {
    position: absolute;
    width: 290px;
    bottom: 0;
    z-index: 1001;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s ease;
    margin-left: 50px;
}

.model_fly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    animation: scaleOpacity 1.6s infinite alternate;
}

@keyframes scaleOpacity {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1.6);
        opacity: 1;
    }
}

.model.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.coins {
    position: absolute;
    bottom: -32px;
    z-index: 20;
    left: 10px;
    right: 0;
    margin: auto;
}

.model_box, .model_box .spin_die1 div, .model_box .spin_die2 div {
    position: relative;
}

.model_box .star1, .model_box .star2 {
    position: absolute;
}

.model_box .spin_die1 {
    width: 65px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    animation: floatUpDown3 2.8s ease-in-out infinite;
}

.model_box .spin_die2 {
    width: 120px;
    position: absolute;
    bottom: 70px;
    left: -75px;
    display: flex;
    align-items: center;
    animation: floatUpDown4 3s ease-in-out infinite;
}

@keyframes floatUpDown3 {
    0%, 100% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
}

@keyframes floatUpDown4 {
    0%, 100% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(60px);
    }
}

.model_box .spin_die1 .star1 {
    left: -10px;
    top: -23px;
    transform: scale(1.5);
    animation: shine 2s ease-in-out infinite;
}

.model_box .spin_die2 .star1 {
    left: -35px;
    top: 5px;
    animation: shine 1.5s ease-in-out infinite;
    transform: scale(1.4);
}

.model_box .spin_die2 .star2 {
    right: -10px;
    top: -40px;
    transform: scale(2) rotate(51deg);
    animation: shine 2.2s ease-in-out infinite;
}

/* ========================================================================== */
/* ================================ SPIN WINNER  ============================ */
/* ========================================================================== */
.winnerBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.bonus {
    width: 100%;
}

.bonus .username {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 50px
}

.logout a {
    font-size: 14px;
    color: #5A867A;
    display: block;
    transition: all .3s;
}

.logout a:hover {
    color: #00A87B;
}

.spinChances {
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    justify-content: center;
    background: transparent linear-gradient(105deg, #6C3A00 0%, #C7A100 77%, #FFE200 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    font-size: 15px;
}

.spinChances img {
    width: 25px;
    margin-right: 5px;
}

.spinChances span {
    font-weight: 800;
    font-size: 24px;
    display: block;
    margin: 0 5px;
}

.winnerList {
    width: 100%;
    padding: 30px 22px;
	position: relative;
	border: 4px solid #FFE553;
	display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(160deg, #001F17, #006A4E, #001F17);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.winnerList:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background-image: url('img/win_border.webp');
    background-size: 100% 100%;
    animation: flash .5s ease-in-out infinite;
    z-index: -1;
}

@keyframes flash {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.winnerList h3, .winnerList p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #46FFCE;
    font-weight: 600;
}

.winnerList h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 26px;
    color: #FFE553;
}

.spinBtncus .disabled {
    cursor: not-allowed;
    filter: grayscale(1);
}

.text-red {
    color: #fff;
}

.winnerListingWrapper {
    max-height: calc(52px * 7);
    overflow: hidden;
    position: relative;
    background: rgba(0,0,0,0.35);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid #016b50;
}

.winnerListing {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease;
    gap: 10px;
    padding: 5px;
}

.winnerPlayer {
    padding: 0px 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
    border-radius: 7px;
    height: 42px;
}

.winnerPlayer.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.winnerPlayer.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.winnerPlayer.fade-out {
    opacity: 0;
    transform: translateY(-30px);
}

.winnerPlayer.me {
    color: #FFE553;
}

.winnerPlayer.me .prize_win {
    color: #f1e6a8;
}

.bonus_title {
    display: none;
}

.prize_win {
    color: #46FFCE;
}

/* ========================================================================== */
/* ================================ CLAIM MSG =============================== */
/* ========================================================================== */
.fancybox-container {
    transition: unset !important;
}

.fancybox-container .fancybox-inner {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    transition: unset !important;
}

.fancybox-bg {
    background: rgba(0,0,0,0.5);
    transition: unset !important;
}

.claimMsg {
    padding: 0;
    background: unset;
    width: 650px;
    border-radius: 30px;
    background: unset;
    box-shadow: 0;
    position: relative;
    overflow: visible;
    margin-top: 30px;
}

.close_btn {
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 1001;
    width: 30px;
    transition: all .3s;
}

.close_btn:hover {
    transform: scale(1.1);
}

.claimMsg .claimBorder {
    background-image: unset;
    border-radius: 30px;
    position: relative;
    padding: 30px;
    margin: auto;
}

.claimMsg .claimBox {
    background: #fff;
    border-radius: 30px;
    padding: 50px 20px 60px;
    border: 2px solid #FFDD1D;
    animation: glowing2 1.5s infinite;
}

@keyframes glowing2 {
    0% {
        box-shadow: 0px 0px 20px 0px #FF7600b0;
    }
    50% {
        box-shadow: 0px 0px 30px 0px #FF7600;
    }
    100% {
        box-shadow: 0px 0px 20px 0px #FF7600b0;
    }
}


.claimBox p {
    color: #5C5C5C;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.claimBox h2 {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.claimBox h2 span {
    font-weight: 900;
    font-size: 20px;
}

.claimBox .prize_img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-top: 0;
    filter: drop-shadow(2px 4px 6px black);
}

.continuePlayBtn {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 14px;
}

.claimBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 65%;
    margin-top: -35px;
}

.claimBtn .glow-button img {
    width: 35px;
}

.claimBtn .glow-button {
    gap: 15px;
}

.win_img {
    display: block;
    width: 90%;
    height: auto;
    margin-top: -55px;
    margin-bottom: -35px;
    margin-left: auto;
    margin-right: auto;
}

.continuePlayBtn {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

.starmou, .m_spinChance {
    display: none;
}

.news {
    background: #f9001a80;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    width: 100%;
    position: absolute;
}

.news span {
    color: #FFE553;
}



/* ========================================================================== */
/* ================================ MEDIA     =============================== */
/* ========================================================================== */
@media screen and (min-width: 1900px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1500px;
	}
	
	.login-bg .login-box form {
	    width: 420px;
	}
	
	.login-bg .login-box {
	    width: 1000px;
	}
	
	.logo img {
        width: 250px;
    }
    
    footer {
        font-size: 14px;
    }
    
    .spinWheel {
        transform: scale(1.25);
        padding: 50px 0;
    }
    
    .model {
        width: 340px;
    }
    
    .try {
        width: 440px;
        top: 20px;
    }
    
    .winnerListingWrapper {
        max-height: calc(52px * 8);
    }
    
    .winnerBox {
        width: 350px;
    }
}

@media screen and (min-width: 1900px) and (max-height: 800px) {
    .spinWheel {
        transform: scale(1.1);
    }
}

@media screen and (max-height: 760px) {
    .spinWheel {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1400px) {
    .spinWheel {
        transform: scale(1.05);
    }
    
    body {
        padding: 0 20px;
    }
    
    .winnerBox {
        width: 310px;
    }
    
    .model {
        width: 280px;
    }
    
    .spinChances span {
        font-size: 22px;
    }
}

@media screen and (max-width: 1300px) {
    .winnerBox {
        width: 280px;
    }
    
    .model {
        width: 250px;
    }
    
    .spinWheel {
        transform: scale(1);
    }
    
    .spinChances span {
        font-size: 20px;
    }
    
    .spinChances {
        font-size: 13px;
    }
    
    .winnerList h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    .login-bg .login-box {
        width: 80%;
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    
    .login-box .login_title {
        font-size: 70px;
    }
    
    .login-bg .login-box form {
        width: 50%;
    }
    
    .try {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0;
    }
    
    .model {
        display: none !important;
    }
    
    .winnerBox {
        position: relative;
        margin: auto;
        width: 400px;
        transform: scale(1.2);
        margin-bottom: 50px;
    }
    
    .spin {
        padding: 30px 0;
    }
    
    .spinWheel {
        transform: scale(1);
        padding: 40px 0 90px;
    }
    
    .bonus {
        display: none;
    }
    
    .bonus_title {
        display: block;
        margin-bottom: 40px;
        font-weight: 600;
    }
    
    .try div {
        width: 95%;
        margin: auto;
    }
    
    .winnerList h3 {
        margin-bottom: 0;
    }
    
    .spinBtncus a {
        width: 150px;
    }
    
    .starmou {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .starmou .model_box {
        width: 100%;
        height: 100%;
    }
    
    .starmou .spin_die1 {
        bottom: 0;
        z-index: 1001;
        top: 0;
        right: unset;
        left: 10%;
        width: 80px;
    }
    
    .starmou .spin_die2 {
        top: unset;
        bottom: 20%;
        z-index: 1001;
        right: -20px;
        left: unset;
    }
    
    .model_box .spin_die1 .star1 {
        top: -30px;
    }
    
    .m_spinChance {
        display: block;
        width: fit-content;
        position: absolute;
        right: -13%;
        background: linear-gradient(160deg, #001F17, #006A4E, #001F17);
        border-radius: 9px;
        padding: 10px;
        top: 40px;
        border: 1px solid #ffe553;
    }
    
    .m_spinChance div {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 5px 10px;
        justify-content: space-between;
        margin: 2px 0;
        border-radius: 5px;
    }
    
    .spinChances img {
        width: 28px;
    }
    
    .spinChances span {
        margin: 0 10px;
        color: #006b4f;
    }
    
    header {
        padding: 20px 0 0px;
    }
}

@media screen and (max-width: 991px) {
    .login-bg .login-box {
        width: 90%;
    }
    
    .login-bg .login-box form {
        width: 60%;
    }
    
    .login-box .login_title {
        font-size: 70px;
    }
    
    .logo img {
        width: 200px;
    }
    
    .die1 {
        left: -5%;
    }
    
    .die2 {
        right: -5%;
    }
    
    header {
        padding: 15px 0 5px;
    }
    
    .spin {
        padding: 20px 0;
    }
}

@media screen and (max-width: 800px) {
    .login-box .login_title {
        font-size: 65px;
    }
    
    .m_spinChance {
        right: -10%;
    }
}

@media screen and (max-width: 767px) {
    .login-bg .login-box {
        width: 100%;
    }
    
    .login-box .login_title {
        font-size: 55px;
    }
    
    .login-bg .login-box input, .selected-country {
        height: 57px;
    }
    
    .login-bg .login-box input {
        font-size: 16px;
    }
    
    .glow-button {
        font-size: 18px;
        padding: 15px 10px;
    }
    
    .die1 {
        left: -20px;
        top: unset;
    }
    
    .die2 {
        right: 0;
        top: -50px;
    }
    
    @keyframes floatUpDown1 {
        0%, 100% {
            transform: scale(0.8) translateY(50px);
        }
        50% {
            transform: scale(0.8) translateY(60px);
        }
    }
    
    @keyframes floatUpDown2 {
        0%, 100% {
            transform: scale(0.8) translateY(-30px);
        }
        50% {
            transform: scale(0.8) translateY(-40px);
        }
    }

    .m_spinChance {
        right: -20px;
        transform: scale(.85);
    }
    
    .claimMsg {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .login-bg .login-box form {
        width: 75%;
    }
    
    .die1 {
        bottom: -40px;
    }
    
    form .form_box {
        gap: 5px
    }
    
    .logo img {
        width: 180px;
    }
    
    .spinWheel {
        width: 100%;
    }
    
    .bonus_title {
        margin-bottom: 10px;
    }
    
    .coins {
        bottom: 0;
        left: 0;
    }
    
    .spinWheel {
        padding-bottom: 60px;
    }
    
    .winnerBox {
        transform: scale(1.15);
    }
    
    .spinBtncus a {
        width: 140px;
    }
    
    .claimBox .prize_img {
        width: 150px;
        height: 150px;
    }
    
    .claimBox h2 {
        flex-direction: column;
        gap: 5px
    }
    
    .claimBox h2 span {
        font-size: 22px;
    }
    
    .m_spinChance {
        right: -30px;
        transform: scale(.80);
    }
    
    .spinBox canvas {
        margin-left: 0;
    }
    
    .claimMsg .claimBorder {
        padding: 0;
        border-radius: 20px;
    }
    
    .claimMsg {
        width: 95%;
    }
    
    .close_btn {
        top: -85px;
        right: -5px;
        width: 30px;
    }
}

@media screen and (max-width: 550px) {
    .spinBox canvas {
        transform: scale(.9);
        margin-left: -3px;
    }
    
    .claimBtn {
        width: 85%;
    }
    
    .claimMsg .claimBox {
        background: #fff;
        border-radius: 30px;
        padding: 30px 10px 60px;
    }
    
    .win_img {
        width: 95%;
        margin-bottom: -25px;
    }
}

@media screen and (max-width: 500px) {
    .login-box .login_title {
        font-size: 50px;
    }
    
    body {
        padding: 0 15px;
    }
    
    .page-template-template-spin {
        padding: 0 5px;
    }
    
    .login-box .login_desc {
        font-size: 14px;
    }
    
    .login-bg .login-box form {
        width: 85%;
    }
    
    .title_img {
        transform: scale(1.025);
    }
    
    .winnerBox {
        width: 100%;
        transform: scale(1);
        margin-bottom: 0;
    }
    
    .spinWheel {
        padding: 30px 0;
    }
    
    .spinBtncus a {
        width: 120px;
    }
    
    .try div {
        width: 100%;
        font-size: 13px;
    }
    
    .winnerList h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    
    .logo img {
        width: 170px;
    }
    
    .starmou .spin_die2 {
        width: 80px;
        right: 0;
    }
    
    .claimBox p {
        font-size: 14px;
    }
    
    .claimBox h2 {
        margin-bottom: 10px;
    }
    
    .claimBtn .glow-button img {
        width: 30px;
    }
    
    .m_spinChance {
        position: relative;
        transform: scale(1);
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        gap: 10px;
        right: 0;
        margin: auto;
        padding: 5px 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    .spinChances img {
        width: 25px;
        margin-right: 0;
    }
    
    .spinChances span {
        font-size: 18px;
    }
    
    .spinBox canvas {
        transform: scale(.95);
        margin-left: 3px;
    }
    
    .title_imgBox .star1 {
        width: 140px;
        top: -60px;
    }
    
    .title_imgBox .star2 {
        width: 160px;
        bottom: -70px;
    }
    
    .win_img {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .login-bg .login-box form {
        width: 90%;
    }
    
    .login-bg .login-box input, .selected-country {
        height: 55px;
        font-size: 15px;
    }
    
    form .form_box img {
        width: 22px;
    }
    
    .glow-button {
        border-radius: 6px;
    }
    
    .logo img {
        width: 160px;
    }
    
    .spinWheel {
        transform: scale(1.05);
    }
    
    .spinBtncus a {
        width: 100px;
    }
    
    .starmou .spin_die1 {
        width: 60px;
    }
    
    .starmou .spin_die2 {
        width: 80px;
    }
    
    .model_box .spin_die2 .star1 {
        left: -25px;
    }
    
    .model_box .spin_die2 .star2 {
        right: -5px;
        top: -30px;
    }
    
    .claimBtn .glow-button {
        gap: 10px;
    }
    
    .claimBtn .glow-button img {
        width: 25px;
    }
    
    .spinChances img {
        width: 22px;
    }
    
    .login-box .login_title {
        font-size: 40px;
    }
    
    .title_imgBox .star1 {
        width: 100px;
        top: -40px;
    }
    
    .title_imgBox .star2 {
        width: 120px;
        bottom: -50px;
    }
    
    .spinBox canvas {
        transform: scale(1);
    }
    
    .close_btn {
        width: 25px;
    }
}

@media screen and (max-width: 360px) {
    .login-box .login_desc {
        font-size: 13px;
    }

    .login-bg .login-box form {
        width: 100%;
    }
    
    .login-box .login_title {
        font-size: 35px;
    }
    
    @keyframes floatUpDown1 {
        0%, 100% {
            transform: scale(0.7) translateY(50px);
        }
        50% {
            transform: scale(0.7) translateY(60px);
        }
    }
    
    @keyframes floatUpDown2 {
        0%, 100% {
            transform: scale(0.7) translateY(-30px);
        }
        50% {
            transform: scale(0.7) translateY(-40px);
        }
    }
    
    .die2 {
        top: -70px;
    }
    
    .title_img {
        transform: scale(1.05);
    }
    
    .logo img {
        width: 150px;
    }
    
    .spinBtncus a {
        width: 90px;
    }
    
    .winnerList h3 {
        font-size: 22px;
    }
    
    .winnerPlayer {
        font-size: 13px;
    }
    
    .starmou .spin_die1 {
        width: 55px;
    }
    
    .starmou .spin_die2 {
        width: 65px;
    }
    
    .winnerList p {
        font-size: 13px;
    }
}
