/* -------------------multiselect-filter-css-start--------------------- */
.country-tab-filter .multiselect-box-block {
  margin: 3px 0px;
  position: relative;
}
.multiselect-box-block .multiselect-wrapper .select2-container {
  width: 100% !important;
  min-width: 100% !important;
}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  background-color: #fff;
  margin-right: 9px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]:before {
  font-family: inherit;
  content: "";
  color: #fff;
  background-color: var(--black);
  display: inline-block;
  padding-left: 4px;
  font-size: inherit;
  line-height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 4px 4px;
  height: 38px;
  display: flex;
  flex-flow: wrap;
  overflow: inherit;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: var(--teal);
  border-width: 1px;
}
.select2-container--default .select2-selection--multiple {
  border-width: 1px;
  border: 1px solid var(--teal);
  border-color: var(--teal);
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 1204px;
  left: 0px;
  top: -6px;
  background-color: var(--white);
  padding: 8px 5px;
}
.customize-support .select2-container--open .select2-dropdown--below {
  top: 24px;
}
.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
.select-icon .select2-search--dropdown {
  display: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 2px;
  margin-bottom: 4px;
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  font-size: 13px;
  white-space: nowrap;
  max-width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 1px;
  padding-left: 10px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: var(--white);
  margin-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  border-radius: 50px;
  margin-right: 3px;
}
.select2-results__options::-webkit-scrollbar {
  width: 10px;
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px var(--dark-gray);
  border-radius: 5px;
  background: var(--very-large-light);
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: var(--teal);
  border-radius: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: var(--teal);
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(n + 4) {
  visibility: hidden;
}
.multiselect-wrapper {
  position: relative;
}
.country-tab-filter .bridge-counts {
  position: absolute;
  top: 0px;
  left: auto;
  right: -16px;
  background: var(--teal) !important;
  color: #fff;
  border-radius: 50rem;
  transform: translate(-50%, -50%);
  padding: 0px 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  z-index: 9;
  width: 20px;
  text-align: center;
}
.country-tab-filter .bridge-counts span {
  font-size: 12px;
}

@media (max-width: 1200px) {
    .country-tab-filter .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    max-width: 90px;
  }
}
@media (max-width: 1199px) and (min-width: 1025px) {
  .country-portal-filter .country-tab-filter .col-md-3 {
    width: 33%;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .country-portal-filter .country-tab-filter .col-md-3 {
    width: 33%;
  }
}
@media (min-width: 820px) and (max-width: 990px) {
  .country-portal-filter .country-tab-filter .col-md-3 {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .country-portal-filter .country-tab-filter .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .country-portal-filter .country-tab-filter .col-md-3 {
    width: 100%;
  }
  .filter-inner-block .multiselect-box-block .select2-container {
    min-width: 100%;
    width: 100% !important;
  }
}

.country-tab-filter .wp-activate-container {
  padding-top: 100px;
  max-width: 1230px;
  padding-bottom: 100px;
}
.country-tab-filter .wp-activate-container > h2 {
  font-size: 50px;
  line-height: 72px;
}
.country-tab-filter .wp-activate-container form {
  margin-top: 2em;
  max-width: 600px;
}
/* -------------------multiselect-filter-css-end--------------------- */
.select2-container--open .select2-dropdown--below {
  top: 4px !important;
}