.ColorBlackImp {
    color: #000 !important;
}

.ColorRedImp {
    color: #DF0000 !important;
}

.ColorBlueImp {
    color: #465dff !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.PageLoadNewStyle {
    align-items: center;
    justify-content: center;
    display: flex;
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.body.scrollTop));
    right: 0;
    left: 0;
    width: 100%;
    filter: alpha(opacity=40);
    background-color: #ffffff;
    color: #293085;
    height: 100%;
    font-size: 24pt;
    font-family: Arial;
    z-index: 2000;
    font-family: -webkit-pictograph;
    /* padding-top: 20%;*/
}

.PageLoadNewStyle span {
    margin-top: 0px;
    font-family: Apercu, sans-serif;
    color: #293085;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.5px;
    display: block;
    max-width: 60%;
}

.displayNone {
    display: none;
}

.displayNoneImp {
    display: none !important;
}