.base-btn.base-action {
	display: inline-flex;
	height: 1.75rem;
	width: 1.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.base-btn.base-action:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(222 222 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(107 107 255 / var(--tw-text-opacity));
}
.base-btn.base-action:disabled {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(180 180 198 / var(--tw-text-opacity));
}
.base-btn.base-action .bb-icon {
	--tw-text-opacity: 1;
	color: rgb(67 67 255 / var(--tw-text-opacity));
}
