    .noUi-tooltip {
      display: none !important;
    }
    
    .noUi-connect {
        background: #ff9d3d;
    }
    
    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        right: -17px;
        top: -8px;
        border-radius: 100%;
    }
    .noUi-touch-area{
        cursor: pointer;
    }
    
    .noUi-handle:after, .noUi-handle:before{
        display:none;
    }
    
    .noUi-horizontal {
        height: 10px;
    }