.plugin-form h4 {
    margin: 5px 0px;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-input {
    display: flex;
    flex-direction: column;
    width: 45%;
}
.w-20 {
    width: 20%;
}
.w-90 {
    width: 90%;
}

.float-right {
    float: right;
}

form .error {
    color: #ff0000;
    display: block;
    padding-top: 5px;
}
#validation-error {
    color: red;
}

.epmp-hide-button, .d-none {
    display: none;
}

.iabsis-payment-wrapper .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb( 0, 0, 0, 0.6 );
    display: flex;
    justify-content: center;
    align-items: center;
}