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}:root{--box-shadow-small:3px 3px 8px 3px grey;--box-shadow-medium:8px 8px 8px 8px grey;--color-option-1:#e0dfdf}.App{background-color:#fff;min-height:100vh}.App,main{display:flex;flex-direction:column}main{flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.navigation{width:80%;margin-left:auto;margin-right:auto}.nav-links,.navigation{display:flex;justify-content:center}.nav-links{align-content:center;width:130px;margin:5px;padding:5px;background-color:#fff;color:#000;transition:color .5s,border .5s,box-shadow .5s;box-shadow:3px 3px 8px 3px grey;box-shadow:var(--box-shadow-small);border:1px solid #fff}.nav-links:hover{box-shadow:none;border:1px solid #8c8c8c}.nav-links a{text-transform:uppercase;text-decoration:none;font-weight:700;transition:color .5s;color:#000}.nav-links a:hover{color:#000}.nav-links img{width:30px}.header-wrapper{width:80%;flex-direction:row;align-content:center;background-color:#000;color:#fff;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.header-wrapper,.home-wrapper{display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;justify-content:center}.home-wrapper{width:100%;align-self:center;flex-direction:column;align-content:space-around;align-items:center}.login-wrapper,.register-wrapper{display:grid;width:80%;margin-left:auto;margin-right:auto}.add-task-form-wrapper,.login-form-wrapper,.tasks-wrapper,.user-wrapper{width:100%;display:flex;justify-content:center;align-self:center;margin-left:auto;margin-right:auto}.tasks-wrapper,.user-wrapper{flex-direction:column;flex-wrap:wrap;align-content:center;align-items:center}.stats-wrapper{width:500px;margin:15px}.stats-wrapp,.stats-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;box-shadow:5px 5px 8px 8px grey}.stats-wrapp{width:360px;margin:20px;padding:20px}.stats-wrapp span{font-weight:700}.stats-wrapp h1{margin-top:0}.stats-week{margin-bottom:45px}.task-info-wrap,.user-info-wrap{display:flex;flex-direction:column;flex-wrap:wrap;width:250px;align-content:center;justify-content:center;align-items:center;margin-bottom:10px}.create-group-form-wrapper{display:grid;justify-items:center}.task-single-data{display:flex;width:200px;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:space-between;align-items:center;-webkit-font-feature-settings:"smcp";font-feature-settings:"smcp";font-variant:small-caps}.task-single-data-title{display:flex;margin:5px}#add-task-form,#login-form,#registration-form,.user-info{display:grid;width:380px;padding:10px}#add-gift-form label,#login-form label,#registration-form label{color:#8c8c8c;margin:5px}#add-gift-form input,#login-form input,#registration-form input{background-color:#fcfcfc;border-color:#f9f9f9;border-radius:10px;height:32px;width:90%;margin:5px;font-size:16px}.logout-btn{border:none;text-transform:uppercase;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}.form-submit-btn,.logout-btn{background-color:#fff;font-weight:700;font-size:16px}.form-submit-btn{width:150px;height:35px;margin:10px auto;border:2px solid #e0dfdf;border:2px solid var(--color-option-1);transition:font-weight .5s,background-color .5s,border .5s}.form-submit-btn:hover{border:none;background-color:#e0dfdf;background-color:var(--color-option-1)}.form-submit-btn a{text-decoration:none;color:#000}.task-info-wrap button,.user-info-wrap button{margin-top:8px;background-color:#fff;border:2px solid #e0dfdf;border:2px solid var(--color-option-1);transition:font-weight .5s,background-color .5s,border .5s}.task-info-wrap button:hover,.user-info-wrap button:hover{font-weight:700;background-color:#e0dfdf;background-color:var(--color-option-1)}.single-task-container,.single-user-container{max-width:300px;min-width:290px;height:auto;margin:30px;align-content:center;padding:10px;grid-row-gap:10px;row-gap:10px;box-shadow:8px 8px 8px 8px grey;box-shadow:var(--box-shadow-medium);align-items:center}.single-task-container,.single-user-container,.tasks-container,.users-container{display:flex;align-self:center;flex-wrap:wrap;justify-content:center;flex-direction:row}.tasks-container,.users-container{width:80%;margin-left:auto;margin-right:auto}.gift-logo,.user-logo,.users-logo{width:140px;margin:25px}.img-medium{width:100px}.img-up{width:25px}.user-logo-small{width:100px}.message-text,.user-logo-small{margin-left:auto;margin-right:auto}.message-text{margin-bottom:10px;color:red}.group-info-msg{display:grid;width:40%;margin:10px auto;padding:5px;box-shadow:3px 3px 8px 3px grey;box-shadow:var(--box-shadow-small);-webkit-transform:scale(1);transform:scale(1);-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;align-content:center;justify-content:center}.task-info-msg{color:red;font-weight:700}.required{color:red;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.add-task-title,.home-title,.new-user-registration-title,.user-login-title,.wrapper-title{display:flex;align-self:center;justify-content:center;font-size:18px;font-weight:700;margin:15px}.wrapper-title{flex-direction:column;flex-wrap:wrap;align-content:center;align-items:center}.add-user{width:100%;display:flex;justify-content:center;align-self:center;margin-left:auto;margin-right:auto}.single-task-alk-value,.single-task-calories-value,.single-task-date-value,.single-task-eveningwk-value,.single-task-food-value,.single-task-green-value,.single-task-morningwk-value,.single-task-sleep-value,.single-task-wp-value,.single-user-email span,.single-user-id span,.single-user-name span,.single-user-public-name span{font-weight:700;text-align:center}.single-task-green-value{color:green}.single-task-red-value{font-weight:700;text-align:center;color:red}.single-gift-creator-value{color:#0084ff;font-weight:700;-webkit-animation:wiggle 2s linear infinite;animation:wiggle 2s linear infinite}@-webkit-keyframes wiggle{0%,7%{-webkit-transform:rotate(0);transform:rotate(0)}15%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}20%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}25%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}30%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}35%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}40%,to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wiggle{0%,7%{-webkit-transform:rotate(0);transform:rotate(0)}15%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}20%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}25%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}30%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}35%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}40%,to{-webkit-transform:rotate(0);transform:rotate(0)}}.user-info{display:grid;justify-content:center;justify-items:center;box-shadow:8px 8px 8px 8px grey;box-shadow:var(--box-shadow-medium)}.user-info-value{font-weight:700}span.red{color:red}.reserved{color:green;-webkit-transform:scale(1);transform:scale(1);-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite}.free,.reserved{font-weight:700;-webkit-font-feature-settings:"smcp";font-feature-settings:"smcp";font-variant:small-caps}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.97);transform:scale(.97)}70%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(.97);transform:scale(.97)}}@keyframes pulse{0%{-webkit-transform:scale(.97);transform:scale(.97)}70%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(.97);transform:scale(.97)}}.footer-wrapper{width:200px;display:flex;align-self:center;margin-top:30px;margin-left:auto;margin-right:auto;flex-direction:column-reverse;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}.footer-wrapper p{-webkit-font-feature-settings:"smcp";font-feature-settings:"smcp";font-variant:small-caps}.error{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;font-size:14px;color:red}@media screen and (max-width:452px){.full-width-img{margin:auto;width:90%}.navigation{width:100%}.navigation,.user-wrapper{display:flex;justify-content:center;margin-left:auto;margin-right:auto;flex-direction:column;flex-wrap:wrap;align-content:center;align-items:center}.user-wrapper{max-width:60%;align-self:center}.user-info{width:100%;display:grid;justify-content:center;justify-items:center;box-shadow:8px 8px 8px 8px grey;box-shadow:var(--box-shadow-medium)}h1{font-size:1.5em}}@media screen and (max-width:374px){.full-width-img{margin:auto;width:90%}.navigation{display:flex;justify-content:center;width:100%;margin-left:auto;margin-right:auto;flex-direction:column;flex-wrap:wrap;align-content:center;align-items:center}}#kitt{width:200px;height:20px}.eight,.five,.four,.nine,.one,.seven,.six,.ten,.three,.two{width:20px;height:20px;background:#000;margin:0;display:inline-block;box-shadow:0 0 15px #000,inset 0 0 3px hsla(0,0%,100%,.5);border-radius:3px;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.one{-webkit-animation-name:first;animation-name:first}.two{-webkit-animation-name:second;animation-name:second}.three{-webkit-animation-name:third;animation-name:third}.four{-webkit-animation-name:fourth;animation-name:fourth}.five{-webkit-animation-name:fifth;animation-name:fifth}.six{-webkit-animation-name:sixth;animation-name:sixth}.seven{-webkit-animation-name:seventh;animation-name:seventh}.eight{-webkit-animation-name:eighth;animation-name:eighth}.nine{-webkit-animation-name:ninth;animation-name:ninth}.ten{-webkit-animation-name:tenth;animation-name:tenth}@-webkit-keyframes first{0%{opacity:.2}10%{opacity:1}20%{opacity:.2}to{opacity:0}}@keyframes first{0%{opacity:.2}10%{opacity:1}20%{opacity:.2}to{opacity:0}}@-webkit-keyframes second{0%{opacity:0}10%{opacity:.2}20%{opacity:1}30%{opacity:.2}to{opacity:0}}@keyframes second{0%{opacity:0}10%{opacity:.2}20%{opacity:1}30%{opacity:.2}to{opacity:0}}@-webkit-keyframes third{0%{opacity:0}20%{opacity:.2}30%{opacity:1}40%{opacity:.2}to{opacity:0}}@keyframes third{0%{opacity:0}20%{opacity:.2}30%{opacity:1}40%{opacity:.2}to{opacity:0}}@-webkit-keyframes fourth{0%{opacity:0}30%{opacity:.2}40%{opacity:1}50%{opacity:.2}to{opacity:0}}@keyframes fourth{0%{opacity:0}30%{opacity:.2}40%{opacity:1}50%{opacity:.2}to{opacity:0}}@-webkit-keyframes fifth{0%{opacity:0}40%{opacity:.2}50%{opacity:1}60%{opacity:.2}to{opacity:0}}@keyframes fifth{0%{opacity:0}40%{opacity:.2}50%{opacity:1}60%{opacity:.2}to{opacity:0}}@-webkit-keyframes sixth{0%{opacity:0}50%{opacity:.2}60%{opacity:1}70%{opacity:.2}to{opacity:0}}@keyframes sixth{0%{opacity:0}50%{opacity:.2}60%{opacity:1}70%{opacity:.2}to{opacity:0}}@-webkit-keyframes seventh{0%{opacity:0}60%{opacity:.2}70%{opacity:1}80%{opacity:.2}to{opacity:0}}@keyframes seventh{0%{opacity:0}60%{opacity:.2}70%{opacity:1}80%{opacity:.2}to{opacity:0}}@-webkit-keyframes eighth{0%{opacity:0}70%{opacity:.2}80%{opacity:1}90%{opacity:.2}to{opacity:0}}@keyframes eighth{0%{opacity:0}70%{opacity:.2}80%{opacity:1}90%{opacity:.2}to{opacity:0}}@-webkit-keyframes ninth{0%{opacity:0}80%{opacity:.2}90%{opacity:1}to{opacity:.2}}@keyframes ninth{0%{opacity:0}80%{opacity:.2}90%{opacity:1}to{opacity:.2}}@-webkit-keyframes tenth{0%{opacity:0}90%{opacity:.2}to{opacity:1}}@keyframes tenth{0%{opacity:0}90%{opacity:.2}to{opacity:1}}
/*# sourceMappingURL=main.af988b49.chunk.css.map */