.delete-file {    
    position: absolute;
    top: -5px;
    right: -23px;
    font-size: 18px;
    z-index: 100;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(https://fischerconnectors.com/app/uploads/icone/circle-xmark-regular.svg);
    background-repeat: no-repeat;
}

.block-file-name {
    position: relative;
    display: none;
}

form .w-14{
    width: 6.5rem !important;
}

form .h-14 {
    height: 6.5rem !important;
} 

form.form-content input,
form.form-content label span,
form.form-content select,
form.form-content textarea {
    font-size: 1.4rem;
}

.block-file-name,
.no-file {
    font-weight: bold;
}

form.tailored  text-xs {
    font-size: 1rem;
}
