/* input(65,37): run-time error CSS1046: Expect comma, found '50'
input(65,43): run-time error CSS1046: Expect comma, found '/'
input(65,69): run-time error CSS1046: Expect comma, found '0'
input(65,73): run-time error CSS1046: Expect comma, found '/' */
.RF-page-wrapper {
    background-color: darkorchid;
    background-size: auto;
    height: auto;
    font-family: Open Sans;
    color: #7B7B7B;
    font-size: 10pt;
}

.HRN-page-wrapper {
    background: linear-gradient(0deg, #f7a539 0%, #fd9068 55%);
    background-size: auto;
    height: auto;
    font-family: Open Sans;
    color: #7B7B7B;
    font-size : 10pt;
}

.PPS-page-wrapper {
    background-color: #4c95be;
    background-size: auto;
    height: auto;
    font-family: Open Sans;
    color: #7B7B7B;
    font-size: 10pt;
}

#logo-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 12;
    margin-top: 2%;
    width : inherit;
}

.RFFooter {
    padding-left: 1%;
    background-color: darkorchid;
    font-size: 11px;
    line-height: 1.6;
    color: white
}

.PPSFooter {
    padding-left: 1%;
    background-color: #4c95be;
    font-size: 11px;
    line-height: 1.6;
    color: white
}

.HRNFooter {
    padding-left: 1%;
    font-size: 11px;
    line-height: 1.6;
    color: white
}

.box {
    clear: both;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}