:host{
    @apply w-full block;
}

button{
    @apply rounded-full border-0 bg-gray-600 h-8 w-8 flex justify-center items-center;
    @apply text-white;
}

button.active{
    @apply bg-secondary;
    @apply text-gray-800 cursor-default;
}

button:disabled{
    @apply opacity-70;
}