.toggle.btn {
    max-width: 120px;
}

.extern {
    display: none;
}

.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;
}