.lock {
    overflow: hidden;
}

#modal-target {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

.modal-content {
    display: none;
}

.modal-overlay {
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-wrap {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.modal-open {
    color: #0082c8;
}

.modal-open:hover {
    cursor: pointer;
}

.modal-close {
    position: relative;
    /* top: 111px;
  right: 107px; */
    color: #fff;
    font-size: 40px;
    padding: 0 !important;
    transform: translate3d(0, 0, 0);
    z-index: 9999;
    text-align: right;
    top: 0;
}

.modal-close img {
    width: 40px !important;
}

.modal-close:hover {
    cursor: pointer;
    /* color: #f00; */
}

.modal-environment-wrap {
    background: #fff !important;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

@media only screen and (max-width: 736px) {
    .modal-close {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0 !important;
        transform: translate3d(0, 0, 0);
    }
}