/*!
 * @quasar/quasar-ui-qcalendar v4.1.2
 * (c) 2025 Jeff Galbraith <jeff@quasar.dev>
 * Released under the MIT License.
 */.q-calendar{position:relative;display:flex;flex-direction:column;width:100%;min-width:auto;overflow:hidden}.q-calendar__bordered{border:var(--calendar-border)}.q-calendar__button{display:inline-block;flex-direction:row;align-items:center;position:relative;outline:0;border:0;vertical-align:middle;padding:0;font-size:0.75em;line-height:1.715em;text-decoration:none;color:inherit;background:transparent;text-transform:uppercase;text-align:center;width:auto;height:auto;min-height:2em;min-width:2em;will-change:background;transition:background 0.3s}.q-calendar__button--rounded{border-radius:6px}.q-calendar__button--round{border-radius:50%}.q-calendar__button--bordered{border:var(--calendar-border)}.q-calendar__left{text-align:left!important;justify-content:flex-start}.q-calendar__center{text-align:center!important;justify-content:center}.q-calendar__right{text-align:right!important;justify-content:flex-end}.q-calendar__justify{justify-content:space-between!important}.q-calendar__header--inline{display:flex;flex:1 0 0;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.q-calendar__ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.q-calendar__overflow-wrap{overflow-wrap:break-word;overflow:hidden}.q-calendar__parent{transition:transform 0.3s;border:solid currentColor;border-width:0 2px 2px 0;display:inline-block;padding:2px;width:2px;height:2px;cursor:pointer}.q-calendar__parent--expanded{margin:0 2px;transform:rotate(-135deg)}.q-calendar__parent--collapsed{margin:0 2px;transform:rotate(45deg)}.q-calendar__child{position:relative;transition:max-height 0.28s linear}.q-calendar__child--expanded{max-height:800px;height:auto}.q-calendar__child--collapsed{max-height:0;overflow-y:hidden}.q-calendar__focusable,.q-calendar__hoverable,.q-calendar__manual-focusable{outline:0}.q-calendar__focus-helper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border-radius:inherit;opacity:0;transition:background-color 0.3s cubic-bezier(0.25,0.8,0.5,1),opacity 0.4s cubic-bezier(0.25,0.8,0.5,1)}.q-calendar__focus-helper:after,.q-calendar__focus-helper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border-radius:inherit;transition:background-color 0.3s cubic-bezier(0.25,0.8,0.5,1),opacity 0.6s cubic-bezier(0.25,0.8,0.5,1)}.q-calendar__focus-helper:before{background:#000}.q-calendar__focus-helper:after{background:#fff}.q-calendar__focus-helper--rounded{border-radius:6px}.q-calendar__focus-helper--round{border-radius:50%}.q-calendar__focusable:focus>.q-calendar__focus-helper,.q-calendar__hoverable:hover>.q-calendar__focus-helper,.q-calendar__manual-focusable--focused>.q-calendar__focus-helper{background:currentColor;opacity:0.15}.q-calendar__focusable:focus>.q-calendar__focus-helper:before,.q-calendar__hoverable:hover>.q-calendar__focus-helper:before,.q-calendar__manual-focusable--focused>.q-calendar__focus-helper:before{opacity:0.1}.q-calendar__focusable:focus>.q-calendar__focus-helper:after,.q-calendar__hoverable:hover>.q-calendar__focus-helper:after,.q-calendar__manual-focusable--focused>.q-calendar__focus-helper:after{opacity:0.4}.q-calendar__focusable:focus>.q-calendar__focus-helper,.q-calendar__manual-focusable--focused>.q-calendar__focus-helper{opacity:0.22}.q-calendar .disabled,.q-calendar .disabled *,.q-calendar [disabled],.q-calendar [disabled] *{outline:0!important;cursor:not-allowed!important}.q-calendar .disabled,.q-calendar [disabled]{opacity:0.6!important}.q-calendar{color:var(--calendar-color);background:var(--calendar-background)}.q-calendar .q-calendar__scroll::-webkit-scrollbar{width:var(--calendar-scrollbar-width-height);height:var(--calendar-scrollbar-width-height)}.q-calendar .q-calendar__scroll::-webkit-scrollbar-track{background:var(--calendar-scrollbar-track);box-shadow:inset 0 0 4px var(--calendar-scrollbar-track)}.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner{background:var(--calendar-scrollbar-track)}.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb{background:var(--calendar-scrollbar-thumb);border-radius:5px}.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover{background:var(--calendar-scrollbar-thumb-hover)}.body--dark div.q-calendar,.q-calendar--dark.q-calendar,.q-dark div.q-calendar{color:var(--calendar-color-dark);background:var(--calendar-background-dark)}.body--dark div.q-calendar__bordered,.q-calendar--dark.q-calendar__bordered,.q-dark div.q-calendar__bordered{border:var(--calendar-border-dark)}.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar,.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar,.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar{width:var(--calendar-scrollbar-width-height);height:var(--calendar-scrollbar-width-height)}.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-track,.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-track,.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-track{background:var(--calendar-scrollbar-track-dark);box-shadow:inset 0 0 4px var(--calendar-scrollbar-track-dark)}.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner,.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner,.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner{background:var(--calendar-scrollbar-track-dark)}.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb,.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb,.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb{background:var(--calendar-scrollbar-thumb-dark);border-radius:5px}.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover,.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover,.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover{background:var(--calendar-scrollbar-thumb-hover-dark)}.q-calendar-scheduler{display:flex;flex:1;flex-direction:column;flex-wrap:nowrap;height:100%;width:100%}.q-calendar-scheduler__head{position:relative;flex:none}.q-calendar-scheduler__head,.q-calendar-scheduler__head--resources{display:flex;flex-direction:row}.q-calendar-scheduler__head--days__body{position:relative;display:flex;flex-direction:row;flex:10000 1 0%;-webkit-user-select:none;user-select:none}.q-calendar-scheduler__head--days__column{position:relative;display:flex;flex-direction:column;flex:1 1 100%;-webkit-user-select:none;user-select:none}.q-calendar-scheduler__head--days__weekdays{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;-webkit-user-select:none;user-select:none;font-size:1rem}.q-calendar-scheduler__head--days__event{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;height:auto}.q-calendar-scheduler__head--days__events{position:absolute;display:flex;flex-direction:row;flex-wrap:nowrap;bottom:0;left:0;right:0}.q-calendar-scheduler__head--day{position:relative;flex:1 1 100%;flex-wrap:nowrap;overflow:hidden;width:0;outline:0}.q-calendar-scheduler__head--day__event{position:relative;flex:1 1 auto;flex-wrap:nowrap;overflow:hidden}.q-calendar-scheduler__column-header--after,.q-calendar-scheduler__column-header--before,.q-calendar-scheduler__head--date,.q-calendar-scheduler__head--weekday{display:flex;flex-wrap:nowrap;-webkit-user-select:none;user-select:none;font-size:1rem}.q-calendar-scheduler__head--date,.q-calendar-scheduler__head--weekday{margin:2px;flex:1 0 0}.q-calendar-scheduler__head--day__label{-webkit-user-select:none;user-select:none;cursor:pointer}.q-calendar-scheduler__body{flex:1 1 60%;overflow:hidden;display:flex;position:relative}.q-calendar-scheduler__scroll-area{overflow:auto;flex:1 1 auto;display:flex;align-items:flex-start}.q-calendar-scheduler__pane{width:100%;overflow:hidden;flex:none;display:flex;align-items:flex-start}.q-calendar-scheduler__day--container{position:relative;display:flex;flex:1;flex-direction:column}.q-calendar-scheduler__resources--column{position:relative;display:flex;flex-direction:column;flex:1 1 100%;-webkit-user-select:none;user-select:none}.q-calendar-scheduler__resource,.q-calendar-scheduler__resource--interval{position:relative;display:flex;align-items:center;outline:0}.q-calendar-scheduler__resource--interval{text-align:left;vertical-align:middle}.q-calendar-scheduler__resource--section{position:relative;display:flex;align-items:center;text-align:left;vertical-align:middle;outline:0}.q-calendar-scheduler__resource--text{position:relative;display:block;font-size:12px;text-align:left;margin-left:2px}.q-calendar-scheduler__resource--row{position:relative;display:flex;flex:1 0 100%}.q-calendar-scheduler__resource--days{flex:1 1 60%;overflow:hidden;display:flex;position:relative}.q-calendar-scheduler__day,.q-calendar-scheduler__day--section{position:relative;display:flex;flex-direction:column;flex:1;outline:0}.q-calendar-scheduler__day--resource,.q-calendar-scheduler__day--resource__section{position:relative;width:100%;outline:0;overflow:hidden}.q-calendar-scheduler__resource--section.q-calendar__sticky,.q-calendar-scheduler__resource.q-calendar__sticky{position:sticky;left:0;z-index:1}.q-calendar-scheduler__head.q-calendar__sticky{position:sticky;left:0;top:0;z-index:2}.q-calendar-scheduler__head--resources.q-calendar__sticky{position:sticky;left:0;top:0;z-index:3}.q-calendar-scheduler__head{border-bottom:var(--calendar-border);color:var(--calendar-color);background:var(--calendar-background);font-weight:var(--calendar-head-font-weight)}.q-calendar-scheduler__head--resources{max-width:var(--calendar-resources-width)}.q-calendar-scheduler__head--resources,.q-calendar-scheduler__resource{border-right:var(--calendar-border);color:var(--calendar-color);background:var(--calendar-background);min-width:var(--calendar-resources-width)}.q-calendar-scheduler__resource{max-width:var --calendar-resources-width}.q-calendar-scheduler__resource--section{border-right:var(--calendar-border);color:var(--calendar-color);background:var(--calendar-background);min-width:var(--calendar-resources-width);max-width:var(--calendar-resources-width)}.q-calendar-scheduler__head--day{border-right:var(--calendar-border);font-weight:var(--calendar-head-font-weight)}.q-calendar-scheduler__head--day:last-child{border-right:none}.q-calendar-scheduler__head--day.q-active-date .q-calendar__button{color:var(--calendar-active-date-color);background:var(--calendar-active-date-background)}.q-calendar-scheduler__head--day.q-current-day .q-calendar__button{border:var(--calendar-border-current)}.q-calendar-scheduler__head--day.q-disabled-day{color:var(--calendar-disabled-date-color);background:var(--calendar-disabled-date-background)!important}.q-calendar-scheduler__head--day__event{border-right:var(--calendar-border)}.q-calendar-scheduler__head--day__event:last-child{border-right:none}.q-calendar-scheduler__column-header--before{border-bottom:var(--calendar-border)}.q-calendar-scheduler__column-header--after{border-top:var(--calendar-border)}.q-calendar-scheduler__resources--column{border-right:var(--calendar-border);min-width:var(--calendar-resources-width);max-width:var(--calendar-resources-width)}.q-calendar-scheduler__resource--row{border-top:var(--calendar-border)}.q-calendar-scheduler__resource--row:first-child{border-top:none!important}.q-calendar-scheduler__day,.q-calendar-scheduler__day--section{border-right:var(--calendar-border)}.q-calendar-scheduler__day--section:last-child,.q-calendar-scheduler__day:last-child{border-right:none}.q-calendar-scheduler__day--section.q-disabled-day,.q-calendar-scheduler__day.q-disabled-day{color:var(--calendar-disabled-date-color);background:var(--calendar-disabled-date-background)!important}.q-calendar-scheduler__day--resource{border-top:var(--calendar-border)}.q-calendar-scheduler__day--resource.q-selected{color:var(--calendar-selected-color);background:var(--calendar-selected-background)}.q-calendar-scheduler__day--resource.q-range,.q-calendar-scheduler__day--resource.q-range-first,.q-calendar-scheduler__day--resource.q-range-last{color:var(--calendar-range-color);background:var(--calendar-range-background)}.q-calendar-scheduler__day--resource__section{border-top:var(--calendar-border-section)}.q-calendar-scheduler__day--resource__section.q-selected{color:var(--calendar-selected-color);background:var(--calendar-selected-background)}.q-calendar-scheduler__day--resource__section.q-range,.q-calendar-scheduler__day--resource__section.q-range-first,.q-calendar-scheduler__day--resource__section.q-range-last{color:var(--calendar-range-color);background:var --calendar-range-background}.q-calendar-scheduler__day--resource__section:first-child{border-top:none!important}.q-calendar-scheduler__day--resource__section:last-child{border-bottom:none!important}.q-calendar-scheduler .q-calendar__child--expanded>.q-calendar-scheduler__resource--row{border-top:var(--calendar-border)!important}.body--dark div .q-calendar-scheduler__head,.q-calendar--dark .q-calendar-scheduler__head,.q-dark div .q-calendar-scheduler__head{border-bottom:var(--calendar-border-dark);color:var(--calendar-color-dark);background:var(--calendar-background-dark)}.body--dark div .q-calendar-scheduler__head--resources,.body--dark div .q-calendar-scheduler__resource,.body--dark div .q-calendar-scheduler__resource--section,.q-calendar--dark .q-calendar-scheduler__head--resources,.q-calendar--dark .q-calendar-scheduler__resource,.q-calendar--dark .q-calendar-scheduler__resource--section,.q-dark div .q-calendar-scheduler__head--resources,.q-dark div .q-calendar-scheduler__resource,.q-dark div .q-calendar-scheduler__resource--section{border-right:var(--calendar-border-dark);color:var(--calendar-color-dark);background:var(--calendar-background-dark)}.body--dark div .q-calendar-scheduler__head--day,.q-calendar--dark .q-calendar-scheduler__head--day,.q-dark div .q-calendar-scheduler__head--day{border-right:var(--calendar-border-dark);font-weight:var(--calendar-head-font-weight)}.body--dark div .q-calendar-scheduler__head--day:last-child,.q-calendar--dark .q-calendar-scheduler__head--day:last-child,.q-dark div .q-calendar-scheduler__head--day:last-child{border-right:none}.body--dark div .q-calendar-scheduler__head--day.q-active-date .q-calendar__button,.q-calendar--dark .q-calendar-scheduler__head--day.q-active-date .q-calendar__button,.q-dark div .q-calendar-scheduler__head--day.q-active-date .q-calendar__button{color:var(--calendar-active-date-color-dark);background:var(--calendar-active-date-background-dark)}.body--dark div .q-calendar-scheduler__head--day.q-current-day .q-calendar__button,.q-calendar--dark .q-calendar-scheduler__head--day.q-current-day .q-calendar__button,.q-dark div .q-calendar-scheduler__head--day.q-current-day .q-calendar__button{border:var(--calendar-border-current-dark)}.body--dark div .q-calendar-scheduler__head--day__event,.q-calendar--dark .q-calendar-scheduler__head--day__event,.q-dark div .q-calendar-scheduler__head--day__event{border-right:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__head--day.q-disabled-day,.q-calendar--dark .q-calendar-scheduler__head--day.q-disabled-day,.q-dark div .q-calendar-scheduler__head--day.q-disabled-day{color:var(--calendar-disabled-date-color-dark);background:var(--calendar-disabled-date-background-dark)!important}.body--dark div .q-calendar-scheduler__column-header--before,.q-calendar--dark .q-calendar-scheduler__column-header--before,.q-dark div .q-calendar-scheduler__column-header--before{border-bottom:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__column-header--after,.q-calendar--dark .q-calendar-scheduler__column-header--after,.q-dark div .q-calendar-scheduler__column-header--after{border-top:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__resources--column,.q-calendar--dark .q-calendar-scheduler__resources--column,.q-dark div .q-calendar-scheduler__resources--column{border-right:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__resource--row,.q-calendar--dark .q-calendar-scheduler__resource--row,.q-dark div .q-calendar-scheduler__resource--row{border-top:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__day,.body--dark div .q-calendar-scheduler__day--section,.q-calendar--dark .q-calendar-scheduler__day,.q-calendar--dark .q-calendar-scheduler__day--section,.q-dark div .q-calendar-scheduler__day,.q-dark div .q-calendar-scheduler__day--section{border-right:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__day--section:last-child,.body--dark div .q-calendar-scheduler__day:last-child,.q-calendar--dark .q-calendar-scheduler__day--section:last-child,.q-calendar--dark .q-calendar-scheduler__day:last-child,.q-dark div .q-calendar-scheduler__day--section:last-child,.q-dark div .q-calendar-scheduler__day:last-child{border-right:none}.body--dark div .q-calendar-scheduler__day--section.q-disabled-day,.body--dark div .q-calendar-scheduler__day.q-disabled-day,.q-calendar--dark .q-calendar-scheduler__day--section.q-disabled-day,.q-calendar--dark .q-calendar-scheduler__day.q-disabled-day,.q-dark div .q-calendar-scheduler__day--section.q-disabled-day,.q-dark div .q-calendar-scheduler__day.q-disabled-day{color:var(--calendar-disabled-date-color);background:var(--calendar-disabled-date-background)!important}.body--dark div .q-calendar-scheduler__day--resource,.q-calendar--dark .q-calendar-scheduler__day--resource,.q-dark div .q-calendar-scheduler__day--resource{border-top:var(--calendar-border-dark)}.body--dark div .q-calendar-scheduler__day--resource.q-selected,.q-calendar--dark .q-calendar-scheduler__day--resource.q-selected,.q-dark div .q-calendar-scheduler__day--resource.q-selected{color:var(--calendar-selected-color-dark);background:var(--calendar-selected-background-dark)}.body--dark div .q-calendar-scheduler__day--resource.q-range,.body--dark div .q-calendar-scheduler__day--resource.q-range-first,.body--dark div .q-calendar-scheduler__day--resource.q-range-last,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last,.q-dark div .q-calendar-scheduler__day--resource.q-range,.q-dark div .q-calendar-scheduler__day--resource.q-range-first,.q-dark div .q-calendar-scheduler__day--resource.q-range-last{color:var(--calendar-range-color-dark);background:var(--calendar-range-background-dark)}.body--dark div .q-calendar-scheduler__day--resource.q-range-first:first-child,.body--dark div .q-calendar-scheduler__day--resource.q-range-last:first-child,.body--dark div .q-calendar-scheduler__day--resource.q-range:first-child,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first:first-child,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last:first-child,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range:first-child,.q-dark div .q-calendar-scheduler__day--resource.q-range-first:first-child,.q-dark div .q-calendar-scheduler__day--resource.q-range-last:first-child,.q-dark div .q-calendar-scheduler__day--resource.q-range:first-child{border-top:none!important}.body--dark div .q-calendar-scheduler__day--resource.q-range-first:last-child,.body--dark div .q-calendar-scheduler__day--resource.q-range-last:last-child,.body--dark div .q-calendar-scheduler__day--resource.q-range:last-child,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first:last-child,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last:last-child,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range:last-child,.q-dark div .q-calendar-scheduler__day--resource.q-range-first:last-child,.q-dark div .q-calendar-scheduler__day--resource.q-range-last:last-child,.q-dark div .q-calendar-scheduler__day--resource.q-range:last-child{border-bottom:none!important}.body--dark div .q-calendar-scheduler__day--resource.q-range-first__section,.body--dark div .q-calendar-scheduler__day--resource.q-range-last__section,.body--dark div .q-calendar-scheduler__day--resource.q-range__section,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first__section,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last__section,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range__section,.q-dark div .q-calendar-scheduler__day--resource.q-range-first__section,.q-dark div .q-calendar-scheduler__day--resource.q-range-last__section,.q-dark div .q-calendar-scheduler__day--resource.q-range__section{border-top:var(--calendar-border-section-dark)}.body--dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-selected,.body--dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-selected,.body--dark div .q-calendar-scheduler__day--resource.q-range__section.q-selected,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first__section.q-selected,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last__section.q-selected,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range__section.q-selected,.q-dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-selected,.q-dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-selected,.q-dark div .q-calendar-scheduler__day--resource.q-range__section.q-selected{color:var(--calendar-selected-color-dark);background:var(--calendar-selected-background-dark)}.body--dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-range,.body--dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-range-first,.body--dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-range-last,.body--dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-range,.body--dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-range-first,.body--dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-range-last,.body--dark div .q-calendar-scheduler__day--resource.q-range__section.q-range,.body--dark div .q-calendar-scheduler__day--resource.q-range__section.q-range-first,.body--dark div .q-calendar-scheduler__day--resource.q-range__section.q-range-last,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first__section.q-range,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first__section.q-range-first,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first__section.q-range-last,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last__section.q-range,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last__section.q-range-first,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last__section.q-range-last,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range__section.q-range,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range__section.q-range-first,.q-calendar--dark .q-calendar-scheduler__day--resource.q-range__section.q-range-last,.q-dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-range,.q-dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-range-first,.q-dark div .q-calendar-scheduler__day--resource.q-range-first__section.q-range-last,.q-dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-range,.q-dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-range-first,.q-dark div .q-calendar-scheduler__day--resource.q-range-last__section.q-range-last,.q-dark div .q-calendar-scheduler__day--resource.q-range__section.q-range,.q-dark div .q-calendar-scheduler__day--resource.q-range__section.q-range-first,.q-dark div .q-calendar-scheduler__day--resource.q-range__section.q-range-last{color:var(--calendar-range-color-dark);background:var(--calendar-range-background-dark)}.body--dark div .q-calendar-scheduler .q-calendar__child--expanded>.q-calendar-scheduler__resource--row,.q-calendar--dark .q-calendar-scheduler .q-calendar__child--expanded>.q-calendar-scheduler__resource--row,.q-dark div .q-calendar-scheduler .q-calendar__child--expanded>.q-calendar-scheduler__resource--row{border-top:var(--calendar-border-dark)!important}