<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notiEBox{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    position:fixed;
    z-index: 10000;
    background-color: white;
    visibility: hidden;
}
.txtBoxiE{
    /* color:white; */
    font-family: sans-serif;
    font-size: 40px;
    margin-bottom: 50px;
    width:100%;
    word-break: keep-all;
    text-align: center;
    color: #333;
}
.borderBoxiE{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:960px;
    height: auto;
    /* box-sizing: border-box; */
    border: 2px solid #a4c31d;
    padding:80px;
    border-radius: 30px;
}
 /* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* Enter your style code */
    .notiEBox{
        visibility:visible;
    }
}</pre></body></html>