*{padding:0;box-sizing:border-box}*,body{margin:0}body{min-height:100vh;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}.App{font-family:"Roboto",sans-serif;background:#ececec;min-height:100vh;display:flex;justify-content:center}.h-break{width:100%;height:2px;background:#eee;margin:11px 0}.full-window-dark-background{top:0;left:0;width:100vw;height:100vh;position:absolute;z-index:10;background:rgba(0,0,0,.54)}input[type=checkbox]{position:absolute;z-index:-1;opacity:0}input[type=checkbox]+label{display:inline-flex;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}input[type=checkbox]+label:before{content:"";display:inline-block;align-self:flex-start;margin-top:2px;width:16px;height:16px;flex-shrink:0;flex-grow:0;border:1px solid #a6a6a6;border-radius:2px;margin-right:12px;background-repeat:no-repeat;background-position:50%;background-size:50% 50%}input[type=checkbox]:checked+label:before{border-color:#5cbc6c;background-color:#5cbc6c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.button{width:210px;border-radius:4px;padding:14px 16px;background:#a6a6a6;cursor:pointer;color:#fff;border:none;font-size:18px;text-align:center}.button.green{background:#5cbc6c}.front{display:flex;background:#fff;width:80%;box-shadow:0 0 4px rgba(0,0,0,.25);padding:16px}.sidebar{min-width:250px;width:25%;background:red}.tab{display:flex;justify-content:space-between;padding:8px;border-radius:4px;will-change:background-color;transition:background-color .2s ease-out;cursor:pointer}.tab:hover{background-color:#f6f6f6}.tab.active{background-color:#eee}.profile{display:flex;align-items:center}.profile_photo{height:52px;width:52px;border-radius:50%;margin-right:16px}.profile_info_name{font-style:normal;font-weight:400;font-size:18px;color:#3a3a3a;margin-bottom:4px;cursor:pointer}.profile_info_today-tasks{font-size:14px;color:#525252;cursor:default}.tasks-list{padding:0 39px;width:100%}.tasks-list_title{font-size:24px;line-height:28px;letter-spacing:.045em;color:#3a3a3a;margin-bottom:18px;cursor:default}.task-creator{margin-bottom:16px}.block{position:relative}.task-creator{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.45);border-radius:4px;padding:14px;width:100%}.task-creator .custom-input input{width:100%}.task-creator_bottom{display:flex;justify-content:space-between;margin-top:12px;align-items:center}.task-creator_bottom_date{display:flex}.task-creator_bottom_date_title{font-size:16px;color:#3a3a3a;cursor:default;margin-right:6px}.task-creator .button{padding:8px 16px;min-width:100px;max-width:120px;font-size:16px;cursor:pointer}.custom-input{position:relative}.custom-input_input{border:2px solid #a6a6a6;box-sizing:border-box;border-radius:4px;padding:8px;font-size:16px;color:#3a3a3a;transition:all .2s ease-in}.custom-input_input:focus{border:2px solid #5b5b5b;outline:none}.custom-input_title{background:#fff;color:#525252;position:absolute;top:-10px;left:10px;padding:0 8px;cursor:default}.task-card{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.25);width:100%;padding:8px;cursor:pointer;margin-bottom:8px;align-items:center}.task-card .wrapper{display:flex;justify-content:space-between;align-items:center}.task-card_date{margin-top:10px;font-size:12px;color:#525252}.task-card_left{display:flex;align-items:center}.task-card_left_title{font-size:16px;color:#525252}.task-card input[type=checkbox]+label:before{border-radius:50%;margin-right:20px}.task-card_menu-btn{width:16px;height:16px;background:#bfbfbf;margin-right:4px}.task-menu{position:absolute;top:0;right:0;z-index:1;background:#fff;padding:8px 20px;box-shadow:-2px 2px 2px rgba(0,0,0,.25);font-size:14px;line-height:16px}.task-menu_button{margin:12px 0;cursor:pointer}.task-menu_button-remove{color:#cb6060}.registration-window{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;height:100vh;width:100vw}.registration-window_window{background:#fff;position:relative;z-index:11;padding:40px;display:flex;flex-direction:column;align-items:center;border-radius:8px}.registration-window_window_title{font-size:24px;text-align:center;color:#3a3a3a;margin-bottom:46px}.registration-window_window_checkbox{max-width:360px}.registration-window_window .custom-input{margin-bottom:28px;font-size:14px;color:#525252;display:flex}.registration-window_window .custom-input_input{width:360px}.registration-window_window .button{margin-top:45px}.registration-window_window_go-to-login-btn{margin-top:16px;font-size:14px;color:#525252;cursor:pointer}.authorization-window{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;height:100vh;width:100vw}.authorization-window_window{background:#fff;position:relative;z-index:11;padding:40px;display:flex;flex-direction:column;align-items:center;border-radius:8px}.authorization-window_window_title{font-size:24px;text-align:center;color:#3a3a3a;margin-bottom:46px}.authorization-window_window .custom-input{margin-bottom:28px;font-size:14px;color:#525252;display:flex}.authorization-window_window .custom-input_input{width:360px}.authorization-window_window .button{margin-top:26px}.authorization-window_window_go-to-reg-btn{margin-top:16px;font-size:14px;color:#525252;cursor:pointer}.authorization-window_window .authorization-window_window_input-password{margin-bottom:12px}.authorization-window_window_forgot-password{align-self:flex-end;cursor:pointer;font-family:Roboto;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#525252}.restore-password-window{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;height:100vh;width:100vw}.restore-password-window_window{background:#fff;position:relative;z-index:11;padding:40px;display:flex;flex-direction:column;align-items:center;border-radius:8px}.restore-password-window_window_title{font-size:24px;text-align:center;color:#3a3a3a;margin-bottom:46px}.restore-password-window_window .custom-input{margin-bottom:28px;font-size:14px;color:#525252;display:flex}.restore-password-window_window .custom-input_input{width:360px}.restore-password-window_window .button{margin-top:26px}.restore-password-window_window_go-to-login-btn{margin-top:16px;font-size:14px;color:#525252;cursor:pointer}.restore-password-window_window .restore-password-window_window_input-password{margin-bottom:12px}.restore-password-window_window_forgot-password{align-self:flex-end;cursor:pointer;font-family:Roboto;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#525252}.settings-window{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;height:100vh;width:100vw}.settings-window_window{background:#fff;position:relative;z-index:11;padding:40px;display:flex;flex-direction:column;align-items:center;border-radius:8px;width:360px}.settings-window_window_title{font-size:24px;text-align:center;color:#3a3a3a;margin-bottom:24px}.settings-window_window .custom-input{margin-bottom:28px;font-size:14px;color:#525252;display:flex}.settings-window_window .custom-input_input{width:360px}.settings-window_window .button{margin-top:45px}.settings-window_window_go-to-login-btn{margin-top:16px;font-size:14px;color:#525252;cursor:pointer}.settings-window_window_user_photo{width:100px;height:100px;margin-right:24px}.settings-window_window_user{align-items:center;display:flex;align-self:flex-start;margin-bottom:32px}.settings-window_window_user .button{margin-top:0}
/*# sourceMappingURL=main.8b40175d.chunk.css.map */