﻿.dataTables_length label {
    color: black;
}

#registrationVeriCode {
    height: 40px;
}

.user-balance {
    margin-top: 15px;
}

.indexplay_wrap_frame span {
    height: unset;
}

.form-max {
    position: relative;
}

.btn-tre {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

#transferEventBalance {
    color: white !important;
}

.p-btn {
    margin-right: 15px;
    background: transparent;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 10px !important;
}

.body_partnership {
    background: url(../images/partnership/bg.jpg);
    position: relative;
    background-size: cover;
}

.partnetship-content {
    text-align: center;
    padding-top: 100px;
}

.close-btn {
    position: absolute;
    top: 65px;
    right: 180px;
}

.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .brand-logo button {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        /* text-shadow: 0px 2px 1px #fff; */
        background: url(../images/partnership/btn-name.png);
        border: none;
        border-radius: 30px;
        padding: 5px 30px;
        width: 75%;
        background-size: cover;
    }

.partnership-logo {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    width: 70%;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 8%;
}

.top-logo img {
    background: linear-gradient(90deg, rgb(198 34 115) 0%, rgb(4 1 2) 100%);
    padding: 10px;
    border-radius: 20px;
}

@media only screen and (max-width: 999px) {
    .close-btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }

        .close-btn img {
            width: 40px;
        }

    .partnetship-content {
        text-align: center;
        padding-top: 75px;
    }

    .partnership-logo {
        gap: 35px 20px;
        margin: 0px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 20px;
    }

    .brand-logo {
        gap: 10px;
        justify-self: center;
    }

        .brand-logo button {
            font-size: 15px;
            padding: 5px;
            width: 100%;
        }

    .last-item {
        justify-self: center;
        grid-column: -1 / 1;
        width: 55%;
    }
}

.indexplay_wrap_frame span.frame_price {
    line-height: 1.5;
}

.register-otp-btns {
    gap: 10px;
}

.left-deposit p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.otp-sec {
    padding: 10px;
    background: #264870;
    border-radius: 10px;
}

    .otp-sec p {
        font-weight: 600;
        color: white;
    }

.otp-code {
    padding-left: 40px;
    margin-top: 20px;
}

.otp-form {
    position: relative;
    width: 100%;
}

    .otp-form .btn_login {
        position: absolute;
        right: 4px;
        width: 120px;
        top: 10px;
        font-size: 12px;
    }

.addbankdropdown img {
    margin-right: 10px;
    border-radius: 5px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: 30px;
    width: unset;
}

.modal_promo_wrap {
    display: flex;
    flex-direction: column;
}