.rds_mat_dialog_backdrop {
    background-color: white;
    opacity: 0 !important;
}

// overlay heigh ngx spinner
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
}

.full-width-dialog {
    max-width: 80vw;
    pointer-events: auto;
    position: static;
    width: 42%;
}


// style text group topup have two text
.rds-modal-text-group{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    p{
        text-transform: capitalize;
    }
    small{
        position: absolute;
        margin-top: 1.6rem !important;
        font-size: 0.7rem !important;
        color: #6c757d !important;
    }
}