#timeline-slider {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.timeline-slider-wrapper {
    height: 3px;
    background-color: #d7dede;
    position: relative;
    width: 95%;
    display: inline-block;
}

.timeline-slider-wrapper .dot {
    float: left;
    position: relative;
    left: 0;
    top: -5px;
    width: 8.815%;
    cursor: pointer;
    height: 20px;
}

.timeline-slider-wrapper .dot:first-child {
    margin-left: 0;
}

.timeline-slider-wrapper .dot::before {
    content: attr(data-labeltop);
    position: absolute;
    top: -24px;
    left: -5px;
    width: 140px;
    /* transform: rotateZ(
    -45deg
    ); */
    display: block;
    font-weight: bold;
    color: #686868;
    font-size: 13px;
}

.timeline-slider-wrapper .dot::after {
    content: ' ';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #d7dede;
    border-radius: 50%;
    cursor: pointer;
}

#timeline-slider .slider {
    display: none;
}

#timeline-slider .slider-thumb {
    position: absolute;
    height: 25px;
    width: 25px;
    left: 0;
    border-radius: 50%;
    background: #0c4775;
    border: 2px solid #d7dede;
    cursor: pointer;
    margin-top: -13px;
}

.timeline-slider-control {
    width: 5%;
    float: left;
    display: inline-block;
}

.timelinePlay,
.timelineStop {
    background: #cfb79b;
    color: white;
    float: right;
    margin-right: 15px;
    margin-top: -7px;
}