﻿@charset "utf-8";
/* CSS Document */
.modal-dialog.login {
    max-width: 550px;
    overflow: auto;
    border-radius: 8px;
}

.modal-content.login {
    border: none;
    color: #000;
}

.title-login {
    background: linear-gradient(to bottom, rgba(9,58,103,1) 0%, rgba(3,27,50,1) 100%);
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 6px;
    text-transform: uppercase;
}

.login-split {
    display: grid;
    grid-template-columns: 35% 65%;
    height: 350px;
}

.welcome-login {
    background: #ffcd00;
    text-align: right;
    padding: 15px;
}

.welcome {
    margin: 30px 0;
    font-size: 14px;
}

    .welcome h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }

span.prod-text {
    margin-top: 30px;
    display: block;
    font-size: 11px;
    color: #b7b7b7;
}

form.login-form {
    padding: 20px;
    margin-top: 30px;
}

    form.login-form label {
        margin-bottom: 4px;
    }

.log-field {
    position: relative;
    margin-bottom: 15px;
}

.icon-field {
    position: absolute;
    width: 40px;
    height: 38px;
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px 0 0 2px;
    color: #757575;
    font-size: 18px;
    text-align: center;
    padding: 6px;
    left: 0;
}

input.log-input, select.log-input {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    padding-left: 59px;
}

.submit-field {
    text-align: center;
    margin-top: 35px;
}

form.register-form {
    padding: 20px 40px 30px;
}

select.log-input.phone-code {
    width: 30%;
}

input.log-input.phone-input {
    width: 67%;
    margin-left: 10px;
    padding-left: 15px;
}

input.log-input.otp {
    width: 70%;
}

button.opt-btn {
    background: #072847;
    border: none;
    color: #fff;
    width: 28%;
    margin-left: 5px;
    height: 38px;
    font-size: 17px;
    border-radius: 2px;
}

    button.opt-btn:hover {
        background: #094073;
    }

button.register-btn.reg {
    border: 1px solid #073159;
}

span.toggle-password {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 10px;
    font-size: 18px;
    color: #bfbfbf;
}

/** Wallet **/
.modal-dialog.wallet {
    max-width: 600px;
    overflow: auto;
    border-radius: 8px;
}

button.close-btn {
    background: none;
    border: none;
    position: absolute;
    color: #fff;
    font-weight: 700;
    right: 6px;
    top: 10px;
}

