*,:after,:before{box-sizing:border-box}:root{--blue:#5847eb;--soft-blue:#56c2e6;--pale-blue:#bdc1ff;--dark-blue:#1c1f4a;--very-dark-blue:#0f1424;--desaturated-blue:#6f76c8;--red:#ff8c66;--light-red:#ff5c7c;--lime-green:#4acf81;--violet:#7536d3;--orange:#f1c65b;--font-light:300;--font-normal:400;--font-bold:500;--font-size:18px}html{height:100%}body{margin:0;padding:0;min-height:100%;background-color:#0f1424;background-color:var(--very-dark-blue);letter-spacing:.5px;font-family:"Rubik",sans-serif;font-weight:400;font-weight:var(--font-normal);font-size:18px;font-size:var(--font-size)}.app{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:1140px}@media only screen and (max-width:1160px){.app{padding:2rem;top:0;left:0;-webkit-transform:none;transform:none}}.time-tracking-card{position:relative;width:100%;height:100%}.time-tracking-card .background{position:absolute;top:0;left:0;width:100%;height:40%;border-radius:20px}.background{background-repeat:no-repeat;background-position:90% -10%;padding-right:1rem}.background.c-0{background-color:var(--red);background-image:url(/frontdev-time-tracking-dashboard/static/media/icon-work.a3f124e5.svg)}.background.c-1{background-color:var(--soft-blue);background-image:url(/frontdev-time-tracking-dashboard/static/media/icon-play.e8d4e569.svg)}.background.c-2{background-color:var(--light-red);background-image:url(/frontdev-time-tracking-dashboard/static/media/icon-study.1f0a65e4.svg)}.background.c-3{background-color:var(--lime-green);background-image:url(/frontdev-time-tracking-dashboard/static/media/icon-exercise.3e7b0282.svg)}.background.c-4{background-color:var(--violet);background-image:url(/frontdev-time-tracking-dashboard/static/media/icon-social.64be0c18.svg)}.background.c-5{background-color:var(--orange);background-image:url(/frontdev-time-tracking-dashboard/static/media/icon-self-care.a161aff5.svg)}.time-tracking-card .foreground{position:absolute;bottom:0;left:0;width:100%;height:85%;background-color:var(--dark-blue);border-radius:20px;padding:2rem}.time-tracking-card .title{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;font-weight:var(--font-bold)}#icon{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}#icon:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.hours{display:flex;flex-direction:column;font-weight:var(--font-light)}.current-hours{font-size:4rem}.previous-hours{font-size:.9rem;color:var(--pale-blue)}@media only screen and (max-width:550px){.time-tracking-card .title{margin-bottom:4rem}.hours{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.current-hours{font-size:3rem}}.user-card{position:relative;min-height:300px;height:100%;width:100%}.user{top:0;left:0;right:0;z-index:1;background-color:var(--blue);border-radius:20px;padding:2.5rem 2rem}.user,.user-selection{position:absolute;display:flex;flex-direction:column;height:60%}.user-selection{bottom:0;width:100%;background-color:var(--dark-blue);border-radius:0 0 20px 20px;justify-content:center;grid-gap:2.5rem;gap:2.5rem;color:var(--pale-blue);padding-top:7rem}.user-selection-item{margin-left:2.5rem}.user-selection-item.active,.user-selection-item:hover{color:#fff}.user-icon{width:100px;height:100px;border-radius:50%;box-shadow:0 0 10px #fff,0 0 20px #fff;margin-bottom:2rem}.user-icon img{min-width:100%;height:100%}.user-text>#report{font-size:.9rem;font-weight:var(--font-light)}.user-text>#name{font-size:2.2rem}@media only screen and (max-width:1160px){.user{flex-direction:row;align-items:center;padding:5rem 3rem}.user-icon{margin-bottom:0;margin-right:1.5rem}.user-selection{flex-direction:row;padding:7rem 3rem 0;justify-content:space-between}.user-selection>*{margin-left:0}}.grid-layout{min-height:600px;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr;grid-template-areas:"user  work      play    study" "user  exercise  social  self-care"}.user-card{grid-area:user}.time-tracking-card.c-0{grid-area:work}.time-tracking-card.c-1{grid-area:play}.time-tracking-card.c-2{grid-area:study}.time-tracking-card.c-3{grid-area:exercise}.time-tracking-card.c-4{grid-area:social}.time-tracking-card.c-5{grid-area:self-care}@media only screen and (min-width:551px) and (max-width:1160px){.grid-layout{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);grid-template-areas:"user   user" "work   play" "study  exercise" "social self-care"}}@media only screen and (max-width:550px){.grid-layout{grid-template-columns:1fr;grid-template-rows:repeat(7,1fr);grid-template-areas:"user" "work" "play" "study" "exercise" "social" "self-care"}}
/*# sourceMappingURL=main.bfed2ce5.chunk.css.map */