body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#d8e7e9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column}.main{grid-gap:3%;display:grid;gap:3%;grid-template-columns:4fr 1fr;margin-bottom:10%;margin-left:5%;width:90%}.header{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:center;position:-webkit-sticky;position:sticky;top:0}.header span{margin-right:5px}.exercises{grid-gap:3%;display:grid;gap:3%;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:992px){.exercises{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.exercises{gap:1%;grid-template-columns:repeat(1,1fr)}}.exercise{background-color:#aceaea;border:10px solid #aceaea;border-radius:10px;box-shadow:15px 10px 20px #294646}.exercise,.exercise-info{display:flex;flex-direction:column;justify-content:space-between}.exercise img{height:200px;width:100%}.exercise-info{margin-left:3%;margin-right:3%}.exercise-info button:hover{background-color:aqua;cursor:pointer}.faq-full-container{margin-left:5%;margin-top:5%;width:90%}.faq-title{margin-top:5%;text-align:center}.faq-container{align-items:center;background-color:#a1ddc3;border:1px solid #000;border-radius:5px;box-shadow:2px 2px 2px 2px gray;justify-content:center;padding-bottom:10px}.text-container{padding-left:10px}@media only screen and (max-width:992px){.faq-full-container{margin-top:330px}}@media only screen and (max-width:576px){.faq-full-container{margin-top:450px}}.recorded-info{position:-webkit-sticky;position:sticky;top:0}.recorded-info .user img{border-radius:50%;height:63px;width:63px}.user-header{align-items:center;display:flex;gap:10%}.user-physical-info{padding-left:5%;padding-right:5%}.breaks,.user-physical-info{background-color:#999;display:flex;justify-content:space-between}.breaks{padding:3%}.breaks p{background-color:#faebd7;border:1px solid #000;border-radius:50%;padding:5px}.breaks p:hover{background-color:#8df7f2;cursor:pointer}.exercise-block{align-items:center;background-color:#999;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5px;padding-left:5%;padding-right:5%}.recorded-info button{width:100%}.recorded-info button:hover{background-color:#8df7f2}.snackbar{align-items:center;border-radius:8px;display:flex;height:60px;left:50%;position:fixed;text-align:center;top:10%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:350px}.snackbar .symbol{flex:20% 1}.snackbar .message{flex:80% 1;font-weight:700;text-align:start}#show{-webkit-animation:fadeIn .5s,fadeOut .5s 2.5s;animation:fadeIn .5s,fadeOut .5s 2.5s;visibility:visible}#hide{visibility:hidden}@-webkit-keyframes fadeIn{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadeIn{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeOut{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeOut{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}
/*# sourceMappingURL=main.0ca98b53.css.map*/