/* TaxAI Ver.133.4 Sidebar Fixed + Shell Top */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

body.taxai-common-sidebar-enabled {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

body.taxai-common-sidebar-enabled .taxai-common-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    width: 290px !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    z-index: 1000 !important;
    margin: 0 !important;
    transform: none !important;
}

body.taxai-common-sidebar-enabled > .taxai-shell {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    margin-left: 290px !important;
    padding-top: 0 !important;
    width: calc(100vw - 290px) !important;
    min-height: 100vh !important;
    box-sizing: border-box !important;
}

body.taxai-common-sidebar-enabled > .taxai-shell > main.taxai-main,
body.taxai-common-sidebar-enabled main.taxai-main,
main.taxai-main,
.taxai-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 100vh !important;
}

.taxai-main > .taxai-header:first-child,
main.taxai-main > .taxai-header:first-child {
    margin-top: 0 !important;
}
