@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-success-container{background:#27ae60!important}.toast-error-container{background:#d63031!important}.toast-warning-container{background:#f79f1f!important}.component-loading-container{height:100vh;display:flex;justify-content:center;align-items:center}.component-loading{width:56px;height:56px;position:relative}.component-loading div{position:absolute;width:25px;height:25px;border-radius:3px}.component-loading div:nth-child(1){width:25px;height:25px;left:0;top:0;animation:animate3 2s infinite;animation-delay:.5s;background-color:#f85858}.component-loading div:nth-child(2){left:27px;top:0;animation:animate2 2s infinite;background-color:#ff8080}.component-loading div:nth-child(3){left:0;bottom:0}@keyframes animate3{12.5%{width:50px;height:25px;left:0;top:0}25%{width:25px;height:25px;left:27px;top:0}37.5%{width:25px;height:50px;left:27px;top:0}50%{width:25px;height:25px;left:27px;top:27px}62.5%{width:50px;height:25px;left:0px;top:27px}75%{width:25px;height:25px;left:0px;top:27px}87.5%{width:25px;height:50px;left:0px;top:0px}to{width:25px;height:25px;left:0px;top:0px}}@keyframes animate2{12.5%{width:25px;height:50px;left:27px;top:0}25%{width:25px;height:25px;left:27px;top:27px}37.5%{width:50px;height:25px;left:0px;top:27px}50%{width:25px;height:25px;left:0px;top:27px}62.5%{width:25px;height:50px;left:0px;top:0px}75%{width:25px;height:25px;left:0px;top:0px}87.5%{width:50px;height:25px;left:0;top:0}to{width:25px;height:25px;left:27px;top:0}}.home-about{padding:50px;display:flex;align-items:center;flex-direction:column;margin-top:100px;position:relative}.about{width:50%}.about-content{padding:10px;width:100%;display:flex;gap:18px;z-index:1}.about-content .title{font-size:3rem;font-weight:500;color:#f85858}.about-content .sub-title{font-size:1.5rem;font-weight:500;color:#f85858}.about-content p{margin:0 10px;text-indent:15px;font-weight:500;color:#656565}.f-start{justify-content:flex-start}.f-end{justify-content:flex-end}.about-order{margin:20px 0 0 20px}.home-shape-2{position:absolute;bottom:-60%;left:-15%;z-index:0;transform:scaleX(-1)}.home-shape-2 img{opacity:.8;height:900px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.rotate-element{animation:rotate 50s linear infinite}.icons-content-actions{display:flex;justify-content:space-around}.icons-content-actions i{margin:10px 0;font-size:32px;color:#f85858}.icons-action{text-align:center;display:flex;flex-direction:column;cursor:pointer}.icons-action a{font-weight:500;color:#656565;text-decoration:none}.f-center{justify-content:center}.contact-content{padding:10px;width:100%;display:flex;gap:18px;z-index:1}.contact-content .title{font-size:3rem;font-weight:500;color:#f85858}.contact-content p{font-size:1.5rem;margin:10px;font-weight:500;color:#656565}.home-start-contact{padding:80px 50px 50px;display:flex;align-items:center;min-height:100vh;margin-top:20px;position:relative}.home-card{width:300px;height:400px;background-color:#f85858;border-radius:8px;position:relative;overflow:hidden;padding:16px}.home-card-container-liquid{position:absolute;left:50%;top:0;transform:translate(-50%);width:200px;height:200px}.home-card-container-liquid:before,.home-card-container-liquid:after{content:"";position:absolute;width:500px;height:500px;top:0;left:50%;transform:translate(-50%,-30%);transition:.3s}.home-card-container-liquid:before{border-radius:45%;background:rgba(255,255,255,1);animation:animate 5s linear infinite}.home-card-container-liquid:after{border-radius:40%;background:rgba(255,255,255,.5);animation:animate 10s linear infinite}.home-card:hover .home-card-container-liquid:before,.home-card:hover .home-card-container-liquid:after{top:-400px}.home-card:hover .home-card-container p,.home-card:hover .home-card-container-icon i,.home-card:hover .home-card-container-description{color:#fff!important}@keyframes animate{0%{transform:translate(-50%,-30%) rotate(0)}to{transform:translate(-50%,-30%) rotate(360deg)}}.home-card-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;height:100%;z-index:100}.home-card-container p{color:#444;text-align:center}.home-card-container-icon{width:60px;height:60px;border-radius:50%;font-size:20px;background-color:#e1e1e150;display:flex;justify-content:center;align-items:center}.home-card-container-icon i{color:#f85858;transition:.2s}.home-card-container-description{font-size:15px;color:#444}.navbar-component{top:0;position:fixed;display:flex;padding:10px 20px;z-index:100;width:100%;justify-content:space-between;align-items:center;background:rgba(255,255,255,.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;border:1px solid rgba(255,255,255,.18)}.navbar-component-content{display:flex;align-items:center;gap:10px}.navbar-component-logo{width:60px;height:60px;display:flex;justify-content:center;align-items:center}.navbar-component-logo img{max-width:100%}.navbar-component-name{font-weight:600;font-size:1.5rem;text-transform:uppercase;color:#2d306f}.navbar-component-actions{display:flex;list-style:none;gap:12px}.navbar-component-actions li a{padding:8px 16px;text-decoration:none;color:#f85858;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:500}.navbar-action-login{background-color:#f85858;color:#fff!important;border-radius:20px}.home{background-color:#f2f2f2;overflow:hidden}.home-start{padding:80px 50px 50px;display:flex;align-items:center;min-height:100vh;position:relative}.home-shape{position:absolute;top:-10%;right:-20%;z-index:0}.home-shape img{opacity:.8;height:900px}.home-start-content{padding:10px;max-width:50%;display:flex;flex-direction:column;gap:18px;z-index:1}.home-start-content .title{font-size:3rem;font-weight:500;color:#f85858}.home-start-content-actions{gap:8px;width:50%;display:flex}.home-start-content-actions button{padding:10px 18px;border-radius:22px;border:1.5px solid #f85858;cursor:pointer;color:#f85858;background-color:transparent}.home-start-content-actions button:nth-child(1){background-color:#f85858;color:#fff}.home-start-content-actions button:nth-child(2){border:solid 1px #f85858}.home-info{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.signup-page{background-color:#f85858;height:100vh}.signup-page-container{background-color:#fff;padding:2% 5%;width:45%;height:100%;margin-left:0%;display:flex;border-radius:0 12px 12px 0;justify-content:center;transition:.3s;position:relative;z-index:1}.signup-page-container-content{width:100%}.name-lifegist{color:#ff9796;text-align:center;font-weight:500;font-size:1.8rem}.name-lifegist p{color:#f85858}.signup-page-container-logo{width:200px}.signup-page-container-logo img{width:100%}.signup-page-container-logo p{text-align:center;color:#f85858;font-weight:700}.signup-input-group{width:100%;display:flex;flex-direction:column;padding:8px}.signup-input-group div{margin-top:0!important;margin-bottom:0!important}.signup-input-group-actions{padding:8px;display:flex;justify-content:flex-end;gap:8px}.signup-input-group-actions button{border:none;padding:10px 18px;border-radius:6px;cursor:pointer;text-transform:captalize}.signup-page-container-login{display:flex;flex-direction:column;align-items:center;justify-content:center;width:0%;overflow:hidden}.active{margin-left:55%;border-radius:12px 0 0 12px}.active-page{width:100%}.active-message{width:55%!important;display:flex!important}.signup-page-background{width:100vw;height:100vh;display:flex;align-items:center;position:absolute;z-index:0}.signup-page-background-login{width:100%;display:flex;justify-content:center}.signup-page-box{margin:0 25px;background:repeating-conic-gradient(from var(--a),#ffffff 0%,#ffffff 5%,transparent 5%,transparent 40%,#ffffff 50%);animation:circleAnimate 6s linear infinite;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;z-index:0}@property --a{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes circleAnimate{0%{--a: 0deg}to{--a: 360deg}}.signup-page-box:after{content:"";position:absolute;inset:3px;border-radius:20px;background-color:#f85858}.signup-page-background-message{width:100%!important;padding:20px;display:none;flex-wrap:wrap;justify-content:center;font-size:2rem;border-radius:20px;color:#fff;background-color:#ffffff40;position:relative;z-index:1}.signup-page-background-message p{font-size:.9rem;text-align:center}.alergia div button:nth-child(1){position:relative;border:4px solid;border-radius:10px}.doenca div button:nth-child(2){position:relative;border:4px solid;border-radius:10px}.dashboard-container{display:flex;height:100vh;background-color:#ffcdd24d}.lifegist-sidebar-position{width:70px;margin:10px;transition:.2s;position:relative}.lifegist-sidebar{padding:5px;display:flex;position:fixed;border-radius:10px;flex-direction:column;background-color:#f85858;height:calc(100vh - 20px);justify-content:space-between}.active-sidebar{width:250px}.lifegist-sidebar-name,.lifegist-sidebar-item-description,.arrow,.lifegist-home{display:none}.active-sidebar .lifegist-sidebar-name,.active-sidebar .lifegist-sidebar-item-description,.active-sidebar .arrow,.active-sidebar .lifegist-home{display:block}.lifegist-sidebar-bars{height:60px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}.lifegist-sidebar-user{margin:10px 0;width:100%;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;border-radius:4px}.lifegist-sidebar-user-logged{width:50px;height:50px;border:1px solid #fff;border-radius:50%}.lifegist-sidebar-user-image{width:100%;height:100%;border-radius:50%}.lifegist-sidebar-name{margin:0 10px}.lifegist-sidebar-name-user{width:100%;height:60px;display:flex;justify-content:center;align-items:center;border-radius:4px;color:#fff}.lifegist-sidebar-home{width:100%;height:60px;display:flex;text-decoration:none;padding:0 0 0 20px;align-items:center;border-radius:4px;color:#fff}.lifegist-sidebar-user:hover,.lifegist-sidebar-home:hover{cursor:pointer;background-color:#ffffff20}.lifegist-home{margin:21px}.lifegist-sidebar ul{list-style:none;gap:4px}.lifegist-sidebar ul li{position:relative}.lifegist-sidebar ul li label{height:60px;display:block;border-radius:4px;display:flex;align-items:center;text-decoration:none;color:#fff;cursor:pointer;justify-content:space-between;position:relative}.lifegist-sidebar ul li label .lifegist-sidebar-item-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center}.lifegist-sidebar ul li label .lifegist-sidebar-item-text{display:flex;align-items:center}.lifegist-sidebar ul li label .arrow{padding-left:10px}.lifegist-sidebar ul li input[type=radio]{display:none}.lifegist-sidebar ul li label:hover{background-color:#ffffff20}.lifegist-sidebar ul li:before{content:"";position:absolute;height:calc(100% - 10px);top:50%;left:0;transform:translateY(-50%);width:4px;transition:.2s;background-color:#fff;border-radius:0 4px 4px 0;z-index:1}.lifegist-sidebar-subgroups{max-height:0;transition:.4s;overflow:hidden}.arrow i{transition:.2s}.lifegist-sidebar ul li .lifegist-sidebar-checkbox:checked~label .arrow i{transform:rotate(180deg)}.lifegist-sidebar ul li .lifegist-sidebar-checkbox:checked~.lifegist-sidebar-subgroups{max-height:360px}.lifegist-sidebar-subgroups a{color:#fff;display:flex;text-decoration:none;align-items:center;border-radius:4px}.lifegist-sidebar-subgroups a:hover{background-color:#ffffff09}.lifegist-sidebar-subgroups a .lifegist-sidebar-item-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center}.notifications{width:100%;display:flex;align-items:center;justify-content:space-between}.notifications-description{width:100%;justify-content:center;align-items:center;margin:10px 0;padding:10px 5px;color:#f85858;box-shadow:0 0 2px 1px #f85858;border-radius:5px;font-weight:500}.notifications i{font-size:1.5rem;color:#1aa35c;box-shadow:0 0 2px 1px #1aa35c;border-radius:5px;padding:10px;margin:10px;cursor:pointer}.sidebar-logout{border-radius:4px;color:#fff;cursor:pointer;position:relative;overflow:hidden}.sidebar-logout>div{position:relative;display:flex;align-items:center;height:60px}.sidebar-logout .sidebar-logout-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center}.sidebar-logout:before{content:"";position:absolute;top:0;left:0;transform:translate(-50%,-50%);background-color:#ffffff20;width:0;height:0;border-radius:50%;transition:.6s}.sidebar-logout:hover:before{width:1000px;height:1000px}.logout-circular-progress{display:flex;justify-content:center;align-items:center}.submenus{height:240px;overflow-x:hidden;overflow-y:auto}.company-container{display:flex;height:100vh;background-color:#ffcdd24d}.loading-companies{width:100%}.company-content{margin:20px 10px;width:100%;flex:1;position:relative}.company-title{width:100%;text-align:center;font-size:1.5rem}.companies-cards:hover{scale:1.1}.companies-cards-content{width:100%;display:flex;flex-wrap:wrap}.card-companies-content{display:flex}.card-companies-content div{margin:0 10px}.card-companies-data label{font-size:1rem;font-weight:600}.company-cards{width:100%;height:100%;display:flex}.company-header-content{display:flex;align-items:center}.company-header-content .MuiAvatar-circular{margin:1% 2%}.company-content-data{width:100%;margin:0 1%;text-align:justify}.company-content-data label{font-size:1.2rem;font-weight:600}.company-content-data p{font-size:1rem;font-weight:300}.company-description{width:100%;padding:0 2%}.company-cards-user-company{cursor:pointer;display:flex;align-items:center}.company-cards-user-company .MuiAvatar-circular{margin:0 1%}.company-cards-user{display:flex;align-items:center}.company-cards-user .MuiAvatar-circular{margin:0 1%}.company-scale-config{margin:1% 0}.company-scale-config label{cursor:pointer;width:100%;display:flex;font-size:1.2rem;font-weight:500;align-items:center;justify-content:center}.companies-cards-content{width:100%;display:flex;justify-content:center}.company-footer{width:59%;padding:0 1%;display:flex;justify-content:space-between;bottom:0;position:absolute}.company-categories-container{overflow-x:auto;display:flex;justify-content:center}.company-categories-content{min-width:680px;max-width:680px;overflow-x:auto;display:flex}.category-item{color:#fff;padding:.5% 1%;margin:.5%;border:1px solid #ccc;border-radius:15px;white-space:nowrap;background-color:#f85858}.category-item i{cursor:pointer}.card-week-content{width:100%;display:flex;text-align:center;flex-direction:column;justify-content:center}.card-week-content div{margin:0 1%}.card-week-content label{display:flex;font-size:1rem!important}.cards-week{align-items:center!important}.cards-week-days{color:#fff!important;align-items:center!important;background-color:#f85858!important}.list-times-week{text-align:center}.company-horarios-container{width:100%;display:flex;justify-content:center;flex-direction:column}.horarios-item{width:100%;color:#fff;padding:1% 5%;margin:.5%;text-align:center;border-radius:15px;white-space:nowrap;background-color:#f85858;display:flex;align-items:center;justify-content:space-between}.horarios-item i{cursor:pointer}.profile-container{display:flex;height:100%;background-color:#ffcdd24d}.profile-content{margin:20px 10px;width:100%;flex:1;position:relative}.profile-content-user{border:0;z-index:0;padding:0 1% 8px;width:100%;display:flex;flex-wrap:wrap;position:relative;max-height:500px;border-radius:10px;background-color:#fff;box-shadow:1px 1px 5px #ccc}.profile-content-user-title{top:-15px;left:25px;color:#ccc;padding:0 8px;font-size:1.2rem;position:absolute;border-radius:10px;background-color:#fff}.lifegist-profile{width:25%;display:flex;justify-content:center;align-items:center}.lifegist-profile-user{position:relative;width:180px;height:180px}.btn-profile-user{right:0;bottom:0;position:absolute}.btn-profile-user label span{margin-right:0;margin-left:0}.lifegist-profile-inputs-user{width:100%;display:flex;flex-wrap:wrap;justify-content:center}.profile-content-box{width:100%}.profile-endereco-box{border:0;width:100%;margin:3% 0 30px;height:440px;max-height:440px;position:relative;border-radius:10px;background-color:#fff;box-shadow:1px 1px 5px #ccc}.profile-endereco-title{top:-15px;left:25px;color:#ccc;padding:0 8px;font-size:1.2rem;position:absolute;border-radius:10px;background-color:#fff}.profile-endereco-user{padding:15px 0;display:flex;flex-wrap:wrap;margin:0 15px;justify-content:space-between}.profile-allergy-illness-box{width:100%;margin:3% 0 30px;height:430px;max-height:430px;position:relative;border-radius:10px;background-color:#fff;box-shadow:1px 1px 5px #ccc}.profile-allergy-illness-title{top:-15px;left:25px;color:#ccc;padding:0 8px;font-size:1.2rem;position:absolute;border-radius:10px;background-color:#fff}.profile-allergy-illness-user{padding:15px 0;display:flex;flex-wrap:wrap;margin:0 15px;justify-content:space-between}.profile-btn-footer{right:0;bottom:0;width:100%;display:flex;position:absolute;justify-content:flex-end}.profile-btn-footer button{margin:15px}.contries-options-selected div div{display:flex}.contries-options-selected div div img{width:26px;margin:0 5px}.lifegist-select-profile{display:flex;justify-content:center;width:100%;height:60px}.calendarday-box-content{display:flex;background-color:#fff;width:calc(14.2% - 12px);height:70px;border-radius:6px;align-items:center;justify-content:center;margin:6px;cursor:pointer;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;transition:.3s}.calendarday-box-content h1{color:#f85858;font-weight:700}.calendarday-box-content:hover{scale:1.1}.quantity-notification{display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:10px;color:#fff;pádding:5px;margin:3px;top:0;right:0;position:absolute;border-radius:100%;background-color:#f85858}.calendar-box-content{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;padding:14px 0;position:relative}.calendar-header-week{display:flex;width:14.2%;text-align:center;color:#f85858;font-weight:600;justify-content:center}.calendar-empty-day{display:flex;background-color:#fff;width:calc(14.2% - 12px);height:70px;border-radius:6px;align-items:center;justify-content:center;margin:6px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.notes-container{min-height:100vh;display:flex;background-color:#ffcdd24d}.notes-calendar-content{flex:1;margin:10px;display:flex;align-items:center;flex-direction:column;justify-content:center}.notes-calendar-header{display:flex;font-size:1.3rem;justify-content:space-between}.service-container{display:flex;min-height:100vh;height:100%;background-color:#ffcdd24d}.service-titulo{margin:10px 0;font-weight:500;font-size:1.5rem}.service-filter{width:100%;display:flex;justify-content:center;align-items:center}.service-content{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,280px));flex:1;gap:20px;margin:25px;border-radius:10px;justify-content:center}.service-content-card{width:100%;max-width:280px;height:100%;max-height:300px;cursor:pointer}.card-service-container{width:100%;max-width:280px;height:100%;max-height:300px;box-shadow:1px 1px 5px #ccc;background-color:#fff;border-radius:10px;transition:.3s}.card-service-container:hover{scale:1.1;cursor:pointer}.card-service-medic-profile{width:100%;height:70px;display:flex;align-items:center;border-bottom:2px solid #fff0f1}.card-service-medic{margin:0 10px}.card-service-medic-name{text-align:justify;width:calc(100% - 70px)}.card-service-medic-name p{text-align:start;font-weight:600;font-size:1rem}.card-service-content{position:relative;height:200px}.card-service-available ul{margin:8px 10px;display:flex;align-items:center;justify-content:center;list-style-type:none;border-radius:5px;gap:3px}.card-service-available li{font-size:13px;text-align:center;color:#fff;font-weight:500;width:70px;padding:5px;border-radius:2px;border-right:1px solid #fff;background-color:#ccc}.service-available{background-color:#f85858!important}.card-service-available ul li:nth-of-type(1){border-left:none;border-top-left-radius:5px;border-bottom-left-radius:5px}.card-service-available ul li:nth-of-type(7){border-right:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.card-service-description{margin:10px;font-size:.9rem;font-weight:500;color:#444;text-align:justify}.card-service-assessment{position:absolute;width:100%;bottom:0;left:0;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center}.yellow{color:#f1c40f}.css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop{background-color:#00000020!important}.css-cyxlny-MuiPaper-root-MuiDialog-paper{box-shadow:none!important;overflow:hidden!important;border-radius:15px!important}.list-times-weekday{margin:10px 0}.list-times-weekday label{font-size:1.2rem;font-weight:400}.confirm-consultation{font-size:1.1rem;margin:15px 0}.confirm-consultation p{margin:3px 0}.times-notfound{color:#ff4646;margin:15px;font-size:1.1rem;font-weight:500;text-align:center}.active-item-time{border:1px solid;color:#27ae60!important;border-color:#27ae60!important;background-color:#2ecc7150!important}.item-time-text{font-size:.9rem}.item-time-icon{font-size:1.2rem}.active-item-professional{border:1px solid;color:#27ae60!important;border-color:#27ae60!important;background-color:#2ecc7150!important}.item-professional-text{display:flex;align-items:center;font-weight:500;font-size:.9rem}.item-professional-text p{margin:0 15px}.item-professional-icon{font-size:1.2rem}.desactive-item-professional{color:#ccc!important}.professional-not-consultation{padding:5px;font-size:12px;color:#ff4646!important;border:1px solid #ff4646;border-radius:15px;background-color:#ff464620}.medicines-container{display:flex;width:100%;height:100%;background-color:#ffcdd24d}.medicines-content{width:100%;display:flex;flex-direction:column;justify-content:center}.medicines-content label{padding:10px;width:100%;text-align:center;font-size:1.5rem;font-weight:500}.medicine-card:hover{transition:.5s;scale:1.02}.medicine-card h1{padding:5px;font-weight:600}.medicine-card p{padding:15px;text-align:justify}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.right-0{right:0px}.top-0{top:0px}.z-10{z-index:10}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.mb-20{margin-bottom:5rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-14{height:3.5rem}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[26px\]{height:26px}.h-\[450px\]{height:450px}.h-\[4px\]{height:4px}.w-12{width:3rem}.w-32{width:8rem}.w-\[\.5px\]{width:.5px}.w-\[150px\]{width:150px}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-\[1px\]{width:1px}.w-\[380px\]{width:380px}.w-\[42px\]{width:42px}.w-\[60px\]{width:60px}.w-full{width:100%}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\.5{--tw-translate-y: -.375rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-4{--tw-translate-y: -1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-\[11px\]{font-size:11px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-semibold{font-weight:600}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity))}.text-orange-950{--tw-text-opacity: 1;color:rgb(67 20 7 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}input:focus{outline:none}::-webkit-scrollbar{width:8px;height:3px}::-webkit-scrollbar-track{background:#fccfce}::-webkit-scrollbar-thumb{background:#f85858;border-radius:5px}.hover\:border:hover{border-width:1px}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:text-lg{font-size:1.125rem;line-height:1.75rem}
