.wpcf7-form .select2-selection {
    background-color: #f3f3f6 !important;
    border-radius: 15px !important;
    border: none !important;
}

.wpcf7-form .select2-selection__placeholder {
    color: #7e7f87 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    opacity: 1;
    font-weight: 600;
}

.wpcf7-form .select2-selection__arrow {
    border: none !important;
}

.select2-dropdown {
    border-radius: 15px !important;
    border-color: #ccc !important;
}

.select2-search.select2-search--dropdown {
    border: none !important;
}

.select2-search__field {
    border-color: #ccc !important;
}

.wpcf7-form .select2-selection__clear {
    position: absolute !important;
    right: 16px !important;
    top: calc(50% - 2px) !important;
    transform: translateY(-50%) !important;
    z-index: 100000;
}