body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*,:after,:before{box-sizing:border-box;font-family:"Roboto",sans-serif}body,html{background-color:#f0f0f0}.App{text-align:center}.wrapper{height:100vh;display:flex;flex-direction:column}.header{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 5%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.header__back{display:block;width:25px;height:25px}.header__logo{position:absolute;left:50%;top:50%;max-width:50%;max-height:40px;padding-right:20px;transform:translate(-50%,-50%)}.main{flex-grow:1;overflow:auto}.footer{flex-shrink:0;height:60px}.nav{position:fixed;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;padding:0 10%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.nav__item-home svg{width:30px;height:30px;fill:#222}.nav__item-new{display:flex;justify-content:center;align-items:center;padding:8px;border:2px solid #222;border-radius:12px}.nav__item-new svg{width:16px;height:16px;fill:#222}.nav__item-profile{position:relative;display:block;width:34px;height:34px;border-radius:50%;overflow:hidden;background-color:#f0f0f0}.nav__item-profile svg{position:absolute;left:50%;bottom:-2px;width:34px;height:34px;transform:translateX(-50%);fill:#222}.calendar{position:relative;display:flex;justify-content:center;padding:2px}.calendar__month{display:flex;flex-direction:column}.calendar__month-title{display:flex;justify-content:center;align-items:center;min-width:3.2%;padding-bottom:2px;color:#222;font-weight:300;font-size:1.8vh}.calendar__month-days{flex-grow:1;display:flex;flex-direction:column;align-items:center}.calendar__day{position:relative;display:flex;justify-content:center;align-items:center;width:100%;width:3.3vh;height:3.2%;padding:1px}.calendar__day:after,.calendar__day:before{position:absolute;content:"";left:-3px;top:-3px;z-index:1;width:6px;height:6px;background-color:#ddd;border:1px solid #f0f0f0;transform:rotate(45deg)}.calendar__day:first-child:before,.calendar__month:first-child .calendar__day:before{content:none}.calendar__day:after{left:auto;top:auto;right:-3px;bottom:-3px}.calendar__day:last-child:after,.calendar__month:last-child .calendar__day:after{content:none}.calendar__day-content{display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin:0;background-color:#ddd;border-radius:1px;font-size:1.4vh;line-height:1em;font-weight:300;color:#fff}.calendar__day--0 .calendar__day-content{background-color:#fff;color:#555}.calendar__day--1 .calendar__day-content{background-color:#888;cursor:pointer}.calendar__day--2 .calendar__day-content{background-color:#222;cursor:pointer}@media (orientation:landscape) and (max-height:800px){.calendar{flex-direction:column}.calendar__month{flex-direction:row}.calendar__month-title{font-size:1.6vw}.calendar__month-days{flex-direction:row}.calendar__day{width:3.2%;height:3.3vw}.calendar__day-content{font-size:1.4vw}}.calendar__popin{position:fixed;left:50%;top:50%;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;width:95%;max-width:250px;background-color:#f5f5f5;box-shadow:0 2px 12px rgba(0,0,0,.4);color:#222;font-weight:500;transform:translate(-50%,-50%) scale(.8);opacity:0;transition:.2s;pointer-events:none}.calendar__popin.is-active{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:all}.calendar__popin-header{font-weight:600;text-transform:uppercase}.calendar__popin-footer{font-weight:300;cursor:pointer}.calendar__popin-content,.calendar__popin-footer{display:flex;justify-content:center;align-items:center;width:100%}.calendar__popin-content{padding:40px;border:1px solid #ddd;border-width:1px 0;background-color:#fff}.calendar__popin-button{position:relative;width:140px;height:140px;cursor:pointer}.calendar__popin-button-content:after,.calendar__popin-button-content:before{position:absolute;content:"";left:-20px;top:-20px;z-index:1;width:40px;height:40px;background-color:#fff;transform:rotate(45deg)}.calendar__popin-button:after{left:auto;top:auto;right:-20px;bottom:-20px}.calendar__popin-button-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#f5f5f5;transition:.3s}.calendar__popin-button-content.is-active{background-color:#eee;-webkit-animation:buttonAnim .62s ease;animation:buttonAnim .62s ease}@-webkit-keyframes buttonAnim{0%{transform:scale(1)}60%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes buttonAnim{0%{transform:scale(1)}60%{transform:scale(1.1)}to{transform:scale(1)}}.calendar__popin-button-content:before{left:auto;bottom:auto;right:-20px;top:-20px}.calendar__popin-button-content:after{right:auto;top:auto;left:-20px;bottom:-20px}.calendar__popin-button-day{margin:8px 0 0;color:#312d23;font-weight:700;font-size:54px}.calendar__popin-button-month{margin:0;color:#312d23;font-weight:300}.calendar.red .calendar__day--2 .calendar__day-content{background-color:#b61827}.calendar.red .calendar__day--1 .calendar__day-content{background-color:#ff867c;color:#222}.calendar.red .calendar__popin-button-content{background-color:#ff867c}.calendar.red .calendar__popin-button-content.is-active{background-color:#b61827}.calendar.purple .calendar__day--2 .calendar__day-content{background-color:#790e8b}.calendar.purple .calendar__day--1 .calendar__day-content{background-color:#df78ef;color:#222}.calendar.purple .calendar__popin-button-content{background-color:#df78ef}.calendar.purple .calendar__popin-button-content.is-active{background-color:#790e8b}.calendar.indigo .calendar__day--2 .calendar__day-content{background-color:#26418f}.calendar.indigo .calendar__day--1 .calendar__day-content{background-color:#8e99f3;color:#222}.calendar.indigo .calendar__popin-button-content{background-color:#8e99f3}.calendar.indigo .calendar__popin-button-content.is-active{background-color:#26418f}.calendar.cyan .calendar__day--2 .calendar__day-content{background-color:#0095a8}.calendar.cyan .calendar__day--1 .calendar__day-content{background-color:#6ff9ff;color:#222}.calendar.cyan .calendar__popin-button-content{background-color:#6ff9ff}.calendar.cyan .calendar__popin-button-content.is-active{background-color:#0095a8}.calendar.green .calendar__day--2 .calendar__day-content{background-color:#338a3e}.calendar.green .calendar__day--1 .calendar__day-content{background-color:#98ee99;color:#222}.calendar.green .calendar__popin-button-content{background-color:#98ee99}.calendar.green .calendar__popin-button-content.is-active{background-color:#338a3e}.calendar.yellow .calendar__day--2 .calendar__day-content{background-color:#c9bc1f}.calendar.yellow .calendar__day--1 .calendar__day-content{background-color:#ffff8b;color:#222}.calendar.yellow .calendar__popin-button-content{background-color:#ffff8b}.calendar.yellow .calendar__popin-button-content.is-active{background-color:#c9bc1f}.calendar.orange .calendar__day--2 .calendar__day-content{background-color:#c77800}.calendar.orange .calendar__day--1 .calendar__day-content{background-color:#ffd95b;color:#222}.calendar.orange .calendar__popin-button-content{background-color:#ffd95b}.calendar.orange .calendar__popin-button-content.is-active{background-color:#c77800}.calendarList{position:relative;min-height:100%;padding:10px}.calendarList__empty{position:absolute;top:42%;left:50%;display:flex;justify-content:center;align-items:center;max-width:90%;padding:14px 18px;background-color:#fff;box-shadow:0 1px 16px -1px rgba(0,0,0,.3);color:#222;white-space:nowrap;font-weight:400;text-decoration:none;letter-spacing:.1px;transform:translate(-50%,-50%)}.calendarList__empty svg{width:16px;height:16px;fill:#222;margin-right:10px}.calendarList__item{display:flex;width:100%;margin-bottom:10px;height:50px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);text-decoration:none;overflow:hidden}.calendarList__item-state{position:relative;display:flex;justify-content:center;align-items:center;width:50px;background-color:#666}.calendarList__item-state:before{position:absolute;content:"";left:-7px;bottom:-7px;z-index:1;width:14px;height:14px;background-color:#f0f0f0;border:1px solid #f5f5f5;transform:rotate(45deg)}.calendarList__item-state svg{width:24px;height:24px;fill:#fff}.calendarList__item-state--done .calendarList__item-state-empty,.calendarList__item-state-done{display:none}.calendarList__item-state--done .calendarList__item-state-done{display:block}.calendarList__item-content{flex-grow:1;display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:10px 8px 10px 18px}.calendarList__item-content:after{position:absolute;content:"";right:-7px;top:-7px;z-index:1;width:14px;height:14px;background-color:#f0f0f0;border:1px solid #f5f5f5;transform:rotate(45deg)}.calendarList__item-title{text-align:left;color:#222;text-transform:uppercase;font-weight:700;font-size:20px;text-decoration:none}.calendarList__item-delete{padding:0 0 5px 5px}.calendarList__item-delete svg{width:18px;height:18px;fill:#555}.calendarList__item-percentage{position:absolute;left:0;bottom:0;width:100%;height:5px;padding-left:18px;background-color:#fafafa}.calendarList__item-percentage-progress{height:100%;width:0;min-width:5px;background-color:#aaa;border-radius:5px}.calendarList__item-state.red{background-color:#b61827}.calendarList__item-state.purple{background-color:#790e8b}.calendarList__item-state.indigo{background-color:#26418f}.calendarList__item-state.cyan{background-color:#0095a8}.calendarList__item-state.green{background-color:#338a3e}.calendarList__item-state.yellow{background-color:#c9bc1f}.calendarList__item-state.orange{background-color:#c77800}.calendarList__item-percentage-progress.red{background-color:#b61827}.calendarList__item-percentage-progress.purple{background-color:#790e8b}.calendarList__item-percentage-progress.indigo{background-color:#26418f}.calendarList__item-percentage-progress.cyan{background-color:#0095a8}.calendarList__item-percentage-progress.green{background-color:#338a3e}.calendarList__item-percentage-progress.yellow{background-color:#c9bc1f}.calendarList__item-percentage-progress.orange{background-color:#c77800}.calendarNew{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.calendarNew__form{position:relative;display:flex;flex-direction:column;width:85%;max-width:400px;background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,.05);transform:scale(.9);transition:.18s}.calendarNew__form.is-ready{transform:scale(1)}.calendarNew__form:after,.calendarNew__form:before{position:absolute;content:"";right:-20px;top:-20px;z-index:1;width:40px;height:40px;background-color:#f0f0f0;border:4px solid #f0f0f0;transform:rotate(45deg)}.calendarNew__form:after{right:auto;top:auto;left:-20px;bottom:-20px}.calendarNew__form-heading{padding:20px 30px;background-color:#f4f4f4;border-bottom:1px solid #f0f0f0}.calendarNew__form-title p{margin:5px;font-size:24px;font-weight:300}.calendarNew__form-title input{max-width:100%;padding:5px;text-align:center;font-size:24px;font-weight:700;text-transform:uppercase;border:solid #222;border-width:0 0 2px;background-color:transparent}.calendarNew__form-body{padding:10px 30px 30px}.calendarNew__form-color{display:flex;align-items:center;justify-content:center}.calendarNew__form-color p{margin-right:15px;font-size:20px;font-weight:300}.calendarNew__form-color select{font-size:20px;font-weight:700;text-transform:capitalize}.calendarNew__form-notifications{display:flex;justify-content:center;align-items:center}.calendarNew__form-notifications input{margin-top:6px}.calendarNew__form-notifications p{margin-right:15px;font-size:20px;font-weight:300}.calendarNew__form-submit{width:150px;height:40px;margin:20px auto 0;border:3px solid #b61827;background-color:#b61827;box-shadow:0 1px 12px rgba(0,0,0,.2);color:#fff;font-size:18px;text-transform:uppercase;font-weight:300}.calendarNew__form-submit:focus{color:#b61827;background-color:#fff!important}.calendarNew.red .calendarNew__form-title input{border-color:#b61827}.calendarNew.red .calendarNew__form-color select{background-color:#b61827;color:#ff867c}.calendarNew.red .calendarNew__form-submit{background-color:#b61827;border-color:#b61827}.calendarNew.red .calendarNew__form-submit:focus{color:#b61827}.calendarNew.purple .calendarNew__form-title input{border-color:#790e8b}.calendarNew.purple .calendarNew__form-color select{background-color:#790e8b;color:#df78ef}.calendarNew.purple .calendarNew__form-submit{background-color:#790e8b;border-color:#790e8b}.calendarNew.purple .calendarNew__form-submit:focus{color:#790e8b}.calendarNew.indigo .calendarNew__form-title input{border-color:#26418f}.calendarNew.indigo .calendarNew__form-color select{background-color:#26418f;color:#8e99f3}.calendarNew.indigo .calendarNew__form-submit{background-color:#26418f;border-color:#26418f}.calendarNew.indigo .calendarNew__form-submit:focus{color:#26418f}.calendarNew.cyan .calendarNew__form-title input{border-color:#0095a8}.calendarNew.cyan .calendarNew__form-color select{background-color:#0095a8;color:#6ff9ff}.calendarNew.cyan .calendarNew__form-submit{background-color:#0095a8;border-color:#0095a8}.calendarNew.cyan .calendarNew__form-submit:focus{color:#0095a8}.calendarNew.green .calendarNew__form-title input{border-color:#338a3e}.calendarNew.green .calendarNew__form-color select{background-color:#338a3e;color:#98ee99}.calendarNew.green .calendarNew__form-submit{background-color:#338a3e;border-color:#338a3e}.calendarNew.green .calendarNew__form-submit:focus{color:#338a3e}.calendarNew.yellow .calendarNew__form-title input{border-color:#c9bc1f}.calendarNew.yellow .calendarNew__form-color select{background-color:#c9bc1f;color:#ffff8b}.calendarNew.yellow .calendarNew__form-submit{background-color:#c9bc1f;border-color:#c9bc1f}.calendarNew.yellow .calendarNew__form-submit:focus{color:#c9bc1f}.calendarNew.orange .calendarNew__form-title input{border-color:#c77800}.calendarNew.orange .calendarNew__form-color select{background-color:#c77800;color:#ffd95b}.calendarNew.orange .calendarNew__form-submit{background-color:#c77800;border-color:#c77800}.calendarNew.orange .calendarNew__form-submit:focus{color:#c77800}.profile__picture{display:flex;justify-content:center;align-items:center;padding:40px}.profile__picture-img{position:relative;width:170px;height:170px;border-radius:50%;border:3px solid #222;background-size:cover;background-position:50%}.profile__picture-image-holder{position:relative;width:100%;height:100%;overflow:hidden;border-radius:50%}.profile__picture-image{position:absolute;left:50%;top:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.profile__picture-edit{position:absolute;right:5px;bottom:5px;display:flex;justify-content:center;align-items:center;width:35px;height:35px;background-color:#fff;border:2px solid #222;border-radius:50%;cursor:pointer}.profile__picture-edit img{width:20px}.profile__picture-input{width:0;height:0;opacity:0}.profile__name{padding:7px;width:75%;text-align:center;font-size:32px;font-weight:700;color:#222;background-color:transparent;border:solid #888;border-width:0 0 2px}
/*# sourceMappingURL=main.a433317b.chunk.css.map */