.news-ai-drag-slider {
    height: 10px;
}
    .news-ai.range-label {
        position: relative;
        font-size: 12px;
        font-weight: 500;
        width:100%;
        text-align:center;
        color: #333;
        z-index: 99;
    }
    .news-ai-drag-slider .slider-container {
        background-color: #C4C4C4 !important;
        border-radius: 10px;
    }

    .news-ai-drag-slider .slider {
        position: absolute;
        border: 1px solid #AAB;
        /*background: #BCE;*/
        /*border: 1px solid #2DBF65;*/
        background: #2DBF65 !important;
        height: 100%;
        width: 58px;
        top: 0px;
        cursor: move;
        /*margin:-0.5px;*/
    }

        .news-ai-drag-slider .slider .handle {
            position: absolute;
            height: 9px;
            width: 9px;
            border: 2px solid darkgray;
            background: #9AC;
            /* Support for bootstrap */
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .news-ai-drag-slider .slider .EE {
            right: -4px;
            cursor: e-resize;
        }

        .news-ai-drag-slider .slider .WW {
            cursor: w-resize;
            left: -4px;
        }

        .news-ai-drag-slider .slider .EE, .slider .WW {
            top: 50%;
            margin-top: -4px;
        }

    .news-ai-drag-slider .play-container .button {
        fill-opacity: 0.0;
        stroke: #AAB;
        stroke-width: 1.6;
        display: none;
    }

    .news-ai-drag-slider .play-container .play, .news-ai-drag-slider .play-container .stop {
        fill: #BCE;
        stroke: #AAB;
        stroke-width: 1;
        display: none;
    }
