.bonus-modal-bottom table {
    border: 1px solid #b9b9b9;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.bonus-modal-bottom table td, .bonus-modal-bottom table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #b9b9b9
}

.bonus-modal-dialog {
    max-width: 652px;
    width: 100%;
    margin: auto
}

.bonus-modal-dialog .bonus-modal-midgrey {
    color: #262d33;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    background: #e3e3e3
}

.bonus-modal-dialog .bonus-modal-bottom {
    padding: 20px;
    color: #39414a;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background: #e3e3e3
}

.modeLight ~ div .bonus-modal-dialog .bonus-modal-midgrey {
    background: #b8c2cc;
    color: #262d33
}

.modeLight ~ div .bonus-modal-dialog .bonus-modal-bottom {
    background: #d5dde5;
    color: #262d33
}

.bonus-modal-dialog .bonus-modal-depositButton {
    background: #25a27c;
    border-radius: 10px;
    max-width: 355px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    padding: 16px;
    margin: 15px;
    border: 0;
    color: #fff
}