span.error {
    position: absolute;
    right: 0;
    bottom: -17px;
    font-size: 11px;
    color: #ed1c24;
}

.bank-guarantee-result {
    display: none;
    margin: 0 auto;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.bank-guarantee-result-first {
    margin: 0 auto;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.bank-guarantee-result.show {
    display: block;
}

.bank-guarantee-otp-form {
    align-items: center;
}

.reloaded-center {
    margin-top: 25px;
}
.document-verfication-result .row.no-gutters:not(:last-child) {
    margin-bottom: 1px;
}
.ease-section {
    border-top: 1px solid #bbb !important;
}