
.directory-widget-block {

}
/* Style for select field */
/* CSS for horizontal form layout with equal-width fields and Select2 */
.directory-widget-block .search-section {
  padding: 40.8px 25.8px 40.8px 25.8px;
  background: #FFF;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.10);
}
.directory-widget-block .search-section #directory-widget-block-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.directory-widget-block .search-section .form-group {
  flex: 1;
  margin-right: 10px; /* Adjust the margin between form groups */
}
.directory-widget-block .search-section .form-group.search-field {
  flex: 4;
}
.search-section .form-group:last-child {
  margin-right: 0;
}

.directory-widget-block .search-section .form-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.directory-widget-block .search-section .form-line .field-loading-spinner {
  position: absolute;
  right: 40px;
}
.directory-widget-block .search-section .form-line button[type='submit'] {
  width: 100%;
  line-height: 19px;
}
/* Apply Select2 to select fields */
.directory-widget-block .search-section select {
  width: 100%;
  padding: 10px; /* Adjust padding as needed */
  margin-top: 5px; /* Adjust margin between form elements */
}
.directory-widget-block .search-section input:focus {
  box-shadow: none;
}
/* Apply Select2 styling */
.directory-widget-block .select2-container {
  width: 100% !important; /* Ensure Select2 containers expand to full width */
}
/* Optional: Customize the appearance of Select2 dropdowns */
.directory-widget-block .select2-selection__rendered {
  background-color: #fff; /* Background color for selected option */
  border-radius: 4px; /* Adjust border-radius as needed */
}

/* Optional: Customize the appearance of Select2 search input */
.directory-widget-block .select2-search__field {
  width: calc(100% - 20px) !important;
  padding: 5px;
  margin: 10px!important;
}
body #select2-segment-filter-2p-results li  {
  line-height: 39px;
  padding: 0px 15px;
}
.directory-widget-block .select2-search--inline .select2-search__field {
  margin: 5px 5px 0px 5px;
  line-height: 32px!important;
  height: 32px!important;
}
.directory-widget-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 0px;
}


/* CSS for the loader */
.directory-widget-block .loader {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  left: 0;
  background: rgb(255 255 255 / 26%);
}
.directory-widget-block .loader .loader-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  font-size: 30px;
}
/* at style */
.directory-widget-block .content-section .hat {
  display: inline-block;
  width: 100%;
}

.directory-widget-block .content-section .hat span {
  margin: 0 3px;
}

.directory-widget-block .content-section .hat > span, .directory-widget-block .content-section .hat > span {
  display: inline-flex;
  line-height: 1;
}

.directory-widget-block .content-section .hat img, .directory-widget-block .content-section img {
  width: 23px;
}

.directory-widget-block .content-section .hat > span {
  margin: 0px 5px;
}

.directory-widget-block .content-section .hat span.half, .directory-widget-block .content-section span.half {
  position: relative;
}

.directory-widget-block .content-section .hat span.half img, .directory-widget-block .content-section span.half img {
  filter: grayscale(1) opacity(0.1);
  vertical-align: middle;
}

.directory-widget-block .content-section .hat span.half .at_half_container, .directory-widget-block .content-section span.half .at_half_container {
  background-image: url(../images/at-symbol.svg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999999;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  margin: 0px;
}
/* result style */
.directory-widget-block .content-section {
  padding: 50px 0px;
}
.directory-widget-block .content-section .filter_container-tabs {
  width: 100%;
  display: block;
}
.directory-widget-block .content-section .filter-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  column-gap: 10px;
  list-style-type: none;
  padding: 0px;
}
.directory-widget-block .content-section .filter-tabs li {
  list-style-type: none;
  list-style-image: none;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px; /* 170% */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  cursor: pointer;
}
.directory-widget-block .content-section .filter-tabs li.active {
  list-style-type: none;
  list-style-image: none;
  color: #000;
}

.directory-widget-block .content-section .results-section-container {
  width: 100%;
  position: relative;
  min-height: 300px;
}

