.mba-modal .modal-header,
.mba-modal .modal-content,
.mba-modal .modal-footer {
    border: 0;
}

.mba-modal .modal-footer {
    justify-content: center;
}

.mba-modal .action-close {
    width: 50px;
    height: 40px;
    margin: 1px;
    padding: 0;
}

.mba-modal .action-close:before {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 50px;
    font-weight: normal;
}

.mba-modal .modal-inner-wrap {
    width: 90%;
    max-width: 500px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.mba-modal .modal-content {
    font-size: 14px;
}
