.custom-input{border-radius:5px;border:1px solid #ffa800;transition:border-color .3s ease,width .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.1)}.custom-input:focus{border-color:purple;box-shadow:0 0 5px rgba(255,164,0,.5)}.custom-button{background-color:#ffa800;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.custom-button:hover{background-color:purple}.dropzone{border:2px dashed #ffa800;border-radius:5px;padding:20px;text-align:center;background-color:#f9f9f9;transition:background-color .3s ease}.dropzone:hover{background-color:#ffe6b2}.custom-file-item{padding:10px 0}.remove-file-button{color:#ff4500;font-weight:700}.remove-file-button:hover{color:purple}@keyframes borderShrink{0%{border-width:2px}to{border-width:0}}.error,.success{animation:borderShrink 4s linear}