/* Change color of the default dot by replacing the hex code*/
.e-slider-dot {
    height: 0.5rem;
    width: 0.5rem;
    background-color: var(--bg-secondary)
}
/* Change color of the active dot by replacing the hex code*/
.e-slider-dot.e-active {
    height: 0.5rem;
    width: 0.5rem;
    background-color: var(--text-primary)
}

