.spinner-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:all}.spinner{border:4px solid hsla(0,0%,100%,.2);border-left-color:#edb32b;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.loading{pointer-events:none}.btnBoxIcon{color:#fff;background-color:#edb32b;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:10px}.btnBoxIcon:hover{opacity:.8}.file-input-wrapper{position:relative;width:100%;height:200px;margin-top:10px}.file-input{display:none}.custom-file-label{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border:2px dashed grey;border-radius:8px;background-color:#f9f9f9;cursor:pointer;overflow:hidden}.custom-file-label:hover{background-color:#e0e0e0}.plus-icon{font-size:32px;color:grey}.file-name{font-size:14px;color:grey;text-align:center}.file-preview{max-width:100%;max-height:100%;object-fit:cover;border-radius:8px}