.form-range::-webkit-slider-thumb {
  background-color: #9b7d69 !important;
}

.form-range::-moz-range-thumb {
  background-color: #9b7d69 !important;
}

@media print {
  .sidebar {
    display: none;
  }
}