/*SYSTEM Box*/
.system-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    right: unset;
    bottom: unset;
    z-index: 1000;
    background-color: rgba(115, 115, 115, 0.4);
    overflow: hidden;
}

.system-box{
    height: auto;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    border: 5px solid #f0820d;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    box-shadow: #000000 2px 2px 20px;
}

.sysBoxHeader{
    font-size: 26px;
    font-weight: bold;
    color: #393939;

}

.sysBoxText{
    font-size: 15px;
    color: #000000;
}

.sys-loading-box{
    border-radius: 20px;
    padding: 20px;
    width: 400px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: #000000 2px 2px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    display: block;
}