﻿body {
}

@media screen and (max-width: 767px) {
    .view_btn.hide-mobile {
        display: none !important;
    }
}

.mission-status.claimable {
    background: #7ff800;
    color: #000;
}

.casino-container {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .casino-container .tabs_product {
        order: 1;
    }

    .casino-container .slot-lobby {
        order: 2;
    }
}

.slot-container {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .slot-container .tabs_product {
        order: 1;
    }

    .slot-container .slot-lobby {
        order: 2;
    }
}

.btn_log {
    padding: 10px 10px !important;
}

.btn_reg {
    padding: 10px 6px !important;
}

/* Selected bank box */
.deposit_bank_choose_box.active {
    border-color: #3399ff; /* highlight border */
    background-color: #7ff800; /* light blue background */
    color: #000;
}

input:read-only {
    background-color: unset !important;
    border: unset !important;
    border-bottom: unset !important;
}

.wheel-wrap .wheel_product_frame {
    animation: unset;
    width: auto;
    position: relative;
    bottom: initial;
}

.user_vip_inner .usr_vip_score_box.bet{
    grid-template-columns: 1fr !important;
}

.rank_slider_rule_1.vip .rank_slider_rule_box {
    grid-template-columns: 1fr !important;
}