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

body {
    min-height: 100vh;
    /* background:
        linear-gradient(rgba(1, 85, 91, 0.92), rgba(1, 85, 91, 0.96)),
        url("https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat fixed; */
}

.sidebar_zindex {
    z-index: 999999;
}