p.payment_module a.rbipayment {
    background: #fbfbfb url("../img/RBI.jpg") no-repeat scroll 5px 30px / 90px 25px;
}
p.payment_module a.rbipayment::after {
    color: #777;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

p.payment_module a.rbipayment:hover {
    background-color: #f6f6f6;
}

.rbi-logo,
img[src*="modules/rbipayment/views/img/logo"] {
    max-width: 100px;
    margin-left: 5px;
}

@media screen and (max-width: 590px) {
    .payment-options label.rbipayment span {
        float: left;
        width: 58%;
        text-align: left;
    }
    .payment-options label.rbipayment img {
        padding-top: 7px;
    }
}

#rbi-modal {
    
    display: none;

}

#rbi-modal-content {
    margin: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    display: grid;
    place-items: center;
    overflow: auto;
}

#rbi-modal iframe {
    min-height: 780px;
    min-width: 360px;
}

/* desktop */
@media screen and (min-width: 640px) {
    #rbi-modal iframe {
        min-height: 680px;
        min-width: 640px;
    }
}

#content.bootstrap .rbi.panel-heading {
    padding: 10px;
    box-sizing: content-box;
}
#rbi_amount {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}
#rbi-table tr.delimiter td {
    background-color: #e9ecef;
    padding: 0;
}
#rbi-table .status-content table {
    min-width: 470px;
}
#rbi-table td,
#rbi-table th {
    padding: 8px;
}
#check_last_tr_status.loading::after {
    padding-left: 20px;
    vertical-align: sub;
    position: absolute;
}
#rbi-table input.loading {
    background-repeat: no-repeat;
    background-position: right center;
    visibility: visible;
}