/* index.html - extracted inline styles for CSP compliance */

#BlockMainScreen {
    display: none;
    width: 100%;
    height: 5000px;
    position: fixed;
    z-index: 10005;
    top: 0px;
    left: 0px;
}

.idx-product-overlay-block {
    z-index: 9998;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 5000px;
    background-color: rgba(0, 0, 0, 0.81);
    display: none;
}

.idx-product-overlay {
    position: fixed;
    padding-top: 40px;
    width: 90%;
    padding-left: 10%;
    z-index: 9999;
    overflow-y: hidden;
    border-radius: 10px;
    display: none;
}

.idx-product-overlay-close {
    position: absolute;
    right: 20px;
    top: 45px;
}

.idx-product-overlay-iframe {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #808080;
}

.idx-container-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden;
}

#WaitIcon {
    display: none;
    position: fixed;
    z-index: 100002;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    height: 200px;
}
