.custom-file input[type="file"]{
    display: none;
}
.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.btn-width-85{
    width: 85px;
}

.btn-width-65{
    width: 65px;
}