@media only screen and (max-width: 991px) {
    .float-action {
        bottom: 18% !important;
    }

    .live-chat-control {
        top: 80%;
    }
}


.slot-play-logo {
    padding: 19px 47px 19px 0px !important;
}

.slot-play-bg {
    margin: unset !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;
}