@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
    .hidden-select{
        visibility: hidden;
    }
}