/* popup */
.modal-content .btn-close {width: 35px;height: 35px;position: absolute;right: 0;opacity: 1;top: 0px;background: #000;     z-index: 11;color: #fff;border-radius: 50%;font-size: 22px;border: 3px solid #fff;  transform: translate(35%, -35%);}
.modal-content {padding: 15px;}
.modal-dialog.modal-xl.modal-dialog-centered{max-width: 750px;}
.iframe-box{padding-top: 66%;}
.modal-content iframe {/* width: 100%; height: 550px; */ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.modal-content button:focus:not(:focus-visible) {box-shadow:none;}
@media screen and (max-width: 1366px) {
    .modal-dialog.modal-xl.modal-dialog-centered{max-width: 650px;}
}
@media screen and (max-width: 767px) {
    .modal-dialog.modal-xl.modal-dialog-centered{max-width: 90%;}
    .modal-content{padding: 10px;}
}
