/* .play_game .col-lg-3 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
} */
 
.play_game .col-lg-3 {
    position: relative;
    display: inline-block;
    /* margin-bottom: 25px; */
    padding: 5px;
}

/* .play_game .col-lg-6 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
} */

.play_game .col-lg-6 {
    position: relative;
    display: inline-block;
    /* margin-bottom: 25px; */
    padding: 5px;
}

.play_game img {
    width: 100%;
    display: block;
}

.play_button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255 193 7);
    color: rgb(0, 0, 0);
    padding: 8px 15px;
    border-radius: 5px;
    display: none;
    transition: all 0.3s ease;
    width: 78%;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

.play_game .col-lg-3:hover .play_button {
    display: block;
}

.right_side_buttons {
    display: flex;
}

ul.accountCredit {
    display: flex;
}

.accountCredit li {
    margin-right: 10px;
}

li.main-balance {
    background: #053d23;
    padding: 0 7px;
    border-radius: 2px;
}

.refresh-btn {
    color: #fff;
    background-color: #2c2c2c;
    padding: 0px 2px;
}

.refresh-btn a {
    color: rgb(255, 255, 255);
}

.dropdown-menu-header1 li a {
    color: rgb(51, 51, 51);
    padding-left: 5px;
}


.dropdown-menu-header1 li {
    line-height: 28px;
}

.dropdown-menu-header1 li a {
    color: black;
    /* Default text color */
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-menu-header1 li a:hover {
    background-color: #e0e0e0;
    /* Light grey hover effect */
    color: black;
    border-radius: 5px;
    /* Optional: Adds a smooth rounded corner */
}

.stake-input {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #1e1e1e;
    font-size: 12px;
    border: 1px #c7c7c7 solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 5px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}

/* Dropdown Container */
.dropdown-setting {
    position: relative;
    display: inline-block;
}

/* Dropdown Button */
.set-btn {
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.dropdown-setting button:hover {
    background-color: #474747;
}

/* Dropdown Content */
.dropdown-setting-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f4f4f4;
    min-width: 215px;
    border-radius: 8px;
    /* border: 1px solid #34495e; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 5px;
}

/* Dropdown Links */
.dropdown-setting-content a {
    color: #ffc107;
    background: #1a1a1a;
    margin: 6px 6px;
    border-radius: 2px;
    padding: 2.5px 8px;
    font-size: 12px;
    /* margin-bottom: 16px !important; */
}


/* Show dropdown on button click */
.dropdown-setting.active .dropdown-setting-content {
    display: block;
}

.stake-bet-point {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.btn-cancel1 {
    background-color: #cacaca;
    color: black;
}

.btn-cancel1:hover {
    background-color: #acacac !important;
    color: black;
}

.setting-save-btns {
    padding: 5px;
    border-top: 1px solid #c3c3c3;
}

button.btn-edit {
    border: none;
    background: #dbdbdb;
    padding: 2px 10px;
    margin-left: 5px;
    margin-bottom: 15px;
    border: 1px solid #8b8989;
    border-radius: 3px;
}

button.btn-edit:hover {
    background: #bdbdbd;

}

@media (max-width: 991px) {
     .tp-sucs {
        position: absolute !important;
        right: 74px;
        top: 62px;
        z-index: 9;
        font-size: 11px;
        /* font-weight: bold; */
        padding: 1px;
    } 

    .dropdown-setting-content {

        left: 0;
        overflow-y: auto;
        height: 45vh;
    }

    .dropdown-setting {
        margin-bottom: 7px;
    }

}


