/* .t-Header-branding {
    background-color: transparent;
    background-image: url('#APP_FILES#bannerImagenew.jpg');
    background-position: center;
} */

 .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked + label {
    --a-button-background-color: #85AE9A;
 }

.cms::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(CMS.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.oms::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(oms.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dcms::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(dcms.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.moe::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(moe.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.vend::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(vend.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}