.impact-companies-header {
    display: flex;
    justify-content: end;
    gap: 24px;
}
.impact-companies-input {
    background-color: #F3F3F3 !important;
    border: none;
    padding: 0 12px;
    height: 40px;
    border-radius: 12px !important;
    font-size: 16px;
    border: none !important;
    outline: none !important;
    width: 250px !important;
}
.impact-companies-select-wrapper {
    position: relative;
}
.impact-companies-header  .select2-dropdown {
    background-color: #F3F3F3;
    font-size: 16px;
    border: none;
}
.impact-companies-header .select2-selection  {
    border: none !important;
    outline: none !important;
}
.impact-companies-header .select2-dropdown--below {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.impact-companies-header .select2-container {
    width: 200px !important;
}
.impact-companies-header .select2-results__option {
    transition: all 0.3s ease-in-out;
}
.impact-companies-header .select2-results__option.select2-results__option--highlighted {
    color: black !important;
    background-color: #dedede !important;
}
.impact-companies-header .select2-results__option--selected {
    color: white !important;
    font-weight: 500 !important;
    background-color: #ed174c !important;
}
.impact-companies-header .select2-selection {
    height: 40px;
    background-color: #F3F3F3;
    border: none;
    padding: 0 12px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
}
.impact-companies-header .select2-selection__arrow {
    height: 24px !important;
    width: 24px !important;
    right: 12px !important;
    top: 7px !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}
.impact-companies-header .select2-container--open .select2-selection__arrow {
    transform: rotate(-180deg);
}
.impact-companies-header .select2-selection__arrow b {
    display: none;
}

.impact-companies-table {
    width: 100% !important;
    margin-top: 28px !important;
    border-radius: 12px !important;
    /* overflow: hidden !important; */
    border: 1px solid #F3F3F3 !important;
    border-collapse: separate !important;
}
.impact-companies-table thead, .impact-companies-table thead tr {
    text-align: left;
    color: white;
    font-weight: 500;
    background-color: #ed174c !important;
}
.impact-companies-table thead th {
    padding: 8px 16px;
}
.impact-companies-table tbody {
    text-align: center;
    border: 1px solid #F3F3F3;
}
.impact-companies-table tbody td {
    border: 1px solid #F3F3F3 !important;
    font-size: 18px;
    padding: 8px;
    background: white !important;
}

.impact-companies-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.impact-companies-pagination-button {
    font-size: 16px;
    color: black;
    background-color: #F3F3F3;
    border: none;
    height: 36px;
    width: 36px;
    border-radius: 999999px;
    outline: none !important;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.impact-companies-pagination-button:not(.current) {
    cursor: pointer;
}
.impact-companies-pagination-button:not(.current):hover {
    background-color: #dedede;
}
.impact-companies-pagination-button.current {
    background-color: #ed174c;
    color: white;
}



@media only screen and (max-width: 767px) {
    .impact-companies-header {
        flex-direction: column;
    }
    .impact-companies-header .select2-container, .impact-companies-input {
        width: 100% !important;
    }
}