
    /* #rangeSlider {
      
    } */

    .range-values {
      font-size: 16px;
      margin-bottom: 20px;
      text-align: center;
    }

    .noUi-connect {
      background: #04a3d3 !important;
    }

    .noUi-handle {
      background-color: #007BFF;
      border-radius: 50%;
      box-shadow: 0 0 4px rgba(0,0,0,0.3);
      top: -6px;
      width: 18px;
      height: 18px;
    }

    button {
      display: block;
      margin: auto;
      padding: 10px 20px;
      background: #007BFF;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    button:hover {
      background: #0056b3;
    }
  