.filter_offcanvas .checkbox_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter_offcanvas {
  /* border-top-right-radius: 20px; */
  /* border-bottom-right-radius: 20px; */
}

.filter_offcanvas .offcanvas-header {
  background: #3e82c9;
  padding: 15px 20px;
  border-top-right-radius: revert-layer;
  box-shadow: 0px 3px 6px #00000029;
}

.filter_offcanvas .offcanvas-header .offcanvas-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.filter_offcanvas .offcanvas-header .btn-close {
  width: 14px;
  height: 14px;
  padding: 8px;
}
.filter_offcanvas .offcanvas-header .btn-close {
  opacity: 1;
  filter: invert(1) grayscale(100%) brightness(200%);
  box-shadow: none;
}
.filter_offcanvas .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.filter_offcanvas .checkbox_item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
}

.filter_offcanvas .checkbox_item input {
  width: 18px;
  height: 18px;
}

.filter_offcanvas .range_slider_box {
  padding-top: 5px;
}
.filter_offcanvas .see_more_btn {
  margin-top: 10px;
  padding: 0;
  border: none;
  background: transparent;
  color: #3582f7;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.filter_offcanvas .range_value {
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto";
  margin-bottom: 12px;
}
.filter_offcanvas .accordion-item {
  border: none !important;
}

.filter_offcanvas .offcanvas-footer {
  background: #fff;
  /* border-bottom-right-radius: 20px; */
}
.filter_offcanvas .offcanvas-body {
  padding: 0 !important;
  scrollbar-width: thin;
  scrollbar-color: #7fabdb #e3e3e3 !important;
}
.filter_offcanvas .accordion-button {
  font-weight: 600;
}

.filter_offcanvas .accordion-button:not(.collapsed) {
  background: #3e82c957;
  color: #000;
  box-shadow: none;
  padding: 10px 15px !important;
  font-size: 15px;
}

.filter_offcanvas .accordion-button:focus {
  box-shadow: none;
}

.filter_offcanvas .offcanvas-footer .Black_btn_holder,
.filter_offcanvas .offcanvas-footer .Black_btn_holder .Black_Btn {
  width: 100%;
}

.filter_offcanvas .custom_range_slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background: #f5b3b3;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* WEBKIT TRACK */

.filter_offcanvas .custom_range_slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 20px;
  background: #ccc;
}
.filter_offcanvas .checkbox_item input[type="checkbox"] {
  accent-color: #428bcf;
}
/* WEBKIT THUMB */

.filter_offcanvas .custom_range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  margin-top: -6px;
  transition: 0.3s;
}

.filter_offcanvas .custom_range_slider:hover::-webkit-slider-thumb {
  transform: scale(1.1);
}

/* FIREFOX */

.filter_offcanvas .custom_range_slider::-moz-range-track {
  height: 6px;
  border-radius: 20px;
  background: #f5b3b3;
}

.filter_offcanvas .custom_range_slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #c40000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
