﻿body {
}

.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.modal-window {
    width: 95%;
    height: 85%;
    background: #fff;
    margin: auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

iframe {
    flex: 1;
    width: 100%;
    border: none;
}

.modal-footer {
    padding: 10px;
    text-align: right;
}

.btncross {
    padding: 8px 16px !important;
    background: #007bff !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    height:40px !important ;
    font-size:12px;
    font-weight:bold;
}