.wm-btn {
    width: 50%;
    background: #0f4f8c;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 5px;
    border-top: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

    .wm-btn.active, .wm-btn:hover {
        background: #08294a;
        border-top: 2px solid #ffe400;
        color: #ffe400;
        transition: 0.3s;
    }

.bank-wrapper {
    padding: 15px;
}

.bankinfo-box {
    background: #ececec;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-size: 13px;
}

.bank-field {
    display: grid;
    grid-template-columns: 126px auto;
    font-size: 13px;
    align-items: center;
    margin-bottom: 10px;
}

.please-fill {
    margin-bottom: 10px;
}

.bank-field label {
    margin: 0;
}

input.wallet-input, select.wallet-input {
    background: #fff;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    height: 34px;
    padding: 5px 15px;
    width: 100%;
}

button.save-btn {
    background: #031b32;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    width: 130px;
    height: 32px;
    margin: auto;
    padding: 5px;
    text-align: center;
}

    button.save-btn:hover {
        background: #184877;
    }

.save-field {
    text-align: center;
    margin-top: 10px;
}

.deposit-wrapper {
    padding: 15px;
}

.nav-tabs.wallet {
    border-bottom: none;
    margin-bottom: -1px;
}

    .nav-tabs.wallet .nav-item {
        margin: 0 6px 0 0;
    }

    .nav-tabs.wallet .nav-link {
        border: 1px solid #ced4da;
        border-bottom: 0;
        border-radius: 0;
        display: block;
        padding: 7px 5px;
        width: 140px;
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        color: #031b32;
    }

        .nav-tabs.wallet .nav-item.show .nav-link, .nav-tabs.wallet .nav-link.active {
            background: #031b32;
            color: #ffe400;
            border: 1px solid transparent;
        }

.tab-content.wallet {
    border: 1px solid #ced4da;
    border-top: 3px solid #031b32;
    padding: 15px;
}

.wallet-field {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    font-size: 13px;
    margin-bottom: 15px;
}

    .wallet-field label {
        margin: 0;
    }

.minmax {
    color: #909090;
    font-size: 11px;
    margin-top: 5px;
}

.bank-option {
    display: block;
    text-align: center;
    width: 60px;
    border: none;
}

    .bank-option img {
        filter: grayscale(1);
    }

.ibank-option-wrapper label {
    margin: 0 1px;
}
    /* HIDE RADIO */
    .ibank-option-wrapper label [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
        /* IMAGE STYLES */
        .ibank-option-wrapper label [type=radio] + .bank-option {
            cursor: pointer;
        }
        /* CHECKED STYLES */
        .ibank-option-wrapper label [type=radio]:checked + .bank-option {
            transition: none;
        }

            .ibank-option-wrapper label [type=radio]:checked + .bank-option img {
                filter: grayscale(0);
            }

.amount-option-wrapper label {
    margin: 0 1px;
}
    /* HIDE RADIO */
    .amount-option-wrapper label [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
        /* IMAGE STYLES */
        .amount-option-wrapper label [type=radio] + .amount-option {
            cursor: pointer;
            color: #fff;
            background: #0f4f8c;
            display: block;
            text-align: center;
            width: 100px;
            height: 28px;
            font-weight: 600;
            padding: 5px;
            line-height: 1.2;
        }
        /* CHECKED STYLES */
        .amount-option-wrapper label [type=radio]:checked + .amount-option {
            color: #ffe400;
        }

.dp-bank-detail {
    font-size: 12px;
    margin-top: 5px;
    max-width: 400px;
    font-weight: 600;
}

    .dp-bank-detail table tr td {
        border: 1px solid #ced4da;
        padding: 5px 10px;
    }

.blue {
    color: #0f4f8c;
}

.profile-wrapper {
    padding: 30px 15px;
}

    .profile-wrapper .wallet-field {
        display: grid;
        grid-template-columns: 130px auto;
    }

.wallet-field.date-history {
    display: grid;
    grid-template-columns: 130px auto 60px auto;
}

.trans-table {
    margin: 20px 0;
    overflow: auto;
}

.history-table {
    font-size: 12px;
    text-align: center;
    width: 100%;
}

    .history-table tr th {
        color: #000;
        background: #ced4da;
        border: 1px solid #ced4da;
        padding: 4px;
    }

    .history-table tr td {
        color: #000;
        background: #fff;
        border: 1px solid #ced4da;
        padding: 4px;
    }

.green {
    color: #0ac70a;
}

.red {
    color: #f60909;
}

.page-box {
    text-align: center;
    margin: 10px 0;
}

    .page-box a {
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 13px;
        background: #e0e0e0;
        color: #1f1f1f;
        padding: 4px;
        margin: 0 3px;
        font-weight: 600;
    }

        .page-box a:hover, .page-box a.active {
            background: #2D2D2D;
            color: #fff;
        }

.modal-dialog.info {
    max-width: 800px;
    overflow: auto;
    border-radius: 8px;
}

.info-wrapper {
    padding: 15px;
}

    .info-wrapper h3 {
        font-size: 23px;
        font-weight: 700;
    }

span.small-text {
    font-size: 14px;
}

/** Annoucement Popup Slider - 27/2/2023 **/
button.close-btn {
    z-index: 2;
}

.modal-dialog.annouce-slider {
    max-width: 800px;
}

.modal-content.annouce-slider {
    background: linear-gradient(to bottom, rgba(9,58,103,1) 0%, rgba(3,27,50,1) 100%);
    border: none;
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
}

/** Updated - 26/7/2023 popup sport prediction **/
.modal-content.predict {
    max-width: 370px;
    margin: 0 auto;
    background: none;
    border: none;
    color: #fff;
    text-align: center;
}

.predict-token-wrap {
    position: relative;
}

.token-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
}

.tk-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    font-size: 18px;
    text-transform: uppercase;
}

.tk-text-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.tk-text-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
}

button.cta-btn {
    background: none;
    border: none;
    padding: 0;
}

    button.cta-btn:hover {
        transform: scale(0.97);
        filter: brightness(1.07);
    }

/** Register Password input update - 28/8/2024 **/
ul.list-valid {
    padding-left: 10px;
    list-style: none;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 13px;
}

    ul.list-valid li i {
        color: #E20003;
    }

    ul.list-valid li .text-success i {
        color: #28a745 !important;
    }
