.container-header{background:#f5f5f5;border-bottom:1px solid silver;height:50px;position:fixed;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;z-index:13000}.container-header.dash{background:#fff;padding:10px;border:none;height:180px;flex-direction:column}.container-header.register .econ-content{display:flex;width:100%;max-width:800px;align-items:center;justify-content:space-between}.container-header .logotipo{width:20px}.container-header .logotipo.small{width:80px}.container-header .info{display:flex;padding:0 10px;align-items:center}.container-header .name-app{font-size:1.3rem;font-weight:400;color:var(--econ-secondary)}.container.container-header .title{text-align:left;font-size:.8rem;line-height:.9rem;color:currentColor;font-weight:500;width:fit-content;max-width:250px}.help:before{font-family:Material Symbols Outlined;content:"help";cursor:pointer;display:flex;font-size:1.3rem;font-weight:700;color:var(--econ-secondary);margin-left:5px}.container.container-header .link-before{color:var(--econ-primary);font-size:2rem;font-weight:700;cursor:pointer;width:35px;height:35px;line-height:2rem;display:flex;align-content:center;align-items:center}.container.container-header .link-before:hover{color:var(--econ-primary-hover)}.container.container-header .link-before:before{font-family:Material Symbols Outlined;content:"navigate_before"}.logotipo>.profile{font-size:.9rem;border-radius:50%}.text-profile{position:absolute;font-size:.7rem!important;right:15px;line-height:.7rem}.box-profile{display:flex;padding-left:10px;padding-right:10px;align-items:center;font-weight:400;gap:10px;color:var(--econ-gray-medium);min-width:230px}.box-profile:hover{color:var(--econ-gray-medium)}.box-profile img{border-radius:50%;width:45px;height:45px}.box-profile .box-text{display:flex;flex-direction:column}.box-profile .big-text{font-size:1rem!important;font-weight:600!important}.box-profile .small-text{font-size:.6rem;line-height:.6rem}.econ-dropdown-menu li{display:flex;align-items:center;font-size:.9rem;line-height:.9rem;min-width:250px;min-height:35px}.dropdown-item{white-space:pre-wrap!important}.container.container-header .dropdown-item.header{border-bottom:1px solid silver;font-weight:700}.container.container-header .dropdown-item.header:hover{background-color:transparent}.container.container-header .dropdown-item.bullet{display:flex;align-items:center}.container.container-header .dropdown-item.bullet:before{font-family:Material Symbols Outlined;content:"chevron_forward"}.dropdown-item.active,.dropdown-item:active{background-color:#f5f5f5}.card.version{flex-direction:column;align-items:flex-start}.card.version .title{display:flex;justify-content:left;width:100%;font-size:1rem;font-weight:700}.card.version .item{display:flex;flex-direction:column;gap:10px}.card.version .text{display:flex;justify-content:left;width:100%}.container-menu-panels{position:fixed;width:50px;z-index:3;background:#fff;height:100%;border-right:1px solid silver;margin:0 0 0 -60px;z-index:5}@media (min-width: 576px){.container-menu-panels{top:50px}}@media (max-width: 575px){.container-menu-panels{right:0;bottom:0;width:100%;height:auto;background:#f5f5f5;border-top:1px solid silver}}.container-menu-panels .econ-nav-menu-panel{display:flex;flex-wrap:wrap;padding-top:5px;padding-bottom:15px;justify-content:center;row-gap:10px}.button{font-size:1.6rem;font-weight:200;color:gray;display:flex;width:40px;height:40px;min-width:40px;margin:0 5px;border-radius:50%;text-align:center;align-items:center;text-decoration:none;padding:0;display:flex!important;justify-content:center;align-items:center!important}.button:hover{font-size:1.6rem;font-weight:300;color:var(--econ-primary)}.button.activated{font-size:1.8rem;font-weight:300;color:var(--econ-primary)}.button.menu.closed:before{font-family:Material Symbols Outlined;content:"menu"}.button.menu.opened:before{font-family:Material Symbols Outlined;content:"menu_open"}.button.configurations:before{font-family:Material Symbols Outlined;content:"settings"}.button.schedules:before{font-family:Material Symbols Outlined;content:"calendar_month"}.button.lifetimeanalisys:before{content:"🧠";font-size:1.2rem}.button.highlighter:before{font-family:Material Symbols Outlined;content:"fact_check"}.button.customers:before{font-family:Material Symbols Outlined;content:"person"}.button.results:before{font-family:Material Symbols Outlined;content:"monitoring"}.button.tasks:before{content:"🔔";font-size:1.2rem}.button.tasks-alerts:before{font-family:Material Symbols Outlined;content:"notifications_active"}.menu-user{display:flex;justify-content:right;width:25px}.menu-user .btn{padding-right:0;border:none!important}.menu-user .btn .small-version{font-size:.7rem;padding-top:.2rem;font-weight:700;color:#4f4f4f}.menu-user ul{box-shadow:var(--econ-shadow-light);top:-5px!important}.menu-user .label-user{font-size:.8rem;font-weight:300;padding:5px}.count-alerts{display:flex;justify-content:center;align-items:center;font-size:.7rem;color:#fff;font-weight:400;background:red;height:12px;min-width:18px;border-radius:50px}.container-menu-side{position:fixed;z-index:4;background:currentColor;width:0px;max-width:300px;height:100%;transition:width 1s;top:50px;margin-left:-10px}@media (max-width: 575px){.container-menu-side{margin-left:0}}.container-menu-side.show{max-width:330px;width:80%;z-index:12000}.econ-nav-menu-side-shadow{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.5}.container-menu-side .econ-nav-menu-side{visibility:hidden;opacity:0;width:100%;padding:10px 10px 10px 0}.container-menu-side.show .econ-nav-menu-side{visibility:visible;position:absolute;top:0;bottom:51px;margin-bottom:10px;opacity:1;transition:opacity 3s;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.container-menu-side.show .econ-nav-menu-side::-webkit-scrollbar{display:none}.container-menu-side .econ-nav-menu-side .button{transition:display 3s}.container-menu-side.show .econ-nav-menu-side .button{position:relative;border-radius:0 30px 30px 0;padding:10px 20px;cursor:pointer;vertical-align:middle;display:inline-block;width:100%;font-size:14px;line-height:16px;font-weight:400;color:#f5f5f5;text-decoration:none;z-index:1;justify-content:left;text-align:left}.button.close.justify-content-end{padding-right:10px!important}.container-menu-side.show .econ-nav-menu-side .button:hover{color:#fff;background:#2e2e2e}.button.close{padding:0!important;position:absolute!important;top:5px}.site .button.close{position:fixed!important;right:23%!important}.button.close:before{display:flex;justify-content:end;font-family:Material Symbols Outlined;content:"close";font-size:1.5rem;font-weight:200}.container-menu-side .hr-menu{margin:5px;border-top:.5px solid white}.container-menu-side .econ-nav-menu-side .panel:before{font-family:Material Symbols Outlined;content:"empty_dashboard";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .customers:before{font-family:Material Symbols Outlined;content:"person";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .schedules:before{font-family:Material Symbols Outlined;content:"event_available";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .highlighter:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .results:before{font-family:Material Symbols Outlined;content:"monitoring";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .tasks:before{content:"🔔";font-size:1.2rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .invoices:before{font-family:Material Symbols Outlined;content:"attach_money";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .defaults:before{font-family:Material Symbols Outlined;content:"local_atm";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .income_expenses:before{font-family:Material Symbols Outlined;content:"paid";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .losses:before{font-family:Material Symbols Outlined;content:"money_off";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .lossesrecovered:before{font-family:Material Symbols Outlined;content:"currency_exchange";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .lifetimeanalisys:before{content:"🧠";font-size:1.2rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .campanhacashback:before{font-family:Material Symbols Outlined;content:"payment_arrow_down";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .releases:before{font-family:Material Symbols Outlined;content:"view_timeline";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .invoicing:before{font-family:Material Symbols Outlined;content:"price_check";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .advance-credit:before{font-family:Material Symbols Outlined;content:"universal_currency";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .receipts:before{font-family:Material Symbols Outlined;content:"order_approve";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .serviceinvoices:before{font-family:Material Symbols Outlined;content:"receipt_long";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .anamnesis:before{font-family:Material Symbols Outlined;content:"dictionary";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .files:before{font-family:Material Symbols Outlined;content:"drive_export";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .systemdocumentsreports:before{font-family:Material Symbols Outlined;content:"chrome_reader_mode";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .help:before{font-family:Material Symbols Outlined;content:"help";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .settings:before{font-family:Material Symbols Outlined;content:"settings";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .audit:before{font-family:Material Symbols Outlined;content:"shield";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .comunication:before{font-family:Material Symbols Outlined;content:"forward_to_inbox";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .systemreports:before{font-family:Material Symbols Outlined;content:"news";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-menu-side .econ-nav-menu-side .manage:before{font-family:Material Symbols Outlined;content:"arrow_right_alt";font-size:1.5rem;vertical-align:middle;padding-right:3px;font-weight:200}.container-master{padding:0}.btn,.btn-close{font-size:.9rem;cursor:pointer;height:min-content;width:fit-content}.anamnesis-print .btn{position:fixed;top:20px}.navigation{display:flex;align-items:center;color:var(--econ-primary);font-size:1rem;margin-bottom:10px;cursor:pointer}.navigation:hover{color:var(--econ-primary-hover)}.navigation:before{font-family:Material Symbols Outlined;content:"arrow_back";font-size:1.3rem;font-weight:400}.navigation label{cursor:pointer}form{width:100%;display:flex;flex-direction:column;border:1px solid white}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background:gray}.btn-container{position:absolute;left:0;right:0;background:#fff;height:64px;bottom:0;border-radius:10px}.btn-econ{width:min-content;text-wrap:nowrap;margin:10px auto;padding:10px 25px;border-radius:7px;font-size:1rem;font-weight:500;cursor:pointer;text-align:center;height:fit-content;display:flex;align-items:center}.btn-med{font-size:1rem;font-weight:500;box-shadow:5px 5px 10px #0000001a}.btn-big{font-size:1.7rem;font-weight:700;box-shadow:5px 5px 10px #0000001a}.btn-gpt{display:flex;align-items:center;font-size:.6rem!important;line-height:.7rem!important;flex-direction:column;text-align:center;gap:7px;max-width:90px}label{font-weight:500!important;font-size:.8rem!important}form label{display:inline;color:var(--econ-primary)!important}.form-floating label{transform:scale(1) translateY(-.7rem) translate(-.2rem)!important}label:after{background:none!important}.edit label{font-size:1rem!important;color:#fff!important}.textarea{height:200px!important;background:#fff!important}input,select{background:#fff}.example{display:flex;font-size:.7rem;line-height:.9rem;font-weight:400;color:var(--econ-decide)}.autocomplete input{font-weight:700}#customer-autocomplete-listbox{z-index:9999}input.p-component:focus,input.form-select:focus,select.form-select:focus,select.form-control:focus,input.form-check-input:focus,textarea.form-control:focus,input.form-control:focus{border-color:#0d9488!important;box-shadow:0 0 0 .2rem #0d948840!important;outline:none!important}.MuiTab-root{background:#fff!important}.MuiTabs-flexContainer{width:65px;position:fixed;z-index:1;top:95px;bottom:70px;background:#fff;padding-top:10px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.MuiTabs-flexContainer::-webkit-scrollbar{display:none}.simple-tabpanel{width:100%;padding:0 0 110px 70px}.MuiButtonBase-root{font-size:.7rem}.MuiBox-root{display:flex;border:0px!important;padding:0!important}.MuiBox-root:focus-visible{outline:none!important}.tab{font-size:.5rem!important;color:var(--econ-primary)!important;padding:5px!important;min-width:auto!important}.tab-item{font-size:.9rem;color:var(--econ-primary);font-weight:400;cursor:pointer;flex-grow:1;display:flex;justify-content:center;align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;border:1px solid whitesmoke}.tab-item:hover{background:#f5f5f5;border-bottom:2px solid var(--econ-primary)}.tab-item.active{color:var(--econ-primary-hover);background:#f5f5f5;border-bottom:2px solid var(--econ-primary)}[aria-selected=true]{background-color:#f5f5f5!important;border-radius:2px!important}.MuiTabs-indicator{background-color:var(--econ-primary)!important;padding:0}@media (min-width: 768px){.css-heg063-MuiTabs-flexContainer{justify-content:center}}.form-control,.form-select{font-size:.8rem!important;background-color:#fff!important}.MuiTypography-root{width:100%;padding-bottom:10px!important;margin-top:0!important}.MuiAutocomplete-root{background:#fff!important;border:var(--bs-border-width) solid var(--bs-border-color)!important;box-shadow:none!important}.MuiAutocomplete-listbox{font-weight:400!important;z-index:9999!important}.MuiOutlinedInput-root{padding:0!important}.MuiOutlinedInput-root input{padding:5px 7px!important}.option-list{display:flex;align-items:center;gap:5px;padding:5px;cursor:pointer;border-radius:5px}.option-list:hover{background-color:#e0e0e0}.option-list.group-service:before{font-family:Material Symbols Outlined;content:"group";font-size:.9rem;line-height:.9rem;font-weight:700}.group-terapy{display:flex;align-items:center;gap:3px}.group-terapy:before{font-family:Material Symbols Outlined;content:"group";font-size:1rem;font-weight:700}.list-group{max-height:200px;width:100%;overflow:auto;border:1px solid silver;padding:5px 30px 5px 5px;margin-bottom:5px}.form-switch{display:flex;align-items:center}.form-check{display:flex;align-items:center;gap:5px}.form-check>.form-check-input{border-color:gray;margin-left:-1.5em!important;margin-bottom:5px}.form-check-input:checked{background-color:var(--econ-primary)!important;border-color:var(--econ-primary)!important}.form-control input,.form-control select,.form-control textarea{border:none!important;width:100%;background-color:#fff!important}.radio-group .btn{background-color:#f5f5f5;border-color:var(--econ-primary)}.btn-get{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-get:before{font-family:Material Symbols Outlined;content:"quick_reference_all";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-add{font-size:2rem;cursor:pointer;line-height:2rem}.btn-add:before{font-family:Material Symbols Outlined;content:"add_circle";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-cancel{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-cancel:before{font-family:Material Symbols Outlined;content:"disabled_by_default";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-view-prontuary{padding:8px 15px;line-height:1rem}.btn-view-prontuary label{cursor:pointer}.btn-view{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-view:before{font-family:Material Symbols Outlined;content:"visibility";font-size:1.2rem;font-weight:300}.btn-print{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-print:before{font-family:Material Symbols Outlined;content:"print";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-noprint{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-noprint:before{font-family:Material Symbols Outlined;content:"print_disabled";font-size:1.7rem;font-weight:300;color:var(--econ-decide)}.btn-improve{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-improve:before{font-family:Material Symbols Outlined;content:"convert_to_text";font-size:1.5rem;font-weight:300;color:var(--econ-primary)}.btn-elaborate{font-size:2rem;cursor:pointer;line-height:2rem;padding:3px}.btn-markers:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.5rem;font-weight:300;color:var(--econ-primary)}.btn-elaborate:before{font-family:Material Symbols Outlined;content:"rtt";font-size:1.5rem;font-weight:300;color:var(--econ-primary)}.btn-question{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-question:before{font-family:Material Symbols Outlined;content:"indeterminate_question_box";font-size:1.5rem;font-weight:300;color:var(--econ-primary)}.btn-config:before{font-family:Material Symbols Outlined;content:"settings_b_roll";font-size:1.5rem;font-weight:300;color:var(--econ-primary)}.btn-to_ask_again{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-to_ask_again:before{font-family:Material Symbols Outlined;content:"quick_phrases";font-size:1.5rem;font-weight:300;color:var(--econ-primary)}.btn-info{font-size:2rem;cursor:pointer;line-height:2rem;padding:5px}.btn-info:before{font-family:Material Symbols Outlined;content:"info";font-size:1.7rem;font-weight:300;color:var(--econ-secondary)}.actions{display:flex;justify-content:center;align-items:center;gap:5px 10px;width:fit-content!important;margin:auto}.actions-econ{position:absolute;bottom:10px;left:0;right:0;z-index:1}.actions.wrap{flex-wrap:wrap}.actions.horizontal{flex-direction:row;gap:0 5px}.actions.horizontal.gap-20{gap:20px!important}.actions.horizontal.center{justify-content:center!important}.actions.horizontal.right{justify-content:right!important}.actions.horizontal.left{justify-content:left!important}.actions.horizontal.between{justify-content:space-between}.vertical{flex-direction:column!important}.actions.top{justify-content:center!important;align-items:start!important;margin-bottom:auto!important;margin-top:0!important}.actions .btn-rounded{display:flex;align-items:center;gap:10px}.actions .btn-rounded.border{background:var(--econ-terciary)!important;border-radius:50px;padding:3px}.actions .btn-rounded.border label{font-size:.8rem!important;font-weight:400!important;color:#fff!important;padding-right:10px!important}.actions .btn-rounded .icon{background:#fff;color:var(--econ-terciary);font-size:1rem;line-height:1rem;padding:5px;display:flex;justify-content:center;align-items:center;border:none;border-radius:25px;cursor:pointer;box-shadow:var(--econ-shadow-light)}.actions .btn-rounded .icon:hover{color:var(--econ-terciary-hover);box-shadow:var(--econ-shadow-medium)}.actions .btn-rounded .icon label{cursor:pointer}.actions .btn-rounded.no-border .icon{display:flex;justify-content:center;align-items:center;background:var(--econ-terciary);color:#fff;font-size:.8rem;border:none;border-radius:25px;cursor:pointer;gap:5px;padding:7px 10px}.actions .btn-rounded.no-border .icon svg{font-size:1rem}.actions .btn-rounded.no-border .icon label{cursor:pointer}.button{display:flex;justify-content:center;align-items:center;padding:0}.button-add .edit{display:flex;align-items:center;font-size:1rem;justify-content:center;background-color:var(--econ-primary);color:#fff;font-weight:500;border-radius:50px;box-shadow:var(--econ-shadow-medium);padding:0 20px;cursor:pointer}.button-add .edit.PRINT{padding:0;width:35px;max-height:35px;background:var(--econ-terciary)}.button-add .edit.SAVE{background:var(--econ-secondary)}.button-add .edit.CUSTOM{background:var(--econ-terciary);padding:6px 20px}.button-add .edit.PRINT:hover{background:var(--econ-terciary-hover)}.button-add .edit.SAVE:hover{background:var(--econ-secondary-hover)}.button-add .edit.CUSTOM:hover{background:var(--econ-terciary-hover)}.button-add .edit label{cursor:pointer}.button-add{display:flex;align-items:center;justify-content:center;position:sticky;top:0;background:none;padding:10px;background-color:#fff;gap:5px;z-index:2}@media (max-width: 575px){.button-add{padding:0}.button-add .edit{position:fixed;z-index:2;bottom:65px;right:10px;width:50px;height:50px;padding:0}.button-add .edit.PRINT,.button-add .edit.SAVE{right:70px;width:50px!important;height:50px!important;max-height:50px!important}.button-add .edit.CUSTOM{right:130px;width:auto!important;height:50px!important;max-height:50px!important;padding:0 20px}.button-add .edit label{display:none}}.button-add .edit:hover{background-color:var(--econ-primary-hover)}.button-add .edit.ADD:before{font-family:Material Symbols Outlined;content:"add";font-size:1.5rem}.button-add .edit.PRINT:before{font-family:Material Symbols Outlined;content:"print";font-size:1.2rem;padding:3.5px 0}.button-add .edit.SAVE:before{font-family:Material Symbols Outlined;content:"save";font-size:1.3rem;padding:3px 0}@media (max-width: 575px){.button-add .edit{bottom:70px}.dash .button-add .edit{bottom:15px}}.btn-primary{background:var(--econ-primary);color:#fff;border:none;cursor:pointer}.btn-primary a{color:#fff}.btn-primary:hover{background:var(--econ-primary-hover);color:#fff;border:none}.btn-secondary{background:var(--econ-secondary);color:#fff;border:none;cursor:pointer}.btn-secondary a{color:#fff}.btn-secondary:hover{background:var(--econ-secondary-hover);color:#fff;border:none}.btn-terciary{background:var(--econ-terciary);color:#fff;border:none;cursor:pointer}.btn-terciary a{color:#fff}.btn-quinary{background:#484848;color:#fff;border:none;cursor:pointer}.btn-quinary a{color:#fff}.btn-quinary:hover{background:#000;color:#fff;border:none}.btn-senary{background:none;color:#404040;cursor:pointer;box-shadow:var(--econ-shadow-light);border:1px solid silver}.btn-senary a{color:#404040}.btn-senary:hover{background:none;color:#000;border:1px solid black}.btn-septenary{background:#eeeeea;color:#404040;cursor:pointer;font-weight:600}.btn-septenary a{color:#404040}.btn-septenary:hover{background:#d3d1d0;color:#000;border:none}.btn-login{background:none;color:var(--econ-primary);border:1px solid var(--econ-primary);height:44px}.btn-login a{display:flex!important;color:var(--econ-primary-hover);border:1px solid var(--econ-primary-hover)}.btn-login:before{font-family:Material Symbols Outlined;content:"person";font-size:1.2rem;padding-top:1px}.btn-terciary:hover{background:var(--econ-terciary-hover);color:#fff;border:none}.btn-quaternary{background:red;color:#fff;border:none;cursor:pointer}.btn-quaternary:hover{background:#8b0000;color:#fff}.econ-modal .btn.btn-econ{position:absolute;bottom:10px;left:0;right:0;z-index:1!important}.bd-confirm .btn.btn-econ{position:relative}@media (max-width: 575px){.btn.btn-econ{position:fixed;z-index:3;bottom:60px;right:10px;left:auto}.btn.btn-econ.put,.btn.btn-econ.post,.btn.btn-econ.print{position:fixed;bottom:60px!important;right:8px;width:50px;height:50px;border-radius:50px;display:flex;justify-content:center;align-items:center}.dash .btn.btn-econ.put,.dash .btn.btn-econ.post,.dash .btn.btn-econ.print{bottom:0!important}.btn.btn-econ.put span,.btn.btn-econ.post span,.btn.btn-econ.print span{display:none}.btn.btn-econ.put:before{font-family:Material Symbols Outlined;content:"check";font-size:1.7rem}.btn.btn-econ.post:before{font-family:Material Symbols Outlined;content:"add";font-size:1.7rem}.btn.btn-econ.print:before{font-family:Material Symbols Outlined;content:"print";font-size:1.7rem}.no-mobile{display:none}}.tabs{display:flex;justify-content:space-around;position:sticky;top:27px;z-index:3;background:#fff;padding-bottom:5px;padding-top:10px}.invoice.customer .tabs{top:49px}.invoice.in-customer .tabs{top:100px}.container-serviceinvoice .invoice.in-customer .tabs{top:-5px!important}.dash .tabs{top:-10px}.actions .highlighter{height:10px!important;width:10px!important;border-radius:5px!important;background:none;margin-right:2px}.actions .highlighter-none{height:10px;width:15px;border-radius:5px;background:none;border:1px dashed silver}.btn-list{font-size:2rem;cursor:pointer;height:30px;line-height:2rem}.btn-list:before{font-family:Material Symbols Outlined;content:"list_alt";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-edit-list-name{font-size:2rem;cursor:pointer;height:30px;line-height:2rem}.btn-edit-list-name:before{font-family:Material Symbols Outlined;content:"user_attributes";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-edit,.btn-more_horiz{cursor:pointer;display:flex;justify-content:center;align-items:center;height:30px}.pulse-on{animation:pulse 1.4s ease-in-out 3}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.btn-edit:before{font-family:Material Symbols Outlined;content:"edit_square";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-more_horiz:before{font-family:Material Symbols Outlined;content:"more_horiz";font-size:1.7rem;font-weight:300}.btn-edit-prontuary{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-edit-prontuary:before{font-family:Material Symbols Outlined;content:"edit_square";font-size:1.3rem;font-weight:300;color:#fff}@media (max-width: 769px){.btn-access,.btn-noaccess,.btn-duplicate{width:100%}.btn-view{width:100%!important}.btn-publish,.btn-edit-prontuary{width:100%}}.btn-access{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-access:before{font-family:Material Symbols Outlined;content:"supervised_user_circle";font-size:1.2rem;font-weight:300;color:#fff}.btn-duplicate{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-duplicate:before{font-family:Material Symbols Outlined;content:"copy_all";font-size:1.2rem;font-weight:300;color:#fff}.btn-print-prontuary{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-print-prontuary:before{font-family:Material Symbols Outlined;content:"print";font-size:1.2rem;font-weight:300;color:#fff}.btn-prontuary-duplicate{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-prontuary-duplicate:before{font-family:Material Symbols Outlined;content:"difference";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-noaccess{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-noaccess:before{font-family:Material Symbols Outlined;content:"supervised_user_circle_off";font-size:1.4rem;font-weight:300;color:#fff}.btn-publish{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-publish:before{font-family:Material Symbols Outlined;content:"published_with_changes";font-size:1.3rem;font-weight:300;color:#fff}.btn-extract{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-extract:before{font-family:Material Symbols Outlined;content:"export_notes";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-confirm{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-confirm:before{font-family:Material Symbols Outlined;content:"price_check";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-attach{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-attach:before{font-family:Material Symbols Outlined;content:"attach_file";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-attach-add{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-attach-add:before{font-family:Material Symbols Outlined;content:"attach_file_add";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.btn-delete{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-delete:before{font-family:Material Symbols Outlined;content:"delete";font-size:1.7rem;font-weight:200;color:var(--econ-primary)}.btn-minimize{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-minimize:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_up";font-size:1.7rem;font-weight:200;color:var(--econ-primary)}.btn-maxmize{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-maxmize:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_down";font-size:1.7rem;font-weight:200;color:var(--econ-primary)}.btn-h{cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:.7rem;max-height:35px;min-height:35px}.btn-testpsy:before{font-family:Material Symbols Outlined;content:"psychology_alt";font-size:1.4rem;font-weight:300;color:var(--econ-gray-medium)}.btn-note:before{font-family:Material Symbols Outlined;content:"checkbook";font-size:1.4rem;font-weight:300;color:var(--econ-gray-medium)}.btn-note-white:before{font-family:Material Symbols Outlined;content:"checkbook";font-size:1.2rem;font-weight:300;color:#fff}.btn-highlighter{max-width:90px}.btn-highlighter:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.4rem;font-weight:300;color:var(--econ-gray-medium)}.btn-situations:before{display:flex;content:"🔔";font-size:1.1rem;width:23px}.btn-highlighter-white:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.2rem;font-weight:300;color:#fff}.btn-attendance-list:before{font-family:Material Symbols Outlined;content:"checklist_rtl";font-size:1.4rem;font-weight:300;color:var(--econ-gray-medium)}.btn-file:before{font-family:Material Symbols Outlined;content:"attach_file";font-size:1.4rem;font-weight:300;color:var(--econ-gray-medium)}.btn-police:before{font-family:Material Symbols Outlined;content:"outbox";font-size:1.4rem;font-weight:300;color:var(--econ-gray-medium)}.btn-document{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px;color:var(--econ-primary)}.btn-document:before{font-family:Material Symbols Outlined;content:"article_shortcut";font-size:1.7rem;font-weight:200}.btn-public{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-public:before{font-family:Material Symbols Outlined;content:"unfold_less";font-size:1.7rem;font-weight:500;color:var(--econ-primary)}.btn-nopublic{cursor:pointer;display:flex;justify-content:center;align-items:center;max-height:35px;min-height:35px}.btn-nopublic:before{font-family:Material Symbols Outlined;content:"unfold_more";font-size:1.7rem;font-weight:500;color:var(--econ-primary)}.btn-chatgpt{position:absolute;cursor:pointer;display:flex;justify-content:center;align-items:center;height:40px;font-size:2.5rem;font-weight:300;color:#fff;background:var(--econ-secondary);padding:7px;border-radius:50%;top:-20px;right:-10px;box-shadow:var(--econ-shadow-light)}.notification{position:fixed;z-index:99999;top:50px;pointer-events:none;background:#ffffe0;padding:10px!important;box-shadow:var(--econ-shadow-medium);border-radius:3px;display:flex;align-items:center;justify-content:center;gap:5px;left:0;right:0}.notification.top{top:0!important}.notification:before{font-family:Material Symbols Outlined;content:"info";color:maroon;font-size:1.5rem!important}.notification label{font-size:.9rem!important;font-weight:400;color:maroon!important}.alert{background:var(--econ-agendado);display:flex;justify-content:center}.alert label{font-size:1rem!important;font-weight:400;color:maroon}.confirm .bg-confirm{background:#000;position:fixed;top:-1px;left:-1px;bottom:-1px;right:-1px;z-index:30;opacity:.2;border-radius:14px}.confirm .box{position:fixed;top:0;left:0;bottom:0;right:0;z-index:31;display:flex;justify-content:center;align-items:center}.confirm .bd-confirm{background:#fff;padding:20px;width:80%;border:1px solid gray;border-radius:10px;max-width:400px}.confirm .title{font-size:1.2rem!important;margin-bottom:10px;font-weight:600!important;display:flex}.confirm .description{font-size:.8rem!important;font-weight:400;margin-bottom:20px!important}.econ-modal{background-color:#fff!important;border:1px solid silver!important;padding:10px!important;max-height:80%!important;border-radius:15px;max-width:500px;height:auto!important;box-shadow:var(--econ-shadow-medium)!important}.econ-modal .header{margin-bottom:10px;font-size:1rem;color:var(--econ-primary);font-weight:700;padding:0 25px 0 0}.econ-modal .body{overflow:auto;max-height:calc(100% - 100px);min-height:120px;padding-bottom:50px;border:none!important;-ms-overflow-style:none;scrollbar-width:none}.econ-modal .body._250{max-height:calc(100% - 250px)}.econ-modal .body::-webkit-scrollbar{display:none}.econ-modal .body.no-footer{overflow:auto;max-height:calc(100% - 50px)!important;border:none!important;padding-bottom:5px}.econ-modal .footer{position:absolute;bottom:0;background:#fff;border-radius:10px;left:10px;right:10px;min-height:70px}.econ-modal .econ-close{position:absolute;right:-10px;top:-10px;cursor:pointer;background:var(--econ-primary);border-radius:50%;padding:5px;color:#fff}.econ-error{padding-top:5px;font-size:.8rem;line-height:.9rem;font-weight:300;color:red;display:block;flex-basis:100%}.MuiBackdrop-root{background-color:#00000080!important}.amount:before{font-family:Material Symbols Outlined;content:"monetization_on";font-size:.9rem;font-weight:700;padding-right:5px;color:green}.amount-paid{display:flex;align-items:center;white-space:nowrap;margin-left:20px;margin-right:20px}.amount.no-paid:before{font-family:Material Symbols Outlined;content:"monetization_on";font-size:.9rem;font-weight:700;padding-right:5px;color:red}.MuiChartsLegend-series text tspan{font-size:.9rem}@media (max-width: 575px){.container-chart svg{margin-right:-25px}}.content-img-preview input{width:100%;font-size:.8rem;border-radius:3px}.content-img-preview .box-img-profile{width:100%;background:#fff;border:1px dashed black;height:100px;overflow:auto;margin-bottom:10px;display:flex;justify-content:center;align-items:center}.content-img-preview .box-img-logo{width:100%;background:#fff;border:1px dashed black;height:190px;overflow:auto;margin-bottom:10px}.content-img-preview .box-img .profile{border-radius:5px;width:50px;height:50px}.content-img-preview .box-img .logo{border-radius:2px}.content-img-preview .box-description{display:flex;justify-content:center;align-items:center;font-size:.7rem;flex-direction:column;text-align:center;padding:10px}.content-img-preview .box-description p{margin:0;padding:0}.content-img-preview .box-description .econ-emphasis{font-size:1rem}.box-img .initials{color:#fff;background:gray;padding:10px;width:40px;height:40px;border-radius:50%;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.econ-text{font-size:1.2rem;font-weight:400;margin:0!important}.text-rigth{text-align:right!important}.nav-link{color:gray;font-size:.7rem;font-weight:600;cursor:pointer;padding:5px 10px}.month-navigate{position:sticky;top:50px;padding:10px;display:flex;background:#fff;justify-content:center;font-size:1rem;font-weight:700;z-index:2}.month-title{width:300px;display:flex;justify-content:center;align-items:center}.month-navigate .before:before{font-family:Material Symbols Outlined;content:"navigate_before";cursor:pointer}.month-navigate .next:before{font-family:Material Symbols Outlined;content:"navigate_next";cursor:pointer}.month-summary{position:relative;padding:0 20px 10px;background:#fff;justify-content:center;font-size:1.3rem;font-weight:700;color:var(--econ-primary);gap:20px;display:flex;align-items:center}@media (max-width: 575px){.month-navigate{z-index:2;left:0;right:0}.month-summary{position:sticky;z-index:2;top:105px;left:0;right:0}}.tasks .card-task{padding:10px;border-radius:10px;display:flex;flex-direction:row;margin:10px 0;flex-grow:1;cursor:pointer;color:#000;align-items:center;background:#78480126;max-width:375px}.tasks .card-task.critical{background:#78010126}@media (min-width: 768px){.tasks .card-task{width:45%}}#modal-task-onboarding h5{font-weight:700!important}#modal-task-onboarding h6{color:var(--econ-gray-medium)!important;font-weight:500}#modal-task-onboarding p{color:var(--econ-decide)!important}.force-left{justify-content:left!important;text-align:left!important;margin-left:0!important;margin-right:auto!important}.force-center{justify-content:center!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}.force-vertical-center{align-items:center!important;margin-top:auto!important;margin-bottom:auto!important}.force-width-100{width:100%!important}.radio-group .btn{width:50%;max-width:200px}.radio-group .btn{border-radius:0}.btn-check:checked+.btn{border-color:var(--econ-primary)!important;color:#fff!important;background-color:var(--econ-primary)!important;padding:10px}.btn-check+.btn{display:flex;align-items:center;justify-items:center;width:min-content;white-space:nowrap;border-color:#b1e4e4!important;padding:10px}.radio-group .btn.left{border-top-left-radius:10px;border-bottom-left-radius:10px}.radio-group .btn.right{border-top-right-radius:10px;border-bottom-right-radius:10px}.radio-group{justify-content:center;display:flex;padding:5px}.box-groups-radios{padding:10px;border:1px solid silver;border-radius:10px}.box-groups-inputs{display:flex;align-items:center;padding:10px;border:1px solid silver;border-radius:10px;justify-content:center}.popover{z-index:999}.bibliography{font-family:Georgia,Times New Roman,serif;background-color:#f9f9f9;border-left:4px solid #4b5563;padding:1rem 1.5rem;line-height:1.6;font-size:.95rem;color:#1f2937}.bibliography small p,.bibliography span,.bibliography span p{font-size:.7rem!important}.bibliography span{display:block;margin-bottom:.5rem}.bibliography strong{color:#111827;font-weight:600}.bibliography em{font-style:italic;color:#374151}.bibliography a,.bibliography p{margin:0;word-break:break-word}.bibliography a{color:#2563eb;text-decoration:underline}.group-teleatendimento{display:flex;gap:10px}.btn-teleatendimento{display:flex;align-items:center;gap:5px;font-size:.8rem;padding:2px 15px}.btn-teleatendimento:before{font-size:1.5rem;font-family:Material Symbols Outlined;content:"video_camera_front"}.btn-invite{color:var(--econ-primary);display:flex;align-items:center;gap:5px}.btn-invite:before{font-size:1.5rem;font-family:Material Symbols Outlined;content:"group_add"}.group-invite{display:flex;flex-direction:column;font-size:.6rem;line-height:1rem;gap:3px;justify-content:center;align-items:center;cursor:pointer}.btn-copy{color:var(--econ-primary);display:flex;align-items:center;gap:5px}.btn-copy:before{font-size:1.5rem;font-family:Material Symbols Outlined;content:"media_link"}.btn-content_copy{display:flex;align-items:center;gap:5px;cursor:pointer}.btn-content_copy:before{font-size:1.5rem;font-weight:200;font-family:Material Symbols Outlined;content:"content_copy"}.main-plans .row{gap:10px 0}.main-plans table{border-collapse:separate;border-spacing:0;background:#fff;box-shadow:0 2px 12px #0000000d;border-radius:10px;overflow:hidden;max-width:1210px}.main-plans thead th{background:linear-gradient(135deg,var(--econ-primary),var(--econ-primary-hover));color:#fff;text-align:center;font-weight:500;vertical-align:middle}.main-plans thead th strong{font-size:clamp(.7rem,1.5vw,1.2rem);font-weight:700;color:#fff}.main-plans tbody tr td{vertical-align:middle;font-size:clamp(.7rem,1.5vw,1.2rem)}.main-plans tbody tr:nth-child(2n){background-color:#f9f9f9}.main-plans tbody tr.table-primary td{background:#eff7f5;font-weight:600;font-size:15px}.main-plans tbody tr td:first-child{font-weight:500}.main-plans tbody td:not(:first-child){text-align:center}.main-plans tbody td{border:1px solid #e5e5e5}.main-plans td{font-size:1rem;font-weight:400}.main-plans tbody tr:hover{background-color:#f1f9ff;transition:background .2s ease-in-out}.main-plans .check{color:#28a745;font-size:16px}.main-plans .cross{color:#dc3545;font-size:16px}.ico-save:before{font-size:1rem;font-family:Material Symbols Outlined;content:"save"}.ico-restore:before{font-size:1rem;font-family:Material Symbols Outlined;content:"reset_focus"}.ico-print:before{font-size:1rem;font-family:Material Symbols Outlined;content:"print"}.ico-edit:before{font-size:1rem;font-family:Material Symbols Outlined;content:"edit_square"}.ico-duplicate:before{font-size:1rem;font-family:Material Symbols Outlined;content:"difference"}.ico-delete:before{font-size:1rem;font-family:Material Symbols Outlined;content:"delete"}.ico-score:before{font-size:1rem;font-family:Material Symbols Outlined;content:"summarize"}.ico-pdf:before{font-size:1rem;font-family:Material Symbols Outlined;content:"picture_as_pdf"}.ico-csv:before{font-size:1rem;font-family:Material Symbols Outlined;content:"csv"}.ico-filters:before{font-size:1rem;font-family:Material Symbols Outlined;content:"filter_alt"}.ico-message:before{font-size:1rem;font-family:Material Symbols Outlined;content:"mail"}.ico-search{position:absolute;display:contents;font-size:1.5rem;font-weight:100;color:gray;z-index:2;right:auto;height:33px}.ico-search:after{position:absolute;font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;padding:7px;color:gray;z-index:2;max-height:38px;display:flex;justify-content:center;align-items:center}.ico-search-clear{position:absolute;font-size:1.5rem;font-weight:400;padding-right:5px;color:gray;z-index:2;right:0;left:auto;height:33px;cursor:pointer}.ico-search-clear:after{font-family:Material Symbols Outlined;content:"close"}.form-control.search{padding-left:30px}.alerts-button{display:flex;justify-content:space-between;align-items:center;padding:5px!important;cursor:pointer;color:gray;font-size:.9rem!important}.alerts-button.down,.alerts-button.up{color:#000;font-size:1rem!important;z-index:2;background:#fff;border-radius:15px}.full.alerts-button.down{position:sticky;top:50px}.especific.alerts-button.down{position:sticky;top:-3px}.alerts-button.up:after{font-family:Material Symbols Outlined;content:"keyboard_arrow_down"}.alerts-button.down:after{font-family:Material Symbols Outlined;content:"keyboard_arrow_up"}.alerts{display:flex;justify-content:right;align-items:center;font-size:.8rem;font-weight:500;cursor:pointer}.alerts-box{font-size:.8rem;font-weight:500;cursor:pointer}.alerts h5{font-size:1rem;margin:0;max-width:clamp(1.3rem,2.6vw,1.6rem)}.alerts-box h6{white-space:wrap}.alerts-box .block{border:1px solid silver;padding:0;border-radius:10px}.alerts-box .block.down{border:1px solid rgb(140,140,140)}#modal-likely-services .actions span{cursor:pointer}.btn-updown{cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:1.5rem!important;font-weight:700!important}.btn-updown.up:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_up"}.btn-updown.down:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_down"}.card-avaliation{background:#f3f3f3;border-radius:12px;padding:12px 14px;margin-bottom:10px;transition:all .15s ease}.card-avaliation:hover{background:#e9e9e9}.avaliation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.avaliation-acronym{font-size:12px;font-weight:700;color:#444}.avaliation-type{font-size:11px;color:#777}.card-avaliation{background:#f3f3f3;border-radius:10px;padding:10px 12px;margin-bottom:8px}.category-title{font-size:16px;font-weight:700;margin:18px 0 10px;color:#333}.category-count{font-size:13px;font-weight:500;color:#777}.avaliation-title{font-size:15px;font-weight:600;line-height:1.2;color:#111}.avaliation-type{font-size:12px;color:#555;margin-top:2px}.avaliation-description{font-size:12px;color:#666;line-height:1.25;width:100%}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;min-width:25px;min-height:25px;border:4px solid var(--econ-primary);border-radius:50%;background:var(--econ-terciary);color:#fff;font-size:12px;font-weight:700;transition:all .2s ease;opacity:.5;cursor:pointer}.check-icon:hover{border:none;background:var(--econ-primary-hover);transform:scale(1.1);opacity:1}.check-icon:hover:before{content:"✔"}body{font-family:Roboto;font-size:12px;font-weight:300;overflow:visible;margin:0;display:flex;min-height:99.9vh;background:#f8f9fa}.container-body-default{padding:10px;background:#fff}@media (max-width: 575px){.container-body-default{padding:0 0 60px!important}}.container-body{padding:10px 10px 10px 60px;background:#fff;position:fixed;left:0;right:0;top:50px;bottom:0;height:calc(100% + -0px)!important;min-height:auto!important;overflow-y:auto;overflow-x:clip;z-index:10;-ms-overflow-style:none;scrollbar-width:none}.container-body.dash{position:relative;top:auto;padding:0}.container-body .tabs{top:-10px!important}.container-body::-webkit-scrollbar{display:none}@media (max-width: 575px){.container-body{padding:0}}.container-body-relative{padding:10px 10px 10px 60px;background:#fff;min-height:calc(100vh - 50px);margin-top:50px}@media (max-width: 575px){.container-body-relative{padding:0 0 60px!important}.container-body.dash .container{margin-bottom:100px;padding:0}}.container-footer.dash{position:fixed;bottom:0;display:flex;justify-content:center;align-items:center;width:100%;height:60px;background:#f5f5f5;z-index:10;left:0;right:0}.card{width:100%;padding:0;margin:auto;border:none;border-radius:0}.card .info{width:100%}.between{justify-content:space-between}.econ-content{max-width:800px;width:100%;margin:auto}.f-wrap{flex-wrap:wrap}.explanatory{font-size:.8rem!important;font-weight:400!important;width:100%;padding:5px;margin:0;background:#f5f5f5;display:flex;align-items:center;gap:10px;cursor:pointer;border-radius:10px}.explanatory:hover{background:#ebebeb}.explanatory.btn-econ-news:before,.explanatory.btn-econ-everyone-customers:before,.explanatory.btn-econ-everyone-all:before{display:flex;justify-content:center;align-items:center;background:var(--econ-primary);color:#fff;font-size:1.5rem;font-weight:200;height:40px;width:40px;min-width:40px;min-height:40px;border-radius:50%}.explanatory.btn-econ-news:before{font-family:Material Symbols Outlined;content:"person_add"}.explanatory.btn-econ-everyone-customers:before{font-family:Material Symbols Outlined;content:"group"}.explanatory.btn-econ-everyone-all:before{font-family:Material Symbols Outlined;content:"event_repeat"}.small{font-size:.6rem!important;font-weight:.7rem!important;line-height:1rem!important}.container.table-collection{padding:0!important}.table-collection{border-top:1px solid silver;font-size:.9rem;background:#f5f5f5}.table-collection .big label{font-size:1rem!important}.row-collection{border-bottom:1px solid silver;align-items:center;margin:0}.row-collection .small{display:block!important;font-size:.7rem!important;line-height:.9rem!important;margin:0!important}.anabled{padding:10px;background:#f5f5f5;border-radius:10px}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}#offline-banner{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background:#000000e6;padding:20px;z-index:9999}#offline-banner .content-banner{background:#f44336;color:#fff;padding:10px;text-align:center;width:100%;font-family:sans-serif;font-size:1rem;font-weight:400}.highlighted-component{display:flex;justify-content:center;align-items:center}.error{padding:20px}.recent-posts{padding-top:56px;padding-bottom:32px}.recent-posts h2{font-size:clamp(1.9rem,2.4vw,2.5rem);line-height:1.15;letter-spacing:-.02em;color:#111827;margin-bottom:.5rem}.recent-posts>.d-flex p{font-size:1rem;color:#6b7280;margin:0}.recent-posts .btn-outline-primary{border-radius:999px;padding:.65rem 1.1rem;font-weight:500}.recent-posts .card_blog{border:1px solid rgba(17,24,39,.08);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 4px 18px #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;height:100%;display:flex;flex-direction:column}.recent-posts .card_blog:hover{transform:translateY(-4px);box-shadow:0 16px 40px #11182714;border-color:#16344c24}.recent-posts .card__image{overflow:hidden}.recent-posts .card__image img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .35s ease}.recent-posts .card_blog:hover .card__image img{transform:scale(1.03)}.recent-posts .card__body{padding:1.25rem 1.25rem .5rem;flex-grow:1}.recent-posts .card__body small{display:block;font-size:.82rem;font-weight:500;color:#6b7280;margin-bottom:.6rem;text-transform:capitalize}.recent-posts .card__body h5{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-posts .card__body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recent-posts .btn.btn-outline-primary{font-weight:600}.recent-posts .actions{padding:1rem 1.25rem 1.25rem;margin-top:auto}.recent-posts .actions .btn{width:100%;border-radius:12px;font-weight:500;padding:.7rem 1rem}.recent-posts .loading-placeholder{width:100%;height:180px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width: 991.98px){.recent-posts{padding-top:24px;padding-bottom:24px}.recent-posts .card__body h5{font-size:1.05rem}}@media (max-width: 767.98px){.recent-posts{padding-top:16px;padding-bottom:16px}.recent-posts>.d-flex{flex-direction:column;align-items:flex-start!important}.recent-posts .btn-outline-primary{width:100%}.recent-posts .card__image img{height:200px}.recent-posts .card__body{padding:1.1rem 1.1rem .4rem}.recent-posts .actions{padding:.9rem 1.1rem 1.1rem}}.image-slider{position:relative;max-width:calc(100% - 10px);overflow:hidden}.image-slider .badge{position:absolute;display:flex;justify-content:center;align-items:center;left:10px;right:10px;top:10px;z-index:1;padding:10px;color:#fff;background:#000000b3!important;word-break:break-word;white-space:normal;line-height:normal}.image-slider .image-container{display:flex;column-gap:30px;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:20px;margin:auto;max-width:1290px;-ms-overflow-style:none;scrollbar-width:none}.image-slider .image-container::-webkit-scrollbar{display:none}.image-slider .image-content{display:flex;overflow:hidden;justify-content:center;align-items:center;padding:50px;transition:background-image .5s ease-in-out}.image-slider .image{position:relative;flex:0 0 233px;scroll-snap-align:start}@media (max-width: 767px){.image-slider .image{flex:0 0 150px}.image-slider .image-container{column-gap:15px}}.image-slider .zoom{width:100%;position:absolute;display:flex;justify-content:center;padding:10px}.image-slider .zoom svg{font-size:2.5rem;padding:10px;color:#fff;background:#000;border-radius:50%;cursor:pointer;opacity:.7}.image-slider .image img{width:100%;height:100%;object-fit:cover;border-radius:10px;border:1px solid silver;transition:transform .4s ease-in-out;cursor:pointer}.image-slider .image img:hover{transform:scale(1.04);box-shadow:var(--econ-shadow-medium)}.image-slider .image-slider-actions{position:absolute;top:50%;left:50%;width:100%;max-width:1290px;transform:translate(-50%,-50%);display:flex;justify-content:space-between;pointer-events:none;padding:0 10px}.image-slider .btn{pointer-events:auto;font-size:1.6rem;background:#00000080;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff;cursor:pointer;transition:background .3s}.image-slider div.btn-set{pointer-events:auto;font-size:3rem;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;z-index:1}.image-slider .image-zoom{padding:10px;position:fixed;top:0;bottom:0;left:0;right:0;background:#0009;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.image-slider .image-zoom img{border-radius:10px;box-shadow:0 0 15px #000c;margin-top:40px;margin-bottom:10px}.image-slider .image-content img{margin:0!important;z-index:1;height:100%}.image-slider span.display-title{position:relative;display:flex;justify-content:space-between!important;align-items:flex-start;padding:5px 12px 5px 20px;border-radius:20px;color:#fff;font-size:1.2rem;font-weight:700;gap:10px;z-index:1;width:100%}.image-slider .display-title svg{font-size:1.2rem;cursor:pointer}.image-slider .event-close{position:absolute;background:#000000b3;top:0;bottom:0;left:0;right:0}.image-slider img.in{transition:opacity .5s ease;opacity:1}.image-slider img.out{opacity:0}.about{max-width:900px}.site{padding:0!important;background:#f8f9fa;font-size:1rem;font-family:Montserrat}.site h1,.site h2,.site h3,.site h4,r .site h5,.site p{color:#3c5a5f}.site p{font-weight:600}.site p strong{font-weight:700}.site .mobile{display:none}.site .desktop{display:flex;align-items:center}.site .btn-left{margin-left:0}.site .lr{border-right:1px solid silver}@media (max-width: 769px){.site .mobile{display:flex;align-items:center}.site .desktop{display:none}.site .btn-left{margin-left:auto}.site .lr{border-right:none}}.site .super-header{background:silver}.site .menu-user-site ul{box-shadow:var(--econ-shadow-light);right:0!important}.site .dropdown-menu[data-bs-popper]{left:auto;top:30px;margin-top:var(--bs-dropdown-spacer)}@media (max-width: 769px){.site .menu-user-site{padding-top:0!important;padding-bottom:0!important}.site .dropdown button{display:none}.site .dropdown-menu{padding:7px 0 0;display:block;position:relative;background:none;border:none;margin:0;box-shadow:none!important;border-radius:0;border-top:1px solid var(--bs-dropdown-divider-bg)}.site .dropdown-menu li a{padding:5px 0}.site .dropdown-menu li a:hover{background:none}.site .box-profile{padding:0!important}.site .box-profile .small-text{font-size:.7rem!important}}.site .btn{border:none!important;display:flex;align-items:center}.container-menu-side .econ-nav-menu-side .close{display:flex!important;justify-content:center!important;padding:0!important;position:sticky!important;top:5px;width:fit-content!important;float:right!important;z-index:48!important;border-radius:50%!important}.container-menu-side .econ-nav-menu-side .close:before{display:flex;justify-content:end;font-family:Material Symbols Outlined;content:"close";font-size:1.5rem;font-weight:200}.site .text-profile{position:relative;right:0;line-height:normal;font-size:.8rem!important}.site .navbar{padding:0;column-gap:50px}.site .menu-brand{width:fit-content;font-size:1.2rem;font-family:Roboto;font-weight:500;color:var(--econ-color-logo)}.site .menu-brand img{width:100px}.site .navbar-brand{width:fit-content;font-size:1.2rem;font-family:Roboto;font-weight:500;color:var(--econ-color-logo);padding:10px 0}.site .navbar-brand img{width:130px}.site .menu-shadow{display:none}.site .menu{display:flex;flex-grow:1;justify-content:left;align-items:center;gap:0 20px}@media (max-width: 1100px){.site .menu{flex-wrap:wrap}}.site .menu .item-menu{color:var(--econ-color-logo);font-weight:600;white-space:nowrap;font-size:1rem;animation-name:itemmenu;animation-duration:2s;opacity:1;cursor:pointer;padding:5px 0}.site .menu .item-menu a:hover{color:#000}.site .menu .item-menu p{font-size:.7rem;line-height:.8rem;text-wrap:wrap}.mobile{display:none}@media (max-width: 769px){.mobile{display:flex}}.site .menu .item-menu a{color:var(--econ-color-logo)}@media (max-width: 769px){.site .menu{display:none;align-items:normal;width:0px}.site .menu.active{display:flex!important;flex-direction:column;position:fixed;z-index:6;background:#f0f0f0;left:0;top:0;bottom:0;padding:20px 20px 20px 40px;animation-name:menu;animation-duration:.2s;width:80%;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.site .menu.active::-webkit-scrollbar{display:none}@keyframes menu{0%{width:0px}to{width:80%}}.site .menu-shadow{display:flex;background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;z-index:6}.site .dropdown-toggle:after{--display: none}.site .text-profile{right:0;left:15px;font-size:.9rem!important}.site .menu-user-site ul{right:auto!important}@keyframes itemmenu{0%{opacity:0}to{opacity:1}}}.site .space-menu{padding:10px 5%}.site .btn-menu{display:none;justify-content:center;align-items:center;font-size:1.6rem;font-weight:200;cursor:pointer}@media (max-width: 769px){.site .btn-menu{display:flex}}.site .btn-menu:before{font-family:Material Symbols Outlined;content:"menu"}.site .carousel-item.active{display:flex;flex-direction:column;justify-content:center}.site .hero-section-category .caption{margin-top:-300px;height:300px;display:flex;flex-direction:column;justify-content:center;padding-left:5%}@media (max-width: 769px){.site .hero-section-category .caption{margin-top:0;padding:15px;height:auto;align-items:center;background:#f0f0f0}}.image-banner-container{display:block;width:100%;margin:0 auto}.image-banner-container img{width:100%;object-fit:cover;display:block}@media (max-width: 767px){.image-banner-container{aspect-ratio:767 / 270}.image-banner-container picture{display:flex;justify-content:center}.image-banner-container img{width:150%;height:auto;object-fit:cover;display:block}}@media (min-width: 768px){.image-banner-container{aspect-ratio:1920 / 500}}.site .hero-section h5,.site .hero-section-category h5{font-size:1.2rem;font-weight:400;margin-right:50%}@media (max-width: 769px){.site .hero-section h5,.site .hero-section-category h5{font-size:.9rem;line-height:1.7rem;margin-right:0;text-align:center}}.site .hero-section .image{height:500px;object-fit:cover;width:100%!important}.site .hero-section-category .image{height:600px;object-fit:cover}@media (max-width: 769px){.site .hero-section .image{height:200px}.site .hero-section-category .image{height:53vw}}.site .content-flex{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0 10px}.site .content-flex .box{width:49%}@media (max-width: 769px){.site .content-flex .box{width:100%}}.site .benefits-section{padding:0 20px}.site .benefits-section .card{border-radius:16px;background:#0f766e0a;align-items:stretch;gap:40px 20px;padding:40px}.site .benefits-section .box{display:flex;justify-content:space-between;align-items:center;flex-grow:1;gap:20px;background:#fff;padding:20px;border-radius:20px;box-shadow:0 15px 40px #0000000d;transition:all .2s ease}@media (max-width: 769px){.site .benefits-section .card{margin:0;padding:5px;gap:10px;background:none}.site .benefits-section .box{box-shadow:0 5px 5px #0000000d}}.site .benefits-section .box:hover{transform:translateY(-2px);box-shadow:0 12px 25px #00000014}.site .benefits-section .box h5{font-weight:600}.site .benefits-section .ico{display:flex;align-items:center;justify-content:center;font-family:Material Symbols Rounded;font-size:28px;font-weight:400;width:48px;height:48px;color:var(--econ-secondary);background:#0f766e14;border-radius:12px;flex-shrink:0}.site .benefits-section .ico:hover{transform:scale(1.05);transition:all .2s ease}.site .benefits-section .group{flex-grow:1}.site .benefits-section p{font-size:clamp(.85rem,1.8vw,1rem);font-weight:500;margin:0}#modal-feature h2{font-size:1.2rem}.site .main-features .box{justify-content:center;padding:20px;cursor:pointer}.site .main-features .box.emphasis{background:#14b8a60a;border:1px solid rgba(20,184,166,.15);border-radius:16px;padding:24px;box-shadow:0 20px 40px #00000014,0 4px 12px #0000000a}.site .main-features .box:hover{background:#f5f5f5;box-shadow:0 0 20px #f5f5f5}.site .main-features .box.emphasis:hover{background:#07655a0f;box-shadow:0 20px 40px #0000001a}.site .main-features .ico{display:flex;justify-content:center;align-items:center;font-family:Material Symbols Rounded;font-size:3.5rem;font-weight:400;width:90px;height:90px;margin:auto;border-radius:50%;color:#fff;background:linear-gradient(135deg,#14b8a6,#0f766e);box-shadow:0 8px 20px #0000001f,inset 0 2px 6px #fff3;transition:all .25s ease}.site .main-features .emphasis .ico{transform:scale(1.12);box-shadow:0 20px 40px #0003}.site .main-features .emphasis .ico:hover{transform:scale(1.2)}.site .main-features .emphasis .emphasis-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.75rem;padding:6px 12px;border-radius:999px;font-weight:600;box-shadow:0 6px 14px #00000026;z-index:1}.site .main-features .ico:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 20px 40px #0000002e,inset 0 2px 8px #fff3}.site strong{color:#000}.site .main-features p{margin:0}.site .main-features .btn.btn-econ.btn-secondary{padding:5px 20px}.box-features-img{border:1px solid gray;border-radius:10px;width:100%;max-width:350px;box-shadow:var(--econ-shadow-light)}.site .sr-only{width:0px}.card.border-primary{border-width:1.5px}.card.featured{transform:translateY(-2px)}.econ-modal .box-features-img{max-height:340px;width:100%;object-fit:contain;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff}.econ-modal .box-features-img{cursor:zoom-in}.site .call-to-action{background:none}.site .footer{background:#dae2e2}.site .item-menu a{color:#000}.site .item-menu a:hover{color:var(--econ-color-logo)}.site .item-menu strong{font-size:1rem;margin-bottom:10px}.site .box-footer{display:flex;justify-content:space-around;padding:20px 0;font-weight:400}.site .box-footer .group{display:flex;flex-direction:column;margin-top:20px}.site .box-footer .content-flex{justify-content:left}.site .box-footer .content-flex.social{font-size:1.5rem;padding:5px 0}.site .box-footer .copyright{font-size:.6rem;text-align:center}.site .box-footer .group{justify-content:flex-start!important}.site .box-footer .group.center{align-items:center}@media (max-width: 769px){.site .box-footer{flex-direction:column;justify-content:center}.site .box-footer .group{text-align:center}.site .box-footer .content-flex{justify-content:center}}.site .about .box-about{background:#f0f0f0;padding:20px 20px 20px 35px;border-radius:20px}.site .about .box-about{margin-bottom:10px}.site .plans{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.site .plan{display:flex;flex-direction:column;padding:0;background:#f0f0f0;cursor:auto;border-radius:5px;align-items:center;justify-content:flex-start;flex:1}.site .plan .title{font-size:1rem;font-weight:500;text-align:center;color:#fff;line-height:1rem;margin-bottom:5px;width:100%;padding:10px;height:60px;display:flex;justify-content:center;align-items:center;background:var(--econ-primary);border-radius:5px}.site .plan .value{font-size:2rem;line-height:2rem;font-weight:700;text-align:center;color:var(--econ-primary);margin-top:20px}.site .plan .medium{font-size:1.2rem;font-weight:500;text-align:center;color:var(--econ-gray-decide)}.site .plan .small{font-size:1rem;line-height:1rem;font-weight:500;text-align:center;color:var(--econ-gray-decide);margin-top:10px;margin-bottom:20px}.container-confirmation{position:fixed;top:0;bottom:0;left:0;right:0;place-items:center;display:flex;justify-content:center}.confirmation{position:absolute;background:#fff;max-width:800px!important;border-radius:10px;padding:40px 20px;margin:20px}.confirmation .logo{display:flex;justify-content:center;align-items:center;gap:5px;margin-bottom:40px}.confirmation .logo label{font-size:1.5rem!important}.confirmation p{font-size:1rem!important;font-weight:300}.confirmation .date-scheduling{font-size:2rem!important;font-weight:700}.link-docusaurus{display:flex;justify-content:center;align-items:center;color:var(--econ-decide);text-decoration:none;width:100%;height:50px;margin:auto;border-radius:10px;text-align:center}.link-docusaurus:hover{color:#000}.site .box-container-lg{padding:40px 0}blockquote{background:#fff;border-left:4px solid var(--econ-primary);margin:auto;padding:0;font-style:italic;color:#333;box-shadow:2px 2px 8px #0000000d;border-radius:16px;box-shadow:0 10px 20px #00000014}blockquote p{font-size:1.2rem;padding:2rem;padding-left:3.5rem!important;line-height:1.5}blockquote p:first-of-type{position:relative;padding-left:1.5rem}blockquote p:first-of-type:before{content:"“";font-size:5rem;position:absolute;left:10px;top:-5px;color:var(--econ-primary)}@media (max-width: 769px){blockquote{margin-right:5px!important;padding:0!important;box-shadow:0 5px 5px #00000014}blockquote p{font-size:.8rem!important;padding-top:4rem!important;padding-left:.2rem!important;padding-right:.2rem!important;padding-bottom:0!important;line-height:1.5}blockquote p:first-of-type{padding:auto!important;width:100%}}blockquote footer{font-size:.9rem;font-style:normal;font-weight:600;text-align:right;color:#555;margin-top:.5em;padding-right:20px}.carousel-inner.testemunhal{max-width:1000px;margin:auto}.img-user-box{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.img-user-box img,.img-user{width:140px!important;height:140px!important;border-radius:50%;object-fit:cover;border:3px solid #e0e0e0;box-shadow:0 4px 12px #0000001a}.testimonial-box{display:flex;justify-content:center;flex-wrap:wrap;margin:auto}@media (min-width: 577px){.testimonial-box{flex-wrap:nowrap;max-width:1000px}}@media (max-width: 576px){.img-user-box img{width:100px;height:100px}blockquote{font-size:.95rem;padding:1rem}}.site .plans .container{max-width:1200px}.site .plans .card{border:none;border-radius:15px;background-color:#fff;transition:transform .2s ease,box-shadow .2s ease;padding:15px;min-width:270px}.site .plans .card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.site .plans .card-title{font-size:1.3rem;font-weight:600;color:#333;text-align:center}.site .plans .card-text{font-size:1.5rem;line-height:1.5rem;color:#555;text-align:center}.site .plans .card h6{font-size:2.2rem;font-weight:700;color:var(--econ-primary)!important;margin-bottom:0;text-align:center}.site .plans .card-body{display:flex;flex-direction:column;justify-content:space-between;height:100%}.site .plans .text-muted{font-size:.9rem;color:#777!important;text-align:center}.site .plans .card-footer{background:transparent;border:none}.site .plans h3{font-weight:700;color:#3c5a5f;font-size:clamp(1.75rem,4vw,3rem);font-weight:500;margin-bottom:1rem}.site .plans .economy{font-weight:600;font-size:.9rem;text-align:center;margin-bottom:10px}.site .plans .economy:before{content:"💰"}.main-plans h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.15;font-weight:400;color:#35586b}.main-plans h2{font-size:clamp(1.7rem,4vw,1.5rem)}.main-plans h3{font-size:clamp(1.5rem,3vw,2rem)}.main-plans h4{font-size:clamp(1.25rem,3vw,2rem)}.main-plans h5{font-size:clamp(1.125rem,2.5vw,1.5rem)}.main-plans p{font-size:clamp(.9rem,1rem,1.2rem);line-height:1.6}.main-plans .box{margin:auto}.main-plans td{padding:.1rem!important}.main-plans .oferta{font-size:clamp(.9rem,1rem,1.2rem);line-height:1.1}.main-plans .carousel-indicators [data-bs-target]{text-indent:0!important;width:auto!important;height:auto!important;background:none!important}.main-plans .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3e%3cpath d='M5.5 0L4.8.7 1.5 4l3.3 3.3.7-.7L3 4l2.5-2.5z'/%3e%3c/svg%3e")}.main-plans .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3e%3cpath d='M2.5 0L1.8.7 5.1 4 1.8 7.3l.7.7L7 4 2.5 0z'/%3e%3c/svg%3e")}.main-plans .carousel-indicators.custom-indicators{position:static;margin-bottom:15px}.main-plans .carousel-indicators.custom-indicators [data-bs-target]{background-color:transparent;color:#333;padding:8px 16px;border:1px solid #ccc;border-radius:20px;font-size:14px;margin:0 4px;transition:all .3s ease}.main-plans .carousel-indicators.custom-indicators [data-bs-target]:hover{background-color:#f0f0f0}.main-plans .carousel-indicators.custom-indicators .active{background-color:#007bff;color:#fff;border-color:#007bff}.main-plans .slide-box{height:300px;width:100%;padding:20px;color:#333;text-align:center}.main-plans .slide-box.basic{background-color:#f5f5f5}.main-plans .slide-box.intermediate{background-color:#eaf7ff}.main-plans .slide-box.premium{background-color:#fff5e6}@media (max-width: 767px){.main-plans .title{display:flex;flex-direction:column;background:#f5f5f5}.main-plans .carousel-indicators .active{font-weight:700}.main-plans .carousel-indicators [data-bs-target]{font-size:.8rem}.main-plans .site strong,.main-plans thead th{font-size:.5rem!important;padding:10px 2px!important}}.recent-posts{padding:40px 0;max-width:1000px;margin:auto!important}.recent-posts h2{font-size:2rem;font-weight:600;margin-bottom:30px;color:#333}.card_blog{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}.card_blog:hover{transform:translateY(-6px);box-shadow:0 6px 20px #0000001f}.card__image img{display:block;object-fit:cover}.card__body{padding:15px;flex-grow:1}.card__body h5{font-size:1rem;font-weight:600;margin:0 0 10px;color:#222;line-height:1.3}.card__body p{font-size:.9rem;color:#666;margin-bottom:12px}.card__body small{font-size:.7rem;color:#999}.card__image .actions{margin-top:-50px}.card__footer{padding:15px;border-top:1px solid #eee;text-align:right}.card__footer .button{background:#007bff;color:#fff;font-size:.85rem;font-weight:500;border:none;border-radius:6px;padding:8px 14px;transition:background .2s ease;text-decoration:none}.card__footer .button:hover{background:#0056b3}@media (max-width: 768px){.card__body{margin-top:10px;padding:0}.card__body h5{font-size:.9rem}.card__body p{font-size:.8rem;margin:0}}.image-banner-container{position:relative;width:100%;height:600px;overflow:hidden}.image-banner-container picture,.image-banner-container img{width:100%;height:100%;display:block}.image-banner-container img{object-fit:cover;object-position:center}.carousel-item{position:relative}.carousel-item .caption{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;gap:14px;padding-left:clamp(16px,5vw,64px);padding-right:16px;z-index:2}.container-lg.caption h6{max-width:40%}.carousel-item .caption:before{content:"";position:absolute;left:0;top:0;bottom:0;width:min(760px,70%);z-index:-1}.carousel-item .caption h1{margin:20px 0 0;max-width:50%;font-weight:800;letter-spacing:-.02em;line-height:1.05;font-size:clamp(26px,3.2vw,46px);color:#0e272b}.btn-left{width:fit-content}.btn-hero{background:#0f8f87;border-radius:12px;padding:14px 26px;font-weight:600;letter-spacing:.3px;box-shadow:0 8px 24px #0f8f8747;transition:transform .15s ease,box-shadow .15s ease}.btn-hero:active{transform:translateY(1px);box-shadow:0 4px 12px #0f8f8740}@media (max-width: 767px){.image-banner-container{height:300px}.carousel-item .caption{position:relative;justify-content:flex-end;padding:18px 16px}.container-lg.caption h6{max-width:100%}.carousel-item .caption:before{width:100%}.carousel-item .caption h1{max-width:100%;color:#3c5a5f}.carousel-item .caption h6{color:#3c5a5f}.hero-mobile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0e746ebf,#0e746e73 45%,#0e746e26 75%,#0e746e00);pointer-events:none}}.page{padding-top:24px;padding-bottom:48px}.section{margin-top:36px}.hero-page{padding:24px 0 8px}.hero-subtitle{max-width:70ch;margin-top:8px;line-height:1.5}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.cta-secondary{background:transparent}.feature-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}@media (max-width: 900px){.feature-grid{grid-template-columns:1fr}}.feature-card{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px;background:#fff}.feature-card h3{margin:0 0 8px;font-size:1rem}.checklist{margin-top:12px;padding-left:18px}.checklist li{margin:6px 0}.internal-links{margin-top:12px}.faq details{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px 14px;margin-top:10px;background:#fff}.faq summary{cursor:pointer;font-weight:600}.next-step{margin-top:40px;padding:24px}.section-cta{margin-top:16px}.prontuario-eletronico-psicologos .hero-page{padding:40px 0 20px}.prontuario-eletronico-psicologos .hero-content{max-width:820px}.prontuario-eletronico-psicologos .hero-page h1{line-height:1.05}.prontuario-eletronico-psicologos .hero-subtitle{font-size:1rem;line-height:1.55;margin-top:10px;max-width:70ch}.teleatendimento-psicologos .tele-callout{margin-top:30px;font-size:.95rem;line-height:1.5;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#00000005}@media (max-width: 900px){.hero-page{flex-wrap:wrap}}.site .cta{max-width:720px;margin:0 auto;line-height:1.2}.site .cta h2{font-weight:600}.btnclose{height:20px;min-height:20px;width:20px;min-width:20px}.main-faq{max-width:1000px}.hero-banner-only{padding-top:2rem;padding-bottom:1rem}.hero-banner-image-wrapper{width:100%;display:flex;justify-content:center}.hero-banner-image{width:100%;max-width:1400px;height:auto;display:block;border-radius:22px;box-shadow:0 20px 50px #0000001a}.section-intro{padding-top:1rem;padding-bottom:2rem}.section-intro__content{max-width:860px}.section-intro__content h1{margin-bottom:1rem}.section-intro__content .hero-subtitle{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}@media (max-width: 768px){.hero-banner-only{padding-top:1rem;padding-bottom:.5rem}.hero-banner-image{border-radius:14px}.section-intro__content .hero-subtitle{font-size:1rem;line-height:1.6}}.title-customer{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--econ-primary);margin-bottom:-10px;z-index:3;position:sticky;top:50px;background:#fff;padding-top:5px;padding-bottom:5px;min-height:50px;z-index:5}.label-custommer{font-size:clamp(.8rem,1vw + .5rem,1rem);font-weight:700;color:var(--econ-primary)}.header-dash{margin:auto;max-width:800px}.title-dash{font-size:1.2rem;font-weight:400;text-align:center}.info-dash{font-size:1rem;font-weight:300;text-align:center}.customer .icon-general:before{font-family:Material Symbols Outlined;content:"badge";font-size:1.3rem}.customer .icon-access:before{font-family:Material Symbols Outlined;content:"lock_open";font-size:1.3rem}.customer .icon-additional:before{font-family:Material Symbols Outlined;content:"person_add";font-size:1.3rem}.customer .icon-servicegroup:before{font-family:Material Symbols Outlined;content:"groups";font-size:1.3rem}.customer .icon-address:before{font-family:Material Symbols Outlined;content:"location_home";font-size:1.3rem}.customer .icon-service:before{font-family:Material Symbols Outlined;content:"edit_calendar";font-size:1.3rem}.customer .icon-remdes:before{font-family:Material Symbols Outlined;content:"free_cancellation";font-size:1.3rem}.customer .icon-invoices:before{font-family:Material Symbols Outlined;content:"payments";font-size:1.3rem}.customer .icon-credits:before{font-family:Material Symbols Outlined;content:"universal_currency";font-size:1.3rem}.customer .icon-files:before{font-family:Material Symbols Outlined;content:"attach_file";font-size:1.3rem}.customer .icon-anamnesis:before{font-family:Material Symbols Outlined;content:"receipt_long";font-size:1.3rem}.customer .icon-records:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.3rem}.customer .icon-results:before{font-family:Material Symbols Outlined;content:"monitoring";font-size:1.3rem}.customer #bloqueio:checked{background-color:var(--econ-emphasis)!important;border-color:var(--econ-emphasis)!important}.customer .age-display{margin-bottom:.5rem!important;margin-top:.1rem}.customer [aria-selected=true]{border-bottom:3px solid var(--econ-primary)!important}.customer .group{--display: flex}.floating-whatsapp-button{position:relative!important;width:45px!important;height:45px!important;float:right!important;top:10px!important;right:10px!important}.floating-whatsapp-chatbox{position:absolute!important;top:15px!important}@media (max-width: 575px){.floating-whatsapp-chatbox{top:180px!important}}.floating-whatsapp-chatbox form{border:none!important}img.logo-dash{max-height:80px;max-width:120px}img.logo-confirmation{min-height:50px;max-height:80px;max-width:120px}@media (max-width: 575px){.btn-dash{bottom:0!important}}.top-right{position:absolute;top:5px;right:5px}.btn-group{gap:5px}.btns-cf{display:flex;justify-content:right;gap:10px}.btn-cf{height:30px;font-size:1.2rem;cursor:pointer;color:var(--econ-primary);display:flex;align-items:center}.btn-separator{width:5px}.btn-cf:hover{color:var(--econ-primary-hover)}.terciary.btn-cf{color:var(--econ-terciary)!important}.terciary.btn-cf:hover{color:var(--econ-terciary-hover)!important}.btn-cf.insert:before{font-family:Material Symbols Outlined;content:"add"}.btn-cf.orderafter:before{font-family:Material Symbols Outlined;content:"arrow_upward"}.btn-cf.orderbefore:before{font-family:Material Symbols Outlined;content:"arrow_downward"}.btn-cf.edit:before{font-family:Material Symbols Outlined;content:"edit"}.btn-cf.delete:before{font-family:Material Symbols Outlined;content:"delete"}#modal-test .name{font-size:1.2rem;line-height:1.5rem;font-weight:700;margin-bottom:10px}#modal-test .introduction{font-size:1rem;margin-bottom:10px}.customer-dash .MuiTabs-flexContainer{position:relative;top:0}.customer-dash .simple-tabpanel{padding:0 0 0 10px}.customer-dash .fix-filters{top:-15px!important;padding-top:10px}.item-list-document{font-size:.9rem;font-weight:400;cursor:pointer}.address{padding-top:10px!important}.address .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center}.address .info{display:flex;flex-direction:column;flex-grow:1}.address .info .title{font-size:.8rem;font-weight:700;color:var(--econ-primary)}.address .info .description{font-size:.7rem;font-weight:400}.address .info .date{font-weight:700;font-size:.8rem}.address .bd-confirm .actions{display:flex;flex-direction:row;gap:10px}#modal-address{margin:0}.markdownsdeselections{padding:0}.markdownsdeselections .tabs{top:95px}.markdownsdeselections .tab-container{display:none}.markdownsdeselections .tab-container.show{display:flex;flex-direction:column;margin-top:10px}.markdownsdeselections .tab-container.show{display:flex;flex-direction:column}.markdownsdeselections .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center}.markdownsdeselections .title{font-size:.7rem;font-weight:700;flex-grow:1}.markdownsdeselections .description{font-size:.9rem;color:var(--econ-emphasis);flex-grow:1}.markdownsdeselections .info{display:flex;flex-wrap:wrap;width:100%}.markdownsdeselections .filters{position:static;display:flex}.container.service{display:inline}.service .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center;color:var(--bs-body-color)}.service .info{display:flex;align-items:center;width:calc(100% - 30px)}.service .hour-interval{font-size:1rem;padding-right:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}.service .start-time{font-size:1rem;font-weight:700}.service .end-time{font-size:.6rem;font-weight:500}.service .information{display:flex;flex-direction:column;padding-left:5px;border-radius:7px;width:80%}.service .group{display:flex;align-items:center}.service .name{font-size:1rem!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service .date{font-size:.9rem!important;font-weight:700!important}.service .modality{font-size:.7rem!important;font-weight:700!important;padding-left:5px;white-space:nowrap}.service .description{font-size:.7rem}.service .status{width:fit-content!important;display:flex;align-items:center;border-radius:5px;width:100%!important}.service .status.N{text-align:center;color:#8b0000}.service .status.N:before{font-family:Material Symbols Outlined;content:"thumb_down";padding-right:5px;cursor:auto}.service .status.C{text-align:center;color:#006400}.service .status.C:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.service .status.R{text-align:center;color:#006400}.service .status.R:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.service .status.F{text-align:center;color:#8b0000}.service .status.F:before{font-family:Material Symbols Outlined;content:"thumb_down";font-size:.9rem;padding-right:5px}.service .status.X{--background: #8000002e;text-align:center;color:red}.service .status.X:before{font-family:Material Symbols Outlined;content:"question_mark";font-size:.9rem;padding-right:5px}.service .pendent{font-size:.7rem!important}.service .filters{position:relative;display:flex;padding:0!important;gap:5px;top:0}.service .box-groups-service{display:flex;justify-content:space-between;align-items:center}.service .box-groups-service .schedule{font-weight:700;flex-grow:1;font-size:1.1rem;text-align:center}.service .label{font-size:.8rem}.service .radio-group .btn{width:50%;max-width:200px;justify-content:center}.service .radio-group .btn{border-radius:0}.service .radio-group .btn.left{border-top-left-radius:10px;border-bottom-left-radius:10px}.service .radio-group .btn.right{border-top-right-radius:10px;border-bottom-right-radius:10px}.service .btn-vlatendance:before{font-family:Material Symbols Outlined;content:"check";position:absolute;top:24px;right:4px;font-size:1.5rem;font-weight:300;background:var(--econ-secondary);height:30px;width:30px;display:flex;border-radius:50%;justify-content:center;align-items:center;color:#fff;cursor:pointer}.service .radio-group{justify-content:center;display:flex;flex-wrap:wrap;padding:5px}.service .box-groups-radios{padding:10px;border:1px solid silver;border-radius:10px}.service .box-groups-inputs{display:flex;padding:10px;border:1px solid silver;border-radius:10px;flex-direction:column;gap:10px}.service .box-groups-inputs-attendancelist{display:flex;padding:10px;border:1px solid silver;border-radius:10px;gap:10px}.service .group-info{display:flex;justify-content:space-between;gap:10px}.service .info-receipt{display:flex;align-items:center;gap:5px;padding-top:10px}.service .payment-methods{display:flex;flex-direction:column}.service .actions{flex-grow:1;flex-direction:row}.service .box-groups-service .actions{flex-grow:0}.service .btn-received{color:#fff;background-color:var(--econ-primary);padding:5px 15px;text-align:center;cursor:pointer;border-radius:5px;font-size:1rem;width:100%}.service .btn-received:hover{background-color:var(--econ-primary-hover)}.service .delete-custormer:after{font-family:Material Symbols Outlined;content:"close"}.service .form-control.filter{padding:5px 30px 5px 5px}.service .info .available{color:var(--econ-available)}.service .info .unavailable{color:var(--econ-unavailable)}.service .info .decide{color:var(--econ-decide)}.service .info .available.ico:before{font-family:Material Symbols Outlined;content:"event_available";--color: var(--econ-available);font-size:1.5rem}.service .info .unavailable.ico:before{font-family:Material Symbols Outlined;content:"event_busy";--color: var(--econ-unavailable);font-size:1.5rem}.service .info .decide.ico:before{font-family:Material Symbols Outlined;content:"calendar_today";--color: var(--econ-decide);font-size:1.5rem}.service .info .check{background-color:var(--econ-primary);border-color:var(--econ-primary)}.fix-filters{position:sticky;top:100px;padding-top:10px;padding-bottom:10px;background:#fff;z-index:3}.fix-filters .tabs{margin:0;padding-top:0}.fix-filters .filters-services{display:flex}.accordion-item.service{border:1px solid silver!important;border-radius:10px;margin-bottom:10px}.highlighter .container.highlighter{display:flex;flex-wrap:wrap}@media (max-width: 575px){.highlighter .container.highlighter{margin-top:10px}}.highlighter .accordion-button:not(.collapsed){background:none;box-shadow:none}.highlighter .accordion-button.collapsed{border-radius:10px!important;background:#f5f5f5!important}.highlighter .accordion-button{color:var(--econ-primary)!important;padding:10px!important;font-size:.9rem!important;font-weight:700}.highlighter .accordion-body{padding:0 10px 10px}.highlighter .service .card{margin:0}.highlighter .service .card label{font-size:.7rem;line-height:1rem}.highlighter .service .card .information{width:auto!important;flex-grow:1;padding:0!important}.highlighter .service .card .actions{flex-grow:0!important}.highlighter .service .card .schedule{display:flex;align-items:center;gap:5px}.highlighter .tarja{height:15px;width:25px;display:flex;border-radius:5px}.highlighter .service .card .title{display:flex;align-items:center;gap:5px;cursor:auto}.highlighter .service .card .description{display:flex;column-gap:10px;flex-wrap:wrap}.highlighter span.marker-dot{display:flex;height:15px;width:15px;border-radius:50%;cursor:pointer}.highlighter .status-tag.note small{padding:5px;border-radius:5px;background:var(--econ-agendado)}#accordionHighlighter{padding-bottom:130px}.receipt .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;align-items:center}.receipt .column.card{flex-direction:column}.receipt .info{display:flex;flex-direction:column;flex-grow:1}.receipt .info .title{font-size:.9rem!important;font-weight:700!important;color:var(--econ-primary)}.receipt .info .description{font-size:.8rem;font-weight:400}.receipt .info .data{font-size:.8rem}.receipt .bd-confirm .actions{display:flex;flex-direction:row;gap:10px}.receipt .actions .btn-delete{font-size:2rem;cursor:pointer;height:30px;line-height:2rem}#modal-receipt{margin:0}.receipt .group{display:flex;justify-content:space-around;flex-wrap:wrap;font-size:.9rem}.receipt .group-col{display:flex;width:100%}.receipt .title{font-weight:700}.receipt .form{padding:10px;background:#fff;margin-top:10px}.receipt .box-groups{padding:10px;background:#f5f5f5;border-radius:10px}.form input,.form date,.form select{font-size:.9rem}.receipt .advance-credit{display:flex;gap:10px;margin-top:10px}.receipt .advance-credit .block-2{display:flex;flex-direction:column}.receipt .advance-credit .block-2 span{display:flex;justify-content:right}.receipt .advance-credit .block-2 .amount{font-weight:700}.receipt .actions.btn-list-name{display:flex;justify-content:center;align-items:center;height:58px;width:35px}.receipt .list-name{position:relative;width:100%;height:100px;z-index:3}.receipt .actions .btn-edit-list-name{padding-left:10px}.summary{display:flex;flex-wrap:wrap}.summary-title{font-size:.8rem;font-weight:700}.summary textarea{font-size:.9rem;font-weight:400}.receipt .actions{flex-direction:row}.receipt .actions.question{width:100%!important}.receipt .content-err{display:flex;flex-direction:column;align-items:center;font-size:1rem;padding:10px;margin-bottom:10px;font-weight:400;background:#ffffe0;border-radius:5px;text-align:center}.receipt .content-img{display:flex;flex-direction:column;justify-content:center;align-items:center}.receipt .content-img label{font-size:.8rem;font-weight:500}.receipt .content-img .box-img{border:1px dashed black;width:100%;height:190px;overflow:auto}.receipt .content-img .box-img img{--width: 180px}.receipt .list-group{padding:5px;width:100%;max-height:110px;margin:0}.receipt .content-payment-methods{background:#0000004d;padding:20px;position:fixed;top:0;bottom:0;left:0;right:0;z-index:3;display:flex;justify-content:center;align-items:center}.receipt .payment-methods{background:#f5f5f5;padding:5px;border:2px solid var(--econ-primary);border-radius:10px;overflow:auto;box-shadow:var(--econ-shadow-medium);width:100%;max-height:75vh}.receipt .payment-methods .item{padding:7px 15px;cursor:pointer;gap:5px;display:flex;align-items:center;margin-left:10px}.receipt .payment-methods .item.bt{border:1px solid silver;margin-bottom:5px;border-radius:10px}.receipt .payment-methods .item.bt:hover{background:#e4e4e4}.receipt .payment-methods .button.close{font-size:1rem;font-weight:700;color:var(--econ-primary);position:sticky;top:0;display:flex;justify-content:space-between;margin-left:5px}.receipt .payment-methods .button.close:after{font-size:1.3rem;font-family:Material Symbols Outlined;content:"close";color:gray;cursor:pointer}.receipt .payment-methods .item-title{padding:5px;margin-top:5px}#idformapagamento{cursor:pointer}.btn-share{cursor:pointer;height:30px;width:30px;font-size:1.7rem;font-weight:200;color:var(--econ-primary);display:flex;align-items:center}.btn-share:before{font-family:Material Symbols Outlined;content:"share"}.link-payment{font-size:.8rem;display:flex;align-items:center;justify-content:left;margin-top:5px;width:100%;gap:10px}.receipt .group-link{display:flex;gap:5px;background:#fff;padding:5px}.receipt .link{font-size:.7rem!important;flex-grow:1}.receipt .link.ico,.receipt .link.ico-open{font-size:1rem!important;line-height:1rem!important;flex-grow:0;color:var(--econ-link-hover);display:flex;flex-direction:column;justify-content:center;text-align:center;cursor:pointer}.receipt .link.ico:before{font-family:Material Symbols Outlined;content:"content_copy"}.receipt .link.ico:after{font-size:.6rem;line-height:.6rem;content:"COPIAR"}.receipt .link.ico-open:before{font-family:Material Symbols Outlined;content:"find_in_page"}.receipt .link.ico-open:after{font-size:.6rem;line-height:.6rem;content:"ABRIR"}.receipt .link:hover{color:var(--econ-primary-hover)}.receipt .qrcode{width:100%;display:flex;justify-content:center;background:#fff}.receipt .qrcode img{width:50%}.receipt .icon{background:var(--econ-terciary);color:#fff;font-size:.9rem;line-height:.9rem;padding:10px;display:flex;justify-content:center;align-items:center;border:none;gap:5px;border-radius:25px;cursor:pointer}.receipt .icon:hover{border:none;background:var(--econ-terciary-hover)}.receipt .icon label{cursor:pointer}.scheduling .groups{display:flex;align-items:center}.scheduling .groups-box{padding:16px 10px 0;border:1px solid silver;border-radius:10px}.scheduling .center{justify-content:center;align-items:center}.scheduling .title{font-size:1rem;font-weight:700}.scheduling .customer.autocomplete{width:100%}.scheduling .radio-group .btn{width:48%;max-width:200px;margin:5px 3px;padding:10px 5px}.scheduling .btn{flex-grow:1}.scheduling .delete-custormer{position:absolute;right:30px;cursor:pointer}.scheduling .delete-custormer:after{font-family:Material Symbols Outlined;content:"close"}.wait{position:fixed;top:-2px;bottom:-2px;left:-2px;right:-2px;border-radius:15px;background:#00000080;z-index:5;color:#fff;font-size:1.2rem;font-weight:700;display:flex;justify-content:center;align-items:center}#suggestrange{position:absolute;left:10px;top:275px;z-index:5;width:calc(100% - 20px);box-shadow:var(--econ-shadow-medium);background-color:var(--econ-primary)!important;color:#fff;font-weight:700;border:1px solid black;max-height:250px}#suggestrange li:hover{color:#000}#suggestrange_markdown{position:absolute;left:10px;top:200px;z-index:5;width:calc(100% - 20px);box-shadow:var(--econ-shadow-medium);background-color:var(--econ-primary)!important;color:#fff;font-weight:700;border:1px solid black}#suggestrange_markdown li:hover{color:#000}.suggest-range{width:45px;height:45px;display:flex;justify-content:center;align-items:center;cursor:pointer}.suggest-range:before{font-family:Material Symbols Outlined;content:"acute";font-size:2rem}.fg-0{flex-grow:0}.fg-1{flex-grow:1}.documents .card{justify-content:space-between;gap:10px}.documents .group{display:flex;flex-direction:column}.documents .title{font-size:1rem;font-weight:700;color:var(--econ-primary);width:100%}.documents .note{font-size:.7rem;line-height:.9rem}.documents .prontuary{font-size:.7rem!important;line-height:.7rem!important;font-weight:700!important;display:flex;align-items:center;gap:5px}.documents .prontuary.econ-positive-highlight:before{font-family:Material Symbols Outlined;content:"visibility"}.documents .prontuary.econ-negative-highlight:before{font-family:Material Symbols Outlined;content:"visibility_off"}.documents .textarea{height:50vh!important;font-size:.9rem}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.files .card{justify-content:space-between;gap:10px}.files .info-files{font-size:1.2rem!important;line-height:1.2rem!important}.files .info{display:flex;justify-content:space-between;flex-grow:1}.files .actions.horizontal{justify-content:left}.files .title{font-size:1rem!important;line-height:1rem!important;font-weight:700!important;color:var(--econ-primary);width:100%}.files .description{font-size:1rem!important;font-weight:400!important;width:100%;word-break:break-word;overflow-wrap:break-word}.files .note{font-size:.7rem;line-height:.9rem}.files .prontuary{font-size:.6rem!important;line-height:.6rem!important;font-weight:700!important;display:flex;align-items:center;gap:5px}.files .prontuary.econ-positive-highlight:before{font-family:Material Symbols Outlined;content:"print";font-size:.8rem!important;line-height:.8rem!important}.files .prontuary.econ-negative-highlight:before{font-family:Material Symbols Outlined;content:"print_lock";font-size:.8rem!important;line-height:.8rem!important}.files .textarea{height:50vh!important;font-size:.9rem}.files .accordion-header{display:flex;justify-content:space-between;align-items:center;background:#f5f5f5;border-radius:10px;margin-bottom:10px}.files .accordion-button{padding:10px 5px 10px 10px!important;background:none!important}.files .accordion-header:has(.accordion-button:not(.collapsed)){background:var(--econ-agendado);border-radius:10px 10px 0 0/10px 10px 0px 0px;border:1px solid silver;margin-bottom:0}.files .accordion-button:not(.collapsed){background:none!important;padding:10px 5px 10px 10px!important;color:#000}.files .accordion-flush .accordion-collapse{border:1px solid silver!important;border-bottom-right-radius:10px;border-bottom-left-radius:10px;margin-bottom:10px}.files .accordion-body{padding:10px 10px 0}.bd-confirm .actions{flex-direction:row}.open-file{cursor:pointer;font-size:1.7rem;line-height:1.7rem;font-weight:300;color:var(--econ-primary);height:30px}.open-file:before{font-family:Material Symbols Outlined;content:"cloud_download"}.report-editor .econ-content{display:flex;max-width:100%;width:100%;overflow:hidden!important}.report-editor .actions{width:180px!important;padding:10px 0}.report-editor .actions-top{font-size:1rem;font-weight:400;display:flex;position:sticky;top:50px;background:#fff;z-index:2;min-width:100%;padding:5px 0}.report-editor .actions-bar{display:flex;justify-content:space-between;height:35px;position:fixed;top:75px;background:#fff;z-index:2;max-width:150px}.report-editor .actions-tools{position:fixed;top:110px;z-index:2;background:#fff;max-width:150px}.report-editor .actions-variables{position:absolute;max-width:200px;padding:0 15px 100px 5px;top:60px;bottom:0;background:#fff;position:fixed;overflow:auto;width:100%!important;-ms-overflow-style:none;scrollbar-width:none}.report-editor .actions-variables::-webkit-scrollbar{display:none}.report-editor .actions-variables .title{font-size:.8rem;font-weight:700;border-bottom:1px solid gray;margin-top:10px}.report-editor .canvas{width:calc(100% - 180px);margin-left:190px}.report-editor .preview{padding:20px}.report-editor .editor-monaco{border-radius:10px;margin-bottom:5px;z-index:1}.report-editor .container-ql{overflow:auto;background:#f5f5f5;padding:10px;height:calc(100vh - 80px);text-align:right;border:1px solid gray;border-radius:5px;margin-top:10px}.report-editor .editor .view.show{display:inherit}.report-editor .editor .view.hide{display:none}.report-editor .editor section{background:none!important;padding:0!important;position:sticky!important;border:none!important;height:300px!important;margin:5px 0!important;top:70px!important;z-index:2!important;border-radius:10px!important}.report-editor .editor div{background:none}.report-editor .editor .monaco-editor{border-radius:10px!important;background:#000!important;padding:10px 0!important}.report-editor .ql-editor{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;width:794px;margin:10px auto 0;max-height:84vh;flex:1;background:#fff;border:"1px solid #ccc";border-radius:"8px";overflow:"auto";padding:50px!important;border:1px solid black;box-shadow:0 0 6px #0003}.report-editor .container-ql .btn-group{position:sticky;top:0;gap:0}.report-editor .editor-toolbar{position:absolute;padding:5px;display:flex;gap:5px;flex-wrap:wrap;flex-direction:column;border-radius:10px}.report-editor .editor-toolbar button{font-weight:400;background:var(--econ-secondary);color:#fff;border:none;border-radius:7px;width:25px;height:25px;display:flex;justify-content:center;align-items:center}.report-editor .editor-toolbar button .material-symbols-outlined{font-size:20px}.report-editor .editor-toolbar button:hover{background:var(--econ-secondary-hover);margin-bottom:0}.report-editor .ql-editor.has-placeholder:before{content:attr(data-placeholder);color:#999;pointer-events:none;display:block;opacity:.6;font-size:1.3rem;font-weight:500}.report-editor .econ-close{display:none}.econ-modal.large{width:calc(100% - 40px)!important;max-width:935px!important}.container-preview{display:flex}@media (max-width: 768px){.container-preview{flex-direction:column}.container-preview .container-ql{margin:10px!important}}.container-preview .container-tools{display:flex;flex-direction:column;align-items:flex-start;min-width:220px;flex-grow:0;padding:10px;gap:10px}.container-preview .container-ql{flex-grow:1;overflow:auto;background:none;padding:0;text-align:right;height:50vh;margin:auto;width:calc(100% - 20px)}.container-preview .ql-editor{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;width:888px;height:100%;margin:0 auto;flex:1;background:#fff;border-radius:"8px";overflow:"auto";padding:50px!important;border:2px dashed black!important}.ql-editor b,.ql-editor strong{font-weight:700!important}.ql-editor i,.ql-editor em{font-style:italic!important}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.invoice{padding:0 10px}.invoice .tab-container{display:flex;flex-direction:column;margin-top:10px}.card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.8rem;font-weight:400;display:flex;flex-direction:row;align-items:center}.invoice .title{display:block;font-size:.8rem!important;font-weight:700!important;width:100%}.invoice .description{font-size:.9rem;color:var(--econ-emphasis)}.invoice .info{width:100%;flex-direction:column}.invoice .info.cards{padding:0 0 60px}.invoice .content{display:flex;gap:10px;justify-content:space-between;align-items:baseline}.invoice .box{flex-grow:1;display:flex;flex-wrap:wrap;column-gap:10px;flex-direction:column;justify-content:center}.invoice .subtitle,.invoice .date{font-size:.7rem}.invoice .value{font-size:.7rem;font-weight:700}.invoice .pendent{font-size:.6rem!important;font-weight:500!important}.invoice .actions{width:70px}.invoice.in-customer .actions-invoice{display:flex;gap:5px 10px;justify-content:center;padding-bottom:10px;padding-top:10px;position:sticky;top:110px;z-index:2;background:#fff;flex-wrap:wrap}.invoice.customer .actions-invoice{display:flex;gap:5px 10px;justify-content:center;padding-bottom:10px;padding-top:10px;position:sticky;top:85px;z-index:2;background:#fff;flex-wrap:wrap}.invoice.in-customer .actions-invoice{top:135px}.container-serviceinvoice .invoice.in-customer .actions-invoice{top:30px!important}.dash .invoice.in-customer .actions-invoice{top:25px}.invoice .button-add{top:270px;z-index:2}.invoice .count{font-size:.9rem}.invoice .group{display:flex;align-content:center;justify-content:center;flex-direction:column}.invoice .group .title{display:flex;align-content:center;justify-content:center}.invoice .group .subtitle{display:flex;align-content:center;justify-content:center;margin-bottom:-5px}.invoice .group .value{font-size:1rem;display:flex;align-content:center;justify-content:center}.invoice .tabs.revenues-expenses{top:95px!important}.invoice .tabs.revenues-expenses .tab-item{padding:5px 10px}.invoice .search{margin:5px 0 10px;padding-left:35px}#modal-notify .icon{background:var(--econ-terciary);color:#fff;font-size:1.3rem;line-height:1.3rem;padding:10px;display:flex;justify-content:center;align-items:center;border:none;gap:5px;border-radius:25px;cursor:pointer}#modal-notify .icon:hover{border:none;background:var(--econ-terciary-hover)}#modal-notify .icon label{cursor:pointer}.group.group-search{position:sticky;top:175px;background:#fff;z-index:2;padding-bottom:10px}.group.group-search .ico-search:after{position:absolute;top:3px;font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;padding:7px;color:gray;z-index:2}.incomeexpense{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;left:0;right:0;top:105px;bottom:50px}.incomeexpense .group{display:flex;flex-direction:column;margin-bottom:10px}.incomeexpense .group label{display:flex;justify-content:center;align-items:center;font-size:.8rem;font-weight:300}.incomeexpense .group span{display:flex;justify-content:center;align-items:center;font-size:1.7rem;line-height:1.5rem;font-weight:600}.incomeexpense .group.total{border-top:1px solid;width:200px;margin-top:15px}.incomeexpense .group.income span,.incomeexpense .group.income label{color:var(--econ-available);cursor:pointer}.incomeexpense .group.expense span,.incomeexpense .group.expense label{color:var(--econ-unavailable);cursor:pointer}.incomeexpense .group.income span:after,.incomeexpense .group.expense span:after{font-family:Material Symbols Outlined;content:"navigate_next";margin-left:5px;font-weight:300;cursor:pointer;margin-right:-32px}#modal-incomeexpense.MuiTypography-root{padding-bottom:5px}#modal-incomeexpense .box{display:flex;justify-content:space-between;gap:20px}#modal-incomeexpense .title{font-size:.9rem;font-weight:600;color:var(--econ-primary)}#modal-incomeexpense .item{font-weight:600}#modal-incomeexpense .search{display:flex;align-items:center}#modal-incomeexpense .icon-search:before{font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;padding-right:10px;padding-left:7px;color:gray;z-index:2}#filter{margin-left:-40px;padding-left:30px}.btn-invoice{background:var(--econ-primary);padding:5px 20px;width:fit-content;border-radius:10px;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1rem;font-weight:300}.btn-invoice:hover{background:var(--econ-primary-hover)}.btn-invoice:before{font-family:Material Symbols Outlined;content:"check_box";margin-right:5px;font-size:1rem;font-weight:300}.btn-notify{align-items:center;gap:5px}.econ-modal .content{margin:10px}.input label{font-size:.8rem}.input input,.input select,.input textarea{font-size:.8rem;padding:5px}.item-list{font-size:.8rem;margin:0;display:flex;justify-content:center}.ico-pdf{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:1rem!important}.group-horizontal{display:flex;justify-content:center;gap:10px}.advancecredit{padding-top:10px!important}.advancecredit .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center}.advancecredit .info{display:flex;flex-direction:column;flex-grow:1}.advancecredit .info .title{font-size:.8rem;font-weight:700;color:var(--econ-primary)}.advancecredit .info .description{font-size:.7rem;font-weight:400}.advancecredit .info .date{font-weight:700;font-size:.8rem}.advancecredit .bd-confirm .actions{display:flex;flex-direction:row;gap:10px}.advancecredit .group{display:flex;justify-content:space-around;flex-wrap:wrap;font-size:.9rem}.title-balance{font-size:1rem;font-weight:700;padding-bottom:10px;position:sticky;top:27px;background:#fff;z-index:1}.dash .title-balance{top:0}#modal-advancecredit{margin:0}.customer .anamnesis-content{margin:2px}input,textarea{width:max-content;border:none;background-color:#fff!important}.anamnesis-content .group .info{width:100px;display:flex;flex-direction:column}.anamnesis-content .topic{padding:5px;border:none;border-radius:5px;border:1px solid silver;width:100%}.anamnesis-content .topic.title{font-size:1rem;font-weight:600;color:var(--econ-primary);padding:5px 5px 5px 25px!important;border:none!important;cursor:pointer;text-align:left;justify-content:start;display:flex}#box_customer_service{border-top:1px solid silver}#box_customer_service p{font-size:.8rem}.anamnesis-content .children{padding:0;border:none;margin-top:0;border-radius:0;border-bottom:1px solid silver;margin-bottom:5px}.anamnesis-content .newchildren{padding:0;border:none;margin-top:5px;border-radius:0;border-bottom:1px solid silver}.actions.horizontal{flex-direction:row}.actions.horizontal.fix .btn{font-size:.9rem!important}.actions.horizontal.fix{position:sticky;bottom:0;display:flex;justify-content:center;background:#fff;padding:10px;gap:10px}@media (max-width: 575px){.actions.horizontal.fix{position:fixed;bottom:60px;padding:10px 10px 10px 80px;left:0;right:0}}.actions .btn-print:before{font-size:1.4rem}.actions .btn-noprint:before{font-size:1.4rem}.actions .btn-addchildren{font-size:1.2rem;cursor:pointer;line-height:1rem;color:var(--econ-primary)}.actions .btn-addchildren:hover{color:var(--econ-primary-hover)}.actions .btn-addchildren:before{font-family:Material Symbols Outlined;content:"add"}.actions .btn-delchildren{font-size:1.2rem;cursor:pointer;line-height:1rem;color:var(--econ-primary)}.actions .btn-delchildren:hover{color:var(--econ-primary-hover)}.actions .btn-delchildren:before{font-family:Material Symbols Outlined;content:"delete_forever"}.actions .btn-printchildren{font-size:1.2rem;cursor:pointer;line-height:1rem;color:var(--econ-primary)}.actions .btn-printchildren:hover{color:var(--econ-primary-hover)}.actions .btn-printchildren:before{font-family:Material Symbols Outlined;content:"visibility"}.actions .btn-noprintchildren{font-size:1.2rem;cursor:pointer;line-height:1rem;color:var(--econ-decide)}.actions .btn-noprintchildren:hover{color:#000}.actions .btn-noprintchildren:before{font-family:Material Symbols Outlined;content:"visibility_off"}.message-box{resize:none;padding:5px;height:30px;overflow-x:scroll;width:100%!important;margin-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}.message-box::-webkit-scrollbar{display:none}.customer-anamnesis-content .title{font-size:1.3rem;font-weight:700}.anamnesis-content .children .actions>div{gap:0 30px;display:flex}.customer-anamnesis-content input,.customer-anamnesis-content textarea{width:max-content;border:none;background:#f5f5f5!important;border-radius:3px!important}.customer-anamnesis-content .group{display:flex;align-items:center;gap:10px}.center{justify-content:center!important;align-items:center!important;margin:auto!important}.left{justify-content:left!important;margin-left:0!important}.right{justify-content:right!important;margin-right:0!important}.customer-anamnesis-content .btn-open-maxmize,.customer-anamnesis-content .btn-open-minimize{display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--econ-primary);position:sticky;top:130px;z-index:5;background:#fff}.customer-anamnesis-content .btn-open-maxmize:hover,.customer-anamnesis-content .btn-open-minimize:hover{color:var(--econ-primary-hover)}.customer-anamnesis-content .btn-open-maxmize:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_down";font-size:1.7rem;font-weight:700;color:var(--econ-primary)}.customer-anamnesis-content .btn-open-minimize:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_up";font-size:1.7rem;font-weight:700;color:var(--econ-primary)}.customer-anamnesis-content .btn-minimize{position:absolute;cursor:pointer;display:flex;justify-content:center;align-items:center;height:25px}.customer-anamnesis-content .btn-minimize:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_down";font-size:1.7rem;font-weight:700;color:var(--econ-primary)}.customer-anamnesis-content .btn-maxmize{position:absolute;cursor:pointer;display:flex;justify-content:center;align-items:center;height:25px}.customer-anamnesis-content .btn-maxmize:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_up";font-size:1.7rem;font-weight:700;color:var(--econ-primary)}.customer-anamnesis-content .btn-printall{cursor:pointer;display:flex;align-items:center;height:25px}.customer-anamnesis-content .btn-printall:before{font-family:Material Symbols Outlined;content:"visibility";font-size:1.2rem;color:var(--econ-primary);padding-right:5px}.customer-anamnesis-content .filter-customer-service{display:flex;flex:1;align-items:center;gap:5px;justify-content:center}.customer-anamnesis-content .filter-customer-service label{font-size:.5rem!important}.customer-anamnesis-content .filter-customer-service input{max-width:70px;text-align:center}.customer-anamnesis-content .btn-noprintall{cursor:pointer;display:flex;justify-content:center;align-items:center;height:25px;font-size:.5rem}.customer-anamnesis-content .btn-noprintall:before{font-family:Material Symbols Outlined;content:"visibility_off";font-size:1.2rem;color:var(--econ-primary);padding-right:5px}.customer-anamnesis-content .title-test{font-size:.9rem;line-height:1rem;font-weight:700;word-break:break-word;overflow-wrap:break-word;margin-bottom:8px}.customer-anamnesis-content .title-note{font-size:.7rem;line-height:.7rem;word-break:break-word;overflow-wrap:break-word;margin-bottom:7px}.customer-anamnesis-content .text-note{font-size:.7rem;border-top:1px solid whitesmoke}.customer-anamnesis-content .info-text{margin-bottom:-15px;padding-bottom:10px}.customer-anamnesis-content .info-text.right{text-align:right}#modal-new-children input,#modal-new-children textarea{width:100%;border:1px solid silver}.customer-anamnesis-content textarea{padding-right:30px!important}.customer-anamnesis-content .btn-chatgpt{margin-top:-70px;width:30px;height:30px;padding:5px;cursor:pointer}.test-question{border-top:1px solid gray;padding:10px 0}.btn-test{display:flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;padding:5px;color:var(--econ-primary);font-weight:700}.btn-test:hover{color:var(--econ-primary-hover)}.btn-test:before{font-family:Material Symbols Outlined;content:"add";font-size:1.3rem}.trait-block{margin-bottom:5px;border-top:1px solid whitesmoke;padding-top:7px}.trait-header{display:flex;justify-content:space-between;align-items:center;font-size:1.1em;font-weight:600;margin-bottom:8px}.trait-name{flex:1}.trait-score{white-space:nowrap;color:#333}.trait-interpretation{font-size:.95em;color:#444;line-height:1.4}#model-tests-listbox{z-index:99999}.anamnesis-print{display:flex;flex-direction:column;width:700px;background:#fff;margin:auto;padding:60px 60px 20px;min-height:100vh}.anamnesis-print .header{display:flex;align-items:center;width:100%;padding-bottom:30px;gap:40px}.anamnesis-print .introduction .value{font-size:1rem;font-weight:400;text-align:justify;margin-bottom:20px}.anamnesis-print .d-print-none{display:none!important}.anamnesis-print .header .logo{height:auto}.anamnesis-print .header .logo img{max-height:100px}.content-address{display:flex;font-size:.7rem;color:#2f4f4f;font-weight:300;align-items:center}.anamnesis-print .subheader{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:20px}.anamnesis-print .header .subheader .date{color:#2f4f4f;font-size:.8rem;font-weight:300}.anamnesis-print .subheader .title{font-size:2rem!important;text-align:center}.anamnesis-print .body{display:flex;flex-direction:column;padding-bottom:100px}.anamnesis-print .body .topic{margin-bottom:20px}.anamnesis-print .body .topic .title{font-size:1.3rem;font-weight:600;width:100%;padding:0;color:var(--econ-primary);border-bottom:1px solid var(--econ-primary);margin-bottom:5px}.anamnesis-print .childrens{flex-wrap:wrap;padding:0 10px}.anamnesis-print .childrens small{font-size:.7rem}.anamnesis-print .childrens.flex{display:flex;flex-wrap:wrap;padding:0 10px}.anamnesis-print .childrens .children{display:flex;flex-direction:column;padding:5px}.anamnesis-print .childrens.flex .children{width:50%}.anamnesis-print .childrens .children .title{font-size:1rem;font-weight:700;line-height:1.2rem;border:none!important;padding:10px 0;margin-bottom:0;margin-top:5px}.anamnesis-print .childrens .children .value{font-size:1rem;font-weight:400;line-height:1.2rem;color:#2f4f4f}.anamnesis-print .childrens.childrens-services{display:flex;flex-direction:column;padding:0 10px 20px}.anamnesis-print .childrens.childrens-services .children{display:flex;flex-direction:column;width:100%}.anamnesis-print .childrens-services{display:flex;flex-wrap:wrap;padding:0 10px;font-size:1rem}.anamnesis-print .childrens-services .title{font-size:.8rem;border:none!important;padding:3px!important}.anamnesis-print .childrens-services .prontuary .title{font-size:.8rem;line-height:1.1rem;padding:0;margin-left:10px}.anamnesis-print .childrens-services .prontuary .value,.anamnesis-print .childrens-services .prontuary .link{font-size:.8rem;line-height:1.1rem;margin-left:25px}.anamnesis-print .childrens-services .prontuary p{font-size:.8rem;margin-bottom:5px;text-align:justify}.noprint{position:fixed;top:10px;left:0;right:0}@media print{.noprint{display:none}}.markdown-body{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#2d2d2d;padding:1rem;word-wrap:break-word}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-weight:600;margin-top:1.2em;margin-bottom:.6em;line-height:1.25;color:#1a1a1a}.markdown-body h1{font-size:2rem}.markdown-body h2{font-size:1.75rem}.markdown-body h3{font-size:1.5rem}.markdown-body h4{font-size:1.25rem}.markdown-body h5{font-size:1.1rem}.markdown-body h6{font-size:1rem}.markdown-body p{--margin: .5em 0 1em 0}.markdown-body ul,.markdown-body ol{--margin: .5em 0 1em 1.5em}.markdown-body li{--margin-bottom: .4em}.markdown-body a{color:#007acc;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body blockquote{--margin: 1em 0;--padding: .8em 1em;border-left:4px solid #ccc;background-color:#f9f9f9;color:#555;font-style:italic}.markdown-body code{background-color:#f5f5f5;--padding: .2em .4em;font-family:Courier New,Courier,monospace;font-size:.95em;border-radius:4px}.markdown-body pre{background-color:#f4f4f4;--padding: 1em;overflow-x:auto;border-radius:6px;font-size:.95em}@media screen and (max-width: 768px){.markdown-body{font-size:.9rem;--padding: .75rem}.markdown-body h1{font-size:1.5rem}.markdown-body h2{font-size:1.2rem}.markdown-body h3{font-size:1rem}}.container-draft .header{display:flex;position:sticky!important;top:99px!important;background:#fff;padding:10px 0;z-index:3;max-height:50px}.container-draft .econ-close{margin-right:0;margin-left:auto;cursor:pointer}.w-100{width:100%!important}.p-0{padding:0!important}body{margin:0;background-color:#f9f9f9;color:#222}#root{display:block!important}.land-container{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:1140px;height:fit-content;border-radius:20px;display:flex;flex-wrap:wrap;min-height:500px;background:#f5f5f5}.land-container h1,.land-container .banner h1{color:#008b8b;font-size:clamp(1.8rem,3.5vw,2.8rem);margin-bottom:10px}.land-container h2{font-size:clamp(1.3rem,3vw,1.8rem);color:#333;margin-bottom:30px}.land-container h3{font-size:clamp(1.2rem,3vw,2rem);color:#333;margin-bottom:10px}.land-container h4{font-size:clamp(1.3rem,1.8vw,1.4rem);color:#008b8b;margin-bottom:20px}h4 .destaque{font-size:clamp(1.5rem,2vw,1.6rem);white-space:nowrap}.land-container p{font-size:clamp(.9rem,1.2vw,1rem);font-weight:400;color:#333;line-height:1.6;margin-bottom:3em}.land-container .form-placeholder{display:flex}.land-container section.content-image{display:flex;width:40%;background:#f5f5f5;border-top-left-radius:20px}.land-container .banner{position:relative;margin-top:auto;width:90%;border-bottom-left-radius:20px;padding:0}.land-container .content{width:60%;background:#fff;padding:80px 40px 40px;border-top-right-radius:20px;border-bottom-right-radius:20px;margin-left:auto;height:fit-content}.land-container form{max-width:500px;margin:auto}footer{flex-basis:100%;background:#f5f5f5;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.land-container .btn-econ{font-size:1.3rem}@media (max-width: 1200px){.land-container{flex-wrap:wrap;flex-direction:column;border-radius:0!important;width:100%;top:0;bottom:auto;min-height:100%}.land-container section.content-image{margin-left:auto;margin-right:auto}.land-container .content{width:100%;text-align:center;border-radius:0!important;padding:20px}.land-container .banner{border:none;margin:auto auto 0;width:75%;border-radius:0!important;padding-top:20px}h4 .destaque{white-space:wrap}.land-container p{margin-bottom:1em}}.land-container-page-customization .lp-tcc{padding:50px 0;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32%),linear-gradient(180deg,#f8fbff,#f4f7fb)}.land-container-page-customization .lp-tcc__container{max-width:1180px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,420px);gap:48px;align-items:flex-start}.land-container-page-customization .lp-tcc__content{max-width:700px}.land-container-page-customization .lp-tcc__badge{display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;background:#e8f0ff;border:1px solid #cfe0ff;color:#1d4ed8;font-size:14px;font-weight:700;line-height:1.2;margin-bottom:20px}.land-container-page-customization .lp-tcc__title{margin:0 0 18px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;font-weight:800;letter-spacing:-.02em;color:#0f172a}.land-container-page-customization .lp-tcc__subtitle{font-size:18px;line-height:1.65;color:#475569;margin-bottom:30px;max-width:620px}.land-container-page-customization .lp-tcc__benefits{list-style:none;padding:0;margin:0}.land-container-page-customization .lp-tcc__benefits li{position:relative;padding-left:30px;margin-bottom:14px;font-size:16px;line-height:1.6;color:#334155}.land-container-page-customization .lp-tcc__benefits li:before{content:"✓";position:absolute;left:0;top:1px;color:#16a34a;font-weight:700;font-size:16px}.land-container-page-customization .lp-tcc__form{background:#fff;border-radius:22px;padding:34px;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0f,0 2px 8px #0f172a08}.land-container-page-customization .lp-tcc__form h2{margin:0 0 10px;font-size:28px;font-weight:700;color:#0f172a}.land-container-page-customization .lp-tcc__form p{margin:0 0 24px;font-size:15px;line-height:1.6;color:#64748b}.land-container-page-customization .lp-tcc__form-group{margin-bottom:18px}.land-container-page-customization .lp-tcc__form-group label{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:#334155}.land-container-page-customization .lp-tcc__form-group input{width:100%;padding:14px 15px;border:1px solid #cbd5e1;border-radius:12px;font-size:15px;transition:.2s ease;background:#fff}.land-container-page-customization .lp-tcc__form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.land-container-page-customization .lp-tcc__submit{width:100%;border:none;border-radius:12px;padding:15px;background:#2563eb;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.2s ease}.land-container-page-customization .lp-tcc__submit:hover{background:#1d4ed8;transform:translateY(-1px)}.land-container-page-customization .lp-tcc__form small{display:block;margin-top:14px;text-align:center;font-size:13px;color:#64748b}@media (max-width: 992px){.land-container-page-customization .lp-tcc__container{grid-template-columns:1fr;gap:36px}.land-container-page-customization .lp-tcc__content{max-width:100%}}@media (max-width: 768px){.land-container-page-customization .lp-tcc{padding:56px 0}.land-container-page-customization .lp-tcc__title{font-size:2rem}.land-container-page-customization .lp-tcc__subtitle{font-size:16px}.land-container-page-customization .lp-tcc__form{padding:26px}}@media (max-width: 480px){.land-container-page-customization .lp-tcc__form{padding:22px;border-radius:18px}.land-container-page-customization .lp-tcc__badge{font-size:13px}.land-container-page-customization .lp-tcc__title{font-size:1.75rem}}.land-container-page-customization .lp-tcc__image-wrapper{margin-top:32px}.land-container-page-customization .lp-tcc__image{width:100%;display:block;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0f,0 2px 8px #0f172a08}.land-container-page-customization .lp-tcc__html{min-width:0}.land-container-page-customization .lp-tcc__image-wrapper{margin-top:12px;width:100%;max-width:620px;height:auto;overflow:hidden;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0f,0 2px 8px #0f172a08}.land-container-page-customization .lp-tcc__image{width:100%;height:100%;object-fit:cover;display:block}.container.new-register .econ-content{padding:20px;border-radius:10px}.new-register .header-register{display:flex;justify-content:center}.new-register .header-register .title{width:100%;font-size:1.2rem;font-weight:500;text-align:center;padding:10px 0;color:var(--econ-color-logo)}/*!
* Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}.blog h1{color:#263e42}.econsult-blog-presentation{max-width:900px;margin:0 auto;color:#1f2937;padding:88px 20px 8px}.econsult-blog-recent-post{max-width:900px;margin:0 auto;color:#1f2937;padding:8px 20px 24px}.econsult-blogcall-action{padding-top:48px;padding-bottom:48px}.econsult-blog-presentation p{line-height:1.75;color:#4b5563;font-size:1.05rem}.econsult-blog-presentation h1,.econsult-blog-presentation h2,.econsult-blog-presentation h3{color:#111827;line-height:1.2;letter-spacing:-.02em}.econsult-blog-presentation h2{font-size:clamp(1.8rem,2.3vw,2.4rem);margin-bottom:1rem}.econsult-blog-presentation h3{font-size:1.2rem}.econsult-blog-presentation .lead{font-size:1.18rem;line-height:1.85;color:#374151}.econsult-blog-presentation section{margin-bottom:4rem!important}.econsult-blog-presentation article{background:#fff;border:1px solid rgba(17,24,39,.08)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 4px 16px #11182708}.econsult-blog-presentation article:hover{transform:translateY(-2px);box-shadow:0 14px 36px #00000012;border-color:#16344c24!important}.econsult-blog-presentation nav a{color:#0d6efd;text-decoration:none;font-weight:500}.econsult-blog-presentation nav a:hover{text-decoration:underline}.econsult-blog-presentation .text-uppercase{letter-spacing:.08em}.econsult-blog-presentation footer{margin-top:2.5rem}.blog-banner{position:relative;width:100%;overflow:hidden;background:#f5efe6}.blog-banner-figure{position:relative;margin:0;min-height:480px}.blog-banner-image{display:block;width:100%;height:480px;object-fit:cover;object-position:center center}.blog-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;background:linear-gradient(to right,#f5efe60a,#f5efe60f 42%,#f5efe652 68%,#f5efe6b8)}.blog-banner-overlay .container{display:flex;align-items:center;height:100%}.blog-banner-content{max-width:610px;margin-left:auto;padding:2rem 0;text-align:center}.blog-banner-kicker{display:inline-block;margin-bottom:.8rem;font-size:.92rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#45606f}.blog-banner-title{margin:0 0 1rem;font-size:clamp(2.3rem,3.8vw,3.8rem);line-height:1.02;font-weight:600;letter-spacing:-.03em;color:#16344c}.blog-banner-subtitle{margin:0 auto 1.75rem;font-size:clamp(1.1rem,1.7vw,1.55rem);line-height:1.38;color:#2d4758;max-width:540px;font-weight:500}.blog-banner-topics{display:flex;flex-wrap:wrap;justify-content:center;gap:3px}.blog-banner-topics a{display:inline-flex;align-items:center;justify-content:center;padding:.58rem .98rem;border-radius:999px;background:#ffffffd1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#16344c;font-size:.97rem;font-weight:500;line-height:1;box-shadow:0 6px 20px #16344c14;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;text-decoration:none;gap:3px}.blog-banner-topics a:hover{transform:translateY(-1px);box-shadow:0 10px 24px #16344c1f;background:#ffffffeb;text-decoration:none}.blog-banner-topics span{display:inline-flex;align-items:center;justify-content:center;padding:.58rem .98rem;border-radius:999px;background:#ffffffd1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#16344c;font-size:.97rem;font-weight:500;line-height:1;box-shadow:0 6px 20px #16344c14;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.blog-banner-topics span:hover{transform:translateY(-1px);box-shadow:0 10px 24px #16344c1f;background:#ffffffeb}@media (max-width: 1399.98px){.blog-banner-figure,.blog-banner-image{min-height:430px;height:430px}.blog-banner-content{max-width:460px}.blog-banner-title{font-size:clamp(2.2rem,3.7vw,3.5rem)}}@media (max-width: 991.98px){.econsult-blog-presentation{padding-top:72px}.blog-banner-figure,.blog-banner-image{min-height:380px;height:380px}.blog-banner-overlay{background:linear-gradient(to right,#f5efe62e,#f5efe61a 40%,#f5efe68c 72%,#f5efe6db)}.blog-banner-content{max-width:400px;padding:1.5rem 0}.blog-banner-subtitle{margin-bottom:1.4rem}}@media (max-width: 767.98px){.blog-banner{height:350px}.econsult-blog-presentation{padding-top:26px}.econsult-blog-recent-post,.econsult-blogcall-action{padding-top:0}.econsult-blog-presentation p{font-size:1rem}.econsult-blog-presentation .lead{font-size:1.08rem;line-height:1.75}.econsult-blog-presentation section{margin-bottom:3rem!important}.blog-banner-figure,.blog-banner-image{min-height:320px;height:350px}.blog-banner-image{object-position:35% center}.blog-banner-overlay{background:linear-gradient(to bottom,#f5efe685,#f5efe6b3 30%,#f5efe6cc 50%,#f5efe6e6);align-items:flex-start}.blog-banner-overlay .container{align-items:flex-start}.blog-banner-content{max-width:100%;margin-left:0;padding-top:2.2rem;text-align:center}.blog-banner-title{font-size:clamp(2.1rem,8vw,3rem)}.blog-banner-subtitle{font-size:1.08rem;max-width:100%;padding:0 .25rem}.blog-banner-topics{gap:.55rem}.blog-banner-topics span{font-size:.9rem;padding:.48rem .8rem}}.blog-topic-card{position:relative;padding-top:1.25rem}.blog-topic-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#eef6fb,#f8fbfd);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#16344c;font-size:1.35rem;box-shadow:inset 0 0 0 1px #16344c0f;transition:all .2s ease}.blog-topic-card:hover .blog-topic-icon{transform:scale(1.05);background:linear-gradient(135deg,#e2f0fa,#f3f9fc)}.topic-card-link,.topic-card-link:hover{text-decoration:none}.pratica-clinica{background:#fff}.pratica-clinica-banner h1,.pratica-clinica-banner h2,.pratica-clinica-banner h3,.pratica-clinica-banner h4,r .pratica-clinica-banner h5,.pratica-clinica-banner p{color:#f5f5f5}.pratica-clinica-banner{position:relative;overflow:hidden}.pratica-clinica-banner-figure{position:relative;margin:0}.pratica-clinica-banner-image{width:100%;height:auto;display:block;object-fit:cover;min-height:480px}.pratica-clinica-banner-image.mobile{display:none}.pratica-clinica-banner-overlay{position:absolute;display:flex;align-items:center;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c1622d1,#0c1622a6 38%,#0c16224d 65%,#0c16221a)}.pratica-clinica-banner-content{max-width:760px;color:#fff;padding:3rem 0}.pratica-clinica-banner-kicker{display:inline-block;margin-bottom:1rem;padding:.45rem .85rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:.9rem;font-weight:600;letter-spacing:.02em}.pratica-clinica-banner-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;font-weight:700;margin-bottom:1rem;color:#fff}.pratica-clinica-banner-subtitle{font-size:1.1rem;line-height:1.7;max-width:680px;margin-bottom:1.5rem;color:#fffffff0}.pratica-clinica-banner-topics{display:flex;flex-wrap:wrap;gap:.75rem}.pratica-clinica-banner-topics a{display:inline-flex;align-items:center;text-decoration:none;color:#fff;font-size:.95rem;font-weight:500;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;transition:all .2s ease}.pratica-clinica-banner-topics a:hover{color:#fff;background:#ffffff29;border-color:#ffffff59;transform:translateY(-1px)}.econsult-pratica-clinica-presentation{max-width:900px;margin:0 auto;padding:4rem 1rem 1rem}.econsult-pratica-clinica-presentation .lead{font-size:1.2rem;line-height:1.8;color:#243444}.econsult-pratica-clinica-presentation p{font-size:1.02rem;line-height:1.8;color:#4b5b6b}.econsult-pratica-clinica-presentation h2,.econsult-pratica-clinica-presentation h3{color:#142434}.topic-card-link{display:block;text-decoration:none;color:inherit;height:100%}.topic-card-link:hover{text-decoration:none;color:inherit}.pratica-clinica-topic-card{background:#fff;border:1px solid #e8edf2!important;border-radius:1rem!important;box-shadow:0 10px 30px #1018280a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pratica-clinica-topic-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #10182814;border-color:#d5e2ee!important}.pratica-clinica-topic-card h3{margin-bottom:.85rem;color:#142434;font-weight:700}.pratica-clinica-topic-card p{color:#556575;line-height:1.7}.pratica-clinica-topic-icon{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.1rem;background:linear-gradient(135deg,#eef6ff,#f4f8fc);color:#2b6cb0;font-size:1.4rem;box-shadow:inset 0 0 0 1px #dbe7f3}.econsult-pratica-clinica-recent-post{padding:2rem 1rem 1rem;max-width:900px;display:flex;justify-content:center;margin:auto}.econsult-pratica-clinicacall-action{padding-top:2rem}@media (max-width: 991.98px){.pratica-clinica-banner-overlay{background:linear-gradient(180deg,#0c1622d6,#0c1622b8 45%,#0c162285)}.pratica-clinica-banner-content{max-width:100%;padding:2.5rem 0}.pratica-clinica-banner-subtitle{font-size:1rem;line-height:1.65}}@media (max-width: 767.98px){.pratica-clinica-banner-image.desktop{display:none}.pratica-clinica-banner-image.mobile{display:block;width:100%;min-height:440px;object-fit:cover}.pratica-clinica-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding-bottom:1rem}.pratica-clinica-banner-content{padding:2rem 1rem 1rem}.pratica-clinica-banner-kicker{font-size:.82rem;margin-bottom:.9rem}.pratica-clinica-banner-title{font-size:2rem;margin-bottom:.9rem}.pratica-clinica-banner-subtitle{font-size:.98rem;line-height:1.6;margin-bottom:1.1rem}.pratica-clinica-banner-topics{gap:.55rem}.pratica-clinica-banner-topics a{font-size:.86rem;padding:.5rem .8rem}.econsult-pratica-clinica-presentation{padding:2.5rem 1rem .5rem}.econsult-pratica-clinica-presentation .lead{font-size:1.08rem;line-height:1.7}.econsult-pratica-clinica-presentation p{font-size:.98rem;line-height:1.75}.pratica-clinica-topic-card{padding:1.25rem!important}.pratica-clinica-topic-icon{width:50px;height:50px;font-size:1.2rem;margin-bottom:.95rem}}@media (max-width: 575.98px){.pratica-clinica-banner-image.mobile{min-height:500px}.pratica-clinica-banner-title{font-size:1.8rem}.pratica-clinica-banner-subtitle{font-size:.95rem}.pratica-clinica-banner-topics a{width:100%;justify-content:center}}.gestao-consultorio{color:#1f2937}.gestao-banner{position:relative;overflow:hidden}.gestao-banner-figure{position:relative;width:100%;margin:0;height:450px}.gestao-banner-image{width:100%;height:450px;display:block;object-fit:cover}.gestao-banner-image.mobile{display:none}.gestao-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;background:linear-gradient(90deg,#0f172ab8,#0f172a85 38%,#0f172a2e 65%,#0f172a0d)}.gestao-banner-content{max-width:720px;color:#fff}.gestao-banner-kicker{display:inline-block;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:#ffffff24;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.9rem;font-weight:600}.gestao-banner-content h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.1;margin-bottom:20px;color:#fff}.gestao-banner-content p{font-size:1.08rem;line-height:1.8;max-width:640px;color:#ffffffeb}@media (max-width: 768px){.gestao-banner-image.desktop{display:none}.gestao-banner-image.mobile{display:block}.gestao-banner-overlay{background:linear-gradient(180deg,#0f172a8c,#0f172aa6)}.gestao-banner-content{padding:32px 20px}.gestao-banner-kicker.desktop{display:none}.gestao-banner-content p{font-size:1rem;line-height:1.7}}.econsult-gestao-presentation{max-width:900px;margin:0 auto;padding:56px 12px 20px}.econsult-gestao-presentation .lead{color:#334155;font-size:1.18rem;line-height:1.8}.econsult-gestao-presentation p{color:#475569;line-height:1.8;font-size:1rem}.econsult-gestao-presentation h2{color:#0f172a;font-weight:700;line-height:1.3}.econsult-gestao-presentation h3{color:#0f172a;font-weight:600;line-height:1.4}.topic-card{height:100%;border:1px solid #e5e7eb!important;border-radius:18px!important;background:#fff;box-shadow:0 10px 30px #0f172a0a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.topic-card:hover{transform:translateY(-4px);border-color:#0d6efd3d!important;box-shadow:0 18px 40px #0f172a1a}.topic-card i{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#0d6efd1a,#0d6efd0a);color:#0d6efd;font-size:1.45rem}.topic-card h3{margin-bottom:12px;font-size:1.1rem}.topic-card p{margin-bottom:0;font-size:.98rem;color:#475569;line-height:1.7}.econsult-gestao-presentation section{margin-bottom:3rem}.econsult-gestao-presentation strong{color:#0f172a;font-weight:600}.econsult-gestao-recent-post,.econsult-gestao-call-action{max-width:1140px;margin:0 auto;padding-left:12px;padding-right:12px}@media (max-width: 991.98px){.gestao-banner{padding:0}.econsult-gestao-presentation{padding-top:44px}}@media (max-width: 767.98px){.gestao-banner-kicker{margin-bottom:14px;font-size:.86rem}.gestao-banner h1{margin-bottom:16px}.gestao-banner p{font-size:1rem;line-height:1.7}.econsult-gestao-presentation{padding-top:36px;padding-left:16px;padding-right:16px}.econsult-gestao-presentation .lead{font-size:1.08rem;line-height:1.75}.topic-card{border-radius:16px!important}.topic-card i{width:48px;height:48px;font-size:1.3rem}.topic-card h3{font-size:1.02rem}.topic-card p{font-size:.95rem}}@media (max-width: 575.98px){.gestao-banner-content{max-width:100%}.econsult-gestao-presentation{padding-left:14px;padding-right:14px}}.welcome{background:#f5f5f5;padding:0;min-height:100vh}.welcome h2{display:flex;justify-content:center;align-items:center}.welcome .header{color:#fff;background:linear-gradient(to bottom,var(--econ-primary-hover),var(--econ-primary));border-bottom-left-radius:30px;border-bottom-right-radius:30px;position:sticky;top:0;z-index:3}.welcome .topic{display:flex;justify-content:center;align-items:center;padding:20px 10px 0;gap:10px}.welcome .items{padding:0 20px}.welcome .items .info{display:flex;flex-wrap:wrap;justify-content:center;gap:30px 10px}.welcome .items .info-box{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:1000px;margin:auto}.welcome .header p{font-size:.9rem;font-weight:300}.welcome .header p a{font-size:1rem;font-weight:700;color:#fff}.welcome .group{display:flex;margin:auto;gap:15px;flex-wrap:wrap;justify-content:center;max-width:1000px;padding:0 20px}.welcome .card{display:flex;align-items:center;background:#fff;flex-basis:auto;width:20%;min-width:30%;color:#363e35!important;font-size:1rem;margin:0;flex-grow:1;height:100px}@media (max-width: 575px){.welcome .card{flex-direction:column;min-width:45%;justify-content:center;font-size:.8rem;text-align:center}.welcome .card.small-card{flex-direction:column;min-width:27%;justify-content:center;font-size:.7rem;line-height:1rem;text-align:center;height:80px}.welcome .card .icon{width:fit-content!important}.welcome .card.small-card .icon{font-weight:200;font-size:1.5rem;width:40px;max-height:40px}}.welcome .card .icon{font-size:2.5rem;font-weight:300;width:55px;max-height:45px;display:flex;justify-content:center;align-items:center}.welcome .title{font-size:1.8rem;font-weight:400;text-align:center;padding:20px 20px 0}.welcome .subtitle{display:flex;justify-content:center;align-items:center;font-size:1.2rem;font-weight:400;padding:40px 20px 0;cursor:pointer}.welcome .topic-information{text-align:center;font-size:.9rem}.welcome .box{display:flex;align-items:center;gap:5px}.welcome .box .information,.welcome .box strong{font-size:1rem}.welcome .box .ilustration{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;gap:5px}.welcome .box .ilustration strong{font-size:1.5rem}.welcome .ilustration.next:before{font-family:Material Symbols Outlined;content:"alarm";color:var(--econ-primary)}.welcome .ilustration.schedules:before{font-family:Material Symbols Outlined;content:"event_available";color:var(--econ-primary)}.welcome .ilustration.confirm:before{font-family:Material Symbols Outlined;content:"rule";color:var(--econ-secondary)}.welcome .ilustration.realization:before{font-family:Material Symbols Outlined;content:"sentiment_neutral";color:var(--econ-secondary)}.welcome .ilustration.receipt:before{font-family:Material Symbols Outlined;content:"mintmark";color:var(--econ-unavailable)}.welcome .ilustration.customer:before{font-family:Material Symbols Outlined;content:"person_alert";color:var(--econ-unavailable)}@media (max-width: 575px){.welcome .box{justify-content:left}.welcome .box .ilustration{min-width:60px}.welcome .user:before{min-width:60px;display:flex;justify-content:center}}.welcome .link{display:flex;align-items:center;color:gray;font-weight:400;padding:10px;width:45%;border:1px solid silver;border-radius:10px}.welcome .link:hover{color:#262626}@media (max-width: 575px){.welcome .link{width:100%}}.welcome .icon.close:before{display:flex;justify-content:end;font-family:Material Symbols Outlined;content:"close";font-size:2.5rem;font-weight:200}.welcome .icon.settings:before{font-family:Material Symbols Outlined;content:"settings"}.welcome .icon.audit:before{font-family:Material Symbols Outlined;content:"shield"}.welcome .icon.panel:before{font-family:Material Symbols Outlined;content:"empty_dashboard"}.welcome .icon.customers:before{font-family:Material Symbols Outlined;content:"person"}.welcome .icon.manageusers:before{font-family:Material Symbols Outlined;content:"manage_accounts"}.welcome .icon.user:before{font-family:Material Symbols Outlined;content:"account_circle"}.welcome .icon.schedules:before{font-family:Material Symbols Outlined;content:"event_available"}.welcome .icon.highlighter:before{font-family:Material Symbols Outlined;content:"fact_check"}.welcome .icon.results:before{font-family:Material Symbols Outlined;content:"monitoring"}.welcome .icon.tasks:before{font-size:clamp(1.2vh,1.4rem,1.4rem);content:"🔔";padding-bottom:5px}.welcome .icon.invoices:before{font-family:Material Symbols Outlined;content:"attach_money"}.welcome .icon.defaults:before{font-family:Material Symbols Outlined;content:"local_atm"}.welcome .icon.income_expenses:before{font-family:Material Symbols Outlined;content:"paid"}.welcome .icon.losses:before{font-family:Material Symbols Outlined;content:"money_off"}.welcome .icon.lossesrecovered:before{font-family:Material Symbols Outlined;content:"currency_exchange"}.welcome .icon.lifetimeanalisys:before{font-size:clamp(1.2vh,1.4rem,1.4rem);content:"🧠";padding-bottom:5px}.welcome .icon.campanhacashback:before{font-family:Material Symbols Outlined;content:"payment_arrow_down"}.welcome .icon.releases:before{font-family:Material Symbols Outlined;content:"view_timeline"}.welcome .icon.invoicing:before{font-family:Material Symbols Outlined;content:"price_check"}.welcome .icon.advance-credit:before{font-family:Material Symbols Outlined;content:"universal_currency"}.welcome .icon.receipts:before{font-family:Material Symbols Outlined;content:"order_approve"}.welcome .icon.serviceinvoices:before{font-family:Material Symbols Outlined;content:"receipt_long"}.welcome .icon.anamnesis:before{font-family:Material Symbols Outlined;content:"dictionary"}.welcome .icon.files:before{font-family:Material Symbols Outlined;content:"drive_export"}.welcome .icon.comunication:before{font-family:Material Symbols Outlined;content:"forward_to_inbox"}.welcome .icon.systemdocumentsreports:before{font-family:Material Symbols Outlined;content:"chrome_reader_mode"}.welcome .icon.help:before{font-family:Material Symbols Outlined;content:"help"}.welcome .icon.systemreports:before{font-family:Material Symbols Outlined;content:"news"}.welcome .icon.confirm:before{font-family:Material Symbols Outlined;content:"waving_hand"}.welcome .icon.realization:before{font-family:Material Symbols Outlined;content:"pan_tool_alt"}.welcome .icon.receipt:before{font-family:Material Symbols Outlined;content:"universal_currency"}.welcome .icon.customer:before{font-family:Material Symbols Outlined;content:"person_alert"}.welcome section{margin:0}.welcome section .posts{display:flex;gap:1.5vh;cursor:pointer;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.welcome section .posts::-webkit-scrollbar{display:none}.welcome section .posts p{font-weight:400}.welcome section .posts small{font-weight:400}.welcome section .bt{height:40px;width:40px;background:#fefefecc;border-radius:50%;box-shadow:3px 3px 3px #0003;border:1px solid whitesmoke}.welcome section .post{min-width:350px}.welcome section .post .econ_card_blog{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:row;transition:transform .2s ease,box-shadow .2s ease}.actions-rollers{pointer-events:none}.actions-rollers .bt{pointer-events:auto}@media (max-width: 575px){.filters{position:fixed;background:#fff;padding:5px 10px!important}}.container.tasks{display:flex;flex-wrap:wrap;padding:0}.tasks .info{display:flex;flex-direction:column}.tasks .info label{font-size:.9rem!important;font-weight:300!important}.tasks .info .name{font-size:1rem!important;line-height:1.2rem;font-weight:500!important;display:flex}.tasks .info .pendency,.tasks .info .notice{display:flex;align-items:center;border-radius:10px;cursor:pointer}.tasks .info .onboarding{display:flex;align-items:center;border-radius:10px;cursor:pointer;font-size:1rem!important;color:var(--econ-emphasis-tree)!important;width:fit-content}.tasks .info .pendency strong,.tasks .info .notice strong{font-size:1.7rem;font-weight:700;justify-content:center}.tasks .info .notice{color:var(--econ-primary-hover)}.tasks .icon{display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:10px;min-width:50px;max-width:50px;min-height:50px;max-height:50px;background:var(--econ-primary);color:#fff;flex-grow:0;border-radius:50%}.tasks .icon-secondary{display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;margin-right:10px;min-width:30px;max-width:30px;min-height:30px;max-height:30px;background:#f5f5f5;color:#fff;border-radius:50%}.icon.check:before{font-family:Material Symbols Outlined;content:"check";font-size:2rem;font-weight:700;color:green}.icon.no-check:before{font-family:Material Symbols Outlined;content:"emergency_home";font-size:2rem;font-weight:700;color:#ff4500}.description a{color:#ff4500}.description a:hover{color:#cc3903!important}.tasks .notice.icon:before{font-family:Material Symbols Outlined;content:"mintmark";font-size:1.7rem;font-weight:300}.tasks .inactive_order.icon:before{font-family:Material Symbols Outlined;content:"inactive_order";font-size:1.7rem;font-weight:300}.tasks .confirm.icon:before{font-family:Material Symbols Outlined;content:"rule";font-size:1.7rem;font-weight:300}.tasks .pending-payment.icon:before{font-family:Material Symbols Outlined;content:"currency_exchange";font-size:1.7rem;font-weight:300}.tasks .pendency.icon:before{font-family:Material Symbols Outlined;content:"price_check";font-size:1.7rem;font-weight:300}.tasks .birthdays.icon:before{font-family:Material Symbols Outlined;content:"cake";font-size:1.7rem;font-weight:300}.tasks .useria.icon:before{font-family:Material Symbols Outlined;content:"network_intelligence";font-size:1.7rem;font-weight:300}.tasks .probably.icon:before{font-family:Material Symbols Outlined;content:"calendar_add_on";font-size:1.7rem;font-weight:300}.tasks .realization.icon:before{font-family:Material Symbols Outlined;content:"sentiment_neutral";font-size:1.7rem;font-weight:300}.tasks .customer.icon:before{font-family:Material Symbols Outlined;content:"person_alert";font-size:1.7rem;font-weight:300}#modal-task-birthdays .card{flex-direction:column!important;align-items:baseline}#modal-task-birthdays .card .title{font-size:.8rem;font-weight:700}#modal-task-probably .card{flex-direction:column!important;align-items:baseline}#modal-task-probably .card .title{font-size:.8rem;font-weight:700}#modal-task-advance-credit .card{flex-direction:row}#modal-task-advance-credit .info{display:flex;flex-grow:1;flex-direction:column!important}.info.checklist{display:flex;align-items:center;margin-top:10px;padding:0 30px}.task .info.checklist .content-check{display:flex;align-items:stretch;justify-content:left;overflow:scroll;margin:0 auto;width:95%;max-width:800px;z-index:1;border-radius:10px;-ms-overflow-style:none;scrollbar-width:none}.welcome .info.checklist .content-check{display:flex;align-items:stretch;justify-content:left;overflow:scroll;margin:auto;width:95%;max-width:870px;border-radius:10px;z-index:1;-ms-overflow-style:none;scrollbar-width:none}.info.checklist .content-check::-webkit-scrollbar{display:none}.info.checklist .content-check.center{justify-content:center}.task .info.checklist .actions-check{position:absolute;display:flex;justify-content:space-between;left:5px;right:5px;margin:0 auto;padding-left:50px}.welcome .info.checklist .actions-check{position:absolute;display:flex;justify-content:space-between;left:5px;right:5px;margin:0 auto}@media (min-width: 769px){.welcome .info.checklist .actions-check,.task .info.checklist .actions-check{max-width:860px}}@media (max-width: 768px){.welcome .info.checklist .actions-check,.task .info.checklist .actions-check{max-width:770px}}@media (max-width: 576px){.welcome .info.checklist .actions-check,.task .info.checklist .actions-check{max-width:540px;padding-left:0}}@media (min-width: 768px) and (max-width: 991px){.container,.container-md,.container-sm{max-width:100%}}@media (min-width: 576px) and (max-width: 767px){.container,.container-sm{max-width:100%}}.info.checklist .actions-check .bt{font-size:1.5rem;cursor:pointer;border-radius:50%;width:40px;height:40px;z-index:2}.info.checklist .actions-check .before:before{font-family:Material Symbols Outlined;content:"arrow_back_ios";font-weight:300;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:var(--econ-color-logo);box-shadow:var(--econ-shadow-light);padding-left:10px;color:#fff}.info.checklist .actions-check .after:after{font-family:Material Symbols Outlined;content:"arrow_forward_ios";font-weight:300;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:var(--econ-color-logo);box-shadow:var(--econ-shadow-light);padding-left:3px;color:#fff}.info.checklist .checkitem{display:flex;flex-direction:column;min-width:80%;padding:10px 20px;margin:0 10px;background:var(--econ-color-logo);border-radius:10px}.welcome .info.checklist .group{display:flex;align-items:center;border-bottom:1px solid gray;margin:0;gap:0;justify-content:left}.welcome .form-check{display:flex;justify-content:center}.task .info.checklist .group{display:flex;align-items:center;border-bottom:1px solid gray;margin-bottom:10px;gap:5px}.info.checklist .ico-alert:before{font-family:Material Symbols Outlined;content:"warning_off";font-size:1rem;font-weight:700;color:#fff;display:flex;height:25px}.info.checklist .ico-suggestion:before{font-family:Material Symbols Outlined;content:"wb_incandescent";font-size:1rem;font-weight:700;color:#fff;display:flex;height:25px}.info.checklist .title-check{font-size:.8rem;font-weight:700;line-height:1rem;text-transform:uppercase;color:#fff}.info.checklist .info-check{font-size:.9rem;font-weight:300;line-height:1.3rem;color:#f5f5f5;margin-top:auto;margin-bottom:auto}.info.checklist .info-check h5{margin-top:10px}.info.checklist .link-check{margin-top:auto;text-align:right;font-size:.8rem;color:#fff}.info.checklist .link-check:hover{opacity:.8}#modal-task-onboarding p{margin:0}.button-add-customer{font-size:2rem;max-height:40px;display:flex;justify-content:center;align-items:center}.button-add-customer:before{font-family:Material Symbols Outlined;content:"add"}.extra{border:2px dotted black!important}.content-day-select{display:flex;border-bottom:1px solid silver;align-items:center;padding:10px;max-height:45px}.content-day-select .holiday-description{color:var(--econ-emphasis);font-size:.9rem;font-weight:500;text-transform:capitalize;line-height:.9rem;padding-right:10px}.content-day-select .day-description{color:var(--bs-dark-text-emphasis);font-size:.9rem;font-weight:500;text-transform:capitalize;line-height:.9rem}.content-day-select .description-day-select{flex-grow:1}.content-day-select .day-select{font-weight:600}.actions .actions-day-select{flex-grow:0;height:36px;display:inline-block;margin:5px 0;border-radius:50%;color:#000}.actions .actions-day-select .day-select{font-size:.8rem;font-weight:700;color:#000}.actions .actions-day-select{flex-grow:0}.actions .actions-day-select .hidden{display:none}.actions .actions-day-select .show{font-family:Material Symbols Outlined;content:"calendar_view_week"}.actions .actions-day-select span{text-align:center;font-size:9px;text-transform:uppercase}.actions .actions-day-select .day:before{font-family:Material Symbols Outlined;content:"calendar_view_day";font-size:1.8rem;line-height:2.2rem}.actions .actions-day-select .week:before{font-family:Material Symbols Outlined;content:"calendar_view_week";font-size:1.8rem;line-height:2.2rem}.service-content-day{display:none}.service-content-day.show{display:block;overflow-y:auto;position:absolute;max-width:800px;width:100%;top:370px;bottom:60px;padding:0 10px 10px}@media (min-width: 768px) and (max-width: 991px){.service-content-day.show{left:0;right:0;padding-left:65px;width:calc(100% - 5px)}}@media (min-width: 576px) and (max-width: 767px){.service-content-day.show{top:350px;padding-left:0;width:calc(100% - 60px)}}@media (max-width: 575px){.service-content-day.show{left:0;right:0;bottom:0;top:330px;padding-bottom:60px}}.service-content-day.show .no-schedules{font-size:1.1rem;text-align:center;font-weight:300;padding:10%}.service-content-day .card{display:flex;flex-direction:row;border-radius:5px;margin-bottom:10px;opacity:.7;padding:5px 0;align-items:center}.service-content-day .card.A{background:var(--econ-agendado)}.service-content-day .card.V{background:var(--econ-vago)}.service-content-day .card.I{background:var(--econ-intervalo)}.card.I .title{padding:0!important;margin-left:10px!important}.planned.card.V .information{border:none!important}.card.V .title{padding:0!important;margin-left:10px!important}.service-content-day .hour-interval{font-size:1rem;width:79px;padding:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}.service-content-day .hour-interval .start-time{font-weight:700}.service-content-day .hour-interval .end-time{font-size:.6rem;font-weight:500}.service-content-day .card.holiday{margin-bottom:10px}.service-content-day .information{padding:5px 10px;width:100%;display:flex;flex-direction:column;justify-content:center;border-radius:7px}.service-content-day .information .description{display:flex;justify-content:left;flex-wrap:wrap;width:calc(100% - 30px)}.service-content-day .information .description title{flex-grow:1;width:100%}.service-content-day .information .description label{flex-grow:0;font-size:.8rem;padding-right:10px}@media (max-width: 575px){.service-content-day .information .description label{font-size:.7rem}}.service-content-day .title{display:flex;font-size:.9rem;font-weight:400;letter-spacing:5px}.service-content-day .A .title{font-weight:700;letter-spacing:0px}.service-content-day .description{font-size:1rem;font-weight:400}.service-content-day .status{width:fit-content!important;display:flex;align-items:center;border-radius:5px}.service-content-day .status.N{text-align:center;color:#8b0000}.service-content-day .status.N:before{font-family:Material Symbols Outlined;content:"thumb_down";font-size:.9rem;padding-right:5px}.service-content-day .status.C{text-align:center;color:#006400}.service-content-day .status.C:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.service-content-day .status.R{text-align:center;color:#006400}.service-content-day .status.R:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.service-content-day .status.F{text-align:center;color:#8b0000}.service-content-day .status.F:before{font-family:Material Symbols Outlined;content:"thumb_down";font-size:.9rem;padding-right:5px}.service-content-day .status.X{--background: #8000002e;text-align:center;color:red}.service-content-day .status.X:before{font-family:Material Symbols Outlined;content:"question_mark";font-size:.9rem;padding-right:5px}.service-content-day .holiday{color:var(--bs-dark-text-emphasis)}.service-content-day .event .title{color:gray}.service-content-week{display:none}.service-content-week.show{display:block;overflow-y:auto;position:absolute;max-width:800px;width:100%;top:418px;bottom:60px;padding:0;-ms-overflow-style:none;scrollbar-width:none}.service-content-week.show::-webkit-scrollbar{display:none}@media (min-width: 768px) and (max-width: 991px){.service-content-week.show{left:0;right:0;padding-left:65px;width:calc(100% - 15px)}}@media (min-width: 576px) and (max-width: 767px){.service-content-week.show{top:350px;padding-left:0;width:calc(100% - 70px)}}@media (max-width: 575px){.service-content-week.show{left:0;right:0;bottom:0;top:330px}}.week-schedule-header{display:flex;padding:0;font-size:.7rem;font-weight:500;border-top:1px solid silver;border-bottom:1px solid silver;margin-top:18px}@media (max-width: 767px){.week-schedule-header.show{display:none}}.week-schedule-content{display:flex;padding:0;font-size:.7rem;font-weight:500}.week-schedule-content.line-bottom{border-bottom:1px solid gray;color:silver}.day-schedule-label{display:flex;justify-content:right;width:40px;border-bottom:1px solid rgb(230,230,230);padding:3px;line-height:.6rem}.day-schedule-header{flex-grow:1;text-align:center;display:flex;justify-content:center}.day-schedule-content{display:flex;justify-content:space-between;padding:0;flex-grow:1}.day-schedule{flex-grow:1;text-align:center;border-left:1px solid gray;border-bottom:1px solid rgb(230,230,230);height:29.55px}.hour-marker{position:absolute;border-bottom:2px dashed orangered;width:100%}.markup-container{display:flex}.markup-container .markup-label{display:flex;width:40px}.markup-container .markup{flex-grow:1;display:flex}.markup-container .markup .service{font-family:Barlow Condensed;position:absolute;font-size:.7rem!important;line-height:.9rem!important;font-weight:400;display:flex;justify-content:center;align-items:center;width:13.6%;padding:5px;text-align:center;color:#000;border:1px solid silver;--border-radius: 5px;opacity:.9;flex-direction:column}@media (min-width: 768px) and (max-width: 991px){.markup-container .markup .service{width:12.2%!important}}@media (max-width: 575px){.markup-container .markup .service{font-size:3vw;line-height:3vw;width:13%}}.markup-container .markup .service.A{background:var(--econ-agendado);border:1px solid var(--econ-agendado-border)}.markup-container .markup .service.V{background:var(--econ-vago)}.markup-container .markup .service.I{background:var(--econ-intervalo)}.remote-link{color:#191970}.icon-remote:before{font-family:Material Symbols Outlined;content:"sync_saved_locally";margin-right:5px}.markup-container .targets{display:flex;width:100%;position:absolute;bottom:0;gap:1px;padding:2px}.markup-container .target{display:flex;height:10px;flex-grow:1;border-radius:3px}#modal-highlighter .highlighters{flex-direction:column;margin:10px;padding:0!important;border:none!important;border-top:1px solid silver!important}#modal-highlighter .content-highlighter{display:flex;justify-content:space-between;padding:5px;border-top:1px solid silver;margin:0!important;flex-wrap:wrap}#modal-highlighter .content-highlighter .action{display:flex;justify-content:space-between;width:100%}.attendancelist .title{font-size:1rem}.attendancelist .group{display:flex;justify-content:space-between}.attendancelist .box{display:flex;flex-direction:column;max-width:50%}.attendancelist .btn.btn-outline-secondary{font-size:.7rem!important}.attendancelist .service.content-payer{padding-bottom:10px}.attendancelist .btn{z-index:0!important}.container-body-relative{padding:0 10px 10px 60px}.schedule .econ-content{display:flex;max-width:100%;width:100%}.schedule .day-title{font-size:1rem;font-weight:400;border-bottom:1px solid silver;display:flex;position:sticky;top:50px;background:#fff;z-index:2}.schedule .button-add{z-index:10}@media (max-width: 575px){.schedule .day-title{position:fixed;display:flex;align-items:center;gap:10px}}.schedule .day-label{font-size:1rem;font-weight:400;color:var(--econ-gray-medium)}.schedule .holiday-label{font-weight:700;color:var(--econ-emphasis)}.schedule .recess{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px 20px}.schedule .recess .title{font-size:1.2rem;font-weight:400;color:var(--econ-emphasis)}.schedule .recess .description{font-size:1rem;font-weight:500;color:var(--econ-gray-medium);text-align:center}.schedule .canvas-day{width:300px;padding:0}@media (max-width: 991px){.schedule .canvas-day{width:100%}}.schedule .nav-month{display:flex;align-items:center;justify-content:space-between}.schedule .group{display:flex;gap:7px}.schedule .month .header{justify-content:space-between;display:flex}.schedule .nav-month .title{font-size:1rem;font-weight:400}.schedule .btn-month{cursor:pointer;color:var(--econ-primary);font-weight:200}.schedule .btn-month:hover{color:var(--econ-primary-hover)}.schedule .icon-view.open:before{font-family:Material Symbols Outlined;content:"visibility";font-size:1.8rem;line-height:2.2rem}.schedule .icon-view.close:before{font-family:Material Symbols Outlined;content:"visibility_off";font-size:1.8rem;line-height:2.2rem}.schedule .icon-viewday:before{font-family:Material Symbols Outlined;content:"calendar_view_day";font-size:1.8rem;line-height:2.2rem}.schedule .icon-viewweek:before{font-family:Material Symbols Outlined;content:"calendar_view_week";font-size:1.8rem;line-height:2.2rem}.schedule .icon-view.day:before{font-family:Material Symbols Outlined;font-family:calendar_view_day;content:"today";font-size:1.8rem;line-height:2.2rem}.schedule .icon-daynow:before{font-family:Material Symbols Outlined;content:"today";font-size:1.8rem;line-height:2.2rem}.schedule .icon-daysel:before{font-family:Material Symbols Outlined;content:"event_available";font-size:1.8rem;line-height:2.2rem}.schedule .icon-before:before{font-family:Material Symbols Outlined;content:"navigate_before";font-size:1.8rem;line-height:2.2rem}.schedule .icon-after:before{font-family:Material Symbols Outlined;content:"navigate_next";font-size:1.8rem;line-height:2.2rem}.schedule .week{display:flex;justify-content:space-between}.weekday{padding:5px;display:flex;justify-content:center;align-items:center}.schedule .weekday .day{font-size:.8rem;font-weight:400;padding:6px;border-radius:50%;line-height:13px;display:flex;justify-content:center;align-items:center;cursor:pointer}.schedule .weekday .day.holiday{color:var(--econ-emphasis)!important;font-weight:700!important}.schedule .weekday .day.recess{color:#fff!important;background:var(--econ-emphasis)!important;font-weight:700!important;border-radius:10px}.schedule .weekday .day.econ-selected{border:1px solid silver}.schedule .canvas-week{border-left:1px solid silver;width:calc(100% - 300px)}@media (max-width: 991px){.schedule .canvas-week{display:none;width:100%;padding:0}.schedule .canvas-week.viewday{display:block}}.services::-webkit-scrollbar{width:6px}.services .planned{display:flex}.services .planned .actions{flex-wrap:wrap}.services .card.A{background:var(--econ-agendado)}.services .hour-interval{font-size:1rem;width:60px;padding:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:0;border-radius:5px}.services .hour-interval .start-time{font-weight:700}.services .hour-interval .end-time{font-size:.6rem;font-weight:500}.services .information{width:100%;display:flex;flex-direction:column;justify-content:center;border-radius:7px;flex-grow:1}.services .information .title{display:flex;font-size:1rem;line-height:1.2rem;font-weight:400;letter-spacing:5px}.services .card.A .information .title{font-weight:500;letter-spacing:0px}.services .card.A .information .description{font-size:.6rem;line-height:.6rem;display:flex;flex-wrap:wrap;gap:5px}.services .actions{flex-grow:0;width:30px;margin:0}.services .status{width:fit-content!important;display:flex;align-items:center;border-radius:5px;width:100%!important;font-size:.7rem!important}.services .status.N{text-align:center;color:#8b0000}.services .status.N:before{font-family:Material Symbols Outlined;content:"thumb_down";font-size:.9rem;padding-right:5px}.services .status.C{text-align:center;color:#006400}.services .status.C:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.services .status.R{text-align:center;color:#006400}.services .status.R:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.services .status.F{text-align:center;color:#8b0000}.services .status.F:before{font-family:Material Symbols Outlined;content:"thumb_down";font-size:.9rem;padding-right:5px}.services .status-value{font-size:.7rem!important}.services .status.X{--background: #8000002e;color:red}.services .status.X:before{font-family:Material Symbols Outlined;content:"question_mark";font-size:.9rem;padding-right:5px}.services .pendent{font-size:.7rem}.canvas-week .week-schedule-header .day-schedule-label{display:flex;justify-content:right;width:40px;border:none;padding:3px;line-height:.6rem}.canvas-week .week-schedule-header .day-schedule-header{flex-grow:1;text-align:center;display:flex;justify-content:center;font-size:1rem;font-weight:300;flex-direction:column;align-items:center;cursor:pointer}.canvas-week .week-schedule-header .day-schedule-header label{cursor:pointer}@media (max-width: 991px){.canvas-week .week-schedule-header .day-schedule-header{font-size:.7rem}}.canvas-week .week-schedule-header .day-schedule-header .date-label.selected{border-bottom:5px solid var(--econ-emphasis);width:fit-content}.actions-bar{display:flex;justify-content:space-between;height:35px;position:fixed;top:75px;background:#fff;z-index:2;width:300px;border-bottom:1px solid silver}.schedule .month{position:fixed;top:110px;z-index:2;background:#fff;border-bottom:1px solid silver;max-width:300px}.services{overflow-y:auto;padding:0;position:fixed;width:300px;bottom:5px;top:360px;scrollbar-width:thin;scrollbar-color:white white}.canvas-week .week-schedule-header{padding:10px 0 0;position:sticky;border:none;height:auto;margin:0;top:70px;border-bottom:1px solid gray;background:#fff;z-index:2}.canvas-week .service-content-week.show{position:relative;top:0;bottom:5px;width:100%;max-width:none}.mobile-schedule{display:none}@media (max-width: 991px){.mobile-schedule{display:flex!important}.services{top:365px;width:660px}.services.extend{top:120px}.schedule .month{top:110px;max-width:650px}}@media (min-width: 768px) and (max-width: 991px){.actions-bar{position:fixed;top:75px;width:650px}.schedule .month{top:110px;max-width:650px}.services{width:660px}.canvas-week .week-schedule-header{position:fixed;top:358px;left:auto;right:auto;width:648px}.canvas-week .week-schedule-header.extend{top:110px}.canvas-week .service-content-week.show{position:fixed;left:auto;right:auto;top:410px;bottom:5px;width:648px;padding-left:0}.canvas-week .service-content-week.show.extend{top:160px}}@media (min-width: 576px) and (max-width: 767px){.actions-bar{position:fixed;top:75px;width:480px}.schedule .month{top:110px;max-width:470px}.services{width:480px}.canvas-week .week-schedule-header{position:fixed;top:358px;left:auto;right:auto;width:468px}.canvas-week .week-schedule-header.extend{top:110px}.canvas-week .service-content-week.show{position:fixed;top:410px;bottom:5px;width:468px}.canvas-week .service-content-week.show.extend{top:160px}}@media (max-width: 575px){.actions-bar{top:70px;width:650px}.services{padding-bottom:70px;padding-left:10px;padding-right:10px;width:100%;bottom:50px;top:375px;scrollbar-width:none;z-index:2}.services.extend{top:120px}.canvas-week .week-schedule-header{position:fixed;top:358px;left:0;right:0}.canvas-week .week-schedule-header.extend{top:110px}.canvas-week .service-content-week.show{position:fixed;top:410px;bottom:50px}.canvas-week .service-content-week.show.extend{top:160px}}.container.results{padding-bottom:40px}.container.customer.results .container.results{padding:0 5px}.container.customer.results .container-body-relative{padding:0!important;margin:0!important}.results .container-chart{padding:0;border-bottom:1px solid silver;margin-top:20px}.results .container-chart.no-border{border:none}.results .container-chart .title{font-size:1.2rem;font-weight:700}.results .legend-content{display:flex;justify-content:space-around;margin-top:15px}.results .legend-content .legend-box{display:flex;justify-content:center;flex-wrap:wrap}.results .legend-content label{font-weight:400}.results .legend-content legend{width:20px;height:15px;margin:0 5px 0 0;border-radius:3px}.results .legend-content .blue{background:#4285f4}.results .legend-content .red{background:#dc3912}.results .legend-content .orange{background:#f90}.results .legend-content .green{background:#109618}.results .navigate-months{display:flex;justify-content:space-evenly;align-items:center;background:#fff;margin:auto;flex-wrap:wrap;padding:10px 0}.results .navigate-months .item-month{font-size:.9rem;font-weight:700;padding:5px 10px;text-align:center}.results .navigate-months .item-month-preps{font-size:.7rem;font-weight:400}.results .navigate-months .icon{font-family:Material Symbols Outlined;font-size:1.7rem;font-weight:100;cursor:pointer;min-width:35px;max-width:35px;min-height:35px;max-height:35px;display:flex;justify-content:center;align-items:center}.results .navigate-months .before:before{content:"navigate_before"}.results .navigate-months .after:before{content:"navigate_next"}.results .navigate-months .sum:before{content:"add_circle";font-size:2.5rem}.results .navigate-months .sub:before{content:"do_not_disturb_on";font-size:2.5rem}.results .navigate-months .apply:before{content:"check";font-size:1.8rem;background:var(--econ-primary);height:30px;width:30px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff}.results .navigator{position:sticky;top:50px;z-index:4;background:#fff;padding-top:10px}.econ-modal .customer.results .navigator.customer-results{top:-1px}.customer.results .navigator.customer-results{top:95px}.customer.results .navigator{top:0}.results .tab-results{display:flex;justify-content:center;font-size:1rem;font-weight:700}text{font-size:.5rem!important;font-weight:700}.legend{display:flex;flex-direction:row;justify-content:center;gap:3px;flex-wrap:wrap}.item-legend{display:flex;align-items:center}.legend span{display:flex;width:20px;height:15px;border-radius:3px}.item-legend legend{font-size:.6rem;line-height:.6rem;font-weight:400;margin:0;padding-left:3px}.recharts-label{font-size:.6rem!important}.recharts-legend-wrapper{width:100%!important}.recharts-tooltip-wrapper{display:none!important}.financial-situation{display:flex;width:100%;flex-wrap:wrap}.financial-situation .group.title{font-size:1rem;font-weight:700;width:100%}.financial-situation .group.content{width:100%;display:flex;padding:0 10px;justify-content:center}.financial-situation .number-item{display:flex;flex-direction:column;margin-top:5px}.financial-situation .small-small{font-size:.6rem!important;font-weight:400!important}.financial-situation .small{font-size:.7rem!important;font-weight:400!important}.financial-situation .big{font-size:1.3rem!important;font-weight:700!important;line-height:1.3rem!important}.financial-situation .number-item.small .label{font-size:.7rem!important;font-weight:400!important}.financial-situation .number-item.big .label{font-size:.9rem!important;font-weight:400!important}.financial-situation .number-item.small .value{font-size:1rem!important;font-weight:700!important;line-height:1rem!important}.financial-situation .number-item.big .value{font-size:1.3rem!important;font-weight:700!important;line-height:1.3rem!important}.financial-situation .b-t{border-top:1px solid silver;margin-top:5px}.insight{font-size:1rem;font-weight:300;padding:20px;background:#f5f5f5;border-radius:10px;margin-bottom:20px}.insight strong{font-weight:700}.navigate-years .info{display:flex;flex-direction:column;flex-grow:1}.navigate-years .info.item{flex-direction:row}.ce-badges{display:flex;flex-wrap:wrap;gap:6px}.ce-marker{color:#fff;padding:2px 8px;border-radius:8px;font-size:11px;white-space:nowrap}.ce-muted{color:#999}.ce-date{font-weight:600}.ce-time{color:#666;font-size:11px}.clinical-evolution .ce-cell{border-bottom:1px solid rgb(220,220,220)!important}@media (max-width: 768px){.clinical-evolution table,.clinical-evolution thead,.clinical-evolution tbody,.clinical-evolution th,.clinical-evolution td,.clinical-evolution tr{display:block;width:100%}.clinical-evolution thead{display:none}.clinical-evolution .ce-row{background:#fff;border:1px solid #eee;border-radius:12px;padding:10px;margin:10px 0}.clinical-evolution .ce-cell{border:none!important;padding:6px 0!important}.clinical-evolution .ce-cell:before{content:attr(data-label);display:block;font-size:11px;color:#777;margin-bottom:4px}.clinical-evolution .ce-stage{margin-top:6px;padding-top:8px!important;border-top:1px dashed #eee!important}}.hipotesis{line-height:1.6;font-size:14px;text-align:justify}.insight h2{font-size:1.3rem}.insight p,.insight li{font-size:.9rem}#analisys h2{font-size:1.3rem}#analisys p,#analisys li{font-size:.9rem}.container-indicators-avaliations{padding:5px}@media (max-width: 768px){.container-indicators-avaliations .card{padding:0}.container-indicators-avaliations .card-body{padding:10px}}.badge-test{position:absolute;left:auto;right:10px}.clinical-chart-card{display:block;width:100%}.clinical-chart-card h6{margin-bottom:10px}.clinical-chart-wrap{width:100%;height:280px}@media (max-width: 768px){.clinical-evolution h6{font-size:.8rem;margin-bottom:10px!important}}.filters{background:#fff;padding:0 10px 10px;z-index:1}.filters .form-check-label{font-size:.5rem;font-weight:700}.filters .form-check-input{width:40px!important}.filters-lyric .liryc{padding:5px;min-width:30px;background:#f5f5f5;color:var(--econ-primary);margin:5px;border-radius:5px;font-size:1rem;font-weight:400;text-align:center;cursor:pointer}.filters-text-box .form-switch{display:flex;justify-content:center;flex-wrap:wrap;padding:0;margin:0 0 0 10px;width:min-content}@media (max-width: 575px){.container.customers{margin-top:155px;padding-bottom:55px;padding-top:10px}.container.customers.pending{margin-top:0;padding-bottom:0;padding-top:0}}.customers .card-customer{padding:10px;border-radius:10px;display:flex;flex-direction:row;margin-bottom:10px;background:#f5f5f5}.customers .info{display:flex;flex-grow:1;flex-direction:column}.customers .info label{font-size:.7rem;font-weight:300;margin-right:10px}.customers .info .blocked{width:100%;font-size:.7rem;color:red;font-weight:700}.customers .info .name{font-size:.9rem;font-weight:500}.customers .info .watts{font-weight:500;display:flex;align-items:center;cursor:pointer;color:#000;gap:3px;border:none;padding:0;background:none}.customers .info .watts:hover{border:none}.customers .info .phone{font-weight:500;display:flex;align-items:center;cursor:pointer;color:#000;gap:3px}.customers .info .phone.ico:after{font-family:Material Symbols Outlined;content:"phone_in_talk";font-size:.9rem}.customers .info .service.hasservice{color:var(--econ-emphasis);font-weight:700}.customers .actions{width:min-content;flex-grow:0;display:flex;align-items:center;justify-content:center}.customers .card-customer .info{display:flex;justify-content:center}.customers .card-customer .title{font-size:.9rem!important}.customers .button-add{top:50px}.settings .title{font-size:1.2rem!important;font-weight:700!important;color:var(--econ-primary);width:100%;border-bottom:1px solid var(--econ-primary);margin-bottom:10px;margin-top:20px}.settings .info{padding:0 10px}.settings .subtitle{display:flex;padding:0;font-size:1rem;font-weight:400;align-items:center;cursor:pointer;color:#000}.settings .subtitle:hover{color:var(--econ-primary-hover)}.settings .subtitle.agenda-plan:before{font-family:Material Symbols Outlined;content:"manage_history";font-size:1.5rem;padding:5px}.settings .subtitle.recess:before{font-family:Material Symbols Outlined;content:"event_busy";font-size:1.5rem;padding:5px}.settings .subtitle.highlighter:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.5rem;padding:5px}.settings .subtitle.standard-communication-policy:before{font-family:Material Symbols Outlined;content:"policy";font-size:1.5rem;padding:5px}.settings .subtitle.additional-fields:before{font-family:Material Symbols Outlined;content:"manage_accounts";font-size:1.5rem;padding:5px}.settings .subtitle.customer-groups:before{font-family:Material Symbols Outlined;content:"group";font-size:1.5rem;padding:5px}.settings .subtitle.customer-messages:before{font-family:Material Symbols Outlined;content:"chat_paste_go";font-size:1.5rem;padding:5px}.settings .subtitle.anamnesis:before{font-family:Material Symbols Outlined;content:"assignment_ind";font-size:1.5rem;padding:5px}.settings .subtitle.payment-methods:before{font-family:Material Symbols Outlined;content:"credit_card_gear";font-size:1.5rem;padding:5px}.settings .subtitle.googledrive:before{font-family:Material Symbols Outlined;content:"drive_export";font-size:1.5rem;padding:5px}.settings .subtitle.integration{font-size:1rem;padding:5px;display:flex}.settings .subtitle.integration .econ-negative-highlight,.settings .subtitle.integration .econ-positive-highlight{font-size:.7rem}.settings .subtitle.integration svg{font-size:1.8rem;padding:5px;height:30px;width:30px}.settings .subtitle.integration:before{font-size:1.5rem;padding:5px}.settings .subtitle.api:before{font-family:Material Symbols Outlined;content:"api";font-size:1.5rem;padding:5px}.settings .subtitle.recipe-categories:before{font-family:Material Symbols Outlined;content:"attach_money";font-size:1.5rem;padding:5px}.settings .subtitle.expense-categories:before{font-family:Material Symbols Outlined;content:"mintmark";font-size:1.5rem;padding:5px}.settings .subtitle.billing-messages:before{font-family:Material Symbols Outlined;content:"chat_paste_go";font-size:1.5rem;padding:5px}.settings .subtitle.billing-parameters:before{font-family:Material Symbols Outlined;content:"rule_settings";font-size:1.5rem;padding:5px}.settings .order{display:flex;flex-direction:column;justify-content:center;align-items:center}.settings .btn-up:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_up";font-size:1.3rem;cursor:pointer}.settings .btn-down:before{font-family:Material Symbols Outlined;content:"keyboard_arrow_down";font-size:1.3rem;cursor:pointer}.li-title{padding:5px;font-weight:700;border-bottom:1px solid silver}.li-var{padding:5px;border-radius:10px;cursor:pointer}.li-var:hover{background-color:#f5f5f5}.list-settings{padding-top:10px!important}.list-settings .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center}.list-settings .info{display:flex;flex-direction:column;flex-grow:1}.list-settings .info .date{font-weight:700;font-size:.8rem}.billingparameters .info{display:flex;flex-direction:row;flex-grow:1;justify-content:space-between}.billingparameters .info .date{font-weight:700;font-size:.8rem}.billingparameters .info .group{width:100%}.list-workload{padding-bottom:60px}.list-workload .button-add{top:50px}.list-workload .description{font-size:.5rem}.workload .sub-title{font-size:.9rem;font-weight:700}.workload .content label{font-size:.7rem;font-weight:400}.workload .group{display:flex;align-items:center}.workload .group.weeks{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px}.workload .group.between{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:5px;padding:5px 0}.workload .group.center{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;padding:5px 0}.workload .group.between.border-bottom{border-bottom:1px solid silver}.workload .btn{background-color:#f5f5f5;color:gray;height:40px;width:40px;display:flex;justify-content:center;align-items:center}.workload .group.control{align-items:end;gap:10px}.workload .actions{margin:0;display:flex;justify-content:left}.workload .actions .btn-econ{margin:0}.workload .markups{display:flex;justify-content:space-around;background:#f5f5f5;padding-left:40px}.workload .markups .markup{color:var(--econ-decide);font-size:1rem;font-weight:700}@media (max-width: 575px){.workload .markups .markup{font-size:12px}}.workload .week-schedule-content{display:flex;padding:0;font-size:.7rem;font-weight:500}@media (max-width: 575px){.workload .actions .btn-econ{flex-grow:1;display:flex;justify-content:center;padding:10px 20px}}.workload .actions .add{width:40px;height:40px;font-size:2rem;font-weight:400;display:flex;justify-content:center;align-items:center;cursor:pointer}.workload .actions .add.service:before{font-family:Material Symbols Outlined;content:"autorenew"}.workload .actions .add.interval:before{font-family:Material Symbols Outlined;content:"add"}.workload .inputs{flex-grow:1;display:flex;gap:5px}.workload .input{max-width:70px}.workload .input.label{max-width:none}.workload input,.workload select{font-size:.8rem;max-width:200px;min-width:65px}.group.body{justify-content:space-between;align-items:baseline;gap:2px}.workload .day{flex-grow:1;min-width:90px}.card.header{padding:1px;display:flex;justify-content:center;margin-bottom:3px}.workload .card.service{display:flex;justify-content:center;margin-bottom:3px;border-radius:5px;background:var(--econ-agendado);flex-direction:column;padding:5px}.workload .card.interval{display:flex;justify-content:center;margin-bottom:3px;border-radius:5px;background:#f5f5f5;flex-direction:column;padding:5px}.workload .card .label{font-size:.7rem!important;line-height:.7rem;color:var(--econ-emphasis-two)}.workload .card .hini{font-size:1rem!important;font-weight:700;line-height:1rem;color:var(---econ-emphasis-two)}.workload .card .hfim{font-size:.6rem!important;line-height:.7rem;color:var(--econ-gray-medium)}.workload .card label{flex-grow:1;text-align:center}.workload .card .close-w{position:absolute;top:0;right:3px}.workload .close-w:after{font-family:Material Symbols Outlined;content:"close";font-size:1rem;cursor:pointer}.workload .group.intervals{display:flex;flex-direction:column;align-items:baseline;width:100%}.workload .group.bottom{flex-direction:column}.workload .interval-item{width:100%;justify-content:space-between;display:flex;align-items:center}.workload .interval-item .group{display:flex;gap:10px;width:100%;border-radius:6px;background:#f5f5f5;margin-bottom:3px;padding:3px 10px}.workload .interval-item label{font-size:.8rem}.workload .icon-interval:before{font-family:Material Symbols Outlined;content:"list_alt_add";margin-right:5px}.workload .icon-interval{display:flex;font-size:.8rem;font-weight:700;justify-content:center;align-items:center}.workload .btn-econ{font-size:.8rem}.workload .day-schedule{width:1px}.workload .card-mkp{font-family:Barlow Condensed;position:relative;opacity:.8;width:100%;display:flex;justify-content:left;align-items:initial;padding:5px;text-overflow:"...";overflow:hidden}.workload .card-mkp.service{border:1px solid var(--econ-available)!important;border-radius:5px}.workload .card-mkp.service:before{font-family:Material Symbols Outlined;content:"event_upcoming";font-size:1rem;color:var(--econ-available);font-weight:400;height:20px;display:flex;justify-content:center;align-items:center}.workload .card-mkp.interval:before{font-family:Material Symbols Outlined;content:"autopause";font-size:1rem;color:var(--econ-unavailable);font-weight:400;height:20px;display:flex;justify-content:center;align-items:center}#services{position:sticky;top:50px;background:#fff;z-index:2}#interval{position:absolute;top:0;bottom:0;left:0;right:0;background:#00000078;z-index:20;display:flex;justify-content:center;align-items:center}#interval .header{justify-content:space-between;display:flex}#interval .box{background:#fff;padding:20px;box-shadow:var(--econ-shadow-medium);border-radius:10px}#results .actions{justify-content:center;padding-bottom:10px;border-bottom:1px solid silver;margin-bottom:10px}#results .btn-econ{flex-grow:0}#results .group{overflow-x:auto}.group-parameter{padding:10px;border:1px solid var(--econ-primary);border-radius:10px}.group-parameter .group{display:flex;gap:10px}.group-parameter textarea{height:100px!important;font-size:.8rem}.googledrive input{font-size:.8rem}.googledrive .btn-econ{margin:0!important}.googledrive .btn.btn-primary{font-size:.8rem}.highlighter .highlighters{display:flex;justify-content:space-evenly;gap:5px;padding:10px;background:#f5f5f5;border-radius:5px}.highlighter .highlighter{display:flex;justify-content:center;align-items:center;height:30px;width:30px;border-radius:50%;cursor:pointer}.content-highlighter .highlighter{display:flex;justify-content:center;align-items:center;height:30px;width:30px;max-width:30px;border-radius:50%;cursor:pointer}.content-highlighter .highlighter{min-width:30px}.highlighter .used{font-size:1.5rem!important;font-weight:700!important;color:#fff;mix-blend-mode:difference;display:flex;align-items:center;justify-content:center}.highlighter .used:before{font-family:Material Symbols Outlined;content:"check"}.inputs .form-floating{display:flex;align-items:center;gap:5px}.payment-method .icon{font-size:1.3rem}.marker-row{display:flex;align-items:center;gap:10px;padding:6px 0;width:100%}.marker-color{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;min-width:22px;height:22px;border-radius:50%;border:1px solid #ccc;padding:0;cursor:pointer}.marker-color::-webkit-color-swatch{border:none;border-radius:50%}.marker-color::-webkit-color-swatch-wrapper{padding:0}.marker-name{flex:1;border:1px solid #D6D6D6;border-radius:6px;padding:6px 10px;font-size:14px;background:#fff}.btn-marker-up,.btn-marker-down,.btn-remove{border:none;background:none;padding:4px 6px;cursor:pointer;font-size:16px;opacity:.6}.btn-up:hover,.btn-down:hover,.btn-remove:hover{opacity:1}.content-buttons{position:sticky;top:50px;background:#fff;width:100%;z-index:2}.content.markers{padding-bottom:70px}.marker-category-block{padding:10px;border:1px solid silver;border-radius:10px;margin-bottom:10px}.marker-category-block textarea{min-height:72px;resize:vertical}.user .container .MuiTypography-root{padding-left:70px}.user .simple-tabpanel{width:100%;padding:10px 0!important}.user .MuiTabs-indicator.css-10d9dml-MuiTabs-indicator{display:none}.user .MuiTabs-flexContainer{width:60px;position:fixed;z-index:3;padding-top:10px}.title-user{font-size:1.1rem;font-weight:700;border-bottom:1px solid var(--econ-primary);color:var(--econ-primary);z-index:3;position:sticky;top:50px;background:#fff;padding-top:10px}.user .icon-general:before{font-family:Material Symbols Outlined;content:"badge";font-size:1.7rem}.user .icon-profile-photo:before{font-family:Material Symbols Outlined;content:"photo_camera_front";font-size:1.7rem}.user .icon-logo-receipt:before{font-family:Material Symbols Outlined;content:"low_density";font-size:1.7rem}.user .icon-highlighter:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.7rem}.user .icon-assistant:before{font-family:Material Symbols Outlined;content:"supervisor_account";font-size:1.7rem}.user .icon-additional:before{font-family:Material Symbols Outlined;content:"person_add";font-size:1.7rem}.user .icon-servicegroup:before{font-family:Material Symbols Outlined;content:"groups";font-size:1.7rem}.user .icon-address:before{font-family:Material Symbols Outlined;content:"location_home";font-size:1.7rem}.user .icon-subscriptions:before{font-family:Material Symbols Outlined;content:"new_releases";font-size:1.7rem}.user .icon-service:before{font-family:Material Symbols Outlined;content:"edit_calendar";font-size:1.7rem}.user .icon-remdes:before{font-family:Material Symbols Outlined;content:"free_cancellation";font-size:1.7rem}.user .icon-invoices:before{font-family:Material Symbols Outlined;content:"payments";font-size:1.7rem}.user .icon-credits:before{font-family:Material Symbols Outlined;content:"universal_currency";font-size:1.7rem}.user .icon-files:before{font-family:Material Symbols Outlined;content:"attach_file";font-size:1.7rem}.user .icon-anamnesis:before{font-family:Material Symbols Outlined;content:"receipt_long";font-size:1.7rem}.user .icon-records:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.7rem}.user #bloqueio:checked{background-color:var(--econ-emphasis)!important;border-color:var(--econ-emphasis)!important}.user .age-display{margin-bottom:.5rem!important;margin-top:.1rem}.user [aria-selected=true]{border-bottom:3px solid var(--econ-primary)!important}.user .group{display:flex;justify-content:left;flex-wrap:wrap;font-size:.9rem;gap:10px}.user .user-autocomplete{width:100%}.title-component-image{padding:10px 0;font-size:1.3rem;font-weight:700;text-align:center}.form-floating.stripe{display:flex;align-items:center;gap:10px}form .form-floating.stripe label{margin-left:15px}.signature{background:#fff;position:sticky;top:87px}.signature .space-10{background:#fff;height:10px}.signature .signature-content-group{display:flex;flex-direction:column;padding:10px 20px;align-items:center;background:#f5f5f5;border-radius:20px}.signature .signature-content-group .item{display:flex;flex-direction:column;justify-content:center;align-items:center}.signature .signature-content-group .logo{height:auto!important;width:120px;padding:10px 0 0}.signature .label-signature{font-size:.7rem;line-height:.7rem;text-transform:uppercase}.signature .title-signature{font-size:1.2rem;line-height:1.5rem}.signature .group-plan{margin-top:10px}.signature .group-plan p{font-size:.8rem;line-height:1.2rem;margin:0}.signature .status{font-size:.7rem;margin-top:5px}.signature .btn-plan{font-size:.7rem;font-weight:700}.content.signature-invoices{padding:5px;background:#f5f5f5;border-radius:10px}.signature-invoices .table{font-size:.8rem;line-height:.8rem}@media (max-width: 575px){.signature-invoices .table{font-size:.7rem;line-height:.7rem}}.signature-invoices .title{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:1rem;line-height:1rem}.signature-invoices .table th,.signature-invoices .table td{vertical-align:middle;background:none}.signature-invoices .btn-payment{display:flex;flex-direction:column;padding:10px}.signature-invoices .btn-payment .big{font-size:.7rem;font-weight:700;line-height:.7rem;text-transform:uppercase}.signature-invoices .btn-payment .small{font-size:.6rem;line-height:.6rem;text-transform:uppercase}.signature-invoices .payment-value{font-size:.8rem;font-weight:700}.signature-invoices .btn-plan{font-size:.7rem;font-weight:700;line-height:.7rem;text-transform:uppercase;padding:10px}.signature-invoices .actions{justify-content:right;gap:10px;width:auto!important}.plans{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.plan{width:48%;display:flex;flex-direction:column;padding:10px;background:#f5f5f5;cursor:pointer;border-radius:5px;align-items:center;justify-content:center}.plan:hover{border:1px solid silver}.plan.current{cursor:auto;opacity:.4}.plan.current:hover{border:none}@media (max-width: 575px){.plan{min-width:auto;width:100%}}.plan .title{font-size:1rem;text-align:center;color:var(--econ-primary);line-height:1rem;margin-bottom:5px}.plan .value{font-size:1.8rem;line-height:1.8rem;font-weight:700;text-align:center;color:var(--econ-primary)}.plan .medium{font-size:1rem;font-weight:500;text-align:center;color:var(--econ-gray-decide)}.plan .small{font-size:.7rem!important;line-height:.8rem!important;text-align:center!important;color:var(--econ-gray-decide)!important}.card.plan-invoice{flex-wrap:wrap}.card.plan-invoice .title{font-size:1.1rem;line-height:1.4rem;font-weight:700}#modal-update-plan .msg p{font-size:.9rem;margin-bottom:5px}#modal-update-plan .msg p strong{font-size:1rem;margin-bottom:5px}.qr-code{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:0 20px 20px}.qr-code img{max-width:200px}.input-qr-code{display:flex}.input-qr-code .btn-link{color:var(--econ-primary);padding:5px;font-size:1.2rem;flex-grow:0;border:none}.input-qr-code .btn-link:before{font-family:Material Symbols Outlined;content:"content_copy"}.input-qr-code input{border:1px solid silver;font-size:12px;padding:5px;flex-grow:1;border-radius:5px;width:100%}.group-instruction{font-size:.6rem;text-align:justify;padding:10px;background:#f5f5f5;border-radius:10px;margin-top:10px}.group-instruction ul{margin:0}.group-instruction .title{font-size:.9rem;font-weight:700;text-align:left}#modal-signature-invoice .group{display:flex;justify-content:center;flex-direction:column}#modal-signature-invoice .group div{display:flex;justify-content:center}#modal-signature-invoice .big-title{font-size:1rem;font-weight:700;line-height:1.5rem}#modal-signature-invoice .big{font-size:.9rem;font-weight:700}#modal-signature-invoice .small{font-size:.7rem;line-height:.7rem}.user .content-user{display:flex;justify-content:center}.container.user-register{height:100vh;padding:10px}.content-user-register{display:flex;justify-content:center}.user-register .register{display:flex;flex-wrap:wrap;padding:0;border-radius:10px;max-width:800px;width:100%;background:#fff;height:calc(100vh - 20px)}.user-register .header{width:100%;position:sticky;top:0;background:#fff;z-index:4;padding:30px 30px 0;border-radius:20px}.user-register .body{width:100%;position:sticky;top:0;background:#fff;z-index:3;padding:0 30px;margin-left:0;margin-right:0;height:calc(100% - 210px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.user-register .body::-webkit-scrollbar{display:none}.user-register .wizard.root{display:flex;width:100%;height:70px}.user-register form{margin-bottom:60px}.user-register .label{position:absolute;font-size:.6rem;font-weight:600;margin-top:55px}.user-register .stage-box{display:flex;justify-content:center;align-items:center;width:25%}.user-register .stage-progress{background:#f5f5f5;border:silver solid 1px;height:7px;width:100%;border-radius:3px}.user-register .active .stage-progress{background:var(--econ-secondary);border:none}.user-register .stage-symbol{position:absolute;display:flex;justify-content:center;align-items:center;background:#f5f5f5;font-size:1.8rem;font-weight:200;height:40px;width:40px;border:1px solid silver;border-radius:50%;color:silver;cursor:pointer}.user-register .stage-symbol:hover{background:silver;color:#fff}.user-register .active .stage-symbol{background:var(--econ-secondary);border:none;color:#fff}.user-register .active .stage-symbol:hover{--background: var(--econ-secondary-hover)}.user-register .icon-general:before{display:flex;font-family:Material Symbols Outlined;content:"badge"}.user-register .icon-address:before{display:flex;font-family:Material Symbols Outlined;content:"location_home"}.user-register .icon-profile-photo:before{display:flex;font-family:Material Symbols Outlined;content:"photo_camera_front"}.user-register .icon-logo-receipt:before{display:flex;font-family:Material Symbols Outlined;content:"low_density"}.user-register .title{width:100%;font-size:1.2rem;text-align:center;font-weight:700;margin-bottom:10px}.user-register .wizard.content{width:100%;padding:40px 20px}@media (max-width: 575px){.user-register .btn.btn-econ.put,.user-register .btn.btn-econ.post,.user-register .button-add .edit{bottom:20px!important;right:20px!important}}.newassistant-title{color:var(--econ-primary)!important;border-bottom:1px solid var(--econ-primary);width:100%}.assistant .card .title{font-size:1rem;font-weight:700;color:var(--econ-primary)}.assistant .card .description{font-size:.9rem;color:var(--econ-gray-decide)}.assistant .card .accepted{font-size:.7rem;color:var(--econ-gray-decide);padding-top:3px}.assistant .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.hr-menu{margin:5px;border-top:.5px solid silver}.export-import h5{font-weight:600;color:#0f172a;margin-bottom:.75rem;font-size:1.25rem}.export-import p{color:#475569!important;font-size:.95rem!important;font-weight:300!important;line-height:1.5!important;margin-bottom:1rem!important}.export-import .alert{color:#475569!important;font-size:.8rem!important;font-weight:300!important;line-height:1rem!important}.export-import ul{padding-left:1.2rem!important;margin-bottom:1rem!important;list-style-type:disc!important}.export-import ul li{margin-bottom:.4rem!important;color:#334155!important;font-size:.95rem!important;font-weight:300!important;line-height:1.4!important}.econ-content.audit{max-width:100%;padding:10px}@media (max-width: 768px){.econ-table-queue thead{display:none}.econ-table-queue,.econ-table-queue tbody,.econ-table-queue tr,.econ-table-queue td{display:block;width:100%}.econ-table-queue tr{border-bottom:1px solid #e9ecef;padding:10px 12px;background:#fff;border-radius:5px;margin-bottom:5px}.econ-table-queue td{display:flex;justify-content:space-between;gap:12px;padding:2px 0;border:none;background:none;border-bottom:1px solid rgba(0,0,0,.107)}.econ-table-queue td:before{content:attr(data-label);font-weight:600;color:#6c757d;min-width:110px}.econ-table-queue td.text-end{justify-content:flex-end}.econ-table-queue td.text-end:before{display:none}.audit .block{text-align:right}.text-end{border-bottom:none!important}}.audit .badge{font-size:.8rem;color:#000;background:#0000000d!important}@media (max-width: 768px){.econ-table-queue thead,.econ-table-audit thead{display:none}.econ-table-queue,.econ-table-queue tbody,.econ-table-queue tr,.econ-table-queue td,.econ-table-audit,.econ-table-audit tbody,.econ-table-audit tr,.econ-table-audit td{display:block;width:100%}.econ-table-queue tr,.econ-table-audit tr{border-bottom:1px solid #e9ecef;padding:10px 12px;background:#fff;border-radius:5px;margin-bottom:5px}.econ-table-queue td,.econ-table-audit td{display:flex;justify-content:space-between;gap:12px;padding:2px 0;border:none;background:none;border-bottom:1px solid rgba(0,0,0,.107)}.econ-table-queue td:before,.econ-table-audit td:before{content:attr(data-label);font-weight:600;color:#6c757d;min-width:110px}.econ-table-queue td.text-end,.econ-table-audit td.text-end{justify-content:flex-end}.econ-table-queue td.text-end:before,.econ-table-audit td.text-end:before{display:none}.audit .block{text-align:right}.text-end{border-bottom:none!important}}.econ-table-queue td.text-break,.econ-table-audit td.text-break{word-break:break-word}.econ-json-box{background:#0f172a;color:#e5e7eb;padding:12px;border-radius:8px;font-size:12px;max-height:240px;overflow:auto}.econ-content.comunication{max-width:100%;padding:10px}.econ-mail-body{white-space:pre-wrap;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px;margin:0;max-height:260px;overflow:auto}@media (max-width: 768px){.econ-table-queue thead{display:none}.econ-table-queue,.econ-table-queue tbody,.econ-table-queue tr,.econ-table-queue td{display:block;width:100%}.econ-table-queue tr{border-bottom:1px solid #e9ecef;padding:10px 12px;background:#fff;border-radius:5px;margin-bottom:5px}.econ-table-queue td{display:flex;justify-content:space-between;gap:12px;padding:2px 0;border:none;background:none;border-bottom:1px solid rgba(0,0,0,.107)}.econ-table-queue td:before{content:attr(data-label);font-weight:600;color:#6c757d;min-width:110px}.econ-table-queue td.text-end{justify-content:flex-end}.econ-table-queue td.text-end:before{display:none}.comunication .block{text-align:right}.text-end{border-bottom:none!important}}.comunication .badge{font-size:.8rem;color:#000;background:#0000000d!important}.econ-table-queue td.text-break{word-break:break-word}.econ-mail-body-html{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px;max-height:180px;overflow:auto}.econ-mail-body-html img{max-width:100%;height:auto}.losses .card{justify-content:left;align-items:baseline}.losses .card .info{display:flex;justify-content:space-between;gap:10px;width:100%}.losses .card .title{font-size:1rem;font-weight:500;width:100%}.losses .card .group{display:flex;flex-direction:column;flex-grow:1}.losses-list .ADD{bottom:20px!important}.losses-list .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center}.losses-list .title-balance{top:0}.releases .card{padding:10px;margin-bottom:10px;background:#f5f5f5;border-radius:10px;font-size:.9rem;font-weight:400;display:flex;flex-direction:row;align-items:center;color:var(--bs-body-color)}.releases .info{display:flex;flex-direction:column;flex-grow:5}.releases .hour-interval{display:flex;flex-direction:row;align-items:center}.releases .start-time{font-size:.9rem!important;font-weight:700!important}.releases .end-time{font-size:.6rem;font-weight:500}.releases .information{display:flex;flex-direction:column;padding-left:5px;border-radius:7px}.releases .pendent{font-size:.7rem!important}.releases .group{display:flex;align-items:center;flex-wrap:wrap}.releases .date{font-size:.8rem;font-weight:700}.releases .description{font-size:.6rem}.releases .status{width:fit-content!important;display:flex;align-items:center;border-radius:5px;width:100%!important}.releases .status.N{text-align:center;color:#8b0000}.releases .status.N:before{font-family:Material Symbols Outlined;content:"thumb_down";padding-right:5px;cursor:auto}.releases .status.C{text-align:center;color:#006400}.releases .status.C:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.releases .status.R{text-align:center;color:#006400}.releases .status.R:before{font-family:Material Symbols Outlined;content:"thumb_up";font-size:.9rem;padding-right:5px}.releases .status.F{text-align:center;color:#8b0000}.releases .status.F:before{font-family:Material Symbols Outlined;content:"thumb_down";font-size:.9rem;padding-right:5px}.releases .status.X{--background: #8000002e;text-align:center;color:red}.releases .status.X:before{font-family:Material Symbols Outlined;content:"question_mark";font-size:.9rem;padding-right:5px}.releases .filters{position:relative;display:flex;padding:0!important;gap:5px;top:0}.releases .box-groups-releases{display:flex;justify-content:space-between;align-items:center}.releases .box-groups-releases .schedule{font-weight:700;flex-grow:1;font-size:1.1rem;text-align:center}.releases .radio-group .btn{width:50%;max-width:200px}.releases .radio-group .btn{border-radius:0}.btn-check:checked+.btn{border-color:var(--econ-primary)!important;color:#fff!important;background-color:var(--econ-primary)!important}.releases .radio-group .btn.left{border-top-left-radius:10px;border-bottom-left-radius:10px}.releases .radio-group .btn.right{border-top-right-radius:10px;border-bottom-right-radius:10px}.releases .radio-group{justify-content:center;display:flex;padding:5px}.releases .box-groups-radios{padding:10px;border:1px solid silver;border-radius:10px}.releases .box-groups-inputs{display:flex;align-items:center;padding:10px;border:1px solid silver;border-radius:10px;justify-content:center}.releases .values{display:flex;flex-direction:column;padding-left:20px;text-align:center;font-size:.8rem}.releases .actions{flex-grow:1;flex-direction:row}.releases .box-groups-releases .actions{flex-grow:0}.releases .btn-received{color:#fff;background-color:var(--econ-primary);padding:5px 15px;text-align:center;cursor:pointer;border-radius:5px;font-size:1rem;min-width:90px}.releases .btn-received:hover{background-color:var(--econ-primary-hover)}.releases .delete-custormer{position:absolute;right:30px;cursor:pointer}.releases .delete-custormer:after{font-family:Material Symbols Outlined;content:"close"}.releases .form-control.filter{padding:5px 30px 5px 5px}.darkseagreen{background-color:#8fbc8f;color:#fff}.gold{background-color:gold;color:#fff}.orange{background-color:orange;color:#fff}.red{background-color:red;color:#fff}.blueviolet{background-color:#8a2be2;color:#fff}.highlighter-none{border:1px dashed silver;color:#000}.dodgerblue{background-color:#1e90ff;color:#fff}.mark-tarja{width:10px;height:45px;box-shadow:var(--econ-shadow-medium);border-radius:10px}.color-tarja{width:100%}.releases .info .available{color:var(--econ-available)}.releases .info .unavailable{color:var(--econ-unavailable)}.releases .info .decide{color:var(--econ-decide)}.releases .info .available.ico:before{font-family:Material Symbols Outlined;content:"event_available";--color: var(--econ-available);font-size:1.5rem}.releases .info .unavailable.ico:before{font-family:Material Symbols Outlined;content:"event_busy";--color: var(--econ-unavailable);font-size:1.5rem}.releases .info .decide.ico:before{font-family:Material Symbols Outlined;content:"calendar_today";--color: var(--econ-decide);font-size:1.5rem}.releases .info .check{background-color:var(--econ-primary);border-color:var(--econ-primary)}.releases .acount{position:sticky;top:90px;padding:10px;display:flex;background:#fff;justify-content:center;font-size:1.2rem;font-weight:400;z-index:2;color:var(--econ-primary);width:fit-content}.releases .group-search{position:sticky;top:125px;background:#fff;z-index:2;padding-bottom:10px}.releases .group-search .ico-search:after{position:absolute;font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;color:gray;z-index:2;height:40px;width:40px;display:flex;justify-content:center;align-items:center}.releases .form-control.search{padding-left:30px}.defaults .card{justify-content:space-between}.defaults .info{display:flex;flex-direction:column;width:100%}.defaults .name{font-size:.9rem!important;font-weight:700!important}.defaults .group-search{position:sticky;top:50px;background:#fff;z-index:2}.defaults .group-search .ico-search:after{position:absolute;font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;padding:7px;color:gray;z-index:2;max-height:38px;display:flex;justify-content:center;align-items:center}#modal-task-services .tabs{top:-1px}#modal-task-services .invoice.in-customer .actions-invoice{top:35px}.stick{position:sticky;top:-1px;background:#fff;z-index:2}.anamnesis .info{flex-grow:1}.anamnesis .actions{flex-grow:0}.anamnesis .actions.horizontal{width:100%!important;justify-content:right}.anamnesis .between .actions.horizontal{width:fit-content!important}.anamnesis .econ-content{padding-left:15px;padding-right:15px}.anamnesis-content{margin:0 20px 0 15px}.customer .anamnesis-content{margin:0}.anamnesis-content input,.anamnesis-content textarea{width:max-content;border:none;border-bottom:1px solid silver;background-color:#fff!important;width:100%}.anamnesis-content .group{display:flex;align-items:center;flex-grow:1}.anamnesis-content .group.between{justify-content:space-between}.anamnesis-content .group.wrap{flex-wrap:wrap}.anamnesis-content label{font-size:.7rem;font-weight:700;text-align:left;line-height:.8rem}.anamnesis-content .title-content{border:1px solid var(--econ-primary)!important}.anamnesis-content .topic-emphasis{border-bottom:2px solid var(--econ-primary)}.anamnesis-content .topic{padding:3px!important;border:2px solid var(--econ-primary)!important;border-radius:5px}.anamnesis-content .newtopic{border:3px solid rgb(3,103,3)!important;background:#adbdb01d;border-radius:10px}.anamnesis-content .children{padding:10px!important;border:1px solid var(--econ-primary);margin:0 0 5px;border-radius:5px}.anamnesis-content .newchildren{padding:10px!important;border:3px solid rgb(3,103,3)!important;margin:0 5px;border-radius:5px}.anamnesis-content .children input,.anamnesis-content .children textarea{font-size:.8rem}.anamnesis-content .btn.handle{padding:10px 20px;height:auto;width:fit-content}.anamnesis-content .btn-add{display:flex;align-items:center;justify-content:center;width:auto!important}.actions .btn-public:before{font-size:1.4rem}.actions .btn-nopublic:before{font-size:1.4rem}.actions .btn-delete.anamnesis:before{font-size:1.4rem}#message-box{resize:none;padding:5px;height:30px!important;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}#message-box::-webkit-scrollbar{display:none}.customer-anamnesis-content input,.customer-anamnesis-content textarea{width:auto}.customer-anamnesis-content .group{display:flex;align-items:center;gap:10px;flex-grow:1;width:100%}.customer-anamnesis-content .group.between{justify-content:space-between}.customer-anamnesis-content .group.wrap{flex-wrap:wrap}.anamnesis-content .btn-topic{display:flex;justify-content:center;align-items:center;width:auto!important;gap:5px}.actions .btn-topic:before{font-family:Material Symbols Outlined;content:"add_row_below";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.anamnesis-content .btn-field{display:flex;align-items:center;justify-content:center;gap:5px;width:auto!important}.actions .btn-field:before{font-family:Material Symbols Outlined;content:"add";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.systemreports .title{display:flex;justify-content:space-between;font-size:1.2rem!important;font-weight:700!important;color:var(--econ-primary);width:100%;border-bottom:1px solid var(--econ-primary);margin-bottom:10px;margin-top:20px;cursor:pointer}.systemreports .info{padding:0 25px}.systemreports .subtitle{display:flex;padding:0;font-size:1rem;font-weight:400;align-items:center;cursor:pointer;color:#000}.systemreports .subtitle:hover{color:var(--econ-primary-hover)}.systemreports .subtitle.agenda-plan:before{font-family:Material Symbols Outlined;content:"manage_history";font-size:1.5rem;padding:5px}.systemreports .subtitle.recess:before{font-family:Material Symbols Outlined;content:"event_busy";font-size:1.5rem;padding:5px}.systemreports .subtitle.highlighter:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.5rem;padding:5px}.systemreports .subtitle.additional-fields:before{font-family:Material Symbols Outlined;content:"manage_accounts";font-size:1.5rem;padding:5px}.systemreports .subtitle.customer-groups:before{font-family:Material Symbols Outlined;content:"group";font-size:1.5rem;padding:5px}.systemreports .subtitle.anamnesis:before{font-family:Material Symbols Outlined;content:"assignment_ind";font-size:1.5rem;padding:5px}.systemreports .subtitle.payment-methods:before{font-family:Material Symbols Outlined;content:"credit_card_gear";font-size:1.5rem;padding:5px}.systemreports .subtitle.googledrive:before{font-family:Material Symbols Outlined;content:"drive_export";font-size:1.5rem;padding:5px}.systemreports .subtitle.integration:before{font-family:Material Symbols Outlined;content:"cloud_sync";font-size:1.5rem;padding:5px}.systemreports .subtitle.api:before{font-family:Material Symbols Outlined;content:"api";font-size:1.5rem;padding:5px}.systemreports .subtitle.recipe-categories:before{font-family:Material Symbols Outlined;content:"attach_money";font-size:1.5rem;padding:5px}.systemreports .subtitle.expense-categories:before{font-family:Material Symbols Outlined;content:"mintmark";font-size:1.5rem;padding:5px}.systemreports .subtitle.billing-messages:before{font-family:Material Symbols Outlined;content:"chat_paste_go";font-size:1.5rem;padding:5px}.systemreports .order{display:flex;flex-direction:column;justify-content:center;align-items:center}.systemreports .btn-up:after{font-family:Material Symbols Outlined;content:"keyboard_arrow_up";font-size:1.3rem;cursor:pointer}.systemreports .btn-down:after{font-family:Material Symbols Outlined;content:"keyboard_arrow_down";font-size:1.3rem;cursor:pointer}.systemreports .btn-print{display:flex;justify-content:space-between;cursor:pointer;width:100%}.systemreports .btn-print:after{font-family:Material Symbols Outlined;content:"print";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.systemreports .btn-print:before{content:""!important}.systemreports .btn-info{display:flex;justify-content:space-between;cursor:pointer;width:100%}.systemreports .btn-info:after{font-family:Material Symbols Outlined;content:"info";font-size:1.7rem;font-weight:300;color:var(--econ-primary)}.systemreports .btn-info:before{content:""!important}.systemreports .btn-print label{width:100%;line-height:1rem}.systemreports .group{padding-top:1px}.systemreports p{margin:0}.systemreports .box-table{display:flex;height:calc(100vh - 95px);flex-direction:column;padding:10px!important}.systemreports .box-actions{display:flex;gap:5px 10px}.systemreports .box-actions .btn-group{justify-content:right;width:fit-content!important}.systemreports .box-actions .box-title{font-size:1.2rem;font-weight:500}.systemreports .box-actions .form-floating{font-size:1.2rem;font-weight:500;flex-grow:1}@media (max-width: 575px){.systemreports .box-table{height:calc(100vh - 145px)}}@media (max-width: 790px){.systemreports .box-actions{flex-direction:column;margin-bottom:10px}.systemreports .box-actions .form-floating{text-align:center}.MuiDataGrid-filterForm{flex-direction:column}.systemreports .box-actions .btn-group{justify-content:center;margin:auto!important}}.delete-custormer{display:flex;align-items:center;justify-content:center;font-size:1.3rem;right:10px;cursor:pointer;width:30px;height:38px}.delete-custormer:after{font-family:Material Symbols Outlined;content:"close"}.group-filters{display:flex;flex-direction:column;gap:5px;border:1px solid silver;border-radius:5px;padding:10px}.group-customer{display:flex;flex-direction:column;align-items:center}.filter-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998}.filter-drawer{position:fixed;top:0;right:0;width:90%;max-width:420px;height:100vh;background:#fff;z-index:99999;box-shadow:-4px 0 14px #0003;display:flex;flex-direction:column}.filter-drawer-header{padding:14px 18px;border-bottom:1px solid #e0e0e0;font-weight:600;font-size:16px}.filter-drawer-body{flex:1;overflow-y:auto;padding:18px}.filter-drawer-footer{border-top:1px solid #e0e0e0;padding:12px;display:flex;justify-content:flex-end;gap:8px}.filters{background:#fff;padding:0 10px 10px}@media (max-width: 575px){.filters{position:fixed;background:#fff;padding:5px 10px!important;top:50px;right:0;left:0}}.filters-text-box{padding:10px 5px 5px;display:flex}.filters-text-box .filters-text-input{width:100%;border:1px solid silver;border-radius:50px;padding:5px 5px 5px 35px;font-size:1rem}.filters-text-icon{position:absolute}.filters-text-box .filters-text-icon:before{font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;padding:5px 7px}.filters-lyric{padding:0 10px}.filters-lyric-box{display:flex;flex-wrap:wrap;justify-content:center}@media (max-width: 575px){.filters-lyric-box{flex-wrap:nowrap;justify-content:left;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.filters-lyric-box::-webkit-scrollbar{display:none}}.filters-lyric .liryc{padding:0 10px 10px 0;min-width:30px;background:#f5f5f5;color:var(--econ-primary);margin:5px;border-radius:5px;font-size:1rem;font-weight:400;text-align:center;cursor:pointer}.filters-lyric .liryc:hover{border-color:var(--econ-primary-hover)}.filters-lyric .liryc.selected{background:var(--econ-primary);color:#fff;font-weight:700}.filters-text-box .form-switch{display:flex;justify-content:center;flex-wrap:wrap;padding:0;margin:0 0 0 10px}.filters-text-box .form-switch label{font-size:.5rem;font-weight:500}.filters-text-box .form-switch input{width:50%;padding:0;margin:0;height:18px}@media (max-width: 575px){.container.specialist{margin-top:155px;padding-bottom:45px;padding-top:10px}.container.specialist.pending{margin-top:0;padding-bottom:0;padding-top:0}}.specialist .card-specialist{padding:10px;border-radius:10px;display:flex;flex-direction:row;margin-bottom:10px;background:#f5f5f5}.specialist .info{display:flex;flex-grow:1;flex-direction:column}.specialist .info label{font-size:.7rem;font-weight:300;margin-right:20px}.specialist .info .blocked{width:100%;font-size:.7rem;color:red;font-weight:700}.specialist .info .name{font-size:.9rem;font-weight:500}.specialist .info .watts{font-weight:500;display:flex;align-items:center;cursor:pointer;color:#000;gap:3px;border:none;padding:0;background:none}.specialist .info .watts:hover{border:none}.specialist .info .phone{font-weight:500;display:flex;align-items:center;cursor:pointer;color:#000;gap:3px}.specialist .info .phone.ico:before{font-family:Material Symbols Outlined;content:"phone_in_talk";font-size:1rem}.specialist .info .service.hasservice{color:var(--econ-emphasis);font-weight:700}.specialist .actions{width:min-content;flex-grow:0;display:flex;align-items:center;justify-content:center}.specialist .card-specialist .info{display:flex;justify-content:center}.specialist .card-specialist .title{font-size:.9rem!important}.specialist .button-add{top:50px}.specialist .group{display:flex;gap:10px}.lifetimeanalisys .navigate-months{display:flex;justify-content:center;align-items:center;background:#fff;margin:auto;flex-wrap:wrap;padding:5px 0}.lifetimeanalisys .navigate-months .item-month{font-size:.9rem;font-weight:700;padding:5px 10px;text-align:center}.lifetimeanalisys .navigate-months .item-month-preps{font-size:.7rem;font-weight:400}.group-bottons{display:flex}.lifetimeanalisys .navigate-months .icon{font-family:Material Symbols Outlined;font-size:1.7rem;font-weight:100;cursor:pointer;min-width:35px;max-width:35px;min-height:35px;max-height:35px;display:flex;justify-content:center;align-items:center}.lifetimeanalisys .navigate-months .before:before{content:"navigate_before"}.lifetimeanalisys .navigate-months .after:before{content:"navigate_next"}.lifetimeanalisys .navigate-months .sum:before{content:"add_circle";font-size:2.5rem}.lifetimeanalisys .navigate-months .sub:before{content:"do_not_disturb_on";font-size:2.5rem}.lifetimeanalisys .navigate-months .apply:before{content:"check";font-size:1.8rem;background:var(--econ-primary);height:30px;width:30px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff}.lifetimeanalisys .navigator{position:sticky;top:50px;z-index:4;background:#fff}.lifetimeanalisys .card{display:flex;flex-wrap:wrap;gap:0 10px;justify-content:space-between}.lifetimeanalisys .card .title{min-width:100%;font-size:1rem;line-height:1rem;font-weight:700;display:flex;justify-content:space-between}.lifetimeanalisys .card .subtitle{min-width:100%;font-size:.8rem;line-height:.8rem;font-weight:700}.lifetimeanalisys .card .item{min-width:100%;font-size:.7rem;line-height:.7rem;margin-bottom:10px;display:flex;gap:7px}.lifetimeanalisys .card .group{display:flex;flex-wrap:wrap;text-align:center;flex-grow:1;justify-content:space-evenly;gap:0 5px;max-width:30%;padding:5px;border-radius:10px}.lifetimeanalisys .card .subgroup{font-size:clamp(.7rem,2vw,1rem);line-height:clamp(.7rem,2vw,1rem)}.lifetimeanalisys .card .subgroup.title{font-size:clamp(.875rem,2.5vw,1.125rem);line-height:clamp(.875rem,2.5vw,1.125rem);justify-content:center}.lifetimeanalisys .card .subgroup.small-text{font-size:clamp(.7,2vw,1rem)!important;line-height:clamp(.7,2vw,1rem)!important;font-weight:400!important;margin:0!important}.lifetimeanalisys .card .info{display:block;text-align:center;width:100%;border-bottom:1px solid silver}.lifetimeanalisys .card .btn-open{color:var(--econ-primary);cursor:pointer}.lifetimeanalisys .card .btn-open:hover{color:var(--econ-primary-hover)}.lifetimeanalisys .card .btn-open:before{font-family:Material Symbols Outlined;content:"open_in_new";position:absolute;right:10px;font-size:1.5rem;font-weight:600}.browse_activity{color:var(--econ-secondary);cursor:pointer}.browse_activity:hover{color:var(--econ-secondary-hover)}.browse_activity:before{font-family:Material Symbols Outlined;content:"browse_activity";position:absolute;right:5px;font-size:1.5rem;font-weight:200}.lifetimeanalisys .icon.apply{background:none!important}.lifetimeanalisys .icon.apply:hover{border:none!important}.lifetimeanalisys .icon.apply[disabled]{opacity:.5}.lifetimeanalisys .form-control.search{padding-left:30px}.lifetimeanalisys .group-search .ico-search:after{position:absolute;font-family:Material Symbols Outlined;content:"search";font-size:1.5rem;padding:7px;color:gray;z-index:2;max-height:38px;display:flex;justify-content:center;align-items:center}.lifetimeanalisys .frequencia{min-width:100%;font-size:clamp(.7rem,2vw,1rem);line-height:clamp(.7rem,2vw,1rem)}.lifetimeanalisys .result-cluster{min-width:100%;font-size:.8rem;border-bottom:1px solid silver;color:var(--econ-average)}.lifetimeanalisys .link .btn{width:100%;text-align:center;padding:3px;background:none;font-size:.9rem}.lifetimeanalisys .link .btn.selected{background:#00000014}.lifetimeanalisys .container-filters{width:100%}.campanhacashback .title{font-size:1rem;line-height:1rem;font-weight:700;margin:0}.campanhacashback .subtitle{margin-bottom:5px}.campanhacashback .description{font-size:.7rem;margin-bottom:10px}.campanhacashback .description ul{margin-bottom:0}.tab-cashbackcampaign{position:relative;top:0}.exceptions .content{min-height:50vh}.exceptions .content .customers-action{display:flex}.exceptions .content .customer-exception{display:flex;justify-content:space-between}#modal-register-campanhacashback .form-control,#modal-register-campanhacashback .form-select{font-size:.8rem}.container.teleservice{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;display:flex;background:#fff;padding:10px}.teleservice .MuiBox-root{flex-direction:column}.teleservice .simple-tabpanel{width:100%;padding:0}.teleservice .content{display:flex;width:100%}.ta-room{width:calc(100% - 300px);background:gray;border-radius:20px;margin-right:10px}.ta-room .room-header{height:50px;padding:10px}.ta-room .room-header .title{padding:10px 25px;font-size:1rem;font-weight:500;color:#f5f5f5}.ta-room .room-body{height:calc(100% - 130px);padding:0 10px}.ta-room .room-body span{display:flex;padding:10px 25px;font-size:1rem;font-weight:500;color:#f5f5f5}.ta-room .room-footer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:10px 25px}.ta-side-menu{display:flex;width:300px;overflow-y:scroll;background:#fff;scrollbar-width:none}.ta-side-menu::-webkit-scrollbar{display:none}.ta-side-menu .customer-anamnesis-content .anamnesis-content{padding:0!important;margin:0!important}.ta-side-menu .customer-anamnesis-content .btn-maxmize,.ta-side-menu .customer-anamnesis-content .btn-minimize{position:relative!important}.ta-side-menu .anamnesis-content .topic.title{padding:0 5px 0 0!important}.ta-side-menu .customer-anamnesis-content .group.between{gap:0}.ta-side-menu .actions.horizontal.fix .btn{min-width:100%}.ta-side-menu .btn-open-minimize,.ta-side-menu .btn-open-maxmize{position:sticky;top:48px!important;left:0!important;right:0!important;min-width:100%!important;background:#fff!important;z-index:1!important}.ta-side-menu .button-add{top:100px}.ta-side-menu .filters{margin-top:10px;position:sticky;top:50px;padding:10px!important}.ta-side-menu .invoice.in-customer .tabs{top:48px}.ta-side-menu .tab{font-size:.6rem!important}.teleservice .service,.teleservice .anamnesis,.teleservice .invoice{padding:10px 0 170px!important}.ta-side-menu .invoice.in-customer .actions-invoice{top:85px}.container.teleservice .btn-morevert{position:fixed;top:0;right:10px;align-items:center;font-size:1.6rem;font-weight:200;cursor:pointer;z-index:2}.container.teleservice .btn-morevert.white:before{font-family:Material Symbols Outlined;content:"menu";color:#fff}.container.teleservice .btn-morevert.prim:before{font-family:Material Symbols Outlined;content:"menu";color:var(--econ-primary)}.container.teleservice .menu-user{width:0}.container.teleservice .dropdown-toggle:empty:after{display:none!important}.container.teleservice .btn-videochat{position:fixed;top:5px;right:50px;justify-content:center;align-items:center;font-size:1.6rem;font-weight:200;cursor:pointer;z-index:2}.container.teleservice .btn-videochat.active:before{font-family:Material Symbols Outlined;content:"video_camera_front";color:#fff}.container.teleservice .btn-videochat.no-active:before{font-family:Material Symbols Outlined;content:"video_camera_front_off";color:var(--econ-primary)}.teleservice .group{display:flex}.teleservice .button{display:flex;flex-direction:column;color:#f5f5f5;font-size:.7rem;line-height:.8rem;font-weight:500;width:5vw;justify-content:center;border-radius:10px;cursor:pointer}@media (max-width: 767px){.teleservice .button{width:60px}}.teleservice .button:hover{color:#fff}.teleservice .button .bt-testpsy:before{font-family:Material Symbols Outlined;content:"psychology_alt";font-size:1.5rem;font-weight:200}.teleservice .button .bt-note:before{font-family:Material Symbols Outlined;content:"checkbook";font-size:1.5rem;font-weight:200}.teleservice .button .bt-file:before{font-family:Material Symbols Outlined;content:"attach_file";font-size:1.5rem;font-weight:200}.teleservice .button .bt-highlighter:before{font-family:Material Symbols Outlined;content:"fact_check";font-size:1.5rem;font-weight:200}.teleservice .button .bt-situations:before{content:"🔔";font-size:1.3rem;display:flex;height:21px}.teleservice .button .bt-users:before{font-family:Material Symbols Outlined;content:"group_add";font-size:1.5rem;font-weight:200}.teleservice .button .bt-copy:before{font-family:Material Symbols Outlined;content:"media_link";font-size:1.5rem;font-weight:200}.teleservice .button .bt-out:before{font-family:Material Symbols Outlined;content:"output";font-size:1.5rem;font-weight:200}.teleservice .button .bt-close:before{font-family:Material Symbols Outlined;content:"tab_close_right";font-size:1.5rem;font-weight:200}.teleservice .actions.columns{flex-direction:column;gap:0}.teleservice .actions.columns .btn{margin:3px!important}.teleservice .MuiTabs-root{z-index:3}.teleservice .fix-filters{top:53px}@media (min-width: 768px){.mobile{display:none!important}.container.teleservice .menu-user ul{top:35px!important}.teleservice .MuiTabs-flexContainer{position:fixed;top:0!important;bottom:auto!important;background:#fff;padding-bottom:5px;width:100%;max-width:300px;z-index:1;justify-content:left!important}.container.teleservice .btn-morevert.white:before{position:fixed;right:10px;top:15px;color:var(--econ-primary)}.teleservice .general form button{position:sticky;bottom:0}}@media (max-width: 767px){.desktop{display:none!important}.container.teleservice .menu-user ul{top:-15px!important}.ta-side-menu .btn-open-minimize,.ta-side-menu .btn-open-maxmize{position:fixed!important}.no-visible{display:none}.container.teleservice{border-radius:0;padding:0;margin:0;top:0;bottom:0;left:0;right:0;max-width:100%}.ta-room{width:100%;margin:0;padding-top:2px;border-radius:0;z-index:1}.ta-side-menu{--display: none;position:fixed;top:0;bottom:0;width:100%}.ta-side-menu .filters{margin-top:10px;position:sticky;top:50px;padding:10px!important;width:100%}.ta-side-menu .invoice.in-customer .tabs{top:40px}.ta-side-menu .tab{font-size:.6rem!important}.ta-side-menu .invoice.in-customer .actions-invoice{top:80px}.teleservice .MuiBox-root{flex-direction:column}.teleservice .MuiTabs-flexContainer{position:sticky;top:0!important;left:0;right:0;width:100%;top:0}.teleservice .simple-tabpanel{padding:10px}.teleservice .service,.teleservice .anamnesis,.teleservice .invoice{padding:25px 20px 200px!important}.teleservice .MuiTabs-root{position:fixed;background:#fff;width:100%}.ta-side-menu .actions.horizontal.fix{position:fixed!important;bottom:0!important;width:100%!important;max-width:none!important;padding:20px!important}.MuiTabs-scroller{padding:0 10px}.teleservice .general{padding:60px 20px 70px!important}}@media (max-width: 575px){.teleservice .simple-tabpanel{padding-top:0;padding-bottom:70px}.teleservice .button-add .edit,.teleservice .btn-econ.put{bottom:10px!important;margin:0!important}}.container-morevert{position:fixed;top:40px;right:10px;display:flex;flex-direction:column;background:#fff;border:1px solid silver;border-radius:5px;z-index:2}.container-morevert .item-morevert{padding:5px 10px}.container-morevert>div:not(:last-child){border-bottom:1px solid #ccc}.teleservice #simple-tabpanel-3{padding:20px 0 15px!important}.teleservice .container-draft .header{top:50px!important}.teleservice .tab-container{margin-top:25px}.teleservice .ta-side-menu .btn-open-minimize,.teleservice .ta-side-menu .btn-open-maxmize{top:100px!important;z-index:4!important}@media (max-width: 768px){.teleservice #simple-tabpanel-3{padding:70px 15px 15px!important}.teleservice .container-draft .header{top:58px}}.container.login{position:fixed;top:0;bottom:0;left:0;right:0;place-items:center;display:flex;justify-content:center}.login .content-login{display:flex;justify-content:center}.login .box{background:#fff;padding:20px;border:1px solid silver;border-radius:10px;width:90%;max-width:350px;display:flex;flex-wrap:wrap;box-shadow:var(--econ-gray-medium)}.login img{width:120px}.login .title{width:100%;font-size:1.2rem;font-weight:500;text-align:center;padding:10px 0;color:var(--econ-color-logo)}@media (max-width: 575px){.btn.btn-econ{position:relative;bottom:0!important;left:auto;right:auto}}#err-login{font-size:.8rem;font-weight:300;color:var(--econ-emphasis);display:block;text-align:center}.login .group{display:flex;justify-content:center;align-items:center}.login .menu-login a{color:var(--econ-primary)}.login .menu-login a:hover{color:var(--econ-primary-hover)}.login .menu-login.replacepass{color:var(--econ-primary)}.login .menu-login.replacepass:hover{color:var(--econ-primary-hover)}.login .econ-error{padding:0;margin-bottom:0}.login .replacepass{cursor:pointer;padding:6px 0;margin-top:20px}.login .message{font-size:1.2rem;padding:20px;color:var(--econ-gray-medium)}.login .message strong{color:var(--econ-primary)}.login .group{font-size:1rem;text-align:center;margin-top:10px;font-weight:300;width:100%}.login .group strong{font-weight:700;color:var(--econ-primary)}.login .register{background:#f5f5f5;padding:20px;border-radius:10px;max-width:800px;width:90%;display:flex;flex-wrap:wrap}.login .wizard.root{display:flex;width:100%;height:70px}.login .label{position:absolute;font-size:.6rem;font-weight:600;margin-top:55px}.login .stage-box{display:flex;justify-content:center;align-items:center;width:25%}.login .stage-progress{background:#f5f5f5;border:silver solid 1px;height:7px;width:100%;border-radius:3px}.login .active .stage-progress{background:var(--econ-secondary);border:none}.login .stage-symbol{position:absolute;display:flex;justify-content:center;align-items:center;background:#f5f5f5;font-size:1.8rem;font-weight:200;height:40px;width:40px;border:1px solid silver;border-radius:50%;color:silver;cursor:pointer}.login .stage-symbol:hover{background:silver;color:#fff}.login .active .stage-symbol{background:var(--econ-secondary);border:none;color:#fff}.login .active .stage-symbol:hover{--background: var(--econ-secondary-hover)}.login .icon-general:before{display:flex;font-family:Material Symbols Outlined;content:"badge"}.login .icon-address:before{display:flex;font-family:Material Symbols Outlined;content:"location_home"}.login .icon-profile-photo:before{display:flex;font-family:Material Symbols Outlined;content:"photo_camera_front"}.login .icon-logo-receipt:before{display:flex;font-family:Material Symbols Outlined;content:"low_density"}#code{font-size:1.5rem;padding:25px 10px 10px;height:auto}.menu-login.msg-code{display:flex;width:80%;gap:5px;text-align:left}.menu-login.msg-code .ico:before{font-family:Material Symbols Outlined;content:"info";font-size:1.5rem}:root{--econ-line-light: rgb(233, 233, 233);--econ-shadow-light: 1px 1px 7px rgba(0, 0, 0, .07);--econ-shadow-medium: 1px 1px 7px rgba(0, 0, 0, .2);--econ-primary: darkcyan;--econ-primary-hover: rgb(0, 78, 78);--econ-secondary: darkorange;--econ-secondary-hover: rgb(180, 100, 20);--econ-terciary: gray;--econ-terciary-hover: rgb(95, 95, 95);--econ-link-hover: rgb(119, 119, 119);--econ-emphasis: orangered;--econ-emphasis-two: darkgreen;--econ-emphasis-tree: darkred;--econ-agendado: #f1efe3;--econ-holiday-bg: #f1efe3;--econ-agendado-border: none--rgb(175, 169, 139);--econ-vago: whitesmoke;--econ-intervalo: whitesmoke;--econ-bg-input: whitesmoke;--econ-decide: gray;--econ-available: green;--econ-unavailable: red;--econ-gray-medium: rgb(68, 68, 68);--econ-bg-emphasis: rgb(255, 241, 235);--econ-bg-emphasis-two: rgb(239, 255, 239);--econ-color-logo: rgb(60, 80, 90)}#root{width:100%;background-color:#7d7d7d;display:flex;align-items:center}.econ-dark{color:#000!important}.econ-average{color:gray!important}.econ-light{color:silver!important}.econ-white{color:#fff!important}.econ-positive-highlight{color:green!important}.econ-negative-highlight{color:red!important}.econ-orange{color:orange!important}.econ-green{color:green!important}.econ-darkorange{color:#ff8c00!important}.econ-mediumblue{color:#0587eb}.econ-primary{color:var(--econ-primary)!important}.econ-secondary{color:var(--econ-secondary)!important}.econ-emphasis{color:var(--econ-emphasis)!important}.econ-emphasis-two{color:var(--econ-emphasis-two)!important}.econ-emphasis-tree{color:var(--econ-emphasis-tree)!important}.econ-gray-medium{color:var(--econ-gray-medium)!important}.econ-blue{color:#00f!important}.econ-border-dark{border:1px solid rgb(0,0,0)!important}.econ-border-average{border:1px solid gray!important}.econ-border-light{border:1px solid silver!important}.econ-border-super-light{border:1px solid rgb(233,233,233)!important}.econ-border-darkorange{border:1px solid darkorange!important}.econ-border-red{border:1px solid red!important}.econ-selected{border:1px solid var(--bs-dark-text-emphasis)!important}.econ-br-5{border-radius:5px!important}.econ-br-10{border-radius:10px!important}.econ-br-20{border-radius:20px!important}.econ-br-width-2{border-width:2px!important}.econ-br-width-3{border-width:3px!important}.econ-background-primary{background:var(--econ-primary)!important}.econ-background-secondary{background:var(--econ-secondary)!important}.econ-background-terciary{background:var(--econ-terciary)!important}.econ-background-gray{background:gray!important}.econ-background-silver{background:silver!important}.econ-background-whitesmoke{background:#f5f5f5!important}.econ-background-white{background:#fff!important}.econ-background-orangered{background:#ff4500!important}.econ-background-orange{background:orange!important}.econ-background-darkorange{background:#ff8c00!important}.econ-background-lightyellow{background:#ffffe0!important}.econ-background-day-now{background:var(--econ-agendado)!important}.econ-background-darkgray{background:#272727!important}.econ-bg-positive-highlight{background:green!important}.econ-bg-negative-highlight{background:red!important}.econ-bg-none{background:none!important}.econ-bg-emphasis{background:var(--econ-bg-emphasis)!important}.econ-background-highlight{background:#0000000d!important}.econ-bg-emphasis-two{background:var(--econ-bg-emphasis-two)!important}.not-exists,.not-exists-msg{display:block;width:100%;font-size:1rem;padding:10%;text-align:center;font-weight:400;color:gray}.loader{width:fit-content;font-weight:700;font-family:monospace;font-size:1rem;clip-path:inset(0 3ch 0 0);animation:l4 1s steps(4) infinite}.loader:before{content:"carregando..."}.loader-custom{width:fit-content;font-weight:700;font-family:monospace;font-size:1rem;clip-path:inset(0 3ch 0 0);animation:l4 1s steps(4) infinite}@keyframes l4{to{clip-path:inset(0 -1ch 0 0)}}.material-symbols-outlined,*[class*=btn-econ-news],*[class*=btn-econ-everyone-customers],*[class*=btn-econ-everyone-all],*[class*=symbol],*[class*=icon],*[class*=ico]{visibility:hidden}body.fonts-loaded .material-symbols-outlined,body.fonts-loaded *[class*=btn-econ-news],body.fonts-loaded *[class*=btn-econ-everyone-customers],body.fonts-loaded *[class*=btn-econ-everyone-all],body.fonts-loaded *[class*=symbol],body.fonts-loaded *[class*=icon],body.fonts-loaded *[class*=ico]{visibility:visible}*:before,*:after{visibility:hidden}body.fonts-loaded *:before,body.fonts-loaded *:after{visibility:visible}.content-visibility{content-visibility:auto}.fit-content{width:fit-content!important}a{text-decoration:inherit;color:var(--econ-primary)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.accordion-button:focus{background-color:#fff;border:none;border-color:silver;box-shadow:none}.accordion-button:not(.collapsed){background-color:#f5f5f5}#status-connection{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:30;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:40px}#status-connection h3{text-align:center}#status-connection p{font-size:1rem;font-weight:300;text-align:center}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,3vw,2rem)}h5{font-size:clamp(1.125rem,2.5vw,1.5rem)}p{font-size:clamp(1rem,2.5vw,1.25rem)}small{display:inline-block;font-size:clamp(.75rem,1.5vw,.875rem);line-height:clamp(.9rem,1.8vw,1rem)}
