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

#sidebar_primary_menu .kt-menu-icon svg {
    width: 16px !important;
    height: 16px !important;
}

#sidebar_primary_menu .kt-menu-icon {
    line-height: 1;
}

.swal2-container {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}

html,
body {
    height: 100% !important;
    min-height: 100% !important;
}

body.swal2-shown {
    overflow: hidden !important;
    padding-right: 0 !important;
}