.scheduler-wrapper{--gridDefaultSize:1.75rem;--hoursInDay:24;--minuteInHour:60;--gridMobileSize:100vw;--calendar-offset-top:28px}.scheduler-grid-row-template{grid-template-rows:var(--gridMobileSize)repeat(attr(data-gridstoperperday number),var(--gridMobileSize))auto}@media (min-width:640px){.scheduler-grid-row-template{grid-template-rows:var(--gridDefaultSize)repeat(attr(data-gridstoperperday number),var(--gridDefaultSize))auto}}
/*# sourceMappingURL=b53615cad5c02efe.css.map*//* strata-scrollbar */
*{scrollbar-width:auto !important;scrollbar-color:#BC470A rgba(120,120,140,.25) !important}
::-webkit-scrollbar{width:12px !important;height:12px !important}
::-webkit-scrollbar-track{background:rgba(120,120,140,.18) !important;border-radius:8px}
::-webkit-scrollbar-thumb{background:#BC470A !important;border-radius:8px;border:2px solid transparent;background-clip:content-box}
::-webkit-scrollbar-thumb:hover{background:#1B4382 !important}
