/*** WIDGET/SYSTEM CSS ***/


/*** PAGE CSS OVERRIDES ***/
.pf span {padding-right:10px;}.custom-upload input[type=file]::file-selector-button {margin-right:20px;border:none;background:#4d4d4d;padding:15px 26px;border-radius:0px;color:#fff;cursor:pointer;transition:background .2s ease-in-out;}.upload-file{display:flex;align-items:center;justify-content:center;}.custom-upload input[type=file]::file-selector-button:hover {background:#5791b0;}.custom-upload input[type="file"] {display:flex;height:auto;width:auto;box-shadow:none;border-radius:0;margin:auto;margin-bottom:10px;cursor:pointer;}.custom-upload input[type="file"]:hover,.custom-upload input[type="file"]:focus{border:1px solid #5791b0;box-shadow:0 0 30px rgb(0 0 0 0 / 10%);}.upload-file div {text-align:center;}.upload-file .ry-box {background:#fff;border:2px dashed #e5e5e5;margin-top:80px;padding:5%;width:100%;max-width:520px;}.upload-file .ry-box p {text-align:center !important;}