/* Customize the ball ticker */
.video-player::-webkit-media-controls-timeline::-webkit-media-slider-thumb {
    background-color: red; /* Change the color of the ball ticker to red */
}

/* Customize the current time */
.video-player::-webkit-media-controls-current-time-display {
    color: grey; /* Change the color of the current time to grey */
}

/* Customize the total time */
.video-player::-webkit-media-controls-time-remaining-display {
    color: red; /* Change the color of the total time to red */
}
