.content__header {

}

h3 {
    margin-top: 15px;
    text-align: center;
}

.content__header-links {
    display: flex;
    flex-direction: row;
}

.nav-item .active {
  border: 1px solid black;
}

.content__header-links  li {
    margin-right: 15px;
    list-style: none;
}

.upload {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload__group {
    width: 25%;
}

.upload__group label {
    cursor: pointer;
}

.upload__group label:active {
    background-color: #c4c7ca;
}

.hidden {
    display: none;
}


.content-info {
    margin: 10px 0 10px 0;
}

.content__info-block {
    display: flex;
    flex-direction: column;
}

.content__info-errors-label {
    color: #0a58ca;
}

.content__info-errors-label:hover {
    cursor: pointer;
}

.content__excel-all {
    display: none;
}

.filters__item span{
    min-width: 240px;
}

.filters__item-delivery {
    width: 100px;
}



.page-item:hover {
    cursor: default;
}

.page-link:hover {
    cursor: default;
}