﻿/* for error message in forms */
.invalid-feedback {
    padding-left: 165px; /* px follow ".form-group label" min width*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    position: relative;
    top: -1rem;
}

.error {
    color: red;
}

/* for registration vericode */
#registrationVeriCode {
    margin-top: 5px;
    height: 40px;
    border-radius: 5px;
}

/* FOR INBOX */
.modal-header.inbox-modal-header {
    border: 2px solid var(--tertiary-color);
    color: #ffffff;
    background: var(--header-bg);
}

/* For index Daily Checkin */
#home-dailyCheckIn .days .day .fa-check {
    display:block;
}

.wheel_product_inner {
    width: 500px;
    height: 500px;
    position: relative;
    margin: auto;
}

.wheel-wrap .wheel_product_frame {
    animation: unset;
    width: auto;
    position: relative;
    bottom: initial;
}

#fortune-wheel-canvas {
    position: absolute !important;
    z-index: auto !important;
    top: -40px !important;
    left: -70px !important;
    height: 590px !important;
    width: 590px !important;
}

/* Styles for /wheel page */
body.wheel-page #fortune-wheel-canvas {
    top: -160px !important;
    left: unset !important;
    height: 990px !important;
    width: 990px !important;
}

.fortune-wheel-center-logo {
    top: 183px !important;
    z-index: 9999 !important;
}

.fortune-wheel-pointer-img {
    top: 5px;
    z-index: 9999 !important;
}

.wheel-wrap .wheel_product_arrow {
    bottom: 265px;
}

.fortune-wheel-prize div {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #ed1d49 !important;
}

.fortune-wheel-prize {
    /*margin-top: 10% !important;*/
    bottom: 435px !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
}

.fortune-wheel-token {
    bottom: -18% !important;
}

.fortune-wheel-spin-button {
    bottom: -18% !important;
}

@media (max-width: 600px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
    }

    .wheel_product_inner {
        width: 400px;
        height: 400px;
    }

    #fortune-wheel-canvas {
        top: -40px !important;
        left: -70px !important;
        height: 590px !important;
        width: 590px !important;
    }

    /* Only apply in /wheel page */
    body.wheel-page .wheel-wrap .wheel_product_frame {
        width: 400px !important;
    }

    body.wheel-page #fortune-wheel-canvas {
        top: -93px !important;
        left: unset !important;
        height: 646px !important;
        width: 646px !important;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 180px;
    }

    /* Only apply in /wheel page */
    body.wheel-page .wheel-wrap .wheel_product_arrow {
        width: 40px;
    }

    .fortune-wheel-prize {
        bottom: 390px !important;
    }
}

@media (max-width: 420px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
        min-height: 320px;
    }

    .wheel_product_inner {
        width: 300px;
        height: 300px;
    }

    #fortune-wheel-canvas {
        top: -24px !important;
        left: -54px !important;
        height: 460px !important;
        width: 460px !important;
    }

    /* Only apply in /wheel page */
    body.wheel-page #fortune-wheel-canvas {
        top: -53px !important;
        left: unset !important;
        height: 486px !important;
        width: 486px !important;
    }

    /* Only apply in /wheel page */
    body.wheel-page .wheel-wrap .wheel_product_frame {
        width: 300px !important;
    }

    /* Only apply in /wheel page */
    body.wheel-page .wheel-wrap .wheel_product_arrow {
        width: 40px;
    }

    .fortune-wheel-center-logo {
        top: 135px !important;
    }

    .fortune-wheel-pointer-img {
        top: 5px;
    }

    .fortune-wheel-modal-content {
        width: 350px !important;
        height: 350px !important;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 136px;
    }

    .fortune-wheel-prize {
        bottom: 340px !important;
    }

        .fortune-wheel-prize div {
            font-size: 22px !important;
        }
}

button.btn-dly {
    background: linear-gradient(to right, rgba(250,137,57,1) 0%, rgba(251,62,109,1) 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border: 1px solid #aa284a96;
    box-shadow: 0px 0px 20px 8px #77267d, 0px 0px 20px 0px #603d92;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 2px 0px black;
}

.deposit_balance_box span {
    color: unset;
}

.share_inn_wrap {
    color: var(--secondary-color);
}
.floating-right {
    animation: float 1.8s ease-in-out infinite;
}
@-webkit-keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}
.seo-content {
    padding: 20px;
    margin-bottom: 10px;
    color: black;
    background-color: rgb(239 239 239 / 13%);
    border-radius: 10px;
    font-size: 12px;
}
    .seo-content h1, .seo-content h2, .seo-content h3 {
        color: #ffc107;
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 700;
    }
    .seo-content p {
        margin-bottom: 10px;
        color: black;
    }
.see-less-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 10px;
}
.seo-toggle {
    text-align: center;
    margin-top: 15px;
}
.seo-toggle-btn {
    background: var(--gradient-btn2);
    color: black;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--tertiary-color);
}

    .see-less-content.expanded {
        max-height: 5000px;
    }

.promo-text.indexplay_wrap_frame {
    width: 100%;
}
