/*!
 * @version 1.0.0
 * @copyright Copyright (C) 2023, Peppermill Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are not permitted.
 */#rfpForm .file_input--container{border:solid grey;padding:10px;border-radius:10px;background-color:#c8dadf;text-align:center;transition:border-color 150ms cubic-bezier(.4, 0, .2, 1),background-color 150ms cubic-bezier(.4, 0, .2, 1)}#rfpForm .file_input--container.is-dragover{border-color:#a9a9a9;background-color:#748488}.file_input--container input::-webkit-file-upload-button{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.file_input--container input{border:none}.empty-p-height{height:15px}