﻿input[type = "file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-collapse: separate;
    background-color: #796e66;
    color: #ffffff;
    border-color: transparent;
    margin-top: 0px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    text-transform: none;
}

    .custom-file-upload:hover {
        color: #ffffff;
        background-color: #b6b0a2;
    }
.no-file-selected {
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 15px;
}