.custom-file-upload{margin-bottom:1rem}.custom-file-upload .form-label{display:block;margin-bottom:.5rem;font-weight:500}.custom-file-upload .form-label.required:after{content:"*";color:red;margin-left:4px}.custom-file-upload .file-upload-wrapper{width:100%;padding:24px 20px;border:1px dashed #1e1e2d;border-radius:6px;background:#fff;transition:border-color .3s ease;position:relative;cursor:pointer}.custom-file-upload .file-upload-wrapper .file-upload-input{opacity:0;left:0;top:0;width:100%;height:100%;position:absolute}.custom-file-upload .file-upload-wrapper .file-upload-placeholder{font-size:14px;color:#6e6e6e;font-weight:500}.custom-file-upload .file-upload-preview{margin-top:1rem;display:grid;gap:1rem}.custom-file-upload .file-upload-preview .file-item{position:relative;display:flex;flex-direction:row;align-items:center}.custom-file-upload .file-upload-preview .file-item .file-icon{width:16px;height:26px;display:flex;align-items:center;justify-content:center;margin-right:15px}.custom-file-upload .file-upload-preview .file-item .file-name{font-size:14px;color:#1e1e2d;word-break:break-all}.custom-file-upload .file-upload-preview .file-item .file-size{font-size:14px;color:#1e1e2d}.custom-file-upload .file-upload-preview .file-item .remove-file{margin-left:15px;width:20px;height:20px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.custom-file-upload .attachment-icon{width:16px;height:26px;min-width:16px;min-height:26px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='25.6'%3E%3Cpath d='M16 17.6a7.713 7.713 0 01-2.336 5.664A7.713 7.713 0 018 25.6a7.713 7.713 0 01-5.664-2.336A7.713 7.713 0 010 17.6V5.76a5.555 5.555 0 011.68-4.08A5.555 5.555 0 015.76 0a5.555 5.555 0 014.08 1.68 5.555 5.555 0 011.68 4.08v11.2a3.4 3.4 0 01-1.024 2.5 3.4 3.4 0 01-2.5 1.024 3.4 3.4 0 01-2.5-1.024 3.4 3.4 0 01-1.024-2.5V5.12h2.56v11.84a.933.933 0 00.272.688.933.933 0 00.688.272.933.933 0 00.688-.272.933.933 0 00.272-.688V5.76a3.234 3.234 0 00-.944-2.272 3.037 3.037 0 00-2.256-.928 3.09 3.09 0 00-2.272.928 3.09 3.09 0 00-.928 2.272V17.6a5.114 5.114 0 001.568 3.856A5.3 5.3 0 008 23.04a5.158 5.158 0 003.808-1.584A5.509 5.509 0 0013.44 17.6V5.12H16z' fill='%231f1f1f'/%3E%3C/svg%3E");background-size:cover;display:inline-block;vertical-align:middle}.custom-file-upload .close-icon{width:16px;height:16px;min-width:16px;min-height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M1.6 16L0 14.4 6.4 8 0 1.6 1.6 0 8 6.4 14.4 0 16 1.6 9.6 8l6.4 6.4-1.6 1.6L8 9.6z' fill='red'/%3E%3C/svg%3E");background-size:cover}.custom-file-upload .close-icon:hover{opacity:.8}