@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%}body{width:100%;height:100%;margin:0;padding:0;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:Inter,Roboto,serif;color:#222;background-color:#f8f0ea}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}input,button,textarea,select{font-size:inherit;border:none;background:none;background-color:none;color:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none}input[type=text],input[type=email],input[type=password],textarea{background-color:transparent;border:none;outline:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px none inset!important;box-shadow:0 0 0 30px #f8f0ea inset!important;-webkit-text-fill-color:inherit!important}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;margin:0;padding:0;border:none;background:transparent;cursor:pointer;width:1rem;height:1rem;display:inline-block;vertical-align:middle}button{cursor:pointer}h1,h2,h3,h4,h5,h6,p{font-family:roboto,serif;font-weight:400}table{border-collapse:collapse;border-spacing:0}body{width:100%;max-width:1660px;margin:0;padding:0;overflow-x:hidden}@media(min-width:1920px){body{max-width:1800px}}html,body{font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;line-height:1.3;letter-spacing:.2px;margin-bottom:.5rem}h1{font-size:2.5rem;font-weight:400}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:500}h5{font-size:1.125rem;font-weight:500}h6{font-size:1rem;font-weight:600}p{font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;line-height:1.6;margin-bottom:1rem}small,.caption{font-size:.875rem}strong{font-weight:600}a{text-decoration:none;transition:color .2s ease}a:hover{color:inherit}button{font-family:Inter,sans-serif;font-weight:400;letter-spacing:.3px}@media(min-width:576px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.375rem}}@media(min-width:360px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-size:.9375rem}}::selection{background-color:#6ec1e440}.landing{display:flex;justify-content:space-evenly;align-items:center;padding:20px;background-color:#f8f0ea;width:100vw;height:100vh}.landing .landing__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:30%;height:100%}.landing .landing__content .landing__title{font-size:60px}.landing .landing__content .landing__buttons{display:flex;flex-direction:column;width:fit-content;gap:20px}.landing .landing__content .landing__buttons .landing__btn{padding:13px 40px;border:2px solid #6E7645;border-radius:50px;color:#6e7645;width:100%}.landing .landing__content .landing__buttons .landing__btn:hover{background-color:#6e7645;color:#fff}.landing .landing__image{height:100%}@media(min-width:360px){.landing{padding:0;flex-direction:column;gap:20px}.landing .landing__content{width:100%;padding-top:40px}.landing .landing__content .landing__buttons{width:90%;gap:5px}.landing .landing__image{width:100%;height:auto;border-radius:30px 30px 0 0}}@media(min-width:576px){.landing{padding:0;flex-direction:column;gap:30px}.landing .landing__content{width:100%;padding-top:40px}.landing .landing__content .landing__buttons{width:60%;gap:15px}.landing .landing__image{width:100%;height:auto;border-radius:30px 30px 0 0}}@media(min-width:768px){.landing{padding:20px}.landing .landing__content{padding-top:0}.landing .landing__content .landing__buttons{width:40%}.landing .landing__image{height:70%;border-radius:0}}@media(min-width:1024px){.landing{justify-content:space-evenly;flex-direction:row}.landing .landing__content{width:30%}.landing .landing__content .landing__buttons{width:fit-content;gap:20px}.landing .landing__image{width:auto;height:100%}}.login{display:flex;justify-content:space-evenly;padding:20px;background-color:#f8f0ea;width:100vw;height:100vh;color:#72655a}.login .login__form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:49%;height:100%}.login .login__form .login__group{border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px;margin-bottom:15px;width:50%}.login .login__form .login__group .login__input{width:70%}.login .login__form .login__group--password{display:flex;justify-content:space-between;align-items:center}.login .login__form .login__group--password .login__icon{height:70%}.login .login__form .login__group--password .login__icon:hover{cursor:pointer}.login .login__message--error{display:flex;justify-content:center;align-items:center;gap:10px;color:#ff3e3e;width:100%}.login .login__message--error .login__message--error-redcross{width:auto;height:50%}.login .login__extras{display:flex;justify-content:flex-start;align-items:center;padding-bottom:20px;width:50%}.login .login__extras .login__remember{display:flex;align-items:center;position:relative;cursor:pointer;font-size:.9rem;-webkit-user-select:none;user-select:none}.login .login__extras .login__remember .login__checkbox{width:18px;height:18px;border:2px solid #CBC4BE;border-radius:4px;margin-right:.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;background-color:none}.login .login__extras .login__remember .login__checkbox:hover{border-color:#6e7645;background-color:#6e7645}.login .login__extras .login__remember .login__checkbox:checked{border-color:#6e7645;background-color:#6e7645}.login .login__extras .login__remember .login__checkbox:after{content:"";width:6px;height:10px;border-right:2px solid #FFFFFF;border-bottom:2px solid #FFFFFF;transform:rotate(45deg) scale(0);transition:transform .2s ease}.login .login__extras .login__remember .login__checkbox:checked:after{transform:rotate(45deg) scale(1)}.login .login__button{padding:13px 40px;margin-bottom:20px;border:1px solid #326FFA;border-radius:50px;color:#326ffa;width:fit-content}.login .login__button:hover{background-color:#326ffa;color:#fff}.login .login__cta p{font-size:.9rem}.login .login__cta p .login__link{text-decoration:underline}.login .login__mascot{height:100%;width:70%}@media(min-width:360px){.login{flex-direction:column;align-items:center}.login .login__form{width:100%}.login .login__form .login__group{width:80%}.login .login__message--error{width:100%}.login .login__extras{justify-content:center}.login .login__mascot{height:auto;width:100%}}@media(min-width:1024px){.login{flex-direction:row;justify-content:space-evenly;align-items:none}.login .login__form{width:49%}.login .login__form .login__group{width:50%}.login .login__extras{justify-content:flex-start;width:50%}.login .login__mascot{height:100%;width:70%}}.register-page{display:flex;padding:20px;width:100vw;height:100vh;background-color:#f8f0ea}.register-step1{display:flex;justify-content:space-evenly;background-color:#f8f0ea;width:100%;height:100%;color:#72655a}.register-step1 .register-step1__form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:49%;height:100%}.register-step1 .register-step1__form .register-step1__title{width:70%;margin-bottom:30px;text-align:center;color:#000}.register-step1 .register-step1__form .register-step1__group{border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px;margin-bottom:15px;width:70%}.register-step1 .register-step1__form .register-step1__group .register-step1__input{width:70%}.register-step1 .register-step1__form .register-step1__group--password{display:flex;justify-content:space-between;align-items:center}.register-step1 .register-step1__form .register-step1__group--password .register-step1__icon{height:70%}.register-step1 .register-step1__form .register-step1__group--password .register-step1__icon:hover{cursor:pointer}.register-step1 .register-step1__form .register-step1__message--error{display:flex;justify-content:center;align-items:center;color:#ff3e3e;font-size:12px;width:70%}.register-step1 .register-step1__form .register-step1__message--error .register-step1__icon--error{margin-right:10px;width:5%;height:50%}.register-step1 .register-step1__form .register-step1__warning{width:70%;font-size:12px;color:#cbc4be}.register-step1 .register-step1__form .register-step1__button{padding:13px 40px;margin-bottom:20px;border:2px solid #94ACFD;border-radius:50px;color:#94acfd;width:fit-content}.register-step1 .register-step1__form .register-step1__button:hover{background-color:#94acfd;color:#fff}.register-step1 .register-step1__illustration .register-step1__mascot{height:100%;width:auto}.register-step2{display:flex;justify-content:space-evenly;align-items:center;width:100%;height:100%;color:#72655a}.register-step2 .register-step2__content{width:40%}.register-step2 .register-step2__content .register-step2__title{text-align:center;width:100%;color:#000}.register-step2 .register-step2__content .profile-upload{position:relative;display:flex;justify-content:center;align-items:center;margin:20px 0}.register-step2 .register-step2__content .profile-upload .profile-upload__input{display:none}.register-step2 .register-step2__content .profile-upload .profile-upload__circle,.register-step2 .register-step2__content .profile-upload .profile-upload__preview{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:180px;height:180px;border:1px solid #CBC4BE;border-radius:50%}.register-step2 .register-step2__content .profile-upload .profile-upload__circle .profile-upload__text,.register-step2 .register-step2__content .profile-upload .profile-upload__preview .profile-upload__text{font-size:12px;width:50%;text-align:center}.register-step2 .register-step2__content .profile-upload .profile-upload__circle .profile-upload__icon,.register-step2 .register-step2__content .profile-upload .profile-upload__preview .profile-upload__icon{position:absolute;bottom:10px;right:10px;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem}.register-step2 .register-step2__content .profile-upload .profile-upload__circle .profile-upload__icon:hover,.register-step2 .register-step2__content .profile-upload .profile-upload__preview .profile-upload__icon:hover{cursor:pointer}.register-step2 .register-step2__content .register-step2__row--first .form-group{border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px;margin-bottom:15px;width:100%}.register-step2 .register-step2__content .register-step2__row{display:flex;justify-content:space-between;width:100%}.register-step2 .register-step2__content .register-step2__row .form-group{display:flex;align-items:center;border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px;margin-bottom:15px;width:49%}.register-step2 .register-step2__content .register-step2__row .form-group .custom-select{display:flex;justify-content:space-between;align-items:center;width:100%}.register-step2 .register-step2__content .register-step2__actions{display:flex;justify-content:space-around;margin-top:10px}.register-step2 .register-step2__content .register-step2__actions .register-step2__button{padding:13px 40px;border:2px solid #94ACFD;border-radius:50px;color:#94acfd;width:fit-content}.register-step2 .register-step2__content .register-step2__actions .register-step2__button:hover{background-color:#94acfd;color:#fff}.register-step2 .register-step2__illustration{width:40%}.navbar{display:flex;flex-direction:column;justify-content:center;width:100px;height:100%;position:fixed;background-color:#f8f0ea}.navbar .navbar__links{display:flex;flex-direction:column;align-items:center;width:100%;gap:20px}.navbar .navbar__links .navbar__actions{display:flex;flex-direction:column;gap:20px}.navbar .navbar__links .navbar__actions .navbar__profile .navbar__avatar{border-radius:50%;position:relative;width:70px;height:70px}.navbar .navbar__links .navbar__actions .navbar__profile--active .navbar__avatar{border:3px solid #545B30;border-radius:50%;position:relative;width:70px;height:70px}.navbar .navbar__links .navbar__actions .navbar__logout,.navbar .navbar__links .navbar__icon{display:flex;justify-content:center;align-items:center;border-radius:15px;width:70px;height:70px;background-color:#8a9167}.navbar .navbar__links .navbar__icon--active{display:flex;justify-content:center;align-items:center;border-radius:15px;width:70px;height:70px;background-color:#545b30}.admin-page{margin:20px 20px 0 30px}.admin-page .admin-header{display:flex;justify-content:space-between;width:100%}.admin-page .admin-header__illustration{display:flex;align-items:flex-end}.admin-page .admin-header__illustration .admin-header__image{object-fit:cover;margin-right:20px}.admin-page .admin-header__illustration .admin-header__bubble{position:relative;display:flex;align-items:center;justify-content:center}.admin-page .admin-header__illustration .admin-header__bubble .admin-header__bubble-content{position:absolute;top:63%;left:45%;transform:translate(-50%,-50%);color:#fff;text-align:left;width:75%}.admin-page .admin-header__logout{display:flex;justify-content:center;align-items:center;border-radius:15px;width:70px;height:70px;background-color:#ff5623}.admin-page .admin-layout{display:flex;justify-content:space-between;gap:30px;padding:30px 0}.admin-page .admin-layout__form{display:flex;flex-direction:column;justify-content:space-between;gap:20px;width:60%;height:fit-content}.admin-page .admin-layout__form .admin-layout__title{color:#72655a}.admin-page .admin-layout__form .admin-layout__form-content{display:flex;flex-direction:column;align-items:flex-end;width:100%;gap:20px}.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__label{display:flex;align-items:baseline;justify-content:space-between;gap:20px;width:100%;font-size:20px;color:#72655a}.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__label .admin-layout__input,.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__label .admin-layout__textarea{border:2px solid #CBC4BE;border-radius:5px;padding:13px;font-size:15px;width:85%}.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__footer{display:flex;justify-content:flex-end;align-items:center;width:100%}.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__footer .admin-layout__buttons{display:flex;gap:10px}.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__footer .admin-layout__buttons .btn{transition:transform .2s ease,box-shadow .2s ease}.admin-page .admin-layout__form .admin-layout__form-content .admin-layout__footer .admin-layout__buttons .btn:hover{transform:scale(1.2)}.admin-page .admin-layout .admin-layout__list{background-color:#bfcdfe;border-radius:15px;padding:20px;width:40%}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items{display:flex;flex-direction:column;gap:10px}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items .card-article{display:flex;justify-content:space-between;align-items:end;border-radius:10px;padding:10px;background-color:#dce4ff;color:#72655a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items .card-article:hover{transform:scale(1.02)}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items .card-article--selected{transform:scale(1.01);border:4px solid #A1BEFF}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items .card-article .card-article__content{display:flex;flex-direction:column}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items .card-article__content-likes{display:flex;align-items:center;justify-content:flex-end;gap:5px;height:fit-content}.admin-page .admin-layout .admin-layout__list .admin-layout__list-items .card-article__content-likes .card-article__likes-count{font-size:15px;color:#72655a;margin:0}.dashboardPage{width:100vw;padding:0 40px 20px 0;background-color:#f8f0ea}.dashboardPage .dashboardPage__body .dashboardPage__content{display:flex;margin:40px 0 0 120px;gap:30px}.dashboardPage .dashboardPage__body .dashboardPage__content .dashboardPage__master{display:flex;flex-wrap:wrap;gap:30px;width:70%}.dashboardPage .dashboardPage__body .dashboardPage__option{display:flex;flex-direction:column;gap:30px;width:30%}.header-dashboard{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 0 120px;padding-top:40px;gap:20px}.header-dashboard .header-dashboard__left{display:flex;align-items:flex-end;gap:20px}.header-dashboard .header-dashboard__left .header-dashboard__illustration{object-fit:cover;width:auto;height:auto;gap:20px}.header-dashboard .header-dashboard__left .header-dashboard__bubble{position:relative;display:flex;align-items:center;justify-content:center;width:auto;height:auto}.header-dashboard .header-dashboard__left .header-dashboard__bubble .header-dashboard__bubble-content{position:absolute;top:65%;left:45%;transform:translate(-50%,-50%);color:#fff;text-align:left;width:75%}.header-dashboard .header-dashboard__left .header-dashboard__bubble .header-dashboard__bubble-content .header-dashboard__text{font-size:13px;line-height:1.3}.header-dashboard .header-dashboard__right{text-align:right;color:#72655a}.header-dashboard .header-dashboard__right .header-dashboard__date-title,.header-dashboard .header-dashboard__right .header-dashboard__date{font-size:30px;line-height:.5}@media(min-width:360px){.header-dashboard{flex-wrap:wrap}.header-dashboard .header-dashboard__right{width:100%}}@media(min-width:768px){.header-dashboard .header-dashboard__right{width:auto}}@media(min-width:1440px){.header-dashboard .header-dashboard__left,.header-dashboard .header-dashboard__right{width:auto}}.card--glycemia{display:flex;flex-direction:column;justify-content:space-between;width:48%;border-radius:15px;padding:20px;background-color:#bfcdfe}.card--glycemia .card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.card--glycemia .card__header .card__title{display:flex;align-items:center;gap:20px}.card--glycemia .card__header .card__title .card__icon{height:100%;object-fit:cover;object-position:top}.card--glycemia .card__header .card__title .card__heading{font-size:30px}.card--glycemia .card__body{display:flex;flex-direction:column;justify-content:space-between}.card--glycemia .card__body .card__weekly{display:flex;justify-content:space-between;align-items:baseline}.card--glycemia .card__body .card__weekly .card__text{font-size:11px;width:fit-content}.card--glycemia .card__body .card__weekly .card__value{font-size:19px;text-align:right;width:fit-content}.card--glycemia .card__body .card__chart{width:100%;height:200px}.card--glycemia .card__footer{margin-top:15px}.card--glycemia .card__footer .card__text{font-size:12px;margin-bottom:5px}.card--glycemia .card__footer .card__period{display:flex;justify-content:space-between;align-items:center}.card--glycemia .card__footer .card__period .card__period-buttons{display:flex;gap:10px}.card--glycemia .card__footer .card__period .card__period-buttons .card__period-btn{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;border:none;cursor:pointer}.card--glycemia .card__footer .card__period .card__period-buttons .card__period-btn--active{background-color:#94acfd;color:#fff}.card--glycemia .card__footer .card__period .card__period-value{font-size:20px}.card--glycemia .popup{display:flex;justify-content:space-between;align-items:center;position:fixed;top:25%;left:25%;width:50%;height:60%;padding:20px;border-radius:20px;background-color:#fff;z-index:10}.card--glycemia .popup__img{height:100%}.card--glycemia .popup__overlay{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:45%;height:100%}.card--glycemia .popup__overlay .popup__close{align-self:flex-end}.card--glycemia .popup__overlay .popup__content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;height:80%}.card--glycemia .popup__overlay .popup__content .popup__title{font-size:25px;text-align:center;margin-bottom:15px}.card--glycemia .popup__overlay .popup__content .popup__form{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:45%}.card--glycemia .popup__overlay .popup__content .popup__form .popup__input{border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px;color:#72655a;width:80%}.card--glycemia .popup__overlay .popup__content .popup__form .popup__btn-confirm{padding:13px 40px;border:2px solid #AD8FFF;border-radius:50px;color:#ad8fff;background:none;cursor:pointer;transition:all .3s ease}.card--glycemia .popup__overlay .popup__content .popup__form .popup__btn-confirm:hover{background-color:#ad8fff;color:#fff}.card--activity{display:flex;flex-direction:column;justify-content:space-between;width:48%;border-radius:15px;padding:20px;background-color:#ffe938}.card--activity .card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.card--activity .card__header .card__title{display:flex;align-items:center;width:70%;gap:20px}.card--activity .card__header .card__title .card__icon{height:100%;object-fit:cover;object-position:top}.card--activity .card__header .card__title .card__heading{font-size:30px}.card--activity .card__body{height:50%;display:flex;flex-direction:column;justify-content:space-between}.card--activity .card__body .card__weekly{display:flex;justify-content:space-between;align-items:baseline}.card--activity .card__body .card__weekly .card__text{font-size:12px}.card--activity .card__body .card__weekly .card__value{font-size:20px;text-align:right}.card--activity .card__body .card__chart{width:100%;height:200%}.card--activity .card__footer{margin-top:15px}.card--activity .card__footer .card__text{font-size:12px;margin-bottom:5px}.card--activity .card__footer .card__period{display:flex;justify-content:space-between;align-items:center}.card--activity .card__footer .card__period .card__period-buttons{display:flex;gap:10px}.card--activity .card__footer .card__period .card__period-buttons .card__period-btn{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;border:none;cursor:pointer}.card--activity .card__footer .card__period .card__period-buttons .card__period-btn--active{background-color:#d3bc00;color:#fff}.card--activity .card__footer .card__period .card__period-value{font-size:20px}.card--activity .popup{display:flex;justify-content:space-between;align-items:center;position:fixed;top:25%;left:25%;width:50%;height:60%;padding:20px;border-radius:20px;background-color:#fff}.card--activity .popup__img{height:100%}.card--activity .popup__overlay{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:45%;height:100%}.card--activity .popup__overlay .popup__close{display:flex;justify-content:flex-end;align-items:flex-start;width:100%;height:fit-content}.card--activity .popup__overlay .popup__content{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:90%;height:90%}.card--activity .popup__overlay .popup__content .popup__title{font-size:25px;text-align:center}.card--activity .popup__overlay .popup__content .popup__form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%}.card--activity .popup__overlay .popup__content .popup__form .popup__input,.card--activity .popup__overlay .popup__content .popup__form .popup__select{border:1px solid #CBC4BE;border-radius:5px;margin-bottom:10px;padding:10px 15px;color:#72655a;width:80%}.card--activity .popup__overlay .popup__content .popup__form .popup__btn-confirm{padding:13px 40px;border:2px solid #AD8FFF;border-radius:50px;color:#ad8fff;width:fit-content}.card--activity .popup__overlay .popup__content .popup__form .popup__btn-confirm:hover{background-color:#ad8fff;color:#fff}.card--medication{display:flex;flex-direction:column;justify-content:space-between;width:48%;border-radius:15px;padding:20px;background-color:#ff8fdc}.card--medication .card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.card--medication .card__header .card__title{display:flex;align-items:center;gap:20px;color:#fff}.card--medication .card__header .card__title .card__icon{height:100%;object-fit:cover;object-position:top}.card--medication .card__header .card__title .card__heading{font-size:30px}.card--medication .card__body{display:flex;flex-direction:column;justify-content:space-between}.card--medication .card__body .card__weekly{display:flex;justify-content:space-between;align-items:baseline}.card--medication .card__body .card__weekly .card__text{font-size:12px}.card--medication .card__body .card__weekly .card__value{font-size:20px;text-align:right}.card--medication .card__body .card__chart{width:100%;height:200px}.card--medication .medication-card__warning{margin-top:15px;display:flex;align-items:center;gap:30px;background-color:#ffb1e6;padding:20px;border-radius:15px}.card--medication .medication-card__warning .medication-card__icon{height:100%}.card--medication .medication-card__warning .medication-card__text h2,.card--medication .medication-card__warning p{height:fit-content;margin:0}.card--medication .medication-card__warning .card__period{display:flex;justify-content:space-between;align-items:center}.card--medication .medication-card__warning .card__period .card__period-buttons{display:flex;gap:10px}.card--medication .medication-card__warning .card__period .card__period-buttons .card__period-btn{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;border:none;cursor:pointer}.card--medication .medication-card__warning .card__period .card__period-buttons .card__period-btn--active{background-color:#94acfd;color:#fff}.card--medication .medication-card__warning .card__period .card__period-value{font-size:20px}.card--medication .popup{display:flex;justify-content:space-between;align-items:center;position:fixed;top:25%;left:25%;width:50%;height:60%;padding:20px;border-radius:20px;background-color:#fff;z-index:10}.card--medication .popup__img{height:100%}.card--medication .popup__overlay{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:45%;height:100%}.card--medication .popup__overlay .popup__close{align-self:flex-end}.card--medication .popup__overlay .popup__content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;height:80%}.card--medication .popup__overlay .popup__content .popup__title{font-size:25px;text-align:center;margin-bottom:15px}.card--medication .popup__overlay .popup__content .popup__form{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:45%}.card--medication .popup__overlay .popup__content .popup__form select{border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px}.card--medication .popup__overlay .popup__content .popup__form .popup__input{border:1px solid #CBC4BE;border-radius:5px;padding:10px 15px;color:#72655a;width:80%}.card--medication .popup__overlay .popup__content .popup__form .popup__btn-confirm{padding:13px 40px;border:2px solid #AD8FFF;border-radius:50px;color:#ad8fff;background:none;cursor:pointer;transition:all .3s ease}.card--medication .popup__overlay .popup__content .popup__form .popup__btn-confirm:hover{background-color:#ad8fff;color:#fff}.card--weight{display:flex;flex-direction:column;justify-content:space-between;width:48%;border-radius:15px;padding:20px;background-color:#ff5623}.card--weight .card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.card--weight .card__header .card__title{display:flex;align-items:center;gap:20px;color:#fff}.card--weight .card__header .card__title .card__icon{height:100%;object-fit:cover;object-position:top}.card--weight .card__header .card__title .card__heading{font-size:30px}.card--weight .card__body{margin-top:15px;display:flex;flex-direction:column;justify-content:space-between}.card--weight .card__body .card__period-buttons{display:flex;justify-content:space-between;align-items:center}.card--weight .card__body .card__period-buttons .card__period-btn{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;border:none;cursor:pointer}.card--weight .card__body .card__period-buttons .card__period-btn--active{background-color:#ff784f;color:#fff}.card--weight .card__chart{margin-top:15px;width:100%;height:200%}.card--weight .popup{display:flex;justify-content:space-between;align-items:center;position:fixed;top:25%;left:25%;width:50%;height:60%;padding:20px;border-radius:20px;background-color:#fff}.card--weight .popup__img{height:100%}.card--weight .popup__overlay{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:45%;height:100%}.card--weight .popup__overlay .popup__close{display:flex;justify-content:flex-end;align-items:flex-start;width:100%;height:fit-content}.card--weight .popup__overlay .popup__content{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:90%;height:90%}.card--weight .popup__overlay .popup__content .popup__title{font-size:25px;text-align:center}.card--weight .popup__overlay .popup__content .popup__form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%}.card--weight .popup__overlay .popup__content .popup__form .popup__select{display:flex;align-items:flex-end;gap:5px;width:90%}.card--weight .popup__overlay .popup__content .popup__form .popup__select .popup__select-1,.card--weight .popup__overlay .popup__content .popup__form .popup__select .popup__select-2{border:1px solid #CBC4BE;border-radius:5px;margin-bottom:10px;padding:10px 15px;color:#72655a;width:80%}.card--weight .popup__overlay .popup__content .popup__form .popup__select .popup__select-comma,.card--weight .popup__overlay .popup__content .popup__form .popup__select .popup__select-unit{font-size:20px}.card--weight .popup__overlay .popup__content .popup__form .popup__btn-confirm{padding:13px 40px;border:2px solid #AD8FFF;border-radius:50px;color:#ad8fff;width:fit-content}.card--weight .popup__overlay .popup__content .popup__form .popup__btn-confirm:hover{background-color:#ad8fff;color:#fff}.card--mood{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:fit-content;border-radius:15px;padding:20px;background-color:#512c2e;color:#fff}.card--mood .card__header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:fit-content;margin-bottom:10px}.card--mood .card__header .card__title{display:flex;align-items:center;width:70%;gap:20px}.card--mood .card__header .card__title .card__icon{width:auto;height:100%;object-fit:cover;object-position:top}.card--mood .card__header .card__title .card__heading{font-size:30px}.card--mood .card__body .card__list{display:flex;flex-direction:column;color:#512c2e}.card--mood .card__body .card__list .card__list-tag{padding:10px 18px;margin-bottom:10px;border-radius:50px;background-color:#fff;width:fit-content;font-size:12px}.card--mood .card__body .card__weekly{display:flex;justify-content:space-between;align-items:baseline;width:100%}.card--mood .card__body .card__weekly .card__text{width:fit-content;font-size:12px}.card--mood .card__body .card__chart{width:100%}.card--mood .card__footer .card__period{display:flex;justify-content:space-between;align-items:center}.card--mood .card__footer .card__period .card__period-buttons{display:flex;gap:10px}.card--mood .card__footer .card__period .card__period-buttons .card__period-btn{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px}.card--mood .card__footer .card__period .card__period-buttons .card__period-btn--active{padding:10px 18px;border-radius:50px;background-color:#d3bc00;font-size:12px}.card--mood .card__footer .card__period .card__period-value{font-size:20px}.card--mood .popup{display:flex;justify-content:space-between;align-items:center;position:fixed;top:25%;left:25%;width:50%;height:60%;padding:20px;border-radius:20px;background-color:#fff}.card--mood .popup__img{height:100%}.card--mood .popup__overlay{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:45%;height:100%}.card--mood .popup__overlay .popup__close{display:flex;justify-content:flex-end;align-items:flex-start;width:100%;height:fit-content}.card--mood .popup__overlay .popup__content{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:90%;height:90%}.card--mood .popup__overlay .popup__content .popup__title{color:#000;font-size:25px;text-align:center}.card--mood .popup__overlay .popup__content .popup__form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%}.card--mood .popup__overlay .popup__content .popup__form .popup__input,.card--mood .popup__overlay .popup__content .popup__form .popup__select{border:1px solid #CBC4BE;border-radius:5px;margin-bottom:10px;padding:10px 15px;color:#72655a;width:80%}.card--mood .popup__overlay .popup__content .popup__form .popup__btn-confirm{padding:13px 40px;border:2px solid #AD8FFF;border-radius:50px;color:#ad8fff;width:fit-content}.card--mood .popup__overlay .popup__content .popup__form .popup__btn-confirm:hover{background-color:#ad8fff;color:#fff}.card--meal{width:100%;border-radius:15px;padding:20px;background-color:#9773f6;color:#fff}.card--meal .card__header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:fit-content;margin-bottom:10px}.card--meal .card__header .card__title{display:flex;align-items:center;gap:20px}.card--meal .card__header .card__title .card__heading{font-size:30px}.card--meal .card__body .card__list{display:flex;flex-direction:column;color:#fff;width:100%}.card--meal .card__body .card__list .card__list-card{display:flex;flex-wrap:wrap;gap:6px;padding:10px 18px;margin-bottom:10px;border-radius:15px;background-color:#ad8fff;width:100%;font-size:12px}.card--meal .card__body .card__list .card__list-card .card__list-card--header{width:100%}.card--meal .card__body .card__list .card__list-card .card__list-item{margin:0}.card--meal .card__body .card__weekly{display:flex;justify-content:space-between;align-items:baseline;width:100%}.card--meal .card__body .card__weekly .card__text{width:fit-content;font-size:12px}.card--meal .card__body .card__chart{width:100%}.card--meal .card__footer .card__period{display:flex;justify-content:space-between;align-items:center}.card--meal .card__footer .card__period .card__period-buttons{display:flex;gap:10px}.card--meal .card__footer .card__period .card__period-buttons .card__period-btn{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px}.card--meal .card__footer .card__period .card__period-buttons .card__period-btn--active{padding:10px 18px;border-radius:50px;background-color:#d3bc00;font-size:12px}.card--meal .card__footer .card__period .card__period-value{font-size:20px}.card--meal .popup{display:flex;justify-content:space-between;align-items:center;position:fixed;top:15%;left:25%;width:60%;height:80%;padding:20px;border-radius:20px;background-color:#fff}.card--meal .popup__img{height:100%}.card--meal .popup__overlay{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:45%;height:100%}.card--meal .popup__overlay .popup__close{display:flex;justify-content:flex-end;align-items:flex-start;width:100%;height:fit-content}.card--meal .popup__overlay .popup__content{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:90%;height:90%}.card--meal .popup__overlay .popup__content .popup__title{color:#000;font-size:25px;text-align:center}.card--meal .popup__overlay .popup__content .popup__form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%}.card--meal .popup__overlay .popup__content .popup__form .popup__input,.card--meal .popup__overlay .popup__content .popup__form .popup__select{border:1px solid #CBC4BE;border-radius:5px;margin-bottom:10px;padding:10px 15px;color:#72655a;width:80%}.card--meal .popup__overlay .popup__content .popup__btn-confirm{padding:13px 40px;border:2px solid #AD8FFF;border-radius:50px;color:#ad8fff;width:fit-content}.card--meal .popup__overlay .popup__content .popup__btn-confirm:hover{background-color:#ad8fff;color:#fff}.article-card{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 0 120px;padding:40px 0;height:500px}.article-card__list{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;height:100%}.article-card__list .article-card__items{display:flex;gap:20px;height:100%;width:80%}.article-card__list .article-card__items .article-card__item{border-radius:20px;background-color:#a1beff;height:100%}.article-card__list .article-card__items .article-card__item .article-card__color{display:flex;align-items:flex-end;height:100%}.article-card__list .article-card__items .article-card__item .article-card__content{border-radius:20px;padding:15px;background-color:#fff;color:#72655a}.article-card__list .article-card__items .article-card__item .article-card__content .article-card__item-title{font-size:16px;margin-bottom:10px}.article-card__list .article-card__items .article-card__item .article-card__content .article-card__text{font-size:12px}.article-card__list .article-card__items .article-card__item .article-card__content .article-card__readmore{display:flex;justify-content:center;align-items:baseline;gap:10px;padding:10px;width:100%;border-radius:50px;background-color:#326ffa;font-size:12px;color:#fff;text-align:center}.article-card__list .article-card__items .article-card__item .article-card__content .article-card__readmore:hover{background-color:#1a51d1}.article-card__list .article-card__items .article-card__item .article-card__content .article-card__readmore img{width:5px}.article-card__list .article-card__viewall{display:flex;justify-content:center;align-items:baseline;gap:10px;width:25%;padding:10px 15px;border-radius:50px;height:fit-content;color:#fff;background-color:#326ffa}.article-card__list .article-card__viewall:hover{background-color:#1a51d1}.article-card__list .article-card__viewall img{width:6px}.article-page{display:flex;flex-direction:column;justify-content:space-between;gap:25px;padding:40px}.article-page__navigation .navigation__button{display:flex;align-items:center;border-radius:50px;background-color:#ad8fff;padding:5px 15px;gap:15px;color:#fff}.article-page__navigation .navigation__button p{margin:0}.article-page__navigation .navigation__button img{width:4%}.article-page__list .article-card__items{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.article-page__list .article-card__items .article-card__item{display:flex;align-items:flex-end;width:32%;height:400px;border-radius:15px;background-color:#a1beff}.article-page__list .article-card__items .article-card__item .article-card__content{border-radius:15px;background-color:#fff;padding:15px}.article-page__list .article-card__items .article-card__item .article-card__content .article-card__item-title{font-size:20px;margin-bottom:5px}.article-page__list .article-card__items .article-card__item .article-card__content .article-card__text{font-size:12px}.article-page__list .article-card__items .article-card__item .article-card__content .article-card__readmore{display:flex;justify-content:center;align-items:center;gap:15px;padding:5px 0;width:100%;border-radius:50px;color:#fff;background-color:#326ffa}.article-page__list .article-card__items .article-card__item .article-card__content .article-card__readmore:hover{background-color:#1a51d1}.article-page__list .article-card__items .article-card__item .article-card__content .article-card__readmore p{margin:0}.article-page__list .article-card__items .article-card__item .article-card__content .article-card__readmore .article-card__readmore-icon{width:1.5%;margin:0}.article-page .article-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-page .article-modal__window{display:flex;flex-direction:column;align-items:flex-end;background:#fff;border-radius:20px;max-width:600px;width:90%;max-height:90vh;padding:30px;position:relative;overflow-y:auto;cursor:default;box-shadow:0 6px 20px #0003;animation:appear .2s ease-out;scrollbar-width:none}.article-page .article-modal__window .article-modal__content .article-modal__title{font-size:1.5rem;margin:1rem 0rem;color:#222}.article-page .article-modal__window .article-modal__content .article-modal__footer .article-modal__like-btn{display:flex;justify-content:flex-end;width:100%;gap:10px}.profile-page{width:100vw;height:100vh;padding:0 40px 20px 0;background-color:#f8f0ea}.profile-update{display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin:0 0 0 120px;width:100%;height:100vh}.profile-update .profile-update__header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%;text-align:center}.profile-update .profile-update__header .profile-upload__profile-picture .profile-upload__input{display:none}.profile-update .profile-update__header .profile-upload__profile-picture .profile-upload__label .profile-upload__circle{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.profile-update .profile-update__header .profile-upload__profile-picture .profile-upload__label .profile-upload__circle .profile-upload__preview,.profile-update .profile-update__header .profile-upload__profile-picture .profile-upload__label .profile-upload__circle .profile-upload__avatar{border-radius:50%;width:180px;height:180px}.profile-update .profile-update__header .profile-upload__profile-picture .profile-upload__label .profile-upload__circle .profile-upload__icon{position:absolute;bottom:10px;right:10px;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem}.profile-update .profile-update__header .profile-upload__profile-picture .profile-upload__label .profile-upload__circle .profile-upload__icon:hover{cursor:pointer}.profile-update .profile-update__header .profile-update__navigation{display:flex;justify-content:center;gap:50px;width:100%}.profile-update .profile-update__header .profile-update__navigation .profile__button{padding:10px 40px;background-color:#ff784f;border-radius:50px;font-size:12px;color:#fff;width:fit-content}.profile-update .profile-update__header .profile-update__navigation .profile-update__button--secondary{background-color:#ff5623}.profile-update .profile-update__body{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;width:45%;height:fit-content}.profile-update .profile-update__body .profile-update__body-form{width:30%;border:1px solid #CBC4BE;border-radius:10px;padding:10px 15px}.profile-update .profile-update__button{padding:13px 20px;border:1px solid #9773F6;border-radius:50px;font-size:15px;color:#9773f6;width:fit-content}.profile-update .profile-update__button:hover{background-color:#9773f6;color:#fff}.profile-medication{display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin:0 20px 0 120px;width:100%;height:100%}.profile-medication .profile-medication__header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%;padding:40px;text-align:center}.profile-medication .profile-medication__header .profile-medication__avatar{border-radius:50%;width:180px;height:180px}.profile-medication .profile-medication__header .profile-medication__navigation{display:flex;justify-content:center;gap:50px;width:100%}.profile-medication .profile-medication__header .profile-medication__navigation .profile-medication__button{padding:10px 40px;background-color:#ff784f;border-radius:50px;font-size:12px;color:#fff;width:fit-content}.profile-medication .profile-medication__header .profile-medication__navigation .profile-medication__button--secondary{background-color:#ff5623}.profile-medication .profile-medication__body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto}.profile-medication .profile-medication__body .profile-medication__list{display:flex;justify-content:space-between;width:70%}.profile-medication .profile-medication__body .profile-medication__list .medication-list{width:100%}.profile-medication .profile-medication__body .profile-medication__list .medication-list .medication-card{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px;width:100%;color:#72655a}.profile-medication .profile-medication__body .profile-medication__list .medication-list .medication-card .medication__card-item{padding:13px 20px;border:1px solid #CBC4BE;border-radius:50px;width:100%}.profile-medication .profile-medication__body .profile-medication__list .medication-list .medication-card .medication-card__delete{width:20%}.profile-medication .profile-medication__body .profile-medication__form{display:flex;justify-content:space-between;gap:10px;width:70%}.profile-medication .profile-medication__body .profile-medication__form .profile-medication__form-item{padding:13px 15px;border:1px solid #CBC4BE;border-radius:50px;width:100%}.profile-medication .profile-medication__body .profile-medication__form .profile-medication__button{width:30%}.profile-medication .profile-medication__body .profile-medication__form .profile-medication__button .profile-medication__button-img{height:100%;width:auto}.healthpro{height:100vh;width:100vw}.healthpro__body{display:flex;justify-content:space-between;gap:20px;margin-left:120px;padding:30px 40px 0 0}.healthpro__body .healthpro__list{display:flex;flex-direction:column;align-items:flex-end;gap:10px;width:60%}.healthpro__body .healthpro__list .healthpro__cards{display:flex;flex-direction:column;gap:10px;width:100%}.healthpro__body .healthpro__list .healthpro__cards .healthpro__card{display:flex;justify-content:space-between;padding:15px;border-radius:20px;background-color:#fff;font-size:15px;transition:transform .1s ease,box-shadow .1s ease}.healthpro__body .healthpro__list .healthpro__cards .healthpro__card:hover{transform:scale(1.01);cursor:pointer}.healthpro__body .healthpro__list .healthpro__add-btn{display:flex;align-items:center;gap:20px;border-radius:50px;padding:2px 20px;font-size:15px;color:#f8f0ea;background-color:#6e7645}.healthpro__body .healthpro__list .healthpro__add-btn img{border:1px solid #F8F0EA;border-radius:50%;padding:10px;height:80%}.healthpro__body .healthpro__details{width:40%}.healthpro__body .healthpro__details .healthpro__details-card{display:flex;flex-direction:column;gap:11px;background-color:#fff;border-radius:15px;padding:15px;height:100%}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-header{display:flex;justify-content:space-between;color:#72655a}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-header .healthpro__details-close{cursor:pointer}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-info{display:flex;flex-direction:column;align-items:stretch;gap:10px;border-radius:10px;padding:10px;color:#fff;background-color:#94acfd}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-info .healthpro__details-top{display:flex;justify-content:space-between;align-items:flex-start}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-info .healthpro__details-top .healthpro__details-name{margin:0}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-info .healthpro__details-edit{cursor:pointer}.healthpro__body .healthpro__details .healthpro__details-card .healthpro__details-info .healthpro__details-phone{margin:0}.healthpro__body .healthpro__note-form{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:10px;border:1px solid #326FFA;border-radius:20px;padding:15px 10px;width:100%}.healthpro__body .healthpro__note-form .healthpro__note-form-content{display:flex;flex-direction:column;width:100%}.healthpro__body .healthpro__note-form .healthpro__note-form-content textarea{height:5rem}.healthpro__body .healthpro__note-form .healthpro__note-submit{border:1px solid #326FFA;border-radius:50px;padding:13px 23px;margin:0;width:fit-content;font-size:11px;color:#326ffa}.healthpro__body .healthpro__note-form .healthpro__note-submit:hover{color:#fff;background-color:#326ffa}.healthpro__body .healthpro__notes{display:flex;gap:9px;flex-wrap:wrap;font-size:18px;color:#fff}.healthpro__body .healthpro__notes .healthpro__note{display:flex;flex-wrap:wrap;gap:10px;border-radius:10px;padding:10px;background-color:#ff5623;width:32%}.healthpro__body .healthpro__notes .healthpro__note .healthpro__note-text{width:100%}.healthpro__body .healthpro__notes .healthpro__note .healthpro__note-text .healthpro__note-date{margin:0}.healthpro__body .healthpro__notes .healthpro__note .healthpro__note-view{display:flex;justify-content:flex-end;width:100%}.healthpro__body .healthpro__notes .healthpro__note .healthpro__note-view .healthpro__note-icon{cursor:pointer}.healthpro .popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.healthpro .popup__content{background-color:#fff;border-radius:20px;padding:20px 15px;max-width:600px;width:90%;max-height:90vh;position:relative;overflow-y:auto;cursor:default;display:flex;flex-direction:column;gap:40px}.healthpro .popup__content .popup__header{display:flex;flex-wrap:wrap}.healthpro .popup__content .popup__header .popup__close{display:flex;justify-content:flex-end;width:100%}.healthpro .popup__content .popup__header .popup__title-pros{margin:0;font-family:Roboto serif;font-size:30px;font-weight:400;text-align:center;width:100%;color:#326ffa}.healthpro .popup__content .popup__header .popup__actions-header{display:flex;align-items:flex-end;gap:20px}.healthpro .popup__content .popup__header .popup__actions-header .popup__title-note{margin:0;font-family:Roboto serif;font-size:30px;font-weight:400;width:100%;color:#326ffa}.healthpro .popup__content .popup__header .popup__actions-header .popup__edit-icon{border:1px solid #CBC4BE;border-radius:50px;cursor:pointer}.healthpro .popup__content .popup__form{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%}.healthpro .popup__content .popup__form .popup__form-group{border:1px solid #CBC4BE;border-radius:10px;width:60%;padding:10px 20px}.healthpro .popup__content .popup__form .popup__form-group textarea{height:10rem;width:100%}.healthpro .popup__content .popup__form .popup__actions{display:flex;gap:20px}.healthpro .popup__content .popup__form .popup__actions .popup__submit{border:1px solid #326FFA;border-radius:50px;padding:13px 23px;margin-top:4%;width:fit-content;font-size:11px;color:#326ffa}.healthpro .popup__content .popup__form .popup__actions .popup__submit:hover{color:#fff;background-color:#326ffa}.healthpro .popup__content .popup__form .popup__actions .popup__submit-delete{display:flex;justify-content:center;align-items:center;border:1px solid #72655A;border-radius:50px}.healthpro .popup__content .popup__form .popup__actions .popup__submit-delete img{width:40%;height:fit-content}.NotFound-page{border:1px solid red;display:flex;justify-content:space-evenly;align-items:center;height:100vh}.NotFound-page .error-page{text-align:center;color:#79494d}.NotFound-page .error-page .error-code{font-size:100px;font-weight:700}.NotFound-page .error-page .error-button{padding:13px 23px;border:1px solid #79494D;border-radius:50px}.NotFound-page .error-page .error-button:hover{background-color:#dce4ff;color:#79494d;border:#DCE4FF}
