.co3-modal {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.co3-modal-box {
    height: 80%;
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
    .co3-modal-box {
        width: 65%;
        height: calc(90% / 16 * 10);
        max-height: 56.25%;
    }
}

@media (min-width: 768px) {
    .co3-modal-box.pardot-form {
        width: 65%;
        height: 55%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .co3-modal-box.pardot-form {
        width: 75%;
        height: 35%;
    }
}

@media (min-width: 1440px) {
    .co3-modal-box.pardot-form {
        height: 45%;
        max-width: 700px;
        min-height: 400px;
        max-height: 400px;
    }
}

.co3-modal-box .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}

.co3-modal-box .icon-ui-close {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -17px;
    top: -17px;
    z-index: 10;
    transition: all .15s ease-in-out;
    text-align: center;
}

.co3-modal-box .icon-ui-close::before {
    padding: 0;
    line-height: 50px;
}

.co3-modal-box .icon-ui-close:hover {
    background: #00A1FF;
    color: #ffffff;
    cursor: pointer;
}

.co3-modal .iframe-container {
    background: transparent;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.co3-modal .iframe-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}