.ts-drawer__overlay{z-index:1000;opacity:0;background:#00000080;transition:opacity .25s;position:fixed;inset:0}.ts-drawer__overlay[data-visible]{opacity:1}@starting-style{.ts-drawer__overlay[data-visible]{opacity:0}}.ts-drawer__sheet{z-index:1001;background:var(--mantine-color-body);box-shadow:var(--mantine-shadow-xl);max-height:calc(100dvh - var(--ts-protected-layout-header-height));border-top-left-radius:1rem;border-top-right-radius:1rem;flex-direction:column;transition:transform .3s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(0)}@starting-style{.ts-drawer__sheet{transform:translateY(100%)}}.ts-drawer__handle-area{cursor:grab;touch-action:none;justify-content:center;padding:.75rem;display:flex}.ts-drawer__handle-area:active{cursor:grabbing}.ts-drawer__handle{background:var(--mantine-color-default-border);border-radius:999px;width:3rem;height:.375rem}.ts-drawer__title{flex-shrink:0;padding:0 1rem .5rem}.ts-drawer__content{flex-direction:column;flex:1;min-height:0;padding:.5rem 1rem;display:flex;overflow-y:auto}.ts-drawer__list{flex-direction:column;margin:0 -1rem;display:flex}.ts-drawer__divider{background:var(--mantine-color-default-border);height:1px;margin:.5rem 0}.ts-drawer__item{width:100%;color:var(--mantine-color-dimmed);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:background .15s;display:flex}.ts-drawer__item:active:not(:disabled){background:var(--mantine-color-default-hover)}.ts-drawer__item:disabled{opacity:.5;cursor:not-allowed}.ts-drawer__item[data-color=red]{color:var(--mantine-color-red-6)}.ts-drawer__item-icon{color:inherit;align-items:center;display:flex}.ts-drawer__item-label{flex:1}.ts-drawer__item-right{align-items:center;display:flex}
