
.custom-file-label,
.custom-file-label:focus,
.custom-file-label:hover,
.custom-file-label:active {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none !important;
}


.custom-file-btn {
    height: 35px;
}

.custom-file-btn {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 1px solid #dee2e6 !important;
}

.custom-file-label {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.custom-file-btn:focus,
.custom-file-btn:hover,
.custom-file-btn:active {
    outline: 0 !important;
    box-shadow: none !important;
}

.custom-file-btn:hover {
    color: blue;
}

.custom-file-input,
.custom-file-label {
    border: 1px solid #dee2e6 !important;
    font-size: .875rem !important;
    xxline-height: 1.5 !important;
    xxpadding: .25rem .5rem !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content:"...";
}
/* padding: .25rem .5rem;
    padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
*/