﻿.custom-file-input {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #0071a1;
}

.custom-file-input:focus,
.custom-file-input:hover {
    background-color: #E5F4FA;
    border-color: #adadad;
}


.hover {
    border-style: dashed;
    background-color: #E5F4FA !important;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}


.custom-file-input::after {
    display: none;
    color: transparent;
}

.custom-file-input::before {
    content: 'Datei auswählen';
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    border-color: #0071a1;
}



