body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Wybierz plik";
}
.alert-bar{
    margin-top:1rem;
    height:90px;
}
.hide{
    display:none !important;
}
.disabled{
    pointer-events: none;
    opacity:0.4;
}