.rsm_hidden,
.rsm_dop_fields {
    display: none;
}

.rsm_loader {
    display: flex; 
    justify-content: center;
    align-items: center;
}
.rsm_loader img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
} 
.rsm_pay_btns {
    display: flex; 
    justify-content: end;
}
.rsm_pay_btns button.disabled {
    opacity: 0.2;
}

.rsm_pay_btns.no_dop_pay {
    margin-top: 10px;
}

.rsm_msg_after_click {
    display: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    background: rgb(32, 143, 43);
    color: #fff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 10px;
}
.rsm_msg_after_click.rsm_viewed {
    display: block;
}

.rsm_pay_card_field {
    display: none!important; 
} 

