body.spx-modal-open {
    overflow: hidden;
}

.spx-modal {
    position: fixed;
    top: 0%;
    right: 0;
    left: 0;
    z-index: 1055;
    overflow: auto;
}

.spx-modal {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.spx-modal .modal-content {
    border-radius: 16px;
}

.spx-modal .modal-header {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    display: block;
    text-align: center;
    /* border: 0; */
}

.spx-modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.spx-modal .spx-modal-body {
    padding: 20px;
    background: #FFF;
    margin:15px;
    border-radius: 15px;
    max-width: 500px;
    position: relative;
    /* width: 500px; */
}

.spx-modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.75;
    z-index: 1050;
}

.spx-modal .modal-body .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-top: 5px;
}

.spx-modal .modal-body {
    padding-top: 15px;
}

.modal-small .spx-modal-body {
    max-width: 375px;
}

