.calendar-event-card-container{height:100%;width:100%;overflow:hidden;padding:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-event-card-container .calendar-event-card-content{position:relative;z-index:2;color:#3b3b3b}.calendar-event-card-container.show-dashed:before{background-image:repeating-linear-gradient(135deg,#fff,#fff 10px,#bfeede 0,#bfeede 20px);background-color:unset!important}.calendar-event-card-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:1;z-index:1}.calendar-event-card-container.color-success:before{background-color:#bfeede}.calendar-event-card-container.color-primary:before{background-color:var(--v-primary-base)}.calendar-event-card-container.color-primary .calendar-event-card-content{color:#fff!important}.calendar-event-card-container.color-info:before{background-color:#e2ebff}.calendar-event-card-container.color-secondary:before{background-color:var(--v-secondary-base)}.calendar-event-card-container.color-warning:before{background-color:var(--v-warning-base)}.app-calendar-container{margin:0 10px 0 0;max-height:100%;height:100%;overflow:scroll;position:relative}.app-calendar-container .p-relative{height:100%}.app-calendar-container .move-btns svg{transform:scale(.8);stroke:var(--v-primary-base)}.app-calendar-container .move-btns .left{min-width:28px!important;border-top-left-radius:6px;border-bottom-left-radius:6px}.app-calendar-container .move-btns .right{min-width:28px!important;border-top-right-radius:6px;border-bottom-right-radius:6px}.app-calendar-container .v-calendar{padding:10px 0;position:absolute;top:0;bottom:10px;left:0;right:0;height:auto!important;border-left:none!important;border-top:none!important}.app-calendar-container .v-calendar .v-calendar-daily__head{position:absolute;top:0;left:0;right:1px}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily__intervals-head{border-right:none!important}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily__intervals-head:after{content:none!important}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily_head-day{border-right:none!important}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily_head-day.v-present .v-calendar-daily_head-weekday{position:relative;z-index:2;color:#fff!important}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily_head-day.v-present .v-calendar-daily_head-day-label{position:relative;z-index:1}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily_head-day .v-calendar-daily_head-weekday{transform:translateY(15px)}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily_head-day .v-calendar-daily_head-day-label .v-btn{border-radius:4px!important;transform:translateY(-10px);padding-top:12px}.app-calendar-container .v-calendar .v-calendar-daily__head .v-calendar-daily_head-day .v-calendar-daily_head-day-label .v-btn .v-btn__content{font-size:1.1rem;font-weight:700}.app-calendar-container .v-calendar .v-event-timed-container{margin-right:0!important}.app-calendar-container .v-calendar .v-calendar-daily__interval:after{content:none!important}.app-calendar-container.desktop-calendar .v-calendar-daily__body{margin-top:69px}.app-calendar-container .v-current-time{height:2px;background-color:#ea4335;position:absolute;left:-1px;right:0;pointer-events:none}.app-calendar-container .v-current-time.first:before{content:"";position:absolute;background-color:#ea4335;width:12px;height:12px;border-radius:50%;margin-top:-5px;margin-left:-6.5px}.app-calendar-container .v-event-timed{background-color:unset!important}.app-calendar-container .v-event-timed .v-event-drag-bottom{position:absolute;left:0;right:0;bottom:0;height:8px;cursor:ns-resize}.app-calendar-container .v-event-timed .v-event-drag-bottom:after{display:none;position:absolute;left:50%;height:4px;border-top:1.5px solid #fff;border-bottom:1.5px solid #fff;width:16px;margin-left:-8px;opacity:.8;content:""}.app-calendar-container .v-event-timed .v-event-drag-bottom:hover:after{display:block}.app-calendar-container .v-event-timed .v-event-drag-bottom.color-success:after{border-color:var(--v-success-base)!important}.app-calendar-container .v-event-timed .v-event-drag-bottom.color-primary:after{border-color:var(--v-primary-base)!important}.app-calendar-container .v-event-timed .v-event-drag-bottom.color-info:after{border-color:var(--v-info-base)!important}.app-calendar-container .v-event-timed .v-event-drag-bottom.color-secondary:after{border-color:var(--v-secondary-base)!important}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table{height:auto}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table{display:flex;flex-direction:column}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table thead{display:flex;justify-content:center}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table thead tr{width:100%;display:inline-flex;justify-content:space-between}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table thead tr th{width:100%}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table tbody{display:flex;overflow:hidden}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table tbody tr{display:flex;width:100%;justify-content:space-between;flex:1 0 100%}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-table table tbody tr td{display:flex;width:100%;justify-content:center}.app-calendar-container .mobile-picker .v-picker__body .v-date-picker-header{display:none}.theme--light.v-calendar-events .v-event-timed{border:1px solid!important}.theme--light.v-calendar-events .v-event-more{background-color:#fff}.theme--light.v-calendar-events .v-event-more.v-outside{background-color:#f7f7f7}.theme--dark.v-calendar-events .v-event-timed{border:1px solid!important}.theme--dark.v-calendar-events .v-event-more{background-color:#303030}.theme--dark.v-calendar-events .v-event-more.v-outside{background-color:#202020}.v-calendar .v-event{line-height:20px;margin-right:-1px;border-radius:4px}.v-calendar .v-event,.v-calendar .v-event-more{position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;cursor:pointer;z-index:1}.v-calendar .v-event-more{font-weight:700}.v-calendar .v-event-timed-container{position:absolute;top:0;bottom:0;left:0;right:0;margin-right:10px;pointer-events:none}.v-calendar .v-event-timed{position:absolute;white-space:nowrap;text-overflow:ellipsis;font-size:12px;cursor:pointer;border-radius:4px;pointer-events:all}.v-calendar .v-event-summary{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday{margin-right:-1px}.v-calendar.v-calendar-events .v-calendar-weekly__day{overflow:visible;margin-right:-1px}.theme--light.v-calendar-weekly{background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:rgba(0,0,0,.38)}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#f7f7f7}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:#f1f3f4;border-right:1px solid #e0e0e0}.theme--light.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#f7f7f7}.theme--light.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:#f1f3f4;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--dark.v-calendar-weekly{background-color:#303030;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:hsla(0,0%,100%,.5)}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#202020}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:#202020;border-right:1px solid #9e9e9e}.theme--dark.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#202020}.theme--dark.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:#202020;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.v-calendar-weekly{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.v-calendar-weekly__head{display:flex}.v-calendar-weekly__head,.v-calendar-weekly__head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-calendar-weekly__head-weekday{flex:1 0 20px;padding:0 4px 0 4px;font-size:11px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.v-calendar-weekly__head-weeknumber{position:relative;flex:0 0 24px}.v-calendar-weekly__week{display:flex;flex:1;height:unset;min-height:0}.v-calendar-weekly__weeknumber{display:flex;flex:0 0 24px;height:unset;min-height:0;padding-top:14.5px;text-align:center}.v-calendar-weekly__weeknumber>small{width:100%!important}.v-calendar-weekly__day{flex:1;width:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:0 0 0 0;min-width:0}.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month{color:currentColor}.v-calendar-weekly__day-label{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-shadow:none;text-align:center;margin:4px 0 0 0}.v-calendar-weekly__day-label .v-btn{font-size:12px;text-transform:none}.v-calendar-weekly__day-month{position:absolute;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:none;top:0;left:36px;height:32px;line-height:32px}.theme--light.v-calendar-daily{background-color:#fff;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#e0e0e0;background:linear-gradient(90deg,transparent,#e0e0e0)}.theme--light.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:rgba(0,0,0,.38)}.theme--light.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#424242}.theme--light.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.theme--light.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #e0e0e0}.theme--dark.v-calendar-daily{background-color:#303030;border-left:1px solid #9e9e9e;border-top:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#9e9e9e;background:linear-gradient(90deg,transparent,#9e9e9e)}.theme--dark.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:hsla(0,0%,100%,.5)}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#eee}.theme--dark.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.theme--dark.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #9e9e9e}.v-calendar-daily{display:flex;flex-direction:column;overflow:hidden;height:100%}.v-calendar-daily__head{flex:none;display:flex}.v-calendar-daily__intervals-head{flex:none;position:relative}.v-calendar-daily__intervals-head:after{position:absolute;bottom:0;height:1px;left:0;right:0;content:""}.v-calendar-daily_head-day{flex:1 1 auto;width:0;position:relative}.v-calendar-daily_head-weekday{padding:3px 0 0 0;font-size:11px;text-transform:uppercase}.v-calendar-daily_head-day-label,.v-calendar-daily_head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.v-calendar-daily_head-day-label{padding:0 0 3px 0;cursor:pointer}.v-calendar-daily__body{flex:1 1 60%;overflow:hidden;display:flex;position:relative;flex-direction:column}.v-calendar-daily__scroll-area{overflow-y:scroll;flex:1 1 auto;display:flex;align-items:flex-start}.v-calendar-daily__pane{width:100%;overflow-y:hidden;flex:none;display:flex;align-items:flex-start}.v-calendar-daily__day-container{display:flex;flex:1;width:100%;height:100%}.v-calendar-daily__intervals-body{flex:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-calendar-daily__interval{text-align:right;padding-right:8px;border-bottom:none;position:relative}.v-calendar-daily__interval:after{width:8px;position:absolute;height:1px;display:block;content:"";right:0;bottom:-1px}.v-calendar-daily__interval-text{display:block;position:relative;top:-6px;font-size:10px;padding-right:4px}.v-calendar-daily__day{flex:1;width:0;position:relative}.theme--light.v-calendar-category .v-calendar-category__column,.theme--light.v-calendar-category .v-calendar-category__column-header{border-right:1px solid #e0e0e0}.theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__head,.theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body,.theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head{background:#fff}.theme--dark.v-calendar-category .v-calendar-category__column,.theme--dark.v-calendar-category .v-calendar-category__column-header{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__head,.theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body,.theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head{background:#303030}.v-calendar-category{overflow:auto;position:relative}.v-calendar-category .v-calendar-category__category{text-align:center}.v-calendar-category .v-calendar-daily__day-container{width:-webkit-min-content;width:-moz-min-content;width:min-content}.v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns{position:absolute;height:100%;width:100%;top:0}.v-calendar-category .v-calendar-daily__day-body{display:flex;flex:1;width:100%;height:100%}.v-calendar-category .v-calendar-daily__head{flex-direction:row;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%;position:sticky;top:0;z-index:2}.v-calendar-category .v-calendar-daily_head-day{width:auto;position:unset}.v-calendar-category .v-calendar-daily__intervals-head{position:sticky;left:0;top:0;z-index:2}.v-calendar-category .v-calendar-daily_head-weekday{position:sticky;left:50%;width:50px}.v-calendar-category .v-calendar-daily_head-day-label{width:56px;position:sticky;left:50%}.v-calendar-category .v-calendar-daily__day{min-width:200px}.v-calendar-category .v-calendar-daily__intervals-body{position:sticky;left:0;z-index:1}.v-calendar-category .v-calendar-daily__interval:last-of-type:after{display:none}.v-calendar-category .v-calendar-daily__body{overflow:visible}.v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area{overflow-y:visible;flex:none}.v-calendar-category .v-calendar-daily__pane{overflow-y:visible}.v-calendar-category .v-calendar-category__columns{display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%}.v-calendar-category .v-calendar-category__columns .v-calendar-category__column,.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{flex:1 1 auto;width:0;position:relative}.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{min-width:200px}.calendar-event-action-container{border-bottom:1px solid rgba(0,0,0,.15)}.event-actions-card{position:fixed}.event-actions-card .arrow{position:absolute;height:32px;width:32px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABECAYAAADgHze4AAAABGdBTUEAALGPC/xhBQAAAWRJREFUaAXt2UEKwjAQhWGrlxFcCR7IExT0lC4EQRC8jNaJKLRN2kyS9yabFoI0Dfk/uyhoV6vlWO5AxTvQdV1bLS/xk4yuCuAfrwLox80B47gpIBQ3A0zFTQBzcTogFqcCNHEaQBunAFLicEBqHArIicMAuXEIoCReDCiNFwEQ8WwAKp4FQMaTAeh4EoARVwNYcRWAGY8C2PFZgFxs3QL20YR+GEj0IPMXGZvQdeScB5D4WgJ3GTtkaGovFxsfW5kwibtwCLAfi5jnIQCz5+0dAty8VcSJEOApvQexOdjaAzRN85YVRxmvwUrSiQdwHUFc5eNMauq3lWfC918M5tMwqmEjogC3gIlQAZgINYCFSAIwEMkANCILgERkA1CIIgACUQwoRUAAJQgYIBcBBeQg4IBUBAWQgqABtAgqQIOgA2IIE8AcwgwwhTAFhBDmgDGiCqCPqAb4Ieq9uq36zZd4/w58AGvVeFs/WWvhAAAAAElFTkSuQmCC)}.event-actions-card .arrow.bottom-right,.event-actions-card .arrow.right,.event-actions-card .arrow.top-right{transform:translate(12px,8px) rotate(135deg);left:0;right:unset}.event-actions-card .arrow.bottom-left,.event-actions-card .arrow.left,.event-actions-card .arrow.top-left{transform:rotate(-45deg) translateX(-16px);right:0;left:unset}.event-actions-card .arrow.top{transform:rotate(45deg) translateX(-50%);top:unset;bottom:0;left:50%}.event-actions-card .arrow.bottom{transform:rotate(225deg) translateX(-50%);top:0;bottom:unset;left:50%}.event-actions-card .arrow.bottom-left,.event-actions-card .arrow.bottom-right{bottom:32px}.event-actions-card .actions-list{background-color:#fff;border-radius:4px;box-shadow:0 0 10px 2px rgba(38,117,236,.15)!important}.event-actions-card .actions-list.bottom-right,.event-actions-card .actions-list.right,.event-actions-card .actions-list.top-right{margin-left:16px}.event-actions-card .actions-list.bottom-left,.event-actions-card .actions-list.left,.event-actions-card .actions-list.top-left{margin-right:16px}.event-actions-card .actions-list.top{margin-bottom:16px}.event-actions-card .actions-list.bottom{margin-top:16px}.event-actions-card .actions-list .action-list-title{background-color:#f5f5f5!important;color:#3b3b3b!important;border-top-left-radius:4px;border-top-right-radius:4px}.calendar-event-action-list-card{border-radius:12px 12px 0 0}.private-lesson-card-container{box-shadow:0 5px 20px rgba(0,0,0,.05)}.program-card-container{gap:20px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.05)!important}.program-card-container .program-subtitle,.program-card-container .subtitle{font-size:12px!important;color:#3b3b3b!important;font-weight:500!important}.theme--light.v-badge .v-badge__badge:after{border-color:#fff}.theme--dark.v-badge .v-badge__badge:after{border-color:#1e1e1e}.v-badge{position:relative}.v-badge,.v-badge__badge{display:inline-block;line-height:1}.v-badge__badge{border-radius:10px;color:#fff;font-size:12px;height:20px;letter-spacing:0;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;top:auto;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-application--is-ltr .v-badge__badge{right:auto}.v-application--is-rtl .v-badge__badge{left:auto}.v-badge__badge .v-icon{color:inherit;font-size:12px;height:12px;margin:0 -2px;width:12px}.v-badge__badge .v-img{height:12px;width:12px}.v-badge__wrapper{flex:0 1;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-badge--avatar .v-badge__badge{padding:0}.v-badge--avatar .v-badge__badge .v-avatar{height:20px!important;min-width:0!important;max-width:20px!important}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-width:2px;border-style:solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.15)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--icon .v-badge__badge{padding:4px 6px}.v-badge--inline{align-items:center;display:inline-flex;justify-content:center}.v-badge--inline .v-badge__badge,.v-badge--inline .v-badge__wrapper{position:relative}.v-badge--inline .v-badge__wrapper{margin:0 4px}.v-badge--tile .v-badge__badge{border-radius:0}.program-players-check-in-container .v-btn-toggle .v-btn{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.program-players-check-in-container .v-btn-toggle .v-btn .v-btn__content{font-size:12px}.tabs-container{position:relative}.tabs-container .v-tabs{position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:2;box-shadow:0 0 10px 2px rgba(38,117,236,.15)!important}.tabs-container .v-tabs.flat{box-shadow:none!important}.tabs-container .v-tabs .v-slide-group__prev{display:none!important}.tabs-container .v-tabs .v-tabs-bar__content{justify-content:center}.tabs-container .v-tabs-items.full-height{position:absolute;top:0;left:0;right:0;bottom:0}.tabs-container .v-tabs-items.full-height .v-window__container{height:100%}.tabs-container .v-tabs-items.full-height .v-window__container .v-window-item{height:100%;overflow-y:auto}