@font-face{font-family:"IndieFlower-Regular";src:local("IndieFlower-Regular"),url(/static/media/IndieFlower-Regular.0841af95.ttf) format("truetype")}body{margin:0;font-family:IndieFlower-Regular;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw}.snowflake{color:#fff;font-size:1em;font-family:Arial;text-shadow:0 0 1px #000}@keyframes snowflakes-fall{0%{top:-10%}to{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0)}50%{transform:translateX(80px)}to{transform:translateX(0)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;animation-delay:0s,0s}.snowflake:first-of-type{left:10%;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:6%;animation-delay:5s,1.5s}.snowflake:nth-of-type(11){left:15%;animation-delay:4s,2.5s}.snowflake:nth-of-type(12){left:25%;animation-delay:9s,2s}.snowflake:nth-of-type(13){left:35%;animation-delay:7s,.5s}.snowflake:nth-of-type(14){left:45%;animation-delay:5s,.5s}.snowflake:nth-of-type(15){left:55%;animation-delay:1s,1.5s}.snowflake:nth-of-type(16){left:65%;animation-delay:9s,.5s}.snowflake:nth-of-type(17){left:75%;animation-delay:5.5s,2.5s}.snowflake:nth-of-type(18){left:85%;animation-delay:4s,1.5s}.snowflake:nth-of-type(19){left:95%;animation-delay:6s,0s}.day-section{border-top:2px solid var(--border-color);min-height:100px}.day-section>div{margin-left:1rem;text-align:left}.day-section h2{margin-bottom:0}.day-section p{margin:0 1rem;font-size:1.25rem}.day-section ul{margin:.5rem 0 1rem}.day-section li{font-size:1.25rem}.delete{color:red;padding-left:1rem}.delete:hover{cursor:pointer;font-weight:700}.day{display:flex;min-width:80vw;flex-direction:column;border:2px solid var(--border-color);border-radius:10px;margin-bottom:2rem}.day:not(:last-child){border-right:2px solid var(--border-color)}.day.missing{color:var(--color-missing)}.today{background-color:var(--active-day)}.day-add{font-size:1rem;color:var(--add-text)}.day-add:hover{cursor:pointer;color:var(--add-text-hover)}.day-header{text-align:center;width:100%;font-weight:700;font-size:1.5rem}@media screen and (min-width:1445px){.day{min-width:200px;border:none;border-radius:0;margin-bottom:0}}.App{text-align:center;min-width:100vw;min-height:calc(100vh + 2rem);margin-top:-2rem;padding-top:2rem;background-color:#ccc6c6;--text-color:#000;--button-color:#90ee90;--button-hover-color:green;--border-color:#000;--active-day:pink;--add-text:#228b22;--add-text-hover:#556b2f;--color-missing:red;--menu-color:#639;color:var(--text-color)}.App.Dark{background-color:#383831;--text-color:#c4c4c2;--button-color:#5e5e5c;--button-hover-color:#363634;--active-day:#606373;--menu-color:#758bff}.App.Christmas{background-color:#146b3a;--text-color:#f8b229;--button-color:#bb2528;--button-hover-color:#ea4630;--border-color:#bb2528;--active-day:#165b33;--add-text:rgba(248,178,41,0.5);--add-text-hover:rgba(248,178,41,0.7)}.App.Pink{background-color:#ffb3f4;--text-color:#b3179c;--button-color:#fa64e4;--button-hover-color:#fcc2f4;--border-color:#b3179c}.App.KV{background-color:#ffe32e;--text-color:red;--button-color:#fff536;--button-hover-color:#a19902;--border-color:red;--active-day:#fffa9e;--color-missing:green}.loader{height:100vh;margin-top:10rem}h1{margin-bottom:0}p{font-size:1.25rem;font-weight:700}.menu{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.menu-item{font-size:2rem;font-weight:400;text-decoration:none;margin:0 1rem;color:var(--menu-color)}.menu-item:active,.menu-item:focus,.menu-item:hover{cursor:pointer;font-weight:700}.logout{margin:0;color:red;font-weight:400}.logout:hover{cursor:pointer;font-weight:700}.buttons{display:flex;justify-content:space-between;padding:1rem}.button{background-color:var(--button-color);border:1px solid var(--button-hover-color);border-radius:10px;padding:1rem;font-weight:700;font-size:1.5rem;max-width:50%;margin:1rem}.button:hover{background-color:var(--button-hover-color);cursor:pointer}.button-delete{color:red;border:1px solid red}.wc-alert p{color:var(--color-missing);font-weight:700;font-size:2rem}.main{display:flex;overflow:hidden;overflow-x:scroll;margin:1rem;justify-content:center}.calendar{display:flex;flex-direction:column}.add-label{font-size:1.5rem;margin:0}.input{width:300px}.input,.select{padding:1rem;font-family:IndieFlower-Regular;font-weight:700;font-size:1.5rem;margin-bottom:1rem}.select{width:340px}.add-buttons{display:flex;justify-content:center;padding:1rem}.logo{max-width:250px;padding-top:3rem}.photos{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.image{max-height:50vh;max-width:90vw;margin:1rem}.list-number{color:#639}.pomp-letter{color:red;font-size:1.5rem}.medication{display:flex;flex-direction:column}.medication textarea{width:80%;max-width:1000px;height:200px}@media screen and (min-width:1445px){.buttons{padding:1rem 4rem}.main{justify-content:center;overflow-x:hidden}.calendar{flex-direction:row;border:1px solid var(--border-color);border-radius:10px}}
/*# sourceMappingURL=main.cb4f1be5.chunk.css.map */