﻿.amount-input-wrap {
    grid-template-columns: repeat(6,1fr);
}

.summary-wrapper {
    grid-template-columns: 140px 200px;
}

.inbox_tab table tbody tr.noread .min_deposit{
    color: grey;
}

.vip_custom_tag{
    width:105px;
}

#newGameListID img{
    width: 287px !important;
    height: 121px !important;
}

.temp-hide{
    display: none;
}

.goto-btn {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    min-width: 132px;
    border: none;
    min-height: 39px;
    border-radius: 34px;
    margin: 30px 0;
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
}

.modal-body {
    overflow-y: auto;
}

    .modal-body table {
        width: 100% !important;
    }

        .modal-body table th {
            text-align: center !important;
        }


.modal-backdrop {
    /*background-color: transparent;*/
}

.download-modal {
    border: 3px solid #126e51;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.modal-title {
    color: #126e51;
    text-align: center;
    padding-bottom: 10px;
}

.download-qr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-flow: row;
    gap: 20px;
}

.qr-code {
    width: 100%;
    border: 3px solid #126e51;
    padding: 10px;
    border-radius: 15px;
}

.download-qr .qr-btn {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #246d51;
    width: 100%;
    margin-top: 10px;
    border-radius: 25px;
    border: 0;
    padding: 5px;
}

.qr-btn img {
    width: 20px;
    margin-right: 5px;
}

#downloadmodal .modal-body {
    overflow-y: unset;
}

#downloadmodal .close {
    float: right;
    font-size: 1.5rem;
    line-height: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    top: -10px;
    right: -10px;
    border: none;
    display: block;
    /* font-size: 30px; */
    position: absolute;
    border-radius: 50% !important;
    /* border: 1px solid #f6f0b3!important; */
    background: #246d51 !important;
    color: #fff;
}

.right-btn-mail .badge {
    position: absolute;
    top: 6px;
    right: 45px;
    padding: 4px 6px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 8px;
}

.validation-message.valid {
    color: green;
}

.validation-message.invalid {
    color: red;
}