/* Contact Form CSS */
.file-input-wrapper {
    position: relative;
    width: 100%;
}

.clear-file {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: #00000092;
    z-index: 2;
    background: transparent;
    pointer-events: auto;
}