@import url(../../../node_modules/react-rangeslider/lib/index.css);
.rangeslider {
  box-shadow: none;
  background: #6a7578;
  border-radius: 25px;
  margin: 0; }
  .rangeslider-horizontal {
    height: 25px; }
  .rangeslider .rangeslider__handle {
    box-shadow: rgba(0, 0, 0, 0.12) 0 0 2px, rgba(0, 0, 0, 0.24) 0 2px 4px;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    outline: none !important; }
    .rangeslider .rangeslider__handle::after {
      display: none; }
  .rangeslider .rangeslider__fill {
    box-shadow: none;
    border-radius: 25px 0 0 25px;
    background-color: #3cafda; }
  .rangeslider.success .rangeslider__fill {
    background-color: #55c58f; }
  .rangeslider.danger .rangeslider__fill {
    background-color: #dd3b4c; }
  .rangeslider.warning .rangeslider__fill {
    background-color: #f3bc27; }
  .rangeslider.info .rangeslider__fill {
    background-color: #37c0c9; }
