.panel{display:flex;flex:1;flex-direction:column;height:100%;min-width:0;padding-top:var(--safe-area-inset-top);position:relative;width:100%}.panel--centered{min-height:100%}.panel--centered .panel__body{align-items:center;justify-content:center;padding-bottom:calc(var(--panel-padding-x) + var(--safe-area-inset-bottom));padding-top:var(--panel-padding-x)}.panel__scrollbar,.panel__scrollbar>.scrollbar__inner{display:flex;flex:1;flex-direction:column;width:100%}.panel-title{margin-bottom:var(--panel-title-margin);min-height:var(--lh-3xl)}:where(.panel-header){padding:0 var(--header-padding-x)}.panel-header{min-height:var(--header-height)}.panel-secondary-header{position:relative}.panel__body{padding-inline:var(--panel-padding-x);padding-bottom:calc(var(--panel-padding-y) + var(--safe-area-inset-bottom));padding-top:var(--panel-padding-y);position:relative}.panel__body,.panel__body .empty-data{display:flex;flex:1;flex-direction:column}.panel__body .empty-data{align-items:center;align-self:center;height:100%;justify-content:center;justify-self:center;margin:auto;text-align:center;width:100%}:is(.panel__body .empty-data) .v-kbd--secondary{color:inherit}@media(max-width:47.999rem){.mobile .panel:not(.panel--centered) .panel__body{padding-bottom:calc(var(--button-floating-height) + var(--floating-drawer-margin) + var(--panel-padding-y) + var(--safe-area-inset-bottom))}}
