@media only screen and (max-width: 991px) {
    .float-action {
        bottom: 20% !important;
    }

    .live-chat-control {
        top: 80%;
    }
}


/* slot play button center fix */
.slot-play-logo {
    padding: 0 !important;
    margin: 0 !important;
}

.slot-play-bg {
    margin: 0 !important;
}

.game-card .game-play {
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
}

.game-card .game-play-btn {
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9) !important;
}

.game-card:hover .game-play-btn {
    transform: translate(-50%, -50%) scale(1) !important;
}

.loading-panel {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.loading-logo {
    width: min(80vw, 420px);
    height: auto;
    max-height: 30vh;
    object-fit: contain;
}

.loading-gif {
    width: min(18vw, 90px);
    height: auto;
    object-fit: contain;
}

.otp-input {
    height: fit-content;
    margin: auto;
}

.f-s-300 {
    font-size: 300%;
}

.btn-border-none {
    border: none;
}

.bg-trans {
    background: transparent;
}

.fs-15px-i {
    font-size: 15px !important;
}

.app-btn img:first-child {
    width: 40px;
}

.pl-10 {
    padding-left: 10px;
}

/* make rep_modal same outer look as daily_modal */
.rep_modal .close {
    position: absolute;
    right: 30px;
    top: 35px;
    color: #5d2000;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background-color: transparent;
    border: 0;
}

.rep_modal .modal-body {
    background: none;
}

.rep_modal .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

#iosModel .daily-wrap-in {
    max-width: 520px;
    margin: 0 auto;
}

#iosModel .modal-congrat {
    text-align: center;
}

    #iosModel .modal-congrat h5 {
        margin-bottom: 15px;
    }

#iosModel .congrat-text {
    text-align: center;
}

    #iosModel .congrat-text .text1 {
        line-height: 1.7;
        white-space: normal;
        word-break: break-word;
    }


@media only screen and (max-width: 991px) {
    .t-body {
        padding-top: 40px;
    }
}

/* mobile */
@media only screen and (max-width: 991px) {
    .select_bank_opt {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        align-items: stretch !important;
    }

        .select_bank_opt .form-check-inline {
            margin: 0 !important;
            padding: 0 !important;
            display: block !important;
        }

            .select_bank_opt .form-check-inline .form-check-label {
                width: 100% !important;
                min-height: 88px !important;
                height: 88px !important;
                padding: 8px !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                border-radius: 8px !important;
                box-sizing: border-box !important;
            }

                .select_bank_opt .form-check-inline .form-check-label img {
                    max-width: 100% !important;
                    max-height: 100% !important;
                    width: auto !important;
                    height: auto !important;
                    object-fit: contain !important;
                }
}

/* promotion title position fix */
.promo-container .active-promo-info {
    padding-top: 8px !important;
}

.promo-container .promo-title {
    margin-top: 6px !important;
    padding-top: 4px !important;
    padding-bottom: 12px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
}

@media only screen and (max-width: 991px) {
    .promo-container .active-promo-info {
        padding-top: 8px !important;
    }

    .promo-container .promo-title {
        margin-top: 6px !important;
        padding-top: 4px !important;
        padding-bottom: 12px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
    }
}