.app__herader-input-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.sidebar__copyright {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}

.event__update-file {
    display: block !important;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .app__herader-input {
        display: block !important;
    }
}
