.eas-modal {}

.eas-modal-centered {
    /* border: 1px solid red !important; */
    height: calc(100% - 80px) !important;
}

.eas-modal-body {
    /* border: 1px solid blue !important; */
}

.eas-modal-content {
    height: 100% !important;
    width: 100% !important;
}

.embed-responsive {
    height: calc(100% - 125px) !important;
    min-height: 200px !important;
}

.ieoverlay {
    position: absolute;
    top: 85px;
    left: 0;
    height: calc(100% - 90px);
    width: 100%;
    background-color: white;
    z-index: 10000;
    text-align: center;
}

.ieoverlay .info {
    margin-top: 100px !important;
}

.link {
    cursor: pointer !important;
}

.footer {
    font-size: 12px;
    text-align: center;
}