<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainProgressEvent{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    text-align: center;
    font-family: Arial;
    color: #000000;
}

.mainProgressEventT
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    text-align: center;
    font-family: Arial;
    background-color: rgba(0,0,0,0.2);
    color: #ffffff;
}

#mainProgressEventBody
{
    height: 100%;
    max-height: 250px;
}

#mainProgressEventBody img{
    max-width: 250px;
    max-height: 250px;
    height: 90%;
}

.progress_bar{
    position: relative;
    width: 100%;
}

.progress_bar .full_bar{
    width: 100%;
    height: 9px;
    background-color: #f3f1f2;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.progress_bar .completed_bar{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #b49a5f;
    z-index: 3;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

</pre></body></html>