[dusk="content"], [dusk="content"] > div:nth-child(2), [dusk="content"] > div:nth-child(1) {
    height: 100vh !important;
    overflow: auto;
}
html:not(.dark) [dusk="content"] > div:nth-child(1) {
    background-color: white !important;
    box-shadow: -8px 0px 20px 0px #9999991f;
}
html.dark [dusk="content"] > div:nth-child(1) {
    background-color: #081023 !important;
    box-shadow: -8px 0px 20px 0px #2222221f;
}
/* [dusk="content"] > div:nth-child(2) {
    background-color: rgba(var(--colors-gray-100)) !important;
    height: 100vh !important;
} */
/* body {
    background-color: white !important;
} */
header {
    border-bottom: solid 1px #e8e5e5;
}
.sidebar-menu a {
    padding: 8px;
}

header .h-6 {
    height: 3.5rem;
}
