html,body{font-family:var(--font-family);font-size:62.5%;background-color:#f5f5f5;color:var(--black);scroll-behavior:smooth;position:relative;min-height:100%}*:focus{outline:.1rem solid hsl(var(--primary-h),var(--primary-s),var(--primary-l));outline-offset:0}body.using-mouse :focus{outline:0;outline-offset:0}a{color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.error-input{border:.1rem solid red!important}.hidden{display:none}@media (max-width: 767px){.hidden-md{display:none!important}}@media (max-width: 1023px){.hidden-lg{display:none!important}}@media (min-width: 767px){.vidible-md{display:none!important}}@media (min-width: 1023px){.visible-lg{display:none!important}}.visually-hidden{border:0;clip:rect(0 0 0 0);height:.1rem;margin:-.1rem;overflow:hidden;padding:0;position:absolute;width:.1rem}.scroll-snap{cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .25s ease-in-out}.scroll-snap:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.loading-content{display:grid;place-items:center;width:100%;height:100%;background-color:#fff}.loading-content:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.15rem;height:2.15rem;border-radius:50%;border:.25rem solid hsl(var(--primary-h),var(--primary-s),var(--primary-l));border-top-color:transparent;animation:loading-content .8s linear infinite}@keyframes loading-content{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.container{width:var(--full);max-width:calc(100% - 2.5rem);margin:0 auto;padding:0 2.5rem}@media (max-width: 767px){.container{max-width:calc(100% - 1.5rem);margin:0 auto;padding:0 1.5rem}}.top{display:flex;align-items:center;justify-content:space-between}.top .action button{min-width:13.85rem}.top .title span{font-size:1.4rem;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.title-controls{display:flex;align-items:center;gap:.75rem}.title-controls i{font-size:2rem;color:#000}.title-controls i:hover,.title-controls i:focus{color:#00f}.page{padding-top:4.5rem;padding-bottom:4.5rem}@media (max-width: 767px){.page{padding-top:2.5rem;padding-bottom:2.5rem}}.two-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem}@media (max-width: 1024px){.two-columns{grid-template-columns:1fr}}.three-columns{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2.5rem}@media (max-width: 1024px){.three-columns{grid-template-columns:1fr}}.column-block{background-color:var(--white);width:100%;padding:1.5rem;break-inside:avoid}button.back-button{padding-bottom:2.5rem}button.back-button:hover button,button.back-button:focus button{color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.input-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(22.5rem,1fr));grid-gap:1.5rem;margin-bottom:2.5rem}.input-group.single{display:block}.input-group.custom_element{margin-bottom:.75rem}.label{position:relative;color:#757575;font-size:var(--font-size);cursor:pointer;-webkit-user-select:none;user-select:none}span.required{position:relative}span.required:after{content:"*";color:#e23636;position:absolute;top:-.15rem;right:auto;left:-1.15rem;font-size:1.8rem}.input{width:100%;padding:1.5rem;height:4.5rem;margin-top:.5rem;text-align:right;font-family:var(--font-family);font-size:var(--font-size);background-color:var(--white);color:var(--black);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));border-radius:var(--border-radius);transition:border .25s ease}.input:hover,.input:focus{border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.input::placeholder{--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.input[readonly],.input:disabled{--thertiary-l: 95%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.input.icon{padding-right:4.25rem}.input--delete{width:0;height:0}.input--delete:before{content:"×";color:var(--white);position:absolute;display:flex;align-items:flex-end;justify-content:center;right:-1.15rem;top:3.75rem;transform:rotate(90deg);font-size:1.45rem;background-color:#e23636;border:.25rem solid #fff;border-radius:100vh;width:2.25rem;height:2.25rem}.input--add{margin-bottom:2.5rem;font-size:var(--font-size)}.input--add i{margin-left:.5rem}.input-date{position:relative;width:100%}.input-date input{-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:right}.input-date input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.input-date input:disabled{--thertiary-l: 95%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.input-password{position:relative}.input-password input[type=password]{width:100%;padding-left:5rem}.input-password .toggle-password{position:absolute;left:1.25rem;top:1.75rem;cursor:pointer}.input-password .toggle-password i{color:#5f5f5f}.input-password .toggle-password i:hover,.input-password .toggle-password i:focus-within{outline:0;color:#1f1f1f}.label-checkbox{display:flex;align-items:center}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--white);font:inherit;color:currentColor;margin-top:.25rem;margin-left:1.5rem;width:1.5rem;height:1.5rem;border:.1rem solid #c1c1c1;border-radius:var(--border-radius);transform:translateY(-.075em);display:grid;place-content:center;cursor:pointer}input[type=checkbox]:before{content:"";width:.75rem;height:.75rem;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:.12s transform ease-in-out;box-shadow:inset 1em 1em hsl(var(--primary-h),var(--primary-s),var(--primary-l));background-color:CanvasText}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:disabled{--thertiary-l: 95%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.textarea{width:100%;height:15.5rem;padding:1.5rem;margin-top:1rem;font-family:var(--font-family);font-size:var(--font-size);background-color:var(--white);color:var(--black);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));border-radius:var(--border-radius);transition:border .25s ease}.textarea:disabled{--thertiary-l: 95%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.textarea-resize{resize:none;overflow:hidden}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4.5rem;padding:0 1.5rem;font-family:var(--font-family);font-size:var(--font-size);background-color:var(--white);color:var(--black);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));border-radius:var(--border-radius);transition:border .25s ease}.select{position:relative;margin-top:.5rem}.select:after{border-style:solid;border-width:.15rem .15rem 0 0;--thertiary-l: 75%;border-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));content:"";position:absolute;height:.55rem;width:.55rem;left:1.75rem;top:1.95rem;transform:rotate(135deg);transition:transform .3s ease}.select:hover:after,.select:focus:after{--thertiary-l: 55%;border-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.select select:disabled{--thertiary-l: 95%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.button-group{padding:1.5rem 0;margin-top:auto;display:flex;align-items:center;gap:1.5rem}.button-group button:first-child{width:15.5rem}.button-group button{width:10.5rem}.button-default{position:relative;display:flex;align-items:center;justify-content:center;height:4.5rem;padding:0 1.5rem;font-family:var(--font-family);font-size:var(--font-size);font-weight:400;background-color:hsl(var(--primary-h),var(--primary-s),var(--primary-l));border-radius:var(--border-radius);border:.1rem solid transparent;color:var(--white);transition:background-color .25s ease,border .25s ease}.button-default:hover,.button-default:focus{--primary-l: 25%;background-color:hsl(var(--primary-h),var(--primary-s),var(--primary-l));border:.1rem solid hsl(var(--primary-h),var(--primary-s),var(--primary-l));color:var(--white)}.button-white{background-color:var(--white);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));color:var(--black);box-shadow:var(--box-shadow);transition:background-color .25s ease,border .25s ease,box-shadow .25s ease}.button-white:hover,.button-white:focus{background-color:var(--white);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));color:var(--black);box-shadow:none}.button-white:disabled{--thertiary-l: 97.5%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));pointer-events:none}.button-green{background-color:#28bd7f;border:.1rem solid hsl(155,65%,45%);color:var(--white);transition:background-color .25s ease,border .25s ease,box-shadow .25s ease}.button-green:hover,.button-green:focus{background-color:#1f9363;border:.1rem solid hsl(155,65%,35%)}.button-submit.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.15rem;height:2.15rem;border-radius:50%;border:.25rem solid #fff;border-top-color:transparent;animation:loading .8s linear infinite}@keyframes loading{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.disabled{pointer-events:none}h1{font-size:2.5rem;line-height:115%;color:var(--black);font-weight:600;position:relative;z-index:1}h2{font-size:2.25rem;line-height:115%;color:var(--black);font-weight:600;position:relative;z-index:1}p{font-size:var(--font-size);line-height:155%;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.header{position:fixed;top:0;right:0;width:100%;z-index:5;background-color:hsl(var(--primary-h),var(--primary-s),var(--primary-l));padding:0 2.5rem}@media (max-width: 767px){.header{padding:0 1.5rem}}.header-holder{display:grid;align-items:center;grid-template-columns:auto 1fr auto;padding:1.25rem 0;width:100%;max-width:calc(100% - 2.5rem);margin:0 auto}@media (max-width: 767px){.header-holder{max-width:calc(100% - 1.5rem)}}.header-holder .logo{width:9.5rem}@media (max-width: 767px){.header-holder .logo{width:7.5rem}}.burger-holder{margin-left:2.5rem}.burger{border:none;background-color:transparent;cursor:pointer}.burger-line{display:block;width:2.5rem;height:.25rem;background-color:var(--white);margin-bottom:.5rem;transition:transform .25s}.burger.open .burger-line:nth-child(1){transform:translateY(.75rem) rotate(45deg)}.burger.open .burger-line:nth-child(2){opacity:0}.burger.open .burger-line:nth-child(3){transform:translateY(-.75rem) rotate(-45deg)}.menu{min-height:100%;width:9.5rem;position:fixed;top:6.25rem;right:-9.5rem;background-color:var(--white);padding-top:.75rem;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));z-index:4;transition:right .25s var(--ease)}.menu.active{right:0;box-shadow:0}@media (max-width: 767px){.menu.active{right:0;box-shadow:var(--box-shadow)}}.menu li{position:relative;text-align:center;padding:1.5rem;line-height:2.15rem}.menu li span{cursor:default;font-size:1.4rem;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.menu li a{text-decoration:none;display:block}.menu li a i{color:var(--black);font-size:2.25rem}.menu li a:hover i,.menu li a:focus i{color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.menu li a.current i{color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.menu li.exit{position:absolute;top:calc(100% - 15rem);right:1.75rem}.menu li.exit i,.menu li.exit span{color:#e23636}.menu li.exit:hover i,.menu li.exit:focus i,.menu li.exit:hover span,.menu li.exit:focus span{color:var(--black)}.header-controls{display:flex;align-items:center}.header-controls .notifications,.header-controls .whatsappNotifications{margin-left:2.5rem}.header-controls .notifications{position:relative}.header-controls .notifications .budge:before{content:"";position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;background-color:hsl(var(--secondary-h),var(--secondary-s),var(--secondary-l));border:.25rem solid hsl(var(--primary-h),var(--primary-s),var(--primary-l));border-radius:100vh}.header-controls .notifications i{font-size:2.25rem;color:#fff}.header-controls .notifications:hover i,.header-controls .notifications:focus i{color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.header-controls .settings{margin-left:2.5rem}.notifications{position:relative}.notifications-holder{display:none;position:absolute;left:-2.25rem;top:calc(100% + 2.075rem)}@media (max-width: 767px){.notifications-holder{top:calc(100% + 2rem)}}.notifications-holder.active{display:block}.notifications-wrapper{font-size:var(--font-size);position:relative;width:32.5rem;box-shadow:var(--box-shadow);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.notifications-wrapper:before{position:absolute;top:-.5rem;left:2.95rem;width:.75rem;height:.75rem;border:.1rem solid #eee;border-bottom:0;border-right:0;background:#fff;transform:rotate(45deg);content:""}.notifications-header{display:flex;justify-content:space-between;background-color:#fff;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));padding:1.5rem}.notifications-content{max-height:30.5rem;overflow-y:auto;overflow-x:hidden}.notifications-item{display:flex;align-items:center;padding:1.5rem;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));background-color:#fff}.notifications-item:last-child{border-bottom:none}.notifications-image{position:relative;display:flex;justify-content:center;align-items:center;border-radius:100vh;width:3.75rem;height:3.75rem;background-color:#f5f5f5;margin-left:1.5rem}.notifications-image img{border-radius:100vh;height:100%;width:100%}.notifications-image i{font-size:1.8rem!important;color:#000!important}.notifications-image .badge{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;background-color:#28bd7f}.notifications-text{display:block}.notifications-date{font-size:1.4rem;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.notifications-message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:20.5rem;--thertiary-l: 55%;color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.notifications-action{margin-right:auto;font-size:2.25rem;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.notifications-action:hover{color:#e23636}.header-controls .whatsapp{margin-left:2.5rem}.header-controls .whatsapp{position:relative}.header-controls .whatsapp .budge:before{content:"";position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;background-color:hsl(var(--secondary-h),var(--secondary-s),var(--secondary-l));border:.25rem solid hsl(var(--primary-h),var(--primary-s),var(--primary-l));border-radius:100vh}.whatsappNotifications{position:relative}.whatsappNotifications-holder{display:none;position:absolute;left:-2.25rem;top:calc(100% + 2.075rem)}@media (max-width: 767px){.whatsappNotifications-holder{top:calc(100% + 2rem)}}.whatsappNotifications-holder.active{display:block}.whatsappNotifications-wrapper{font-size:var(--font-size);position:relative;width:32.5rem;box-shadow:var(--box-shadow);border:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.whatsappNotifications-wrapper:before{position:absolute;top:-.5rem;left:2.95rem;width:.75rem;height:.75rem;border:.1rem solid #eee;border-bottom:0;border-right:0;background:#fff;transform:rotate(45deg);content:""}.whatsappNotifications-header{display:flex;justify-content:space-between;background-color:#fff;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));padding:1.5rem}.whatsappNotifications-content{max-height:30.5rem;overflow-y:auto;overflow-x:hidden}.whatsappNotifications-item{display:flex;align-items:center;padding:1.5rem;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));background-color:#fff}.whatsappNotifications-item:last-child{border-bottom:none}.whatsappNotifications-image{position:relative;display:flex;justify-content:center;align-items:center;border-radius:100vh;width:3.75rem;height:3.75rem;background-color:#f5f5f5;margin-left:1.5rem}.whatsappNotifications-image img{border-radius:100vh;height:100%;width:100%}.whatsappNotifications-image i{font-size:1.8rem!important;color:#000!important}.whatsappNotifications-image .badge{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;background-color:#28bd7f}.whatsappNotifications-text{display:block}.whatsappNotifications-date{font-size:1.4rem;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.whatsappNotifications-message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:20.5rem;--thertiary-l: 55%;color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.whatsappNotifications-action{margin-right:auto;font-size:2.25rem;--thertiary-l: 55%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.whatsappNotifications-action:hover{color:#e23636}.header-controls i{font-size:2.25rem;color:#fff}.header-controls i:hover,.header-controls i:focus{color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.header-controls .profile{display:flex;align-items:center}.header-controls .avatar{width:3.75rem;height:3.75rem;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));border-radius:100vh}.header-controls .avatar button{width:100%;height:100%}.header-controls .avatar img{width:100%;height:100%;object-fit:cover;border-radius:100vh}.header-controls .name{margin-right:1.5rem}.header-controls .name span{display:flex;flex-direction:column;font-size:var(--font-size);font-weight:600;color:var(--white)}.header-controls .name>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:13.75rem}.header-controls .name span:nth-of-type(2){font-size:1.4rem;font-weight:400;--thertiary: 88.5%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.main{padding-top:10.5rem;transition:padding-right .25s var(--ease)}@media (max-width: 767px){.main{padding-top:9.25rem}}.main.menu-active{padding-right:10.5rem}.login-holder{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;font-size:var(--font-size)}.login-logo{margin-bottom:4.5rem}.login-logo img{width:4.5rem}.login-form{display:flex;flex-direction:column;padding:5rem;width:42.5rem;max-width:calc(100% - 2.5rem);gap:1.5rem;background-color:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius)}.login-form .login-title{text-align:center;font-size:2.5rem;font-weight:600;color:var(--black)}.login-form .login-description{text-align:center;font-size:var(--font-size);color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.login-footer{--thertiary-l: 45%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));margin-top:4.5rem}.tabs-panel{position:relative;display:flex;align-items:center;padding:1.25rem 2.5rem;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));overflow-y:hidden;white-space:nowrap;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-user-select:none;user-select:none;-webkit-mask:linear-gradient(95deg,transparent,white 8%,white 92%,transparent);mask:linear-gradient(95deg,transparent,white 8%,white 92%,transparent)}.tabs-panel::-webkit-scrollbar{background:transparent;width:0;height:0}.tabs-panel::-webkit-scrollbar-button{display:none}.tab-item{font-size:1.6rem;color:#757575;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .25s ease}.tab-item+.tab-item{margin-right:2.5rem}.tab-item:hover,.tab-link.active{color:hsl(var(--primary-h),var(--primary-s),var(--primary-l))}.tab-link.active{position:relative}.tab-link.active:after{content:"";position:absolute;top:3.15rem;right:0;border-bottom:.25rem solid hsl(var(--primary-h),var(--primary-s),var(--primary-l));width:100%}.tab-content{display:none;font-size:1.6rem;padding:2.5rem}.tab-content.active{display:block}details{background-color:#fff;border-bottom:0;border-top:0}summary{display:flex;align-items:center;-webkit-user-select:none;user-select:none;background-color:#fff;color:#212121;padding:1.5rem;cursor:pointer;position:relative;font-size:1.8rem;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}@media (max-width: 767px){summary{padding:1.5rem}}summary button,summary a{color:gray;font-size:1.6rem;margin-left:1.5rem;cursor:pointer}summary button:hover,summary button:focus,summary a:hover,summary a:focus{color:#00f}details summary::-webkit-details-marker,details summary::marker{display:none;content:""}details summary:after{border-style:solid;border-width:.15rem .15rem 0 0;content:"";position:absolute;height:.75rem;width:.75rem;left:1.75rem;top:2.5rem;transform:rotate(225deg);transition:transform .25s ease}details[open] summary:after{transform:rotate(135deg)}details summary{transition:margin .15s ease-out}details[open] summary{position:sticky;top:0;z-index:2;background-color:#fff;margin-bottom:.75rem;border-bottom:.1rem solid hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.progress-line{position:relative;top:.25rem;border-radius:var(--border-radius);height:1.5rem;width:10.5rem;overflow:hidden;--thertiary-l: 95%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l));transition:width .3s ease}.bar-line{position:relative;border-radius:var(--border-radius);min-width:0%;height:100%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.bar-line[aria-valuenow^="0"]:not([aria-valuenow="0"]),.bar-line[aria-valuenow^="4"]:not([aria-valuenow="4"]){background-color:#e23636}.bar-line[aria-valuenow^="5"]:not([aria-valuenow="5"]),.bar-line[aria-valuenow^="6"]:not([aria-valuenow="6"]),.bar-line[aria-valuenow^="7"]:not([aria-valuenow="7"]){background-color:#706810}.bar-line[aria-valuenow^="8"]:not([aria-valuenow="8"]),.bar-line[aria-valuenow^="9"]:not([aria-valuenow="9"]){background-color:#eede2b}.bar-line[aria-valuenow="100"]{background-color:#28bd7f}.bar-line .percent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-size:1.4rem;color:#fff}.bar-circle{margin-right:.75rem}.bar-circle svg{width:1.85rem;height:1.85rem}.bar-circle[aria-valuenow^="0"]:not([aria-valuenow="0"]),.bar-circle[aria-valuenow^="4"]:not([aria-valuenow="4"]){--stroke-color: hsl(0, 75%, 55%)}.bar-circle[aria-valuenow^="5"]:not([aria-valuenow="5"]),.bar-circle[aria-valuenow^="6"]:not([aria-valuenow="6"]),.bar-circle[aria-valuenow^="7"]:not([aria-valuenow="7"]){--stroke-color: hsl(55, 75%, 25%)}.bar-circle[aria-valuenow^="8"]:not([aria-valuenow="8"]),.bar-circle[aria-valuenow^="9"]:not([aria-valuenow="9"]){--stroke-color: hsl(55, 85%, 55%)}.bar-circle[aria-valuenow="100"]{--stroke-color: hsl(155, 65%, 45%)}.budge-holder{position:relative}.budge-number{position:absolute;top:.25rem;left:-2.15rem;font-size:1.4rem;color:#000;display:flex;align-items:center;justify-content:center}.stats-holder{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;border-radius:var(--border-radius)}@media (max-width: 1023px){.stats-holder{grid-template-columns:1fr 1fr}}.stats-main{padding:1.5rem;min-height:calc(100vh - 40.5rem);background-color:#fff;border-radius:var(--border-radius)}.stats-block{position:relative;padding:1.5rem;background-color:#fff;border-radius:var(--border-radius)}.stats-block .title{display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;--thertiary-l: 45%;color:hsl(var(--thertiary-h),var(--thertiary-s),var(--thertiary-l))}.stats-block .description{font-size:2.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:baseline}.stats-block .percent{font-size:1.2rem;position:relative;padding-left:2.05rem;border-radius:1.5rem}.stats-block .percent.negative{color:red}.stats-block .percent.negative:after{border-style:solid;border-width:.15rem .15rem 0 0;content:"";position:absolute;height:.55rem;width:.55rem;right:3.25rem;top:.5rem;transform:rotate(135deg);transition:transform .3s ease}.stats-block .percent.positive{color:green}.stats-block .percent.positive:after{border-style:solid;border-width:.15rem .15rem 0 0;content:"";position:absolute;height:.55rem;width:.55rem;right:3.25rem;top:.75rem;transform:rotate(-45deg);transition:transform .3s ease}.error_validation{border:.1rem solid red!important}.step-active{color:#000}.step-inactive{color:#c5c5c5}#head-phone,#head-whatsapp,#head-email{direction:ltr}.notification-active{background-color:#f5f5f5}.banner-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.banner{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.75);background-color:#fff;padding:2.5rem;border-radius:var(--border-radius);z-index:1000;text-align:center;min-width:35rem;max-width:90%}.banner.show{display:block;animation:modalShow .4s ease-out forwards}.banner.hide{animation:modalHide .3s ease-in forwards}.banner-overlay.show{display:block;animation:fadeIn .4s ease-out forwards}.banner-overlay.hide{animation:fadeOut .3s ease-in forwards}.banner-content{margin-top:2.5rem}.banner-emoji{font-size:3.5rem;margin-bottom:1.5rem;display:block}.banner-content .greeting{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.banner-content .user-name{color:#2563eb}.banner-content .message{font-size:1.4rem;color:#4b4b4b;margin-bottom:1.5rem;line-height:1.5}.banner-content .action-link{position:relative;display:flex;align-items:center;justify-content:center;height:4.5rem;padding:0 1.5rem;font-family:var(--font-family);font-size:var(--font-size);font-weight:400;background-color:hsl(var(--primary-h),var(--primary-s),var(--primary-l));border-radius:var(--border-radius);border:.1rem solid transparent;color:var(--white);transition:background-color .25s ease,border .25s ease}.banner-content .action-link:hover{background-color:#1d4ed8}.banner-content i{margin-right:1.25rem;transform:translate(0);transition:transform .2s}.banner-content .action-link:hover i{transform:translate(-.5rem)}.banner .close-button{position:absolute;right:1.5rem;top:1.5rem;background:none;border:none;font-size:2.8rem;cursor:pointer;padding:.5rem;color:#212121;transition:color .2s}.banner .close-button:hover{color:#555}@keyframes modalShow{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes modalHide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.wa-action{display:flex;align-items:center;gap:.75rem}.wa-column{transition:all .3s ease;padding:2rem;border-radius:var(--border-radius);background-color:#fff}.wa-column-offline{border-top:.35rem solid hsl(0,75%,60%)}.wa-column-online{border-top:.35rem solid hsl(155,65%,45%)}.wa-column-add-new{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:24rem;border:.2rem dashed hsl(var(--thertiary-h),var(--thertiary-s),85%);background-color:hsl(var(--thertiary-h),var(--thertiary-s),98%);box-shadow:0 .2rem .5rem #0000000d}.wa-column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:.1rem solid hsl(0,0%,92%)}.wa-status{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-radius:2rem;font-weight:500}.wa-status-offline{background-color:#e236361a;color:#c91d1d}.wa-status-online{background-color:#28bd7f1a;color:#1f9363}.wa-status-dot{width:1rem;height:1rem;border-radius:50%}.wa-status-dot-offline{background-color:#e64c4c;box-shadow:0 0 0 .25rem #e830304d}.wa-status-dot-online{background-color:#28bd7f;box-shadow:0 0 0 .25rem #28bd7f4d}.wa-status-text{font-size:1.2rem}.wa-phone-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.25rem;background-color:#f3f5f7;font-size:1.6rem}.wa-phone-number{font-size:2.4rem;direction:ltr}.wa-team{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.wa-team-label{font-size:1.6rem;color:#757575}.wa-edit-btn{color:hsl(var(--primary-h),var(--primary-s),var(--primary-l));text-decoration:none;font-weight:600;transition:color .2s ease;font-size:1.4rem}.wa-avatars{display:flex;align-items:center;margin-bottom:1.5rem}.wa-avatar{width:3.5rem;height:3.5rem;border-radius:50%;overflow:hidden;border:.1rem solid white;position:relative;transition:transform .2s ease}.wa-avatar img{width:100%;height:100%;object-fit:cover}.wa-avatar-overlap{margin-right:-1.5rem}.wa-more-users{z-index:1;display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;background-color:#f3f5f7;color:#212121;font-weight:700;margin-right:-1.5rem;border:.1rem solid white;border-radius:50%}.wa-add-icon{width:5rem;height:5rem;border-radius:50%;background-color:hsl(var(--thertiary-h),var(--thertiary-s),90%);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .2s ease}.wa-add-icon span{font-size:3rem;color:hsl(var(--thertiary-h),var(--thertiary-s),55%)}.wa-add-text{color:hsl(var(--thertiary-h),var(--thertiary-s),55%);font-size:1.6rem;font-weight:500}.wa-banner-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;transition:opacity .3s ease}.wa-banner-overlay.show{display:flex!important;justify-content:center;align-items:center;opacity:1}.wa-banner-overlay.hide{opacity:0}.wa-banner{position:relative;background-color:#fff;border-radius:var(--border-radius);padding:3rem;width:90%;max-width:50rem;box-shadow:0 .5rem 2rem #0003;text-align:right;opacity:0;transform:translateY(20px);transition:all .3s ease}.wa-banner.show{opacity:1;transform:translateY(0)}.wa-banner.hide{opacity:0;transform:translateY(20px)}.wa-banner{position:relative;background-color:#fff;border-radius:var(--border-radius);padding:3rem;width:90%;max-width:50rem;box-shadow:0 .5rem 2rem #0003;text-align:right;transform:translateY(2rem);transition:all .3s ease}.wa-banner-content{margin-top:0}.wa-banner-title{margin-bottom:1.5rem}.wa-banner-subtitle{text-align:center;margin-bottom:2rem}.wa-close-btn{position:absolute;top:1.5rem;left:1.25rem;font-size:2.5rem;background:none;border:none;cursor:pointer;color:hsl(var(--thertiary-h),var(--thertiary-s),55%)}.wa-employee-list{margin-top:1rem;max-height:20rem;overflow-y:auto}.wa-employee{display:flex;align-items:center;margin-bottom:.5rem}.wa-employee-label{display:flex;align-items:center;gap:1rem;width:100%;cursor:pointer}.wa-employee-avatar{width:3.5rem;height:3.5rem;background-color:#e0e0e0;border-radius:50%;overflow:hidden}.wa-employee-avatar img{width:100%;height:100%;object-fit:cover}.wa-employee-info{display:flex;flex-direction:column}.wa-employee-name{font-weight:700;font-size:1.4rem}.wa-employee-role{font-size:1.4rem;color:hsl(var(--thertiary-h),var(--thertiary-s),55%)}.wa-employee-checkbox{margin-right:auto;margin-left:0}.wa-submit-btn-wrap{margin-top:3.5rem}.wa-submit-btn{width:100%}.wa-qr-container{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.wa-countdown-wrap{margin-top:2rem;text-align:center}.wa-countdown-wrap .countdown{font-size:2.4rem}.wa-countdown-label{font-size:1.8rem;margin-bottom:1rem}.add-department-btn-alt{display:flex;flex-direction:column;align-items:center}