.directory-widget-block .content-section .results-section-container .spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 31%); /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Ensure the spinner is above other content */
}
.directory-widget-block .content-section .results-section-container .spinner i {
  font-size: 48px; /* Adjust the size of the spinner icon */
  color: #333; /* Icon color */
}
.directory-widget-block .content-section .results-section-container .results-section {
  width: 100%;
}
.directory-widget-block .content-section .results-section-container  p.no_results_text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20%;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item {
  border: 1px solid #F1F8FF;
  background: #FFF;
  margin: 15px;
  box-shadow: 0px 5px 20px 0px rgba(23, 44, 82, 0.10);
  padding: 30px;
}
.directory-widget-block .content-section .results-section-container .results-section .slick-track
{
  display: flex !important;
}

.directory-widget-block .content-section .results-section-container .results-section .slick-slide
{
  height: inherit !important;
}
.directory-widget-block .content-section .results-section-container .results-section .slick-dots li {
  list-style-image: none;
  list-style-type: none;
}

/* Style the custom dots container */
.directory-widget-block .content-section .results-section-container .results-section .slick-dots {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
  /* Style individual custom dots */
.directory-widget-block .content-section .results-section-container .results-section .custom-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 10px;
  background: #C0C0C0;
}
.directory-widget-block .content-section .results-section-container .results-section .slick-dots li.slick-active .custom-dot {
  background: #f705e8;
}



.directory-widget-block .content-section .results-section-container .results-section .properties-item .logo-container {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0px;
  height: 220px;
}


.directory-widget-block .content-section .results-section-container .results-section .properties-item .logo-container a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .logo-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container {
  width: 100%;
  display: inline-block;
  padding: 0px;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container a {
	display: inline-block;
	width: 100%;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .top-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .top-container .industry-container {
  color: var( --e-global-color-e7778c9 );
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 178.571% */
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container h2 {
  color: #071C1F;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.6px; /* 130% */
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
  margin-bottom: 0;
  padding: 0px;
}
.directory-widget .select2-results__options {
  margin-top: 0px!important;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat {
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
  min-height: 40px;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat > span, .certificate-checker-elementor-widget .properties-item .text-container .hat > span {
	display: inline-flex;
	line-height: 1;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat img, .certificate-checker-elementor-widget .properties-item .text-container img {
	width: 30px;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat > span {
	margin: 0px 2px;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat span.half, .certificate-checker-elementor-widget .properties-item .text-container span.half {
	position: relative;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat span.half img, .directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container span.half img {
	filter: grayscale(1) opacity(0.1);
	vertical-align: middle;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .hat span.half .at_half_container, .directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container span.half .at_half_container {
	background-image: url(../images/at-symbol.svg);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9999999;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	margin: 0px;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .footer-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .footer-container .button {
  height: 42px;
  padding: 0px;
  border-radius: 50px;
  background: var(--e-global-color-primary );
  color: #FFF;
  width: auto;
  min-width: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .footer-container .button:hover {

}
.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .meta-container {
	width: 100%;
	padding-top: 5px;
	padding-right: 30px;
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .meta-container .valid_until_date {
	color: #0F0E0F;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px; /* 263.636% */
}

.directory-widget-block .content-section .results-section-container .results-section .properties-item .text-container .meta-container .address {
  color: #5C727D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 180% */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.directory-widget-block .content-section .pagination-container .pagination {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.directory-widget-block .content-section .pagination-container li a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 125% */
  letter-spacing: -0.24px;
}

.directory-widget-block .content-section .sorting-section {
  min-width: 200px;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.directory-widget-block .content-section .sorting-section .sorting-dropdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.directory-widget-block .content-section .sorting-section .sorting-dropdown .select2-container {
  width: 180px!important;
}

.directory-widget-block .content-section .sorting-section .sorting-dropdown label {
  display: inline;
  min-width: 80px;
}

/* Media query for tablet screens (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .directory-widget-block .search-section .form-group {
    margin: 5px;
  }
}

/* Media query for mobile screens (max-width: 767px) */
@media screen and (max-width: 767px) {

  .directory-widget-block .search-section #directory-widget-block-form {
    flex-direction: column; /* Stack form elements vertically */
  }

  .directory-widget-block .search-section .form-group {
    flex: 1;
    margin-right: 0; /* Remove right margin for stacked layout */
    margin-bottom: 10px; /* Add margin between form groups */
    width: 100%;
  }

  .directory-widget-block .search-section select {
    width: 100%;
    padding: 10px;
  }
}
