/* ------------multiselect-css-start---------------- */
.multiselect-main-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.multiselect-box-block {
  margin: 0px;
  position: relative;
}

.multiselect-wrapper .select2-container {
  min-width: 420px;
  width: 420px !important;
}

.multiselect-wrapper .select2-container--default input.select2-search__field {
  margin-top: 0;
  border: none !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  padding: 4px 4px;
  height: 38px;
  display: block;
  overflow: inherit;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
  list-style: none;
  padding: 1px 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 24px;
}

.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: #000;
  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: 0px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  padding: 4px 4px;
  height: auto;
  display: flex;
  flex-flow: wrap;
  overflow: inherit;
  margin-bottom: 0;
}

.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: #005151;
  border-width: 1px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 1px;
  border: 1px solid #005151;
  border-color: #005151;
}

.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: #fff;
  padding: 8px 5px;
}

.customize-support .select2-container--open .select2-dropdown--below {
  top: 24px;
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

.select2-container--default .select2-results__option--selected:before {
  background-color: #000;
  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");
}

/* 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;
  padding-left: 0;
  background: #005151;
  border-color: #005151;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  max-width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select2-container .select2-search--inline .select2-search__field {
  padding-left: 2px;
  font-size: 14px;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
  position: inherit;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  background: #005151;
  border-color: #005151;
  color: #fff;
  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 #ccc;
  border-radius: 5px;
  background: #eee;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #005151;
  border-radius: 5px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #005151;
}

.multiselect-wrapper {
  position: relative;
}

.bridge-counts {
  position: absolute;
  top: 0px;
  left: auto;
  right: -15px;
  background: #005151 !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;
}

button#blog_filter {
  padding: 10px 14px;
  border: 1px solid var(--teal);
  display: inline-block;
  width: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0;
  background: var(--teal);
  color: var(--white);
  margin-bottom: 0px;
}

button#blog_filter:hover {
  background: var(--dark-teal);
}

/* ------------multiselect-css-end---------------- */
