.tdg-search-form-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.tdg-search-form-wrapper .search-term-wrapper {
  position: relative;
}
.tdg-search-form-wrapper .search-term-wrapper input {
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  min-width: 400px;
  font-size: 17px;
  line-height: 17px;
  padding: 12px;
  outline: none;
  color: var(--e-global-color-primary);
  padding-right: 44px;
}
.tdg-search-form-wrapper .search-term-wrapper input::placeholder {
  opacity: 0.5;
}
.tdg-search-form-wrapper .search-term-wrapper .search-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tdg-search-form-wrapper .search-term-wrapper .search-icon svg {
  display: inline-block;
}
.tdg-search-form-wrapper .search-term-wrapper .search-icon svg path {
  fill: var(--e-global-color-primary);
}
.tdg-search-form-wrapper .search-term-wrapper .search-icon:hover svg path {
  opacity: 0.5;
}
.tdg-search-form-wrapper .post-type-select-wrapper {
  min-width: 200px;
}
@media (max-width: 767px) {
  .tdg-search-form-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .tdg-search-form-wrapper .search-term-wrapper input {
    width: 100%;
    min-width: 0;
  }
}
.select2-container.select2-container--custom {
  position: relative;
  height: 100%;
}
.select2-container.select2-container--custom .tdg-select2 {
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  background: var(--e-global-color-04f7430);
  height: 100%;
  display: flex;
  align-items: center;
}
.select2-container.select2-container--custom .tdg-select2 .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("/wp-content/plugins/tdg-elementor-plugin/assets/icons/select2-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.select2-container.select2-container--custom .tdg-select2 .select2-container {
  /*    display: block;
			    overflow: hidden scroll;
			    width: 100%;
			height:300px;*/
  /*border:0px solid red;
			display: block;*/
}
.select2-container.select2-container--custom .selection {
  display: block;
  height: 100%;
}
.select2-container.select2-container--custom .bigdrop {
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid var(--e-global-color-primary);
  border-top: 0px;
}
.select2-container.select2-container--custom .bigdrop .select2-results__option--selected {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-04f7430);
}
.select2-container.select2-container--custom .bigdrop .select2-results__option--highlighted {
  background: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .select2-container.select2-container--custom {
    height: 53px;
    width: 100% !important;
    flex-basis: 100%;
  }
}
/*
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
*/
/*
.select2-container--default{
	    font-size: 17px;
	.select2-results__option--selected{
		background-color: $color--primary !important;
		color:$color--white;
	}
	
	
	.select2-selection{
		&.select2-selection--single{
			border-radius: 0;
			//height:100%;
		}
		
	}
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
			background-color: $color--secondary !important;
		color:$color--primary;

}
.select2-selection__rendered{
	
}

.select2-container .select2-selection--single .select2-selection__rendered{
	height: 100%;
}


.bigdrop{
	border:1px solid red;
	//top:50px;
}

.select2-container{
	height:100%;
	.tdg-select2{
		&.select2-selection--single {
			//border:1px solid pink;
			height:100%;
			.select2-selection__rendered{
				display: flex;
				align-items: center;
			}
		}
		.select2-selection__arrow{
			top:50%;
			transform: translateY(50%);
		}
	}
}
*/
/*# sourceMappingURL=https://gf.tdgrepo.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-search-form/css/tdg-search-form.css.map */