.timeslots{cursor:default;position:relative;margin-bottom:.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width:500px){.timeslots{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}}.timeslots--inactive{opacity:.6}@media(max-width:767px){.timeslots--inactive{display:none}}.timeslots__title{padding-top:.5rem;margin-bottom:.25rem;margin-right:1rem;width:7rem;-ms-flex-preferred-size:100%;flex-basis:100%}.timeslots__slots{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.timeslots__slot{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;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:768px){.timeslots__slot{margin-bottom:.5rem}}.timeslots__input[type=time]{width:35%;-ms-flex-negative:0;flex-shrink:0;padding:.25rem;min-width:6rem}.timeslots__until{margin:0 .5rem}.timeslots__add{font-size:1.2rem;font-weight:600;display:block;margin:.5rem 0 0 auto}.timeslots__remove{font-weight:600;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}.timeslots__remove:before{content:"";display:block;width:.6em;height:.12em;background:#d40;border-radius:2px;margin:1em 0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.timeslots__remove:active,.timeslots__remove:focus,.timeslots__remove:hover{background:#d40}.timeslots__remove:active:before,.timeslots__remove:focus:before,.timeslots__remove:hover:before{background-color:#fff}.timeslots__inactive{background:#fff;position:absolute;left:0;top:0;right:0;bottom:0;opacity:.7}.message-popup{position:fixed;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;left:50%;right:50%;max-width:28rem;width:85%;z-index:10;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);-webkit-box-shadow:2px 2px 9px rgba(0,0,0,.2);box-shadow:2px 2px 9px rgba(0,0,0,.2);padding:1rem 2rem 1rem 1.5rem;border-left:4px solid #fed600;background:#fff}@media(min-width:600px){.message-popup{padding:1.5rem 3rem 1.5rem 2rem}}.message-popup--delete{border-left-color:#d40}.message-popup--delete .button--primary{background:#d40;color:#fff}.message-popup--delete .button--primary:active,.message-popup--delete .button--primary:focus,.message-popup--delete .button--primary:hover{color:#fff;background:#c43c00}.message-popup--visible{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:2rem}@media(min-width:500px){.message-popup--visible{bottom:3rem}}.message-popup--inline{margin:1.5rem auto;width:auto;position:static;-webkit-transform:initial;transform:none}.message-popup--unobtrusive{-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.1);box-shadow:2px 2px 6px rgba(0,0,0,.1)}@media(min-width:600px){.message-popup--unobtrusive{padding:1.5rem 1.5rem}}.message-popup--unobtrusive .message-popup__content{font-weight:400;line-height:1.3}.message-popup__content{font-weight:700}@media(min-width:600px){.message-popup__content{font-size:1.125rem}}.message-popup__actions{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.message-popup__actions a,.message-popup__actions button{margin:0 1rem}.message-popup__close{position:absolute;top:.5rem;right:1rem;width:.75em;cursor:pointer;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.message-popup__close .icon{vertical-align:middle}.device-timer{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media(min-width:768px){.device-timer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.device-timer__header{-ms-flex-preferred-size:100%;flex-basis:100%}.device-timer__left{margin-right:4%}.device-timer__left,.device-timer__right{-ms-flex-preferred-size:48%;flex-basis:48%}}.device-timer__activate-label{font-size:1.2rem;display:block;cursor:pointer}@media(min-width:768px){.device-timer__header{display:grid;grid-template-columns:24rem auto}}.device-timer__switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.5rem}@media(min-width:768px){.device-timer__switch{grid-column-start:1;grid-column-end:2}}.device-timer__switch--inactive{opacity:.4}.device-timer__switch--inactive .device-timer__switch-label{cursor:default}.device-timer__switch-label{font-size:1.2rem;line-height:1.3;display:block;cursor:pointer}.device-timer__message{margin:1rem auto}@media(min-width:768px){.device-timer__message{grid-area:1/2/4/3;margin:0 0 0 3rem;font-weight:400}}.device-timer__actions{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1rem;opacity:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.device-timer__actions--visible{opacity:1}@media(min-width:768px){.device-timer__actions{margin-top:3rem}}.device-timer__actions .button--primary{margin-left:1rem}