.deposit-method-description a {
    color: #ffffff!important;
    text-decoration: double;
    background-color: #903a00;
    border: 1px solid #ff0000;
    white-space: nowrap;
    text-overflow: clip;
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 2px;
    padding-left: 19px;
}
.checkbox-control-icon-bc {
    background: rgb(255 255 255) !important;
}
.checkbox-control-input-bc:checked~.checkbox-control-icon-bc {
    background: rgba(var(--hero),1)!important;
}