.custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Elegir";
}

.custom-file-label {
    padding: 0.575rem .75rem;
    border: 0 solid #ced4da;
}

.custom-file-label::after {
    height: 2.45rem;
    padding: 0.575rem .75rem;
    background-color: #00b5e2;
    border: none;
    color: #fff;
    top: -1px;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: transparent;
    box-shadow: none;
}

.btn-green.clone, .btn-red.delete {
    max-height: 36px;
}

.has-error{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 10px;
}

.has-error > .focused