.custom-input-file{display:flex;flex-direction:column;width:120px;height:120px;background-color:#f3f4f6;align-items:center;justify-content:center;border-radius:10px;cursor:pointer}.custom-input-file p{font-size:16px;font-weight:700;color:#484848;text-align:center}.custom-input-file:hover p{color:#0c78ed}.loader{display:flex;justify-content:center;align-items:center;height:100vh}.spinner{border:12px solid #f3f3f3;border-top-color:#484848;border-radius:50%;width:80px;height:80px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}