
.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
    .dragdealer .red-bar {
        width: 100px;
        height: 30px;
        background: #820000;
        color: #FFF;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        border-radius:20% !important;
    }
.dragdealer .disabled {
  background: #898989;
}


@media (max-width: 800px) {
}