.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1053 !important;
}

.modal-content {
    background-color: #f7f8fa;
    margin: auto;
    width: 70%;
    position: relative;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.18);
}

.close {
    z-index: 999999;
    opacity: 1 !important;
    margin-top: -15px !important;
    margin-right: -15px !important;

    top: 0;
    right: 0;
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: white;
    font-size: 22px;
    position: absolute;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

iframe {
    height: 638px;
    width: 100%;
    border: none;
    background-color: #f7f8fa;
}
