@import "tailwindcss/base";
@import "../../deps/petal_components/assets/default.css";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

/* This file is for your main application CSS */
.inner-container {
	width:100%;
}

/* Tab button styling for Update Statistics filters */
.tab-btn {
	@apply px-3 py-1 rounded text-sm font-medium border border-gray-300 bg-white text-gray-700 hover:bg-gray-50 transition-colors;
}

.tab-btn.active {
	@apply bg-blue-600 text-white border-blue-600 hover:bg-blue-700;
}
