.but1.active,.but2.active,.but3.active,.but4.active,.but5.active{background-color:#8992a3;color:#fff;border:none;border-radius:50px;padding-right:20px;display:flex;align-items:center;cursor:pointer;transition:background-color .3s ease}.but1.active:hover,.but2.active:hover,.but3.active:hover,.but4.active:hover,.but5.active:hover{background-color:#323232}.but1.active::after,.but2.active::after,.but3.active::after,.but4.active::after,.but5.active::after{content:"";width:10px;height:10px;background-color:#fcd800;border-radius:50%;position:absolute;right:15px}.but1:not(.active),.but2:not(.active),.but3:not(.active),.but4:not(.active),.but5:not(.active){background-color:#dee4e7;box-shadow:none;border:none;color:#9ea9b6;border-radius:50px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.but1:not(.active):hover,.but2:not(.active):hover,.but3:not(.active):hover,.but4:not(.active):hover,.but5:not(.active):hover{background-color:#323232;color:white;border-radius:50px;transition:background-color .3s ease,color .01s ease}