.form-entries{display:flex;flex-direction:column;flex-wrap:wrap;gap:16px}.form-entries .switch-type-entry{display:flex;width:100%;gap:8px;background-color:var(--surface-secondary)}html[data-theme=dark] .form-entries .switch-type-entry{background-color:var(--Color-Neutrals-neutral-200)}.form-entries .switch-type-entry{padding:4px;border-radius:12px}.form-entries .switch-type-entry .switch-type-entry--item{cursor:pointer;flex:1;padding:8px 16px;border-radius:12px;background-color:transparent;border:none;font-size:14px;font-weight:500;color:var(--border-active);display:flex;align-items:center;gap:8px;justify-content:center;opacity:.5;transition:background-color .3s,opacity .3s;color:var(--button-label-dark)}html[data-theme=dark] .form-entries .switch-type-entry .switch-type-entry--item span{filter:invert(1)!important}html[data-theme=dark] .form-entries .switch-type-entry .switch-type-entry--item{color:var(--button-label-white)}.form-entries .switch-type-entry .switch-type-entry--item.active{border:1px solid var(--border-subtle);box-shadow:0 4px 8px 0 rgba(42,46,55,.08);background-color:var(--surface-primary)}html[data-theme=dark] .form-entries .switch-type-entry .switch-type-entry--item.active{background-color:var(--Color-Neutrals-neutral-300)}.form-entries .switch-type-entry .switch-type-entry--item.active{opacity:1}.form-entries .form-row{display:flex;width:100%;gap:16px;align-items:flex-end}.form-entries .form-row .form-col label{margin-bottom:4px}.form-entries .form-row .form-col .p-inputnumber-input{width:100%}.form-entries .form-row .form-col.center-y{justify-content:center}.form-entries .form-row .form-col.center-y a{cursor:pointer;color:var(--text-primary);text-decoration:unset;opacity:.7;transition:.5s;font-size:14px}.form-entries .form-row .form-col.center-y a:hover{opacity:1}.form-entries .form-row .form-col label{color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:500;display:flex}.form-entries .form-row .form-col label small{margin-left:auto;opacity:.4}.form-entries .form-row .form-col.total{border-radius:8px;display:flex;justify-content:space-between;flex-direction:row}.form-entries .form-row .form-col.total div{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:600;line-height:16px}.form-entries .p-dropdown.p-component.p-inputwrapper,.form-entries .p-inputtext.p-component{width:100%;padding:8px 16px}.form-entries .p-dropdown.p-component.p-inputwrapper .p-dropdown-label.p-inputtext,.form-entries .p-inputtext.p-component .p-dropdown-label.p-inputtext{font-size:14px;font-style:normal;font-weight:400;line-height:24px;border-color:var(--border-strong)}.form-entries .p-dropdown.p-component.p-inputwrapper .p-dropdown-label.p-inputtext.p-placeholder,.form-entries .p-inputtext.p-component .p-dropdown-label.p-inputtext.p-placeholder{color:var(--bg-neutral)}.form-entries .p-inputtext.p-component,.form-entries .p-inputwrapper{padding:10px 16px;border-color:var(--border-strong);border-radius:8px}.alert-message.success{position:relative;padding:12px 16px;background-color:var(--background-success);border-radius:8px;margin-bottom:32px}.alert-message.success h4{display:flex;align-items:center;gap:8px;color:var(--text-success);font-size:16px;font-style:normal;font-weight:600;line-height:16px;margin-bottom:4px}.alert-message.success span{color:var(--text-primary);font-size:14px;font-style:normal;font-weight:400;line-height:24px}.alert-message.success .alert-close{position:absolute;right:16px;height:20px;top:calc(50% - 10px)}input[type=date]{justify-content:flex-start!important;-moz-appearance:textfield}input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input[type=date]::-ms-clear{display:none}.p-dropdown-label.p-inputtext{display:flex;align-items:center;justify-content:center}.modal-component .modal-component--source{height:100%;cursor:pointer}html[screen-format=mobile] .modal-component .modal-component--content{padding-top:0}.modal-component .modal-component--content{position:fixed;z-index:10;background-color:rgba(44,58,83,.447);inset:0;animation:fade .3s;display:flex;align-items:center;justify-content:center;cursor:default}.modal-component.side .default-card{position:fixed;top:0;bottom:0;overflow-y:auto;border-radius:unset}.modal-component.side.right .default-card{right:0}.modal-component.side.left .default-card{left:0}.modal-component.center .default-card:not(.animating){right:unset!important;left:unset!important;top:unset!important;bottom:unset!important}.modal-component.center .default-card.modal-filter{bottom:0!important;height:var(--topbar-height,650px)}.modal-component.center .default-card.modal-filter.full{height:100%}.modal-component.center .default-card.modal-filter{position:fixed!important}html[data-theme=dark] .modal-component .modal-component--content{background-color:rgba(34,36,43,.75)!important}.modal-footer{margin-top:auto;display:flex;justify-content:space-between;background-color:var(--surface-secondary);padding:16px 24px;align-items:center}.modal-component.dropdown .modal-component--content{background-color:unset}.modal-component.dropdown .modal-component--content .default-card{padding:16px;bottom:unset;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:-4px 10px 20px 0 rgba(47,49,55,.1);border:1px solid hsla(0,0%,50%,.197)}.modal-component--content .default-card{overflow:hidden;grid-template-columns:1fr;grid-template-areas:"content";grid-template-rows:auto}.modal-component--content .default-card:not(:has(.header-title)):not(:has(.modal-footer)){grid-template-rows:auto;grid-template-areas:"content"}.modal-component--content .default-card:has(.header-title):not(:has(.modal-footer)){grid-template-rows:70px auto;grid-template-areas:"header" "content"}.modal-component--content .default-card:not(:has(.header-title)):has(.modal-footer){grid-template-rows:auto 70px;grid-template-areas:"content" "footer"}.modal-component--content .default-card:has(.header-title):has(.modal-footer){grid-template-rows:70px auto 70px;grid-template-areas:"header" "content" "footer"}.modal-component--content .default-card .header-title{grid-area:header}.modal-component--content .default-card .modal-footer{grid-area:footer}.modal-component--content .default-card .modal-content{grid-area:content;overflow:auto}.default-card{display:flex;flex-direction:column;background-color:var(--surface-primary);border:.5px solid var(--border-md-darker);border-radius:8px;position:relative;width:min(95%,var(--size));max-height:-webkit-fill-available;overflow-y:auto}.default-card:has(.header-title){padding-top:0!important}.default-card .header-title{padding:16px 24px;border-bottom:1px solid var(--border-strong);display:flex;align-items:center;width:100%}.default-card .header-title.border-b-none{border-bottom:none!important}.default-card .header-title.borderless{border-bottom:unset!important;padding:12px 0}.default-card .header-title h4{color:var(--text-primary);font-size:20px;font-style:normal;font-weight:500;margin-right:auto;font-family:var(--font-figtree);line-height:24px}.faq-collapse .collapse-component--source h4{text-align:start}.icon{background-repeat:no-repeat;display:block;width:var(--width);height:var(--height);background-size:contain;background-image:var(--image)}html[data-theme=dark] .icon{background-image:var(--dark-image)}.modal-component .modal-component--content .default-card.modal-mobile-menu{background-color:#22242b!important;border:none!important;border-radius:0!important}.trend-value{border-radius:100px;height:20px;padding:2px 8px;font-size:var(--font-size);font-weight:500;gap:4px;display:flex;align-items:center;background:var(--background-warning);color:var(--text-warning)!important}.trend-value.transparent{background-color:transparent!important}.trend-value.bg-gray{background-color:var(--surface-tertiary)!important}.trend-value.text-primary{color:var(--text-primary)!important}.trend-value.positive{background-color:var(--background-success);color:var(--text-success)!important}.trend-value.positive.text-primary{color:var(--text-primary)!important}.trend-value.negative{background-color:var(--background-error);color:var(--text-error)!important}.trend-value.negative.text-primary{color:var(--text-primary)!important}.trend-value .follow.positive{color:var(--text-success)!important}.trend-value .follow.positive.text-primary{color:var(--text-primary)!important}.trend-value .follow.negative{color:var(--text-error)!important}.trend-value .follow.negative.text-primary{color:var(--text-primary)!important}.trend-value.transparent{padding:0}.trend-value.strong{font-weight:600}.trend-value.dark{color:var(--text-primary)}.trend-value .trend-icon.variation{color:var(--text-warning);transform:rotate(90deg)}.trend-value .trend-icon.variation.positive{color:var(--text-success);transform:rotate(0deg)}.trend-value .trend-icon.variation.negative{color:var(--text-error);transform:rotate(180deg)}.trend-value .trend-icon.trend{color:var(--text-warning);transform:rotate(45deg)}.trend-value .trend-icon.trend.positive{color:var(--text-success);transform:rotate(0deg)}.trend-value .trend-icon.trend.negative{color:var(--text-error);transform:rotate(90deg)}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.empty-state{height:100vh;background-size:cover;align-items:center}.empty-state,.empty-state .background-image{background-image:var(--bg-image);background-repeat:no-repeat}.empty-state .background-image{background-size:100%;background-position:50%;position:absolute;inset:0;display:flex;align-items:flex-start}.empty-state .modal-assesment{align-self:flex-start;z-index:1;display:flex;padding:var(--Spacing-System-spacing-xl,48px);flex-direction:column;align-items:center;gap:var(--Spacing-System-spacing-l,32px);border-radius:var(--Spacing-System-spacing-s,16px);background:var(--surface-primary);box-shadow:0 10px 60px 0 rgba(18,34,84,.3);width:min(100%,936px)}html[screen-format=mobile] .empty-state .modal-assesment{padding:var(--Spacing-System-spacing-xl,48px) 10px}.empty-state .modal-assesment .header{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.empty-state .modal-assesment .header h2{color:var(--text-primary);font-family:var(--font-figtree);font-size:24px;font-style:normal;font-weight:600;line-height:32px;text-align:center;text-wrap:balance}html[screen-format=mobile] .empty-state .modal-assesment .header h2{text-align:left}.empty-state .modal-assesment .header small{text-wrap:balance;color:var(--text-primary);font-family:var(--font-figtree);font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-align:center}html[screen-format=mobile] .empty-state .modal-assesment .header small{text-align:left}.empty-state .modal-assesment .cards{display:flex;align-content:center;flex-wrap:wrap;width:100%;gap:var(--Spacing-System-spacing-s,16px);margin-top:var(--Spacing-System-spacing-l,32px)}html[screen-format=mobile] .empty-state .modal-assesment .cards{flex-direction:column}.empty-state .modal-assesment .cards .card{cursor:pointer;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface-primary);flex:1;min-width:412px}html[screen-format=mobile] .empty-state .modal-assesment .cards .card{min-width:unset}.empty-state .modal-assesment .cards .card{padding:24px 16px;flex-direction:column;align-items:center;text-decoration:none}.empty-state .modal-assesment .cards .card.b3{display:flex;flex-direction:column;align-items:center;justify-content:center}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.b3{flex-direction:row;gap:10px}.empty-state .modal-assesment .cards .card.b3 .icon{margin-bottom:24px}.empty-state .modal-assesment .cards .card.b3 .title{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:120%;margin-bottom:8px}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.b3 .title{font-size:14px}.empty-state .modal-assesment .cards .card.b3 .description{color:var(--text-primary);font-family:var(--font-figtree);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.b3 .description{text-align:left}.empty-state .modal-assesment .cards .card.manual .modal-component--source{display:flex;flex-direction:column;align-items:center;justify-content:center}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.manual .modal-component--source{flex-direction:row;gap:10px}.empty-state .modal-assesment .cards .card.manual .modal-component--source .icon-section{margin-bottom:24px}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.manual .modal-component--source .icon-section{margin-bottom:unset}.empty-state .modal-assesment .cards .card.manual .modal-component--source .icon-section{width:48px;height:48px;border-radius:var(--Corner-Radios-2,8px);background-color:var(--border-subtle);display:flex;align-items:center;justify-content:center}.empty-state .modal-assesment .cards .card.manual .modal-component--source .title{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:120%;margin-bottom:8px}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.manual .modal-component--source .title{font-size:14px}.empty-state .modal-assesment .cards .card.manual .modal-component--source .description{color:var(--text-primary);font-family:var(--font-figtree);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px}html[screen-format=mobile] .empty-state .modal-assesment .cards .card.manual .modal-component--source .description{text-align:left}.analysis-section{display:flex;align-items:center;justify-content:center;max-width:912px}@media screen and (max-width:768px){.analysis-section{padding-top:0!important}}.analysis-section .alert-section{background-color:#f3f2f2}.analysis-section .alert-section .message{font-size:var(--paragraph-large,16px)}html[screen-format=mobile] .analysis-section .alert-section .message{font-size:12px!important}html[screen-format=mobile] .analysis-section .alert-section .title{font-size:16px!important}.analysis-section .alert-image-circle{overflow:hidden}.analysis-section .alert-image-circle div{max-width:100%;max-height:100%}.analysis-section .alert-image-circle div .img-circle{-o-object-fit:cover;object-fit:cover}.paragraph-large{font-size:var(--paragraph-large,16px)}.alert-section{flex-direction:row;display:flex;padding:16px var(--Spacing-System-spacing-s,16px) var(--Spacing-System-spacing-s,16px) var(--Spacing-System-spacing-s,16px);align-items:center;gap:var(--Spacing-System-spacing-m,24px);align-self:stretch;border-radius:12px;background-color:var(--System-Background-surface-information)}.alert-section.small{padding:4px 8px;border-radius:var(--Corner-Radius-corner-radius-sm,4px)}.alert-section.light{align-items:flex-start}.alert-section.light,html[data-theme=dark] .alert-section.light{background-color:var(--surface-primary)}html[data-theme=dark] .alert-section{background-color:var(--background-information)}.alert-section{width:100%}.alert-section .content{display:flex;flex-direction:column;gap:12px;width:100%}.alert-section .content .title{font-size:16px;font-weight:600;line-height:120%;display:flex;gap:var(--Spacing-4,12px)}.alert-section .content .message,.alert-section .content .title{color:var(--text-primary);font-family:var(--font-figtree);font-style:normal}.alert-section .content .message{font-size:14px;font-weight:400;line-height:24px;text-align:left}.ia-icon{border-radius:var(--Corner-Radius-corner-radius-sm,4px);background:#35374b;box-shadow:0 8px 12px 0 rgba(44,58,83,.16);display:flex;height:24px;padding:4px 8px;justify-content:center;align-items:center;gap:8px;color:var(--text-tertiary);font-family:var(--font-figtree);font-size:14px;font-style:normal;font-weight:500;line-height:16px}.collapse-component .collapse-component--source{display:flex;gap:10px;align-items:center;justify-content:space-between;cursor:pointer}html[screen-format=mobile] .collapse-component .collapse-component--source,html[screen-format=tablet] .collapse-component .collapse-component--source{padding:10px!important}.collapse-component .collapse-component--content{padding-bottom:10px}.collapse-component .collapse-btn{transform:rotate(180deg);cursor:pointer;width:30px!important;min-width:30px!important;height:30px;border:none;border-radius:100%;background-color:var(--border-subtle)}html[data-theme=dark] .collapse-component .collapse-btn{background-color:var(--surface-secondary)}.collapse-component .collapse-btn{display:flex;align-items:center;justify-content:center;transition:.3s}.collapse-component.opened .collapse-btn{transform:rotate(0deg)}.earnings-page{display:flex;gap:24px;flex-direction:column}.earnings-page .earnings-card{display:flex;flex-direction:column;border-radius:8px;background:var(--surface-primary);border:1px solid var(--border-strong)}.earnings-page .earnings-card .card-content{padding:8px 16px;display:flex;flex-direction:column}.earnings-page .earnings-card .card-content.border-b{margin-bottom:12px;border-bottom:.5px solid var(--border-strong)}.earnings-page .earnings-card .card-content.header{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:600;line-height:16px;font-family:var(--font-figtree);border-bottom:1px solid var(--border-subtle)}.earnings-page .earnings-card .card-content.header h4{color:var(--text-primary);font-size:20px}html[screen-format=mobile] .earnings-page .earnings-card .card-content.header h4{font-size:16px}.earnings-page .earnings-card .card-content.header h4{font-style:normal;font-weight:500;line-height:120%;display:flex;align-items:center;flex-wrap:wrap}@media screen and (max-width:600px){.earnings-page .earnings-card .card-content.header h4{width:100%;display:flex;justify-content:space-between}}.earnings-page .earnings-card .card-content.header h4 .action-btns{margin-left:auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}html[screen-format=desktop] .earnings-page .earnings-card .card-content.header h4 .action-btns>*{max-width:198px}.earnings-page .earnings-card .card-content.header h4 .action-btns .action-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:115px;font-weight:500}html[screen-format=mobile] .earnings-page .earnings-card .card-content.header h4 .action-btns,html[screen-format=tablet] .earnings-page .earnings-card .card-content.header h4 .action-btns{margin-left:0;grid-template-columns:2fr 1fr 1fr}@media screen and (max-width:600px){.earnings-page .earnings-card .card-content.header h4 .action-btns{display:flex;flex-wrap:wrap}.earnings-page .earnings-card .card-content.header h4 .action-btns .p-dropdown{flex:1}}.earnings-page .earnings-card .card-content.header h4 .action-btns.history{grid-template-columns:2fr 1fr 1fr}.earnings-page .earnings-card .card-content.body h5{color:var(--text-secondary);font-family:var(--font-figtree);font-size:14px;font-style:normal;font-weight:500;line-height:16px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.earnings-page .earnings-card .card-content.body h5 .edit-link{cursor:pointer;text-decoration:unset;color:var(--border-active);font-size:12px;font-style:normal;font-weight:400;line-height:16px}html[data-theme=dark] .earnings-page .earnings-card .card-content.body h5 .edit-link{color:var(--text-primary)}.earnings-page .earnings-card .card-content.body .value-row{display:flex;flex-direction:row;gap:8px;align-items:center;margin-bottom:12px}.earnings-page .earnings-card .card-content.body .value-row.bottom{padding-bottom:8px}.earnings-page .earnings-card .card-content.body .value-row .value{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:24px}.earnings-page .earnings-card .card-content.body .value-row .value.percentage-value{margin-left:auto;font-size:16px}.earnings-page .earnings-card .card-content.body .value-row .percentage{align-items:center;display:flex;flex-direction:row;gap:8px;padding:0 8px;color:var(--text-primary);font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-decoration:none}.earnings-page .container-row{display:flex;gap:24px}html[screen-format=mobile] .earnings-page .container-row,html[screen-format=tablet] .earnings-page .container-row{flex-direction:column}.earnings-page .container-row .summary{width:min(360px,100%)}html[screen-format=mobile] .earnings-page .container-row .summary,html[screen-format=tablet] .earnings-page .container-row .summary{width:100%}.earnings-page .container-row .evolution,.earnings-page .details,.earnings-page .history{flex:1}.earnings-page .p-dropdown.p-component,.earnings-page button.menu-trigger:not(html[screen-format=mobile]){min-width:170px}div[role=tooltip] .MuiTooltip-tooltip:has(.no-parent){background-color:var(--surface-primary)!important;border:1px solid var(--surface-tertiary)!important;color:var(--text-primary)}input[type=checkbox]:checked{background-color:var(--text-primary);border-color:var(--text-primary)}html[data-theme=dark] input[type=checkbox]:checked{background-color:var(--color-Blue-blue-400);border-color:var(--color-Blue-blue-400)}.p-dropdown-panel[data-pc-section=panel][style*="center top"]{margin-top:4px}.p-dropdown-panel[data-pc-section=panel][style*="center bottom"]{margin-top:-4px}.p-dropdown-panel .p-dropdown-header{background-color:var(--surface-primary);color:var(--text-primary)}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-container svg{margin-top:-3px}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{color:var(--text-primary);border-radius:8px}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-focus{background-color:var(--surface-secondary)!important}html[data-theme=dark] .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight:after{background-image:url(/images/theme/check-white.svg)}.earnings-tabs label{font-size:14px;font-weight:500;color:var(--text-primary)!important}html[data-theme=dark] .earnings-tabs.desktop-tabs.checked{background-color:transparent!important}html[data-theme=dark] .earnings-tabs.mobile-tabs .radio-tab{background-color:var(--button-background-secondary-resting)!important;border:1px solid var(--Stroke-stroke-thinner)!important}html[data-theme=dark] .earnings-tabs.mobile-tabs .radio-tab label.checked{background-color:var(--surface-secondary)!important}.theme-datatable thead tr th{padding:12px 16px}.theme-datatable thead tr th *{line-height:16px}.theme-datatable thead tr th:last-child{padding-right:32px}.theme-datatable tbody tr td{padding:12px 16px}.theme-datatable tbody tr td:last-child{padding-right:32px}.p-disabled.p-paginator-next,.p-disabled.p-paginator-prev{display:flex}@media(min-width:1024px){.modal-component .modal-component--content .modal-summary-chart{min-width:720px}.modal-component .modal-component--content .modal-summary-chart .modal-content{padding:34px!important}.modal-summary-chart.modal-component--content{align-items:center!important}}.modal-summary-chart.modal-component--content .default-card{min-height:630px;display:flex!important;flex-direction:column}.modal-summary-chart.modal-component--content .default-card .header-title{border-bottom:none!important;padding:0}.modal-summary-chart.modal-component--content .default-card .modal-content{padding-block:0!important}.modal-summary-chart.modal-component--content .default-card .modal-content .chart-content{display:flex;align-items:center;gap:36px;flex:1}html[screen-format=mobile] .modal-summary-chart.modal-component--content .default-card .modal-content .chart-content{flex-direction:column}.MuiTooltip-tooltip.MuiTooltip-tooltipArrow.MuiTooltip-tooltipPlacementBottom{font-size:13px!important;background-color:var(--element-background-selected)}.MuiTooltip-tooltip.MuiTooltip-tooltipArrow.MuiTooltip-tooltipPlacementBottom .MuiTooltip-arrow.css-kudwh-MuiTooltip-arrow:before{background-color:var(--element-background-selected)}.custom-tooltip-style *{font-family:var(--font-figtree)}.custom-tooltip-style .MuiTooltip-tooltip{padding:16px;margin-top:2px!important;border-radius:8px;box-shadow:-1px 8px 21px 0 rgba(47,49,55,.251);background-color:var(--surface-primary)!important;color:var(--text-primary);border:1px solid var(--surface-tertiary)}html[data-theme=dark] .custom-tooltip-style .MuiTooltip-tooltip{box-shadow:-1px 8px 21px 0 hsla(0,0%,100%,.089)}.custom-tooltip-style .MuiTooltip-arrow:before{background-color:var(--surface-primary)!important;border:1px solid var(--surface-tertiary)}.datatable-card h5.datatable-title{font-size:20px;font-style:normal;font-weight:600;letter-spacing:.1px;cursor:pointer;display:flex;align-items:center;gap:12px;flex:1}html[screen-format=mobile] .datatable-card h5.datatable-title{flex-direction:column}.datatable-card h5.datatable-title .title-row{width:60%;color:var(--text-primary);display:flex;align-items:center;gap:12px}.datatable-card h5.datatable-title .post-title-slot{width:40%;display:flex;gap:8px;align-items:center;padding-right:12px}.datatable-card h5.datatable-title .post-title-slot::-webkit-scrollbar{height:0}.datatable-card h5.datatable-title .post-title-slot{width:100%}html[screen-format=mobile] .datatable-card h5.datatable-title .post-title-slot,html[screen-format=tablet] .datatable-card h5.datatable-title .post-title-slot{margin-left:unset;padding-right:0}html[screen-format=mobile] .datatable-card h5.datatable-title .post-title-slot .datatable-footer,html[screen-format=tablet] .datatable-card h5.datatable-title .post-title-slot .datatable-footer{width:100%;justify-content:space-between}.datatable-card .post-datatable-slot{padding:12px 24px;display:flex;justify-content:flex-end;align-items:center;gap:12px}html[screen-format=mobile] .datatable-card h5.datatable-title,html[screen-format=tablet] .datatable-card h5.datatable-title{flex-direction:column}html[screen-format=mobile] .datatable-card h5.datatable-title .title-row,html[screen-format=tablet] .datatable-card h5.datatable-title .title-row{width:100%}html[data-theme=dark] .datatable-card td,html[data-theme=dark] .datatable-card th{border-color:rgba(86,86,86,.11)}html[data-theme=dark] .datatable-card tbody tr td{padding:16px;color:var(--text-primary);font-size:14px;font-weight:400;background-color:var(--surface-primary)}html[data-theme=dark] .datatable-card tbody tr td .datatable-cell-row{display:flex;align-items:center;gap:12px}.p-datatable-sticky-header{font-family:var(--font-figtree)}.column-shadow.left{box-shadow:inset -6px 0 8px -6px rgba(0,0,0,.08)}html[data-theme=dark] .column-shadow.left{box-shadow:inset -6px 0 8px -6px rgba(0,0,0,.35)}.column-shadow.right{box-shadow:inset 6px 0 8px -6px rgba(0,0,0,.08)}html[data-theme=dark] .column-shadow.right{box-shadow:inset 6px 0 8px -6px rgba(0,0,0,.35)}.modal-component--content .earnings-mobile-details-modal.default-card{display:flex!important}.modal-component--content .earnings-mobile-details-modal.default-card .modal-children{padding:0}.modal-component--content .earnings-mobile-details-modal.default-card .modal-children tbody td,.modal-component--content .earnings-mobile-details-modal.default-card .modal-children thead th{border-bottom:none}.modal-component--content .earnings-mobile-details-modal.default-card .header-title{border-bottom:none!important;max-height:126px}.modal-component--content .earnings-mobile-details-modal.default-card .modal-content>div:first-child{padding-top:0}.menu-trigger{border:1px solid var(--border-md-darker);border-radius:8px;display:flex;align-items:center;font-size:14px;font-family:var(--font-figtree);outline:none}.menu-trigger.outlined{border:none}.menu-trigger.outlined .chevron{display:none}.menu-trigger .trigger{flex:1 1 0%}.menu-trigger .chevron{max-width:36px;margin-inline:8px}.menu-trigger[aria-expanded=true] .chevron{transform:rotate(180deg);transition:transform .2s ease}.menu-trigger .trigger-label{color:var(--text-primary);font-size:14px;font-style:normal;font-weight:400;padding:8px 16px;display:flex;align-items:center;gap:8px}.hidden-scrollbar.content-dropdown::-webkit-scrollbar{width:0}.content-dropdown{min-width:200px;border-radius:6px;border:1px solid var(--border-md-darker);padding:16px;background-color:var(--surface-primary);color:var(--text-primary)}.content-dropdown .title{font-weight:600;font-size:16px;line-height:20px;color:var(--text-primary)}.content-dropdown .subtitle{font-weight:500;font-size:14px;line-height:16px}div[data-radix-popper-content-wrapper]{z-index:10!important}div[role=menuitem]:hover{cursor:pointer;outline:none}.subtitle{font-weight:500;font-size:14px;color:var(--text-primary)}.investiment-type-badge{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background-color:var(--surface-tertiary)!important;color:var(--text-secondary)!important;font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:capitalize}html:not([screen-format=mobile]) .menu-trigger,html:not([screen-format=mobile]) .p-dropdown.p-component{height:40px}html[data-theme=dark] .theme-datatable tbody tr:last-child{border-bottom:1px solid var(--border-subtle)}.p-datatable-wrapper table span.p-column-title div{white-space:nowrap}.radio-tab-section.full-mobile label{font-size:14px}html[screen-format=desktop] .details-datatable table .details-datatable-header{min-width:160px}.details-datatable table .details-datatable-header .p-column-header-content{justify-content:start!important}.details-datatable table .details-datatable-header .p-column-header-content .p-column-title{width:unset}.datatable-tooltip *{font-family:var(--font-figtree)}.datatable-tooltip .MuiTooltip-tooltip{padding:16px;margin-top:2px!important;border-radius:8px;box-shadow:-1px 8px 21px 0 rgba(47,49,55,.251)}html[data-theme=dark] .datatable-tooltip .MuiTooltip-tooltip{box-shadow:-1px 8px 21px 0 hsla(0,0%,100%,.089)}.datatable-tooltip .MuiTooltip-arrow{display:none}.history-tooltip .MuiTooltip-tooltip{min-width:225px}.history-tooltip .investiment-type{padding:0;display:flex;align-items:center;justify-content:start;font-size:14px;line-height:16px;font-weight:500;color:var(--text-primary)}.history-tooltip .investiment-type .badge{padding:8px;background-color:var(--surface-secondary);border-radius:9999px;margin-right:8px;display:flex;align-items:center;justify-content:start}.history-tooltip .investiment-type-value{font-weight:600;font-size:16px;line-height:20px;letter-spacing:0;vertical-align:middle;color:var(--text-primary)}.modal-component .modal-mobile-history{display:flex!important}.modal-component .modal-mobile-history .header-title .switch-tabs{width:100%;padding-inline:16px;margin-top:12px}.modal-component .modal-mobile-history .header-title .switch-tabs .radio-tab{width:100%}.modal-component .modal-mobile-history .header-title .switch-tabs .radio-tab label{flex:1}.history-datatable table tbody td,.history-datatable table tbody td:first-child>:first-child,.modal-component .modal-mobile-history .modal-children,html[screen-format=mobile] .history-datatable table tbody td,html[screen-format=mobile] .history-datatable table tbody td:first-child>:first-child{padding:0}.history-datatable table tbody td:first-child,html[screen-format=mobile] .history-datatable table tbody td:first-child{padding:12px 16px}html[screen-format=mobile] .history-datatable table tbody td:first-child,html[screen-format=mobile] html[screen-format=mobile] .history-datatable table tbody td:first-child{padding:5px 16px}.history-datatable table tbody td .amount-container,html[screen-format=mobile] .history-datatable table tbody td .amount-container{display:flex;gap:4px;align-items:center;justify-content:end}.history-datatable table tbody td .amount-item,html[screen-format=mobile] .history-datatable table tbody td .amount-item{padding:12px 16px}html[screen-format=mobile] .yearly-mobile-datatable table tbody td:last-child{padding-right:0}.summary-legent-tooltip.datatable-tooltip .MuiTooltip-tooltip{padding:0;border:none;font-family:var(--font-figtree)}.summary-legent-tooltip.datatable-tooltip .MuiTooltip-tooltip .container{border:1px solid;border-radius:4px;padding:12px}.summary-legent-tooltip.datatable-tooltip .MuiTooltip-tooltip .container .label{margin-bottom:8px}.summary-chart-chart{font-family:var(--font-figtree);font-weight:500;font-size:16px}.section-metrics{display:flex;overflow-x:auto;gap:16px}.section-metrics::-webkit-scrollbar{display:none}.section-metrics{-ms-overflow-style:none;scrollbar-width:none}.section-metrics .default-card{overflow-y:unset;justify-content:center}.section-metrics .default-card .modal-content{width:auto;min-width:275px}html[screen-format=mobile] section.section-actives{padding:0!important}section.section-actives .datatable-card .datatable-footer{display:flex}section.section-actives .datatable-card .datatable-footer .datatable-footer__item{padding-right:15px}section.section-actives .datatable-card .datatable-footer .datatable-footer__item strong{font-size:13px}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer .datatable-footer__item strong{font-size:13px!important}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer .datatable-footer__item div{font-size:12px!important}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer .datatable-footer__item div .trend-value{font-size:12px!important;max-height:14px!important}section.section-actives .datatable-card .post-title-btns{display:flex;gap:12px}section.section-actives .datatable-card .post-title-btns .btn-filter-datatable{border-radius:4px;border:.5px solid var(--border-strong);background-color:transparent;padding:8px;aspect-ratio:1;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}section.section-actives .datatable-card .post-title-btns .btn-filter-datatable:hover{filter:brightness(.9)}section.section-actives .datatable-card .fields-edit-list{display:flex;flex-direction:column}section.section-actives .datatable-card .fields-edit-list h6{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:600;line-height:16px;margin-bottom:24px}section.section-actives .datatable-card .fields-edit-list .input-list{display:flex;flex-wrap:wrap;gap:8px}section.section-actives .datatable-card .fields-edit-list .input-list .column-switch{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:8px;color:var(--text-secondary);background-color:var(--surface-secondary);border:1px solid var(--border-strong);font-size:14px;font-style:normal;font-weight:500;line-height:16px;border-radius:100px;cursor:pointer}section.section-actives .datatable-card .fields-edit-list .input-list .column-switch.active{background-color:var(--chips-background-selected);color:var(--button-label-white)}.entries-title .title-row{width:100%!important;flex-wrap:nowrap!important}.entries-title .title-row>div{flex-grow:1}label.switch{display:flex;width:32px;height:16px;justify-content:center;align-items:center;border-radius:8px;position:relative;transition:.5s;cursor:pointer}label.switch:before{position:absolute;left:2px;top:1px;height:14px;width:14px;border-radius:100%;background-color:#fff;border:1px solid #b8b8b8;display:block;content:""}label.switch.checked:before{left:unset;right:2px;background-color:#fff}.patrimony-page .header-title .action-btns{display:flex;gap:8px}.patrimony-page .header-title.borderless{border-bottom:unset!important;padding:24px 0}.patrimony-page .consolidation-chats{display:flex;flex-direction:column;gap:16px}.patrimony-page .consolidation-chats .principal-title{font-family:var(--font-figtree);font-size:24px;font-weight:600;line-height:32px;text-align:left;margin-top:24px;color:var(--text-primary)}.patrimony-page .consolidation-chats .active-card .header-title{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;grid-template-areas:"title tabs switch";gap:8px}html[screen-format=mobile] .patrimony-page .consolidation-chats .active-card .header-title,html[screen-format=tablet] .patrimony-page .consolidation-chats .active-card .header-title{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"title switch" "tabs tabs"}.patrimony-page .consolidation-chats .active-card .header-title .switch-tabs{grid-area:tabs}.patrimony-page .consolidation-chats .active-card .header-title .ideal-switch{grid-area:switch}.patrimony-page .consolidation-chats .active-card .header-title .switch-position{display:flex;justify-content:flex-end;align-items:center;color:var(--text-secondary);font-family:var(--font-figtree);font-size:16px;font-style:normal;font-weight:500;line-height:24px}html[screen-format=mobile] .patrimony-page .consolidation-chats .active-card .header-title .switch-position{align-items:center;justify-content:center}.patrimony-page .consolidation-chats .active-card .header-title .switch-position .icon{margin-left:8px;margin-right:16px}.patrimony-page .consolidation-chats .active-card .header-title .switch-position div{justify-content:end}html[screen-format=mobile] .patrimony-page .consolidation-chats .active-card .header-title .switch-position div{font-size:12px;min-width:160px}html[screen-format=mobile] .patrimony-page .consolidation-chats .active-card .header-title .switch-position div span{margin-right:10px}.patrimony-page .consolidation-chats .active-card .charts-row.ideal{gap:var(--Spacing-System-spacing-m,24px)}.patrimony-page .complete-chart-content{gap:10px}.patrimony-page .complete-chart-content .chart-legend{display:flex;gap:20px;justify-content:center}.patrimony-page .complete-chart-content .chart-legend .legend-row{display:flex;gap:12px;align-items:center}.patrimony-page .complete-chart-content .chart-legend .legend-row .name,.patrimony-page .complete-chart-content .chart-legend .legend-row .value{font-family:var(--font-figtree);font-size:12px;font-weight:500;line-height:16px;text-align:left;color:var(--Color-System-Text-text-secondary,#778698)}.patrimony-page .complete-chart-content .chart-legend .legend-row .name{display:flex;flex-direction:row;align-items:center;gap:5px}.patrimony-page .complete-chart-content .chart-legend .legend-row .name:before{content:"";display:block;width:12px;height:12px;border-radius:2px;background-color:var(--legend-color)}.iprf-section{display:flex;flex-direction:column}.iprf-section .alert-iprf{margin-bottom:var(--Spacing-System-spacing-s,16px);display:flex;padding:var(--Spacing-System-spacing-xxs,8px) var(--Spacing-System-spacing-s,16px);align-items:center;gap:var(--Spacing-System-spacing-xs,12px);border-radius:var(--Corner-Radius-corner-radius-md,8px);background-color:var(--button-background-secondary-resting);color:var(--text-primary);font-family:var(--font-figtree);font-size:14px;font-style:normal;font-weight:400;line-height:24px}html[data-theme=dark] .iprf-section .alert-iprf{background-color:var(--Color-Blue-blue-800,#1f2d47)}.iprf-section .irpf-card h4.card-title{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:500;line-height:120%;padding:16px 24px}.iprf-section .irpf-card .header-title{flex-wrap:wrap;gap:8px}.iprf-section .irpf-card .header-title .actions{margin-left:auto;display:flex;gap:8px}.iprf-section .irpf-card .modal-content{padding:0!important}.iprf-section .irpf-card .subtitle{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:120%;margin-top:20px;padding:16px 24px}html[screen-format=mobile] .iprf-section .p-inputwrapper-filled .select-dropdown-label{padding:5px 10px!important}#profitabily{display:flex;flex-direction:column;gap:24px}#profitabily .flex-row{width:100%;display:flex;gap:16px}#profitabily .flex-row .summary{display:flex;flex:1;flex-direction:column;gap:16px;overflow-y:hidden}html[screen-format=mobile] #profitabily .flex-row .summary,html[screen-format=tablet] #profitabily .flex-row .summary{gap:10px;max-height:160px;min-height:160px}#profitabily .flex-row .summary{justify-content:space-between}#profitabily .flex-row .box-chart-line{flex:4}#profitabily .value-positive{color:var(--text-success)}#profitabily .value-negative{color:var(--text-error)}#profitabily .metric-card{flex:1}html[screen-format=mobile] #profitabily .metric-card{min-width:250px!important;overflow:hidden;height:200px}#profitabily .metric-card .modal-content{display:flex;flex-direction:column;gap:8px}#profitabily .metric-card .modal-content h4{color:var(--text-primary);font-family:var(--font-figtree);font-size:16px;font-style:normal;font-weight:600;line-height:16px;margin-bottom:12px}#profitabily .metric-card .modal-content small{color:var(--text-secondary);font-family:var(--font-figtree);font-size:12px;font-style:normal;font-weight:500;line-height:16px}#profitabily .box-chart-line{min-height:560px!important}#profitabily .box-chart-line .modal-content{padding:0!important}#profitabily .box-chart-line .modal-content .header{display:flex;align-items:center;padding:16px;border-bottom:1px solid var(--border-subtle);margin-bottom:40px}html[screen-format=mobile] #profitabily .box-chart-line .modal-content .header,html[screen-format=tablet] #profitabily .box-chart-line .modal-content .header{flex-direction:column;gap:20px}#profitabily .box-chart-line .modal-content .header h4{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:120%}#profitabily .box-chart-line .modal-content .header .actions{margin-left:auto;display:flex;gap:5px}html[screen-format=mobile] #profitabily .box-chart-line .modal-content .header .actions,html[screen-format=tablet] #profitabily .box-chart-line .modal-content .header .actions{margin-left:unset;flex-wrap:wrap}html[screen-format=mobile] #profitabily .box-chart-line .modal-content .header .actions .p-dropdown,html[screen-format=tablet] #profitabily .box-chart-line .modal-content .header .actions .p-dropdown{flex:1}#profitabily .box-chart-line .content{padding:12px 12px 30px}#profitabily .table{grid-area:table}#profitabily .table .modal-content{padding:0!important}#profitabily .table .modal-content .header{display:flex;align-items:center;padding:16px}#profitabily .table .modal-content .header h4{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:120%}#profitabily .table .modal-content .header .actions{max-width:500px;margin-left:auto;display:grid;grid-template-columns:2fr 1fr;gap:8px}html[screen-format=mobile] #profitabily .table .modal-content .header .actions,html[screen-format=tablet] #profitabily .table .modal-content .header .actions{margin-top:10px;margin-left:0}#profitabily .table .modal-content .header .actions.history{grid-template-columns:2fr 1fr 1fr}#profitabily .table .modal-content tr td.neutral{font-weight:500}#profitabily .table .modal-content tr td.danger{font-weight:500;color:var(--link-label-error)}#profitabily .table .modal-content tr td.success{font-weight:500;color:var(--text-success)}html[screen-format=mobile] #profitabily,html[screen-format=mobile] #profitabily .flex-row,html[screen-format=tablet] #profitabily,html[screen-format=tablet] #profitabily .flex-row{flex-direction:column}html[screen-format=mobile] #profitabily .flex-row .summary,html[screen-format=tablet] #profitabily .flex-row .summary{margin-left:-16px;margin-right:-16px;padding-right:16px;flex-direction:row;overflow-x:auto}html[screen-format=mobile] #profitabily .flex-row .summary::-webkit-scrollbar,html[screen-format=tablet] #profitabily .flex-row .summary::-webkit-scrollbar{height:0}html[screen-format=mobile] #profitabily .flex-row .summary .default-card,html[screen-format=tablet] #profitabily .flex-row .summary .default-card{min-width:200px!important;box-sizing:content-box}.wallet-settings-page .page-container{display:flex;align-items:center;justify-content:center}.wallet-settings-page .page-container .content{margin-bottom:100px}.wallet-settings-page .page-container .content h4{color:var(--text-primary);font-size:24px;font-style:normal;font-weight:600}.wallet-settings-page .page-container .content .content-card{margin-top:10px;background-color:var(--surface-secondary);border-radius:8px;padding:16px;display:flex;gap:16px;flex-direction:column;border:1px solid var(--border-subtle)}.wallet-settings-page .page-container .content .content-card h5{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:600;line-height:16px}.wallet-settings-page .page-container .content .content-card h5.mt-4{margin-top:20px}.wallet-settings-page .page-container .content .content-card .form-row{display:flex;flex-direction:column;flex:1}.wallet-settings-page .page-container .content .content-card .form-row label{color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:500;line-height:16px;margin-bottom:4px}.wallet-settings-page .page-container .content .content-card .form-row span{color:var(--text-primary);font-size:14px;font-style:normal;font-weight:400;line-height:24px}.wallet-settings-page .page-container .content .content-card .form-row .p-dropdown.p-inputwrapper,.wallet-settings-page .page-container .content .content-card .form-row input{border-radius:8px;border:1px solid var(--border-md-darker);padding:8px 16px;color:var(--text-primary);font-size:14px;font-style:normal;font-weight:400;line-height:24px;background-color:var(--surface-primary)}.wallet-settings-page .page-container .content .content-card .form-cols{display:flex;flex-direction:row;gap:16px}.wallet-settings-page .page-container .content .content-card .b3-card{background-color:var(--surface-primary);padding:16px;border-radius:8px;width:min(326px,100%);border:1px solid var(--border-subtle)}.wallet-settings-page .page-container .content .content-card .b3-card .card--footer{display:flex;justify-content:space-between}.wallet-settings-page .page-container .content .content-card .b3-card .card--footer span{color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:400;line-height:16px}.wallet-settings-page .page-container .content .content-card .b3-card .title{display:flex;gap:12px;margin-bottom:24px}.wallet-settings-page .page-container .content .content-card .b3-card .title span{width:40px;min-width:40px}.wallet-settings-page .page-container .content .content-card .b3-card .title{color:var(--text-primary);font-size:12px;font-style:normal;font-weight:400;line-height:20px}.wallet-settings-page .section-footer{margin-top:30px;display:flex;justify-content:space-between}.wallet-settings-page .section-footer a{display:flex;gap:8px;color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-decoration:none}.card-trend{overflow:hidden!important}.card-trend h4{color:var(--text-primary);font-size:14px;font-weight:500;display:flex;gap:8px;align-items:center;margin-bottom:12px}section.section-metrics{display:grid;grid-template-columns:repeat(4,minmax(300px,1fr));gap:16px}html[screen-format=mobile] section.section-metrics{margin-left:-12px;margin-right:-12px;padding:0 12px;grid-template-columns:repeat(4,minmax(334px,1fr))}html[screen-format=tablet] section.section-metrics{margin-left:-32px!important;margin-right:-32px!important;padding:0 32px!important;grid-template-columns:repeat(4,minmax(334px,1fr))}section.section-metrics.trends{overflow-x:auto;padding-bottom:4px}section.section-metrics.trends::-webkit-scrollbar{height:0}section.section-charts{margin-top:24px;display:grid;grid-template-columns:3fr 2fr;gap:24px}section.section-charts .chart-header{display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--border-md-darker);padding-bottom:16px}section.section-charts .chart-header .chart-header__title{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:500}section.section-charts .chart-header .chart-header__filter{margin-left:auto;display:flex;gap:8px;align-items:center}html[screen-format=mobile] section.section-charts .chart-header .chart-header__filter{justify-content:flex-start!important}html[screen-format=mobile] section.section-charts .chart-header .chart-header__filter .p-dropdown-trigger{max-width:36px;padding-left:8px;padding-right:8px}section.section-charts .chart-header .chart-header__actions{display:flex;gap:16px}section.section-charts .chart-header .chart-header__actions .chart-header__action{display:flex;align-items:center;gap:8px;color:var(--text-primary);font-size:14px;font-style:normal;font-weight:400}html[screen-format=mobile] section.section-charts .chartbar{order:1}html[screen-format=mobile] section.section-charts .chartbar .modal-content{padding:20px 10px!important}html[screen-format=mobile] section.section-charts .donut-chart{order:0}html[screen-format=mobile] section.section-charts .donut-chart .modal-content{padding:20px 10px!important}.datatable-title .title-row .actions-row{justify-content:flex-end;gap:10px;padding:0 15px;align-items:center}html[screen-format=mobile] .datatable-title .title-row .actions-row,html[screen-format=tablet] .datatable-title .title-row .actions-row{padding-right:0;flex-wrap:wrap;gap:5px}html[screen-format=mobile] .datatable-title .title-row .actions-row .collapse-btn,html[screen-format=tablet] .datatable-title .title-row .actions-row .collapse-btn{margin-left:10px;height:20px;width:20px;min-width:20px;min-height:20px}.datatable-title .title-row .actions-row .btn.mobile-only-icon{min-width:24px;min-height:24px;height:24px;width:24px}.datatable-title .title-row .actions-row .btn.mobile-only-icon label{display:none}html[screen-format=mobile] .datatable-title .title-row,html[screen-format=tablet] .datatable-title .title-row{padding-right:0;font-size:1rem}.fields-edit-list{display:flex;flex-direction:column}.fields-edit-list h6{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:600;line-height:16px;margin-bottom:24px}.fields-edit-list .input-list{display:flex;flex-wrap:wrap;gap:8px}.fields-edit-list .input-list .column-switch{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:8px;color:var(--text-secondary);border:1px solid var(--border-strong)}html[data-theme=dark] .fields-edit-list .input-list .column-switch{color:var(--button-label-white);background-color:var(--surface-secondary)}.fields-edit-list .input-list .column-switch{font-size:14px;font-style:normal;font-weight:500;line-height:16px;border-radius:100px;cursor:pointer}.fields-edit-list .input-list .column-switch.active{background-color:var(--chips-background-selected)!important;color:#fff}section.section-actives{display:flex;flex-direction:column}section.section-actives h4.actives-total{color:var(--text-primary);font-size:24px;font-style:normal;font-weight:600;margin-top:24px;margin-bottom:12px}section.section-actives h4.actives-total span{color:var(--text-secondary);font-size:16px;font-weight:600}section.section-actives .datatable-card .collapse-btn{position:relative}section.section-actives .datatable-card .datatable-footer{display:grid;gap:16px;grid-template-columns:80px 170px 150px 150px 170px}@media screen and (max-width:800px){section.section-actives .datatable-card .datatable-footer{display:flex;gap:4px;flex-wrap:wrap}}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer,html[screen-format=tablet] section.section-actives .datatable-card .datatable-footer{display:flex}section.section-actives .datatable-card .datatable-footer .datatable-footer__item{display:flex;flex-direction:column}section.section-actives .datatable-card .datatable-footer .datatable-footer__item strong{color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:500;margin-bottom:var(--Spacing-System-spacing-xxs)}section.section-actives .datatable-card .datatable-footer .datatable-footer__item div{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:500}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer .datatable-footer__item div .trend-value{display:flex!important;align-items:center!important}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .clickable{cursor:pointer;opacity:.7;transition:.4s}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .clickable:hover{opacity:1}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker{display:flex;align-items:center;font-family:var(--font-figtree);font-size:16px;font-style:normal;line-height:24px;color:var(--text-primary)}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .muted{color:var(--text-secondary);font-weight:600}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .not-defined{font-size:14px;font-weight:400}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .dark{font-weight:600}section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .dark.dash{padding:0 5px}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker{max-height:14px!important;display:flex!important;align-items:center!important}html[screen-format=mobile] section.section-actives .datatable-card .datatable-footer .datatable-footer__item .percentage-ticker .not-defined{font-size:12px!important;max-height:14px!important;display:flex!important;align-items:center!important}section.section-actives .datatable-card .post-title-slot .modal-component .default-card .chart-header .chart-header__title{margin-top:0;text-align:center}html[screen-format=tablet] section.section-metrics{padding-bottom:20px}html[screen-format=tablet] section.section-charts{grid-template-columns:1fr}html[screen-format=tablet] section.section-charts .chart-header{flex-direction:column}html[screen-format=tablet] section.section-charts .chart-header .chart-header__filter{margin-left:unset;width:100%;display:flex;align-items:center;justify-content:center}html[screen-format=tablet] .datatable-title .modal-component .default-card{width:80%!important}html[screen-format=mobile] section.section-charts,html[screen-format=tablet] section.section-charts{grid-template-columns:1fr}html[screen-format=mobile] section.section-charts .chart-header,html[screen-format=tablet] section.section-charts .chart-header{flex-direction:column}html[screen-format=mobile] section.section-charts .chart-header .chart-header__filter,html[screen-format=tablet] section.section-charts .chart-header .chart-header__filter{display:flex;align-items:center;justify-content:center}html[screen-format=mobile] .datatable-title .modal-component .default-card,html[screen-format=tablet] .datatable-title .modal-component .default-card{width:100%!important}html[screen-format=mobile] .datatable-title .post-title-slot label,html[screen-format=tablet] .datatable-title .post-title-slot label{display:none}.obs-list{display:flex;flex-direction:column;gap:8px}.obs-list:has(.Mui-expanded){margin-bottom:20px}.obs-list .obs-title{font-size:16px;font-weight:600;line-height:16px;text-align:left;color:var(--text-primary)}.obs-list .obs-icon{background-color:var(--surface-tertiary);border-radius:100%;width:24px;height:24px}.obs-list .Mui-expanded{min-height:unset!important}.obs-list .obs-item{margin-bottom:20px;background:var(--surface-secondary);border-radius:8px;box-shadow:none}.obs-list .obs-item textarea{width:100%;resize:none;border:1px solid var(--border-strong);border-radius:8px;padding:12px;color:var(--text-primary);font-family:var(--font-figtree);font-size:14px;font-style:normal;font-weight:400;background-color:var(--neutral-neutral-0,#fff)}html[data-theme=dark] .obs-list .obs-item textarea{background-color:var(--surface-primary)!important}.obs-list .obs-item textarea{line-height:24px}.obs-list .obs-item textarea:focus,.obs-list .obs-item textarea:focus-visible{outline:none!important}html[data-theme=dark] .obs-list .obs-item textarea{background-color:var(--border-strong)}.obs-list .obs-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:20px 0 5px}.obs-list .obs-actions .delete{color:var(--text-error);text-decoration:unset;display:flex;align-items:center;gap:6px}.obs-list .obs-actions .cancel{color:var(--think-label)}html[data-theme=dark] .obs-list .obs-actions .cancel{color:var(--text-primary)}.obs-list .obs-actions .cancel{font-size:14px;font-weight:500;line-height:16px;text-align:left;text-decoration:unset}.theme-datatable.summary-datatable table.p-datatable-table tbody td,.theme-datatable.summary-datatable table.p-datatable-table thead th{padding:10px}