.nv-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1079;
    background-color: rgba(0, 0, 0, .6);
    overflow-y: scroll;
    display: none;
    width: 101%;
}

.nv-modal.xl .nv-modal_content {
    max-width: 1520px;
}

.nv-modal.lg .nv-modal_content {
    max-width: 1000px;
}

.nv-modal_content {
    width: 90%;
    max-width: 520px;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    margin: 100px auto;
}

.nv-modal-header {
    padding: 16px 24px;
    color: #000000d9;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    border-radius: 2px 2px 0 0;
    position: relative;
}

.nv-modal-title {
    margin: 0;
    color: #000000d9;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
    padding-right: 30px;
}

.nv-modal-close {
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.nv-modal-close:hover {
    color: #000;
}

.nv-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}

.nv-modal-footer {
    padding: 10px 16px;
    text-align: right;
    background: 0 0;
    border-top: 1px solid rgba(0, 0, 0, .06);
    border-radius: 0 0 2px 2px;
    display: flex;
    justify-content: end;
    gap: 5px;
}