.SchedulerLayout{background:var(--secondary-bg);display:flex;min-height:100vh}.SchedulerLayout__sidebar{height:100vh;left:0;position:fixed;top:0;z-index:100}@media(max-width:575.99px){.SchedulerLayout__sidebar{display:none}}.SchedulerLayout__content{display:flex;flex:1;flex-direction:column;margin-left:0;min-height:100vh;min-width:0}.SchedulerLayout__content--with-sidebar{margin-left:90px}@media(max-width:575.99px){.SchedulerLayout__content{margin-left:0}}.SchedulerLayout__header{background:var(--secondary-bg);position:sticky;top:0;z-index:10}.SchedulerLayout__page{display:flex;flex:1;flex-direction:column;overflow-y:auto;padding:19px 19px 0 30px}@media(max-width:575.99px){.SchedulerLayout__page{max-width:100dvw;padding:10px 0 0}}.SchedulerLayout__footer{color:var(--secondary-grey-light);font-family:var(--font-open-sans);font-size:14px;font-weight:400;letter-spacing:0;line-height:100%;max-width:1290px;padding:30px 0 20px;text-align:right}@media(max-width:575.99px){.SchedulerLayout__footer{padding-top:20px;text-align:center}}
