:root{
    --bg-color: #ffffff;
    --container-color: #6B6B6B;
    --container-color-2: #93BCFF1F;
    --container-color-3: #bbb8b879;
    --container-color-4: #93BCFF1F;
    --headings-color: #A49966;
    --disabled-color: #605C4E;
    --dark-color: #043873;
    --min-color: #FFB901;
    --text-color-1: #A1A1A1;
    --btn-color: #4285F4;
    --normal-color: #000000;
    --range-bg-color: #00000026;
}

.text-color-13{
    color: var(--text-color-1);
    font-size: 16px;
}
.text-color-14{
    color: var(--normal-color);
    font-size: 14px;
}

.text-color-15{
    color: var(--text-color-1);
    font-size: 14px;
    vertical-align: baseline;
}

.text-color-16{
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 600;
}

.text-color-17{
  color: var(--container-color);
  font-size: 10px;
}

.dropdown{
    height: 32px;
    width: 86px;
    color: var(--text-color-1);
    font-size: 14px;
    border: none;
    box-shadow: 0 4px 10px var(--text-color-1);
    border-radius: 4px;
    background-color: var(--bg-color);
}

table{
    border: 1px solid var(--text-color-1);
}

.no-border-bottom td {
    border-bottom: none !important;
}

#categoryArrow, #brandArrow, #priceArrow{
    transition: transform 0.6s ease;
  }

  .clear, .reset{
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--bg-color);
    border: none;
  }

  .clear:hover{
    text-decoration: none;
    color: var(--dark-color);
  }

  #filter-sidebar {
  min-width: 250px; 
  flex-shrink: 0;
  overflow: auto; 
}



input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 80%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}


input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}


input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background-color: #3264fe;
  cursor: pointer;
  margin-top: -6px;
  pointer-events: auto;
  border-radius: 50%;
} 
input[type="range"]::-moz-range-thumb {
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
  border: none;
}

.container{
  top: 27px;
  position: relative;
}
 
.min-price, .max-price{
  width: 75px;
  height: 30px;
  background-color: var(--bg-color);
  box-shadow: 0px 0px 5px #7e7e7e;
  border: none;
  border-radius: 5px;
}

.price-button{
  position: relative;
  top: 50px;
}

.reset{
  position: relative;
  top: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-container{
  position: relative;
  
}













 
