.tableFilters__sorting {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }

.tableFilters__sorting p {
    width: 100%;
    margin-bottom: 0;
}

.tableFilters__dateClearIcon {
    position: absolute;
    right: 35px;
    top: 8px;
    cursor: pointer;
}

.tableFilters__input--number {
    width: 150px;
}

.tableFilters__input--name {
    width: 250px;
}

.tableFilters__input--date input {
    padding-right: 55px !important;
    width: 160px;
}


.tableFilters__separator {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    height: 1px;
    background-color: #dee2e6;
    margin: 10px 0;
}

.tableFilters__input {
    position: relative;
    padding-bottom: 5px;
    min-height: 45px;
}

.tableFilters__inputClearIcon {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.tableFilters__calendar-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.tableFilters__input .select-styled {
    padding-top: 5px;
}
.tableFilters__input .select li {
    text-indent: 0;
}

.tableFilters__input .select-styled {
    text-align: left;
}

.tableFilters__input .select-styled--placeholder {
    color: #797979;
    font-size: 14px;
}

.tableFilters__input input,
.tableFilters__input .select {
    font-weight: 400;
    height: 32px;
    min-width: 100%;
    border: none;
    padding-left: 10px;
    padding-right: 25px;
    background-color: #fff;
    border-bottom: 1px solid #DEE2E6;
}

.tableFilters__input input:focus {
    outline: 3px solid #0069e1b4;
    border-radius: 2px;
}

.tableFilters__sorting-arrows {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.tableFilters__sorting-arrows svg:first-of-type {
    margin-bottom: 10px;
}

.tableFilters__arrow {
    cursor: pointer;
}

.tableFilters__arrow--reverse {
    transform: rotate(180deg);
}

.tableFilters__arrow--active path {
    fill: #0068E1;
}