body.schedule-create .v-dialog .content-holder,body.schedule-edit .v-dialog .content-holder,body.screen-detail .v-dialog .content-holder{height:90vh}body.schedule-create .header,body.schedule-edit .header,body.screen-detail .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body.schedule-create .header .search,body.schedule-edit .header .search,body.screen-detail .header .search{border:max(1px,var(--1)) solid #14121f;padding:0 45px}body.schedule-create .header .action-buttons,body.schedule-edit .header .action-buttons,body.screen-detail .header .action-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.schedule-create .header .action-buttons .v-btn,body.schedule-edit .header .action-buttons .v-btn,body.screen-detail .header .action-buttons .v-btn{margin-left:var(--30)}body.schedule-create .header .action-buttons .close,body.schedule-edit .header .action-buttons .close,body.screen-detail .header .action-buttons .close{margin-left:var(--60)}#calendar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#f8f8fa;padding-right:var(--30)}#calendar #grid-layout{position:absolute;top:0;left:0;width:100%;height:100%}#calendar #grid-layout #playlist-content-preview{pointer-events:none}#calendar #grid-layout .grid-item{z-index:10;padding:0 var(--2) var(--2) 0}#calendar #grid-layout .grid-item:hover{z-index:100000}#calendar #grid-layout .grid-item .vue-resizable-handle{width:0;height:0;padding:0;right:var(--10);bottom:var(--10);background:none;border-radius:var(--3);border:var(--5) solid transparent;border-bottom-color:#14121f;border-right-color:#14121f}#calendar #grid-layout .grid-item .container{background:#fff;border:var(--2) solid #f8f8fa;width:100%;height:100%;padding:var(--33) var(--30);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#calendar #grid-layout .grid-item .container #playlist-content-preview{margin-bottom:var(--10)}#calendar #grid-layout .grid-item .container .playlist-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#calendar #grid-layout .grid-item .container .action-buttons{position:absolute;top:var(--12);right:var(--12);z-index:1;background:#fff;border-radius:var(--1000);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#calendar #grid-layout .grid-item .container .action-buttons .circle{width:var(--22);height:var(--22);border-radius:50%;margin:var(--5) var(--10)}#calendar #grid-layout .grid-item .container .action-buttons.playlist button,#calendar #grid-layout .grid-item .container:hover .action-buttons.playlist .circle{display:none}#calendar #grid-layout .grid-item .container:hover .action-buttons.playlist button{display:-webkit-box;display:-ms-flexbox;display:flex}#calendar #grid-layout .grid-item.large .container{padding:var(--16)}#calendar #grid-layout .grid-item.large .container p{font-size:var(--12)}#calendar #grid-layout .grid-item.large .container #playlist-content-preview{display:none}#calendar #grid-layout .grid-item.small .vue-resizable-handle{right:var(--6);bottom:var(--6)}#calendar #grid-layout .grid-item.xSmall{min-height:var(--50)}#calendar #grid-layout .grid-item.xSmall .container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}#calendar #grid-layout .grid-item.xSmall .container .playlist-name{font-size:var(--14);min-height:var(--20)}#calendar #grid-layout .grid-item.xSmall .container .action-buttons{top:auto;bottom:auto;right:0}#calendar #grid-layout .grid-item.xSmall .container .action-buttons .circle{width:var(--16);height:var(--16);margin:0}#calendar #grid-layout .grid-item.xSmall .container .action-buttons button{height:var(--25);padding:0 var(--15)}#calendar.move{cursor:move}#calendar.resize-top,#calendar.resize-top .c-block{cursor:n-resize}#calendar.resize-bottom,#calendar.resize-bottom .c-block{cursor:s-resize}#calendar.resize-left,#calendar.resize-left .c-block{cursor:w-resize}#calendar.resize-right,#calendar.resize-right .c-block{cursor:e-resize}#calendar .fade-scale-enter-active,#calendar .fade-scale-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform-origin:center;transform-origin:center}#calendar .fade-scale-enter,#calendar .fade-scale-leave-to{opacity:0}#calendar .c-block{position:absolute;top:0;left:0;z-index:1!important;padding:var(--12);cursor:move;background:rgba(255,0,0,.1)}#calendar .c-block.dragging{z-index:0!important}#calendar .c-block .block-inner{position:relative;height:100%;background-color:#fff;border-radius:20px}#calendar .handle{position:absolute;z-index:1}#calendar .handle-bm,#calendar .handle-tm{left:0;width:100%;height:4px}#calendar .handle-tm{top:0;cursor:n-resize}#calendar .handle-bm{bottom:0;cursor:s-resize}#calendar .handle-ml,#calendar .handle-mr{top:0;width:var(--4);height:100%}#calendar .handle-mr{right:0;cursor:e-resize}#calendar .handle-ml{left:0;cursor:w-resize}#calendar .c-row{display:-webkit-box;display:-ms-flexbox;display:flex}#calendar .c-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}#calendar .c-side .c-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}#calendar .c-side .c-col{height:var(--28);padding-right:var(--8);font-size:var(--14);font-weight:600}#calendar .c-side .c-col span{display:block;line-height:1;position:relative;top:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#calendar .c-side.left{padding-top:var(--54);max-width:var(--114);width:var(--114);min-width:var(--114)}#calendar .c-side.left .c-row{border-right:var(--2) solid #fff}#calendar .c-side.left .c-row:first-child{border-top:var(--2) solid #fff}#calendar .c-side.left .c-col{height:var(--28)}#calendar .c-side.right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:55px;border-top:var(--2) solid #fff;border-left:var(--2) solid #fff}#calendar .c-head{width:100%}#calendar .c-head .c-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:14.28571%;height:var(--56);border-bottom:var(--2) solid #fff;font-weight:600}#calendar .c-body{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#calendar .c-body [data-drag-box-component]{background:none!important}#calendar .c-body .c-col{width:14.28571%;height:var(--7);border:0 solid #fff;border-right-width:var(--2)}#calendar .c-body .c-col:nth-last-of-type(56n - 49),#calendar .c-body .c-col:nth-last-of-type(56n - 50),#calendar .c-body .c-col:nth-last-of-type(56n - 51),#calendar .c-body .c-col:nth-last-of-type(56n - 52),#calendar .c-body .c-col:nth-last-of-type(56n - 53),#calendar .c-body .c-col:nth-last-of-type(56n - 54),#calendar .c-body .c-col:nth-last-of-type(56n - 55){border-bottom-width:var(--2)}#calendar .c-body .c-col.active{background-color:rgba(52,120,246,.1)}#calendar .c-body .c-col.dashed{border-bottom-style:dashed!important}#calendar .playlist-color{position:absolute;top:0;left:1px;width:4px;height:calc(100% - 1px)}#calendar .data-actions{padding:0!important;height:auto;background:none;z-index:0!important}#calendar .data-actions:before{content:none}@media screen and (max-width:1441px)and (min-width:1024px)and (min-height:600px){#calendar .c-side.left{width:80px;min-width:80px}#calendar .c-body .c-col,#calendar .c-side .c-col{height:calc(var(--11)/2)}#calendar .c-side.left .c-col{height:var(--22)}}.c-wrapper[data-v-75f2446c]{padding:10px}.calendar[data-v-75f2446c]{background-color:#fff;min-height:295px;text-align:center;color:rgba(53,60,70,.8);border-radius:2px;min-width:0;position:relative;text-decoration:none;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.calendar[data-v-75f2446c]:hover{z-index:2}@media (min-width:1024px){.calendar[data-v-75f2446c]:hover{-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-box-shadow:0 7px 21px 0 rgba(0,0,0,.1);box-shadow:0 7px 21px 0 rgba(0,0,0,.1)}}.calendar .calendar__title[data-v-75f2446c]{font-weight:700;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid hsla(0,0%,76.9%,.3);font-size:18px;height:50px;margin-bottom:12px;cursor:pointer}.calendar .calendar__body[data-v-75f2446c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;padding:0 20px;min-width:194px}.calendar .calendar__day[data-v-75f2446c]{-webkit-box-flex:14.28%;-ms-flex:14.28%;flex:14.28%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;height:31px;color:#5db3d4}.calendar .day__weektitle[data-v-75f2446c]{color:rgba(53,60,70,.8)}.calendar .day[data-v-75f2446c]{font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:22px;height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:5px}.calendar .day[data-v-75f2446c]:after{content:"";display:block;height:10px;width:10px;position:absolute;top:-5px;right:-5px;border-radius:50%;z-index:1;background-color:transparent}.calendar .day.calendar--active[data-v-75f2446c]:after{background-image:url(../img/baseline-remove_circle-24px.edec7890.svg);background-size:100% 100%}.calendar .day[data-v-75f2446c]:not(.calendar__day--otherMonth):hover{background-color:hsla(0,0%,40%,.1);border-radius:5px}.calendar .day.calendar--active[data-v-75f2446c]{background-color:rgba(255,186,186,.5);color:#bcbcbc}.calendar .day.calendar--active.info[data-v-75f2446c]{background-color:rgba(23,162,184,.8);color:#fff}.calendar .day.calendar--active.info[data-v-75f2446c]:after{background-image:url(../img/RecordIt.7d0886eb.svg);background-size:100% 100%}.calendar .day.calendar--active.warning[data-v-75f2446c]{background-color:rgba(255,193,7,.7);color:#fff}.calendar .day.calendar--active.warning[data-v-75f2446c]:after{background-image:url(../img/round-warning-24px.66e6e442.svg);background-color:hsla(0,0%,91.8%,.3);background-size:100% 100%}.calendar .calendar__day--otherMonth[data-v-75f2446c]{color:#eaeaea;cursor:auto}.vue-calendar__container[data-v-221bc41a]{border-radius:2px;min-width:0;position:relative;text-decoration:none;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#f6f6f3}.vue-calendar__container .container__year[data-v-221bc41a]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:65px;background-color:#fff;font-size:24px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.vue-calendar__container .container__year .year__chooser[data-v-221bc41a]{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgba(0,0,0,.9)}.vue-calendar__container .container__year .year__chooser[data-v-221bc41a]:hover{background-color:hsla(0,0%,40%,.1)}.vue-calendar__container .container__year .year__chooser[data-v-221bc41a]:nth-child(4n-3){color:rgba(0,0,0,.3)}.vue-calendar__container .container__year .year__chooser[data-v-221bc41a]:nth-child(2n){color:rgba(0,0,0,.6)}.vue-calendar__container .container__year .year__chooser[data-v-221bc41a]:nth-child(3){-webkit-box-shadow:inset 0 -3px #4792bd;box-shadow:inset 0 -3px #4792bd}.vue-calendar__container .container__months[data-v-221bc41a]{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px}.vue-calendar__container .container__month[data-v-221bc41a]{padding:8px;-webkit-box-flex:16.66%;-ms-flex:16.66%;flex:16.66%}@media (max-width:1300px){.vue-calendar__container .container__month[data-v-221bc41a]{-webkit-box-flex:25%;-ms-flex:25%;flex:25%}}@media (max-width:992px){.vue-calendar__container .container__month[data-v-221bc41a]{-webkit-box-flex:33.3%;-ms-flex:33.3%;flex:33.3%}}@media (max-width:768px){.vue-calendar__container .container__month[data-v-221bc41a]{-webkit-box-flex:50%;-ms-flex:50%;flex:50%}}@media (max-width:450px){.vue-calendar__container .container__month[data-v-221bc41a]{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}.vue-calendar__container .p-0[data-v-221bc41a]{padding:0}.container__months.hide-sunday .calendar__day:nth-of-type(7n){display:none}.container__months.hide-sunday .calendar__day{-webkit-box-flex:16.66%;-ms-flex:16.66%;flex:16.66%}.container__months.hide-weekend .calendar__day:nth-of-type(7n),.container__months.hide-weekend .calendar__day:nth-of-type(7n-1){display:none}.container__months.hide-weekend .calendar__day{-webkit-box-flex:19%;-ms-flex:19%;flex:19%}body.schedule-edit .v-dialog::-webkit-scrollbar-track-piece:end{margin-bottom:var(--50)}body.schedule-edit .v-dialog::-webkit-scrollbar-track-piece:start{margin-top:var(--50)}#SchedulePopupTutorial[data-v-33b5ffeb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}#SchedulePopupTutorial .icon-close[data-v-33b5ffeb]{position:absolute;top:var(--40);right:var(--40)}#SchedulePopupTutorial .sht-header[data-v-33b5ffeb]{height:var(--220);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1521px)and (min-width:1024px)and (min-height:600px){#SchedulePopupTutorial .sht-header[data-v-33b5ffeb]{height:auto;padding:var(--20) 0}}#SchedulePopupTutorial .sht-header p[data-v-33b5ffeb]{text-align:center}#SchedulePopupTutorial .sht-header p.sht-title[data-v-33b5ffeb]{font-size:var(--26);margin-bottom:var(--26)}#SchedulePopupTutorial .sht-main[data-v-33b5ffeb]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#SchedulePopupTutorial .sht-main img[data-v-33b5ffeb]{width:100%}#SchedulePopupTutorial .sht-main iframe[data-v-33b5ffeb],#SchedulePopupTutorial .sht-main video[data-v-33b5ffeb]{width:90%;position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;height:65vh;aspect-ratio:16/9;max-height:90%}#SchedulePopupTutorial .sht-footer[data-v-33b5ffeb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 var(--60) 0 var(--30);height:var(--155)}@media screen and (max-width:1521px)and (min-width:1024px)and (min-height:600px){#SchedulePopupTutorial .sht-footer[data-v-33b5ffeb]{height:auto;padding:var(--20) var(--60) var(--20) var(--30)}}.header-bottom_screen-selection{height:auto!important}.header-bottom_screen-selection ::v-deep .filters{padding-left:0!important}.dialog-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#schedule-editor,.dialog-holder{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#schedule-editor{position:relative;overflow:auto}#schedule-editor>.left{width:var(--440);min-width:var(--440);height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#schedule-editor>.left .devices{border-bottom:var(--2) solid #f8f8fa;padding:var(--30) var(--45)}#schedule-editor>.left .devices .name-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:var(--16)}#schedule-editor>.left .devices .name-button .v-btn{font-size:var(--16)}#schedule-editor>.left .devices .devices-list{margin:0 var(---4)}#schedule-editor>.left .devices .devices-list .screen{color:#fff;margin:var(--4)}#schedule-editor>.left .vue-calendar__container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:none;overflow:hidden}#schedule-editor>.left .vue-calendar__container .container__year{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--44);-webkit-box-flex:0;-ms-flex:none;flex:none;overflow:hidden;border-bottom:var(--2) solid #f8f8fa}#schedule-editor>.left .vue-calendar__container .container__year .year__chooser{min-width:33.33333%;width:33.33333%;font-size:var(--16);font-family:Poppins,sans-serif;font-weight:700}#schedule-editor>.left .vue-calendar__container .container__year .year__chooser:nth-of-type(3){position:relative;-webkit-box-shadow:none;box-shadow:none}#schedule-editor>.left .vue-calendar__container .container__year .year__chooser:nth-of-type(3):after{content:"";height:var(--2);width:100%;position:absolute;left:0;bottom:0;background:#14121f;z-index:1}#schedule-editor>.left .vue-calendar__container .container__months{overflow:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:var(--45);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#schedule-editor>.left .vue-calendar__container .container__months .container__month{padding:0;width:100%}#schedule-editor>.left .vue-calendar__container .container__months .container__month .calendar{-webkit-box-shadow:none;box-shadow:none;margin-bottom:var(--60);min-height:auto}#schedule-editor>.left .vue-calendar__container .container__months .container__month .calendar:hover{-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}#schedule-editor>.left .vue-calendar__container .container__months .container__month .calendar .calendar__title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:auto;margin-bottom:var(--30);font-size:var(--16);color:#14121f;border-bottom:0}#schedule-editor>.left .vue-calendar__container .calendar__body{padding:0;display:grid;grid-template-columns:repeat(7,1fr);grid-row-gap:var(--7)}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day{height:auto;position:relative}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day.current .day{color:#3478f6!important}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day{border-radius:50%;font-size:var(--14);color:#14121f;width:var(--35);height:var(--35);position:static}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day:hover{background:rgba(20,18,31,.1)}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active:not(.point):before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(20,18,31,.1)}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.end,#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.point,#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.start{background:#14121f;color:#fff}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.end:before,#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.point:before,#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.start:before{width:50%}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.week{background:rgba(52,120,246,.2);color:#14121f}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.start{background:#14121f;color:#fff}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.active.start:before{width:50%;right:0;left:auto}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.disabled{pointer-events:none;color:#979797}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.calendar__day--otherMonth{color:#979797;display:none}#schedule-editor>.left .vue-calendar__container .calendar__body .calendar__day .day.calendar__day--otherMonth:hover{background:none}#schedule-editor .right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#schedule-editor .right .vue-grid-item.vue-grid-placeholder{background:#3478f6}@media screen and (max-width:1441px)and (min-width:1024px)and (min-height:600px){#schedule-editor>.left{width:300px;min-width:300px}#schedule-editor>.left .devices{padding:20px}#schedule-editor>.left .devices .name-button .v-btn{padding:0 var(--20)}#schedule-editor>.left .vue-calendar__container .container__months{padding:15px}}#header-editors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:var(--2) solid #f8f8fa;min-height:var(--80);height:var(--80);position:relative;z-index:1}#header-editors>div{max-width:40%}#header-editors .action-link{margin-right:var(--30)}#header-editors .left{padding-left:var(--30)}#header-editors .left,#header-editors .left .info{display:-webkit-box;display:-ms-flexbox;display:flex}#header-editors .left .info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}#header-editors .left .info .text-name,#header-editors .left .info .v-input input{padding:0;height:var(--36);max-height:var(--36);font-weight:700;font-size:var(--26);line-height:1.3;letter-spacing:0;border-bottom:var(--1) solid transparent}#header-editors .left .info .text-name:focus,#header-editors .left .info .v-input input:focus{border-color:#14121f}#header-editors .left .info .v-input{padding:0}#header-editors .left .info .v-input.error--text{-webkit-box-shadow:none;box-shadow:none}#header-editors .left .info .v-input.error--text input,#header-editors .left .info .v-input.error--text input:focus{border-color:#ff5252}#header-editors .left .info .v-input+.name-edit{display:none}#header-editors .left .info .status{width:100%;font-size:var(--10);letter-spacing:.02em;color:#979797}#header-editors .tabs{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;left:0;right:0;margin:auto;z-index:-1}#header-editors .tabs .v-tab,#header-editors .tabs .v-tab .tab-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header-editors .tabs .v-tab .tab-label .tab-title{line-height:1.1}#header-editors .tabs .v-tab .tab-label .week-range{font-size:var(--10);color:#979797;margin-top:var(--4)}#header-editors .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:var(--60)}@media screen and (max-width:1441px)and (min-width:1024px)and (min-height:600px){#header-editors{height:var(--80);min-height:var(--80)}}