.companies-wrapper {
    gap: 2rem;
}

.user-pagination {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.user-pagination i {
    font-size: 20px;
    color: #abadb0;
}

.user-pagination .active-page,
.current {
    font-size: 23px;
    font-weight: 600;
    color: #054c7b !important;
    border-bottom: 3px solid #054c7b;
    padding: 0 10px;
}

.custom-page-number,
.page-numbers {
    font-size: 23px;
    font-weight: 500;
    padding: 0 10px;
    color: #abadb0;
}

.custom-page-number:hover,
.custom-page-number:focus,
.page-numbers:hover,
.page-numbers:focus {
    color: #abadb0;
}

.prev-page-btn,
.next-page-btn {
    transform: translate(0px, 5px);
    margin-right: 10px;
}

.filters-wrapper {
    gap: 2rem;
}

.search-form {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 1px 3px 12px 1px rgb(156 173 207 / 40%);
}

.search-form i {
    color: #ABADB0;
    font-size: 25px;
    padding-left: 1.5rem;
    padding-right: 1rem;
}

.search-form input,
.search-form input:focus {
    border: none;
    width: 90%;
    outline: none;
}

.search-form input::-webkit-input-placeholder {
    font-size: 20px !important;
}

.search-form input::-moz-placeholder {
    font-size: 20px !important;
}

.search-form input:-ms-input-placeholder {
    font-size: 20px !important;
}

.search-form input::-ms-input-placeholder {
    font-size: 20px !important;
}

.search-form input::placeholder {
    font-size: 20px;
}

select#sorting {
    background: #FFFFFF;
    align-items: center;
    border-radius: 20px;
    box-shadow: 1px 3px 12px 1px rgb(156 173 207 / 40%);
    border-right: 10px solid transparent;
    outline: none !important;
    padding: 18px;
}

.sorting-filter label {
    font-size: 16px;
    color: #4b4f55;
    margin-bottom: 10px;
}