/* cmsms stylesheet: css-fire modified: 06/23/25 11:13:10 */
.owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.owl-dot {
    width: 15px;
    height: 15px;
    background: #eee;
    border-radius: 50%;
}
.owl-dot.active {
    background: #222;
}
#fir .owl-dot.active {
    background: #d70912;
}
