@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap);:root{--Primary-blue:#5847eb;--Light-red-work:#ff8c66;--Soft-blue-play:#56c2e6;--Light-red-study:#ff5c7c;--Lime-green-exercise:#4acf81;--Violet-social:#7536d3;--Soft-orange-self-care:#f1c65b;--Very-dark-blue:#0f1424;--Dark-blue:#1c1f4a;--Desaturated-blue:#6f76c8;--Pale-Blue:#bdc1ff}body{align-items:center;background-color:#0f1424;background-color:var(--Very-dark-blue);box-sizing:border-box;color:#fff;display:flex;height:100vh;justify-content:center;margin:0}*{box-sizing:inherit;font-family:Rubik,sans-serif}.dashboard-grid{grid-gap:2rem;display:grid;grid-template-columns:repeat(4,1fr);width:80vw}.card-header{border-radius:1rem;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.taskIcon{position:absolute;right:1rem;top:-.5rem;z-index:100}.work{background:linear-gradient(180deg,#ff8c66,#ff8c66 64%,#1c1f4a 66%,#1c1f4a);background:linear-gradient(180deg,var(--Light-red-work),var(--Light-red-work) 64%,#1c1f4a 66%,#1c1f4a)}.study{background:linear-gradient(180deg,#ff5c7c,#ff5c7c 64%,#1c1f4a 66%,#1c1f4a);background:linear-gradient(180deg,var(--Light-red-study),var(--Light-red-study) 64%,#1c1f4a 66%,#1c1f4a)}.play{background:linear-gradient(180deg,#56c2e6,#56c2e6 64%,#1c1f4a 66%,#1c1f4a);background:linear-gradient(180deg,var(--Soft-blue-play),var(--Soft-blue-play) 64%,#1c1f4a 66%,#1c1f4a)}.exercise{background:linear-gradient(180deg,#4acf81,#4acf81 64%,#1c1f4a 66%,#1c1f4a);background:linear-gradient(180deg,var(--Lime-green-exercise),var(--Lime-green-exercise) 64%,#1c1f4a 66%,#1c1f4a)}.self-care{background:linear-gradient(180deg,#f1c65b,#f1c65b 64%,#1c1f4a 66%,#1c1f4a);background:linear-gradient(180deg,var(--Soft-orange-self-care),var(--Soft-orange-self-care) 64%,#1c1f4a 66%,#1c1f4a)}.social{background:linear-gradient(180deg,#7536d3,#7536d3 64%,#1c1f4a 66%,#1c1f4a);background:linear-gradient(180deg,var(--Violet-social),var(--Violet-social) 64%,#1c1f4a 66%,#1c1f4a)}.card-container{background-color:#1c1f4a;background-color:var(--Dark-blue);border-radius:1rem;color:#fff;cursor:pointer;flex-direction:column;margin-top:3rem;padding:2rem;width:100%;z-index:1000}.card-container:hover{background-color:#6f76c8;background-color:var(--Desaturated-blue)}.card-title{display:flex;justify-content:space-between;text-transform:capitalize}.task{font-size:1rem;font-weight:500;margin:0}.btn-configure{align-items:center;display:flex;padding:.1rem}.hours{font-size:3rem;font-weight:300;margin-bottom:1rem;margin-top:2rem}.previous-time{color:#bdc1ff;color:var(--Pale-Blue)}.profileWrapper{background-color:#1c1f4a;background-color:var(--Dark-blue);border-radius:1rem;grid-row:1/3}.profileInfo{background-color:#5847eb;background-color:var(--Primary-blue);border-radius:1rem;min-height:70%;padding:2rem;width:100%}.profileInfo img{border:solid #fff;border-radius:50%;width:50%}.profileInfo .profileName{padding-top:2rem}.profileInfo label{color:#bdc1ff;color:var(--Pale-Blue)}.profileInfo h1{font-size:2.5rem;font-weight:300;margin:0}.timeframes-list{color:#bdc1ff;color:var(--Pale-Blue);font-size:1.1rem;margin:0;padding:1.5rem 2rem}.timeframes-list label{cursor:pointer;display:block;margin:0;padding-bottom:1rem}.timeframes-list label:hover{color:#fff}.timeframes-list input{display:none}input:checked+label{color:#fff}
/*# sourceMappingURL=main.d1efeae7.css.map*/