.elementor-team-filtering-box form {
    display: flex;
    flex-direction: row;
}

.elementor-team-filtering-box .input_field {
    background: white;
    border-radius: 5px;
    color: black;
    line-height: 40px;
    font-size: 20px;
    margin-right: 30px;
    font-weight: bold;
    border: none;
    outline: none;
    flex: 1;
}

.elementor-team-filtering-box .select_field {
    background: white;
    border-radius: 5px;
    color: black;
    margin-right: 30px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    outline: none;
    flex: 1;
}

.elementor-team-filtering-box .selectize .selectize-input {
    height: 100%;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.elementor-team-filtering-box .selectize .selectize-input:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    right: 10px;
    border: none;
    top: 25px;
    width: 30px;
    height: 30px;
    transition: all 0.4s;
    margin-top: 0;
}

.elementor-team-filtering-box .selectize .selectize-input.dropdown-active:after {
    transform: rotateX(180deg);
    margin-top: 0;
}

.elementor-team-filtering-box .selectize .selectize-input.input-active {
  display: flex;
}

.elementor-team-filtering-box .selectize .selectize-dropdown-content .option.selected {
    background-color: #00BB70;
    transition: all 0.4s;
}

.elementor-team-filtering-box .selectize .selectize-dropdown-content .option:hover {
    background-color: #00BB70;
    transition: all 0.4s;
}

.elementor-team-filtering-box .submit_btn {
    background-color: #00BB70;
    border-radius: 5px;
    line-height: 40px;
    font-size: 20px;
}
