.modal-wrapper {
    z-index: 9999 !important;
}

.modal-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.modal-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.modal {
    padding-top: 0;
    display: flex;
    position: relative;
    width: 90%;
    max-width: 90%;
    height: auto;
    z-index: 9999;
}

.modal-close-btn {
    position: absolute;
    background-color: transparent;
    line-height: 0;
    padding: 13px;
    border: none;
    color: #767676;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 99999;
    transition: 0.3s;
}

.modal-close-btn:hover{
    color: #000;
}

.modal-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    border: none !important;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}

.promo-modal {
    max-width: 1000px;
}

.promo-modal-content {
    padding: 0px;
}

.img-popup01 {
    width: 100%;
    height: auto;
}