.project-filter-wrapper {
    display: flex;
    margin-bottom: 65px;
    grid-gap: 30px;
}
.project-filter-wrapper .filter-dropdown {
    width: 300px;
    max-width: 50%;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}
.project-filter-wrapper .select2-container .select2-selection {
    background: none;
    color: var(--primary-color);
    opacity: 1;
    box-shadow: none;
    border-color: var(--primary-color);
}
.project-filter-wrapper .select2-container .select2-selection .select2-selection__rendered {
    overflow: visible;
}
.project-filter-wrapper .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}
.project-filter-wrapper .select2-container .select2-selection .select2-selection__clear {
    width: 20px;
    margin-right: -20px;
}
.project-filter-wrapper .select2-container .select2-selection span {
    color: var(--primary-color) !important;
}