.cashout-bankcard-dropdown__main {
    font-weight: 700;
    color: #0f5132;
    background-color: #d1e7dd;
}

.cashout-bankcard-dropdown__button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #ced4da;
    background: #fff;
}

.cashout-bankcard-dropdown__button:active {
    border: 1px solid #ccc;
    color: #1e1e1e;
}

.cashout-bankcard-dropdown .ui-state-active {
    background: #f8f9fa;
    border: none;
    color: #333;
}

.cashout-bankcard-dropdown__main.ui-state-active {
    font-weight: 700;
    color: #0f5132;
    background-color: #92c5a5;
}