@media (max-width: 1024px) {
  body.darkbox {
    position: relative;
  }
  body.darkbox::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
    opacity: 0.5;
  }
}
.supply_filter {
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDEE0;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 1025px) {
  .supply_filter {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .supply_filter {
    display: none;
    position: fixed;
    z-index: 100;
    width: 400px;
    max-width: 100%;
    max-height: calc(100% - 100px);
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 16px;
    padding-right: 10px;
  }
}
@media (max-width: 449px) {
  .supply_filter {
    width: 100%;
    border-radius: 0;
    border: none;
    max-height: calc(100% - 60px);
  }
}
.supply_filter.loading > * {
  opacity: 0.5;
  pointer-events: none;
}
.supply_filter_header {
  padding: 18px 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.supply_filter_header .filter_clear {
  cursor: pointer;
  margin-right: 6px;
}
.supply_filter_list {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .supply_filter_list {
    max-width: 100%;
    overflow-y: auto;
  }
  .supply_filter_list::-webkit-scrollbar {
    width: 6px;
  }
  .supply_filter_list::-webkit-scrollbar-track {
    background: #d8d8d8;
  }
  .supply_filter_list::-webkit-scrollbar-thumb {
    background: #979797;
    border-radius: 10px;
  }
}
.supply_filter_list::before {
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #dddee0;
}
.supply_filter_list .sf_accordeon {
  width: 100%;
}
.supply_filter_list .sf_accordeon .title {
  cursor: pointer;
  min-height: 40px;
  padding: 8px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.supply_filter_list .sf_accordeon .title svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  transition: 0.35s;
}
.supply_filter_list .sf_accordeon .options {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.supply_filter_list .sf_accordeon .options label {
  display: flex;
  align-items: start;
  gap: 5px;
  cursor: pointer;
}
.supply_filter_list .sf_accordeon .options label input {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 3px;
  margin: 2px 0;
  accent-color: #009b4c;
}
.supply_filter_list .sf_accordeon.closed .title svg {
  transform: rotate(180deg);
}
.supply_filter_active {
  position: relative;
  padding: 20px 16px;
}
.supply_filter_active.hidden {
  display: none;
}
.supply_filter_active::before {
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #dddee0;
}
.supply_filter_active .dropdown_wrapper .select2-container {
  width: 100%;
}
.supply_filter_active .sfa_wrapper {
  border: 1px solid #dddee0;
  border-radius: 4px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.supply_filter_active .sfa_wrapper .search_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.supply_filter_active .sfa_wrapper .item {
  padding: 5px 7px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 125%;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 100px;
}
.supply_filter_active .sfa_wrapper .item svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 4.5px;
  background: #eee;
  border-radius: 50%;
  cursor: pointer;
}
.supply_filter_close {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -35px;
  right: 10px;
}
@media (max-width: 1024px) {
  .supply_filter_close {
    display: block;
  }
}

.supply_filter_btn {
  display: none;
  width: 100%;
  padding: 13px 35px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 1024px) {
  .supply_filter_btn {
    display: block;
  }
}

.select2-container.select2-container--focus .select2-selection {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.select2-container .select2-selection {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.select2-container .select2-selection .select2-search__field {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 0;
  vertical-align: middle;
}
.select2-container .select2-selection .select2-selection__rendered::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.755 14.2578H14.965L14.685 13.9878C15.665 12.8478 16.255 11.3678 16.255 9.75781C16.255 6.16781 13.345 3.25781 9.755 3.25781C6.165 3.25781 3.255 6.16781 3.255 9.75781C3.255 13.3478 6.165 16.2578 9.755 16.2578C11.365 16.2578 12.845 15.6678 13.985 14.6878L14.255 14.9678V15.7578L19.255 20.7478L20.745 19.2578L15.755 14.2578ZM9.755 14.2578C7.26501 14.2578 5.255 12.2478 5.255 9.75781C5.255 7.26781 7.26501 5.25781 9.755 5.25781C12.245 5.25781 14.255 7.26781 14.255 9.75781C14.255 12.2478 12.245 14.2578 9.755 14.2578Z" fill="black" fill-opacity="0.56" /></svg>');
  margin-top: 5px;
  margin-left: 10px;
  vertical-align: bottom;
}
.select2-container .select2-dropdown {
  border-color: rgba(0, 0, 0, 0.15);
}
.select2-container .select2-dropdown .select2-results__option {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.87);
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #009b4c;
  color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 5px 7px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 125%;
  color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: initial;
  order: 1;
  border: none;
  width: 15px;
  height: 15px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span {
  margin-top: -2px;
}