.slide-dots{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#333;border-radius:25px}.dot{background-color:#fff;border-radius:50%;transition:background-color .3s}.dot.active{background-color:#1abc9c}