
.layout-filter {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  width: auto;
}
.layout-filter .filter-nav {
  display: flex;
  align-items: center;
  margin-left: -0.5rem;
}
.layout-filter .filter-nav a {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  color: hsl(240deg, 7%, 64%);
  padding: 0.35rem 0.5rem;
}
.layout-filter .filter-nav a:hover, .layout-filter .filter-nav a.active {
  color: #fff;
}
.layout-filter .dropdown-value {
  font-size: 12px;
  color: hsl(240, 3%, 24%);
}
.layout-filter .dropdown-toggle[aria-expanded=true] .dropdown-value {
  color: #3860bb;
}
.layout-filter .dropdown-toggle {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.layout-filter .dropdown-toggle.selected .dropdown-value {
  color: #3860bb;
}
.layout-filter .dropdown-toggle.selected .dropdown-value span {
  margin-left: 0.25rem;
}

.dropdown-toggle::after{
  display: none;
}
.layout-filter .dropdown-btn {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 2px;
  margin-left: 15px;
  cursor: pointer;
}
.layout-filter .dropdown-btn:before, .layout-filter .dropdown-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: hsl(240deg, 7%, 50%);
  left: 0;
  top: 50%;
  transition: 0.2s ease;
  margin-top: -5px;
}
.layout-filter .dropdown-btn:after {
  margin-top: 2px;
  width: 10px;
}
.layout-filter .dropdown-toggle[aria-expanded=true] .dropdown-btn:before {
  transform: rotate(45deg);
  margin-top: -2px;
  background-color: #3071a9;
}
.layout-filter .dropdown-toggle[aria-expanded=true] .dropdown-btn:after {
  margin-top: -2px;
  width: 16px;
  transform: rotate(-45deg);
  background-color: #3071a9;
}
.layout-filter .dropdown-menu {
  left: -2rem !important;
  margin-top: 0.75rem !important;
}
.form-category .form-check-label {
  margin: 0;
  padding: 0.5rem 1.25rem;
  background-color: #3860bb;
  font-size: 12px;
  color: white;
  border-radius: 100px;
}

.form-check-label {
  cursor: pointer;
}
.dropdown-filter .form-category .form-check-input {
  display: none;
}
.dropdown-filter .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-category .form-check-input:checked + .form-check-label {
  background-color: hsl(240deg, 7%, 20%);
  color: #fff;
}
.dropdown-filter .form-check .form-check-input {
  float: left;
  margin-left: -2.5em;
}
.dropdown-filter .form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.05em;
  vertical-align: top;
  background-color: hsl(240deg, 7%, 20%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid hsl(240deg, 7%, 13%);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-radio .form-check {
  padding: 0;
  display: flex;
  margin-bottom: 0;
}
.dropdown-filter .form-radio .form-check-input {
  display: none;
}

.dropdown-filter .form-check-input[type=radio] {
  border-radius: 50%;
}
.dropdown-filter .form-check .form-check-input {
  float: left;
  margin-left: -2.5em;
}
.form-radio .form-check-label {
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: hsl(240, 1%, 30%);
  font-size: 12px;
  border-radius: 100px;
}
.form-radio .form-check-input:checked + .form-check-label {
  color: #3860bb;
}
.form-check-label {
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0rem;
  margin: 0;
  font-size: 0.875rem;
  color: hsl(240deg, 7%, 78%);
  text-align: left;
  list-style: none;
  background-color: #d3dde7;
  background-clip: padding-box;
  border: 1px solid #bdccdb;
  border-radius: 0.5rem;
}
.dropdown-menu.show {
  display: block;
}
.form-category .form-check {
  padding: 0;
  display: inline-flex;
  margin: 0 0.25rem 0.5rem 0;
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 2.5em;
  margin-bottom: 0.125rem;
}
@media (min-width: 992px)
{.w-lg-300 {
    width: 300px !important;
}}
@media (min-width: 768px)
{.dropdown-menu-lg {
  min-width: 30rem !important;
}}
.p-4 {
  padding: 2rem !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-0 {
  border: 0 !important;
}
@media (max-width: 767.98px) {
  .layout-filter {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .layout-filter > form {
    align-items: flex-start !important;
    flex-direction: column;
    padding: 0.5rem 0 !important;
    flex: 0 0 auto !important;
    width: 100%;
  }
  .layout-filter > form > * {
    padding: 0.25rem 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .layout-filter > form .dropdown-toggle {
    flex: 0 0 auto;
    width: 100%;
  }
  .layout-filter > form .dropdown-toggle .dropdown-btn {
    margin-left: auto;
  }
  .layout-filter > form .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    background-color: transparent;
    padding: 1rem 0 !important;
    margin-top: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.dropdown-toggle {
  white-space: nowrap;
}


button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
.btn-theme {
 color: #428bca!important;
  background-color: #fff!important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
/* .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  color: hsl(240deg, 7%, 78%);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
.dropdown-menu.show {
  display: block;
}

@media (min-width: 768px)
{.dropdown-menu-md {
  min-width: 16rem !important;
}}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.w-300 {
  width: 300px !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-0 {
  border: 0 !important;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0rem;
  margin: 0;
  font-size: 0.875rem;
  color: hsl(240deg, 7%, 78%);
  text-align: left;
  list-style: none;
  background-color: #d3dde7;
  background-clip: padding-box;
  border: 1px solid #bdccdb;
  border-radius: 0.5rem;
}
.form-label {
  font-size: 0.75rem;
  color: hsl(240deg, 7%, 50%);
}

.text-muted {
  color: hsl(240deg, 7%, 50%) !important;
}
.fs-xs {
  font-size: 12px !important;
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(240deg, 7%, 64%);
}

/* range */
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 9px;
  background: #3071a9;
  padding: 1px;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 10px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #616161;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #3760bb;
  background-image: -moz-linear-gradient(top, #bdfade, #3760bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#3760bb));
  background-image: -webkit-linear-gradient(top, #bdfade, #3760bb);
  background-image: -o-linear-gradient(top, #bdfade, #3760bb);
  background-image: linear-gradient(to bottom, #bdfade, #3760bb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
  color: #ffffff;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #616161;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #3760bb;
  background-image: -moz-linear-gradient(top, #b1d1f9, #3760bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#3760bb));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #3760bb);
  background-image: -o-linear-gradient(top, #b1d1f9, #3760bb);
  background-image: linear-gradient(to bottom, #b1d1f9, #3760bb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff3760bb', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #ffffff;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #616161;
}
