.box{display:grid;width:100%;grid-template-columns:repeat(3,1fr);column-gap:2rem;padding-bottom:2rem}.box-col-1{grid-template-columns:repeat(1,1fr)}.box-col-2{grid-template-columns:repeat(2,1fr)}.box-col-3{grid-template-columns:repeat(3,1fr)}.box-col-4{grid-template-columns:repeat(4,1fr)}.box-center{align-items:center;justify-items:center}.box-join{gap:0!important}.bflex{--gap: 2rem;display:flex;flex-direction:row;width:100%;max-width:100%;flex-wrap:wrap;box-sizing:border-box;column-gap:2rem;padding-bottom:2rem}.bflex-col{--cols: 1;--width: calc(100% / var(--cols));flex:0 0 var(--width);max-width:calc(var(--width) - var(--gap))}.bflex-col-1{--cols: 1}.bflex-col-2{--cols: 2}.bflex-col-3{--cols: 3}.bflex-col-4{--cols: 4}.bflex--full{flex:unset!important;width:100%;min-width:100%}@media (max-width: 980px){.box{grid-template-columns:1fr;gap:2rem}}.gr-generic-button{width:100%;background-color:#007bff;font-size:18px;color:#fff;border:none;min-height:60px;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:border-color .25s}.gr-button-default:focus-visible{outline-color:#000;outline-offset:0;outline-style:solid;outline-width:.125rem}.gr-button-default{--namirial-cta: #33b8b1;--namirial-primary: #80d3ce;--namirial-secondary: #80afc6;--namirial-tertiary: #82b7a5;--namirial-border-radius: 4px;--namirial-font-weight: 400;--namirial-font-weight: 600;--btn-first: rgb(0, 122, 195);--btn-first: var(--namirial-cta);--btn-second: rgb(0, 61, 97);--btn-second: var(--namirial-primary);--btn-text: var(--namirial-secondary);display:flex;align-items:center;justify-content:center;border-radius:var(--namirial-border-radius)}.gr-button-default.gr-button--danger{--btn-first: rgb(229, 32, 46);--btn-second: rgb(114, 16, 23);--btn-text: rgb(229, 32, 46)}.gr-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:Open Sans,Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;border:solid 1px black;background-color:#fff;padding:.625rem 1rem;font-size:14px;font-weight:var(--namirial-font-weight);border-color:#000;line-height:18px;cursor:pointer;box-sizing:border-box;position:relative;-webkit-tap-highlight-color:transparent;transition:color .3s cubic-bezier(.4,0,.2,1)}.gr-button-icon{font-size:18px}.gr-button-icon--left{margin-right:.5rem}.gr-button-icon--right{margin-left:.5rem}.gr-button--cta,.gr-button--primary,.gr-button--danger{border-color:var(--btn-first);background-color:var(--btn-first);color:#fff;color:#111820}.gr-button--cta:hover,.gr-button--primary:hover,.gr-button--danger:hover{border-color:var(--btn-second);background-color:var(--btn-second)}.gr-button--danger{border-color:var(--btn-first);background-color:var(--btn-first);color:#fff}.gr-button--danger:hover{border-color:var(--btn-second);background-color:var(--btn-second)}.gr-button--text{background-color:transparent;border-color:transparent;color:var(--btn-text)}.grid-button{padding:.25rem 1rem}.gr-button--text:hover>span:not(.gr-button-icon){text-decoration:underline}.gr-button--ghost{border-color:var(--btn-text);color:var(--btn-text);background-color:#fff}.gr-button--ghost:hover{background-color:var(--btn-second);border-color:var(--btn-second);color:#fff;color:#111820}.gr-icon-button{line-height:0;padding:.75rem;border:transparent;background-color:transparent;border:none}.gr-icon-button--small{padding:.25rem}.gr-icon-button:hover,.gr-icon-button.active{background-color:#e6f2f9;cursor:pointer}.gr-icon-button.hidden{display:none}.gr-icon-button.disabled{pointer-events:none;opacity:.5}.gr-icon-button .material-symbols-outlined{font-size:1rem;color:#005b92}.tooltip{--tooltip-bg: #232323;--size-arrow: 8px;background-color:var(--tooltip-bg);color:#fff;padding:.5rem 1rem;position:absolute;left:36px;top:-10px;font-size:12px;line-height:16px;font-weight:400;text-wrap-mode:wrap;inline-size:192px;overflow-wrap:break-word;z-index:9999}.tooltip:hover{cursor:pointer}.tooltip:before{content:"";position:absolute;top:50%;left:calc(-2 * var(--size-arrow));transform:translateY(-50%);border-width:var(--size-arrow);border-style:solid;border-color:transparent var(--tooltip-bg) transparent transparent}.input-default,.input-base{--input-height: 32px;--input-color: rgb(35, 35, 35);--input-danger-color: rgb(229, 32, 46);--input-placeholder: rgb(71, 71, 71);--field-bg: white;--input-label: #353535;--input-label-helper: rgb(117, 117, 117)}.input-text{padding-bottom:.5rem;font-size:1rem;display:flex;flex-direction:column;align-items:start;color:#353535}.input-default input{font-family:Open Sans,Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;color:var(--input-color);background-color:var(--field-bg);width:100%;height:var(--input-height);font-size:14px;line-height:1rem;padding:0 1rem;border:solid 1px black;box-sizing:border-box}.input-default input::placeholder{color:var(--input-placeholder);font-weight:300}.input-default input:focus-visible{outline:solid 1px rgb(53,53,53)}.input-text--xs input{height:32px;font-size:14px;padding:0 7px;line-height:18px}.input-text label,.input-file label{font-size:14px;font-weight:500;line-height:18px;margin-bottom:4px;text-align:left}.input-text label .label-helper,.input-file label .label-helper{font-size:14px;color:var(--input-label-helper);font-weight:400;font-style:italic;line-height:18px;margin-left:8px}.input-password-content{width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;justify-self:center;position:relative}.input-password-icon{position:absolute;right:.5rem;top:0;bottom:0;display:flex;align-items:center}.input-password-icon:hover{cursor:pointer}.input-checkbox{flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:.5rem;text-align:left}.input-checkbox label{flex:1}.input-checkbox input{width:50px!important;opacity:0;position:absolute;margin:0;padding:0}.switcher-container{width:50px;height:24px;border-radius:12px;background-color:#d3d3d3;position:relative;box-sizing:border-box;cursor:pointer}.switcher-container:has(.switcher-pill--checked){background-color:#003d61}.switcher-pill{width:20px;height:20px;border-radius:50%;background-color:#fff;position:absolute;top:2px;left:2px;transition:left .2s;box-shadow:0 0 2px #0003}.switcher-pill--checked{left:28px}.input-default textarea{width:100%;min-height:178px;padding:.5rem;font-size:1rem;box-sizing:border-box}.input-default select{width:100%;height:var(--input-height);box-sizing:border-box;padding:0;margin:0}.input-base .input-tagfield{width:100%}.input-text--error input,.input-text--error input:hover,.input-text--error input:focus-visible{border-color:var(--input-danger-color)!important}.input-text--error input:focus-visible{outline-color:var(--input-danger-color)!important}.input-text--disabled input{pointer-events:none;background-color:#ededed}.text-error-message{color:var(--input-danger-color);font-size:.8rem;font-size:14px;line-height:18px;height:18px}label .label-required{color:var(--input-danger-color)}.input-file{padding-bottom:.5rem;font-size:1rem;display:flex;flex-direction:column;align-items:start;color:#353535}.input-file-container{position:relative;display:flex;flex-direction:column;margin-bottom:.5rem}.input-file input{cursor:pointer;opacity:0;height:0;width:0}.input-file-button{cursor:pointer;width:100%}.input-file-button:hover{cursor:pointer}.file-picker-preview{background-color:#e6f2f9;width:160px;height:90px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;margin-top:.5rem}.file-picker-preview img{max-width:100%;max-height:100%;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}.chip{padding:4px 6px;border-radius:4px;background-color:#ededed;display:flex;justify-content:center;align-items:center;gap:6px}.chip:hover{cursor:pointer;background-color:#dadada}.chip-icon{font-size:14px}.chip-label{font-size:14px;line-height:1}.loading-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background-color:#ffffffb3;display:flex;justify-content:center;align-items:center}.loading-spinner{width:25px;height:25px;border:5px solid lightgray;border-top:5px solid gray;border-radius:50%;animation:loading-spin 1s linear infinite}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;flex:1;width:100%;padding:2rem;box-sizing:border-box;background-image:url(../images/app-background.jpeg);background-size:cover}.login-page-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:480px;max-width:100%;background-color:#fff;padding:2.5rem 3rem 3rem;box-shadow:0 12px 24px #0000001a;border:solid 1px #dadada;box-sizing:border-box;position:relative}.login-page-content .box{padding:0}.login-header{display:flex;justify-content:center;align-items:center;padding:2rem 0;gap:.5rem}.login-header img,.login-header .login-logo{height:65px;margin-right:0rem}.login-header h1{padding:0;margin:0;font-style:italic}.login-subheader{display:flex;justify-content:center;align-items:center}.login-subheader h2{padding:0;margin:0;font-size:24px;line-height:30px;font-weight:500;padding-bottom:1rem}.login-button{margin-top:1rem;width:100%}@media (max-width: 729px){.login-page{padding:1rem}.login-page-content{padding:2rem}.login-page-content .box{gap:1rem}.login-page-content .input-default{padding-bottom:0}}.gr-navbar-submenu-item{width:100%;display:flex;align-items:center;justify-content:start;height:32px;padding:0 1rem;gap:.75rem;--text-color: #232323;color:var(--text-color)}.gr-navbar-submenu-item--default{--text-color: #232323}.gr-navbar-submenu-item--danger{--text-color: #e5202e}.gr-navbar-submenu-item .material-symbols-outlined{font-size:18px}.gr-navbar-submenu-item:hover{cursor:pointer;background-color:#e6f2f9}.gr-navbar-submenu-label{font-size:14px;line-height:16px;font-weight:400}.popup-menu{position:absolute;display:flex;flex-direction:column;width:240px;background-color:#fff;right:0;top:51px;z-index:999;box-shadow:0 6px 12px #0000001a;box-sizing:border-box}.popup-menu-header{height:48px;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;border-bottom:solid 1px #ddd;box-sizing:border-box;margin-bottom:1rem}.popup-menu-title{font-size:14px;line-height:21px;font-weight:500;color:#000}.popup-menu-close{display:flex;cursor:pointer;color:#757575}.profile-menu-subheader{display:flex;align-items:center;justify-content:flex-start;height:32px;padding:0 1rem}.profile-menu-subheader h5{padding:0;margin:0;font-size:12px;line-height:16px;font-weight:500;color:#757575}.profile-menu-divider{display:flex;width:100%;border-bottom:solid 1px #dadada}.profile-menu-items{display:flex;flex-direction:column;padding:6px 0;overflow:hidden}.gr-navbar-menu-header{--namirial-primary: #80d3ce;--namirial-secondary: #80afc6;--namirial-tertiary: #82b7a5;--active-color: var(--namirial-primary);display:flex;align-items:center;justify-content:center;font-size:14px;gap:.35rem;line-height:16px;height:32px;padding:0 .5rem}.gr-navbar-menu-header:hover span:not(.custom-icon){color:var(--active-color);cursor:pointer}.gr-navbar-menu-header .material-symbols-outlined{font-size:18px}.gr-navbar-menu-header--active span:not(.custom-icon){color:var(--active-color)}.gr-navbar-submenu{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;position:absolute;border-radius:4px;min-width:220px;height:auto;padding-top:1rem;padding-bottom:1rem;background-color:#fff;color:#000;overflow:hidden;box-shadow:0 4px 8px #0000001a;z-index:1000}.notifications-menu{padding-top:2rem}.notifications-item{display:flex;flex-direction:row;align-items:flex-start;padding:1rem 1rem .5rem;gap:1rem;border-bottom:solid 1px #eee;box-sizing:border-box;min-height:88px}.notifications-item:hover{background-color:#f2f8fc;cursor:pointer}.notifications-item-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:.25rem;padding-right:.5rem}.notifications-item-icon{font-size:14px;color:#005b92;display:flex;align-items:flex-end;justify-content:flex-end}.notifications-item-label{display:flex;flex-direction:column;width:100%;justify-content:flex-start;font-size:14px;line-height:18px;font-weight:500;color:#353535;text-align:left}.notifications-item-link{display:flex;justify-content:flex-start;font-size:14px;line-height:18px;font-weight:400;color:#005b92}.notifications-item-date{font-size:12px;line-height:16px;font-weight:400;color:#757575}.notifications-item-status{width:8px;height:8px;border-radius:50%;background-color:#007ac3}.notifications-item-info{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:1rem}.notifications-more{height:64px;display:flex;justify-content:center;align-items:center;background-color:#f6f6f6;color:#005b92;font-size:14px;line-height:18px;font-weight:400;margin-top:2rem;padding:12px 16px;border-top:solid 1px #dadada;cursor:pointer;box-sizing:border-box}.header{display:flex;flex-direction:row;justify-content:space-between;height:70px;padding:0 2.5rem 0 2rem;background-color:#fff}.header-logo{display:flex;align-items:center;justify-content:flex-start;padding-right:1rem;width:320px;box-sizing:border-box;gap:.5rem;cursor:pointer;font-style:italic;padding-left:5px}.header-logo img{height:70px}.header-logo:hover{background-color:#f5f5f5}.header-logo h1{font-size:2.1rem}.header-menu{flex:1;display:flex;justify-content:end;align-items:center;gap:2px}.header-menu-item{display:flex;height:100%;align-items:center;position:relative}.header-menu .gr-button--text{color:#353535}.header-menu-item .gr-button-label{text-transform:capitalize}.navbar{display:flex;flex-direction:row;justify-content:flex-start;height:32px;padding:0 2.5rem;background-color:#232323;color:#fff}.navbar-menu{list-style-type:none;padding:0;margin:0;display:flex;gap:.5rem;height:32px;align-items:center}@media (max-width: 980px){.header-logo img{height:40px}}@media (max-width: 729px){.header-menu-item .gr-button .gr-button-label{display:none}.header-menu-item{position:unset}}.breadcrumb{font-size:14px;display:flex;justify-content:flex-start;align-items:center;padding:1rem 3rem;gap:.5rem}.breadcrumb-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#fff}.breadcrumb-item,.breadcrumb-separator{color:#005b92;font-size:12px;line-height:16px;font-weight:400}.breadcrumb-item:hover{color:#0056b3;cursor:pointer}.breadcrumb-item--active{color:#757575}.breadcrumb-action{padding-right:.5rem;border-right:solid 2px #757575;display:flex;align-items:center;justify-content:center}.breadcrumb-action-item{font-size:18px}.breadcrumb-action-item:hover{color:#0056b3;cursor:pointer}.footer{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between;height:55px;background-color:#f6f6f6;border-top:solid 1px #ddd;padding:0 2rem;color:#757575;box-sizing:border-box}.footer-logo{display:flex;justify-content:center;align-items:center}.footer-links,.footer-copyright{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:14px;line-height:18px;font-weight:400;color:#353535;gap:1.5rem}.footer-links{justify-content:flex-end}.footer-link{font-weight:400;font-size:14px;line-height:18px;text-decoration:none;color:inherit}.footer-link:hover{color:inherit;text-decoration:underline;cursor:pointer}@media (max-width: 980px){.footer{flex-direction:column;height:auto;min-height:55px;padding:1rem;gap:1rem}}@media (max-width: 729px){.footer-links,.footer-copyright{flex-direction:column;gap:1rem}}.stepper-percent-container{width:100%;background-color:#cff4fc;height:8px;overflow:hidden;box-sizing:border-box}.stepper-percent{width:100%;height:100%;background-color:#9eeaf9;box-sizing:border-box}.stepper-item{width:100%;flex:1;margin-bottom:2rem;background-color:#fff;padding:2rem 1rem;box-sizing:border-box;border-radius:8px}.stepper-item .box{gap:1rem;column-gap:1.5rem;padding-bottom:1rem}.stepper-item .box:last-child{padding:0}.stepper-view-container{width:100%;display:flex;background-color:#fff;flex-direction:row;box-sizing:border-box;align-items:center;border-radius:8px;padding:10px 16px;margin-bottom:1rem}.stepper-view{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.stepper-view-separator{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.stepper-view-separator-line{width:100%;border-bottom:dashed 2px lightgray}.stepper-view--active .stepper-view-separator-line{border-bottom-color:green;border-bottom-style:solid}.stepper-view--active{font-weight:500;color:#000;color:#fff}.stepper-view-pill{width:20px;height:20px;border-radius:50%;background-color:#d3d3d3;display:flex;align-items:center;justify-content:center;margin-right:.5rem;font-size:.7rem;font-weight:500;color:#fff}.stepper-view--active .stepper-view-pill{background-color:green}.stepper-status-container{width:100%;display:flex;background-color:#fff;flex-direction:row;box-sizing:border-box;align-items:center;border-radius:8px;padding:10px 1rem}.stepper-status{--namirial-primary: #80d3ce;--namirial-secondary: #80afc6;--namirial-tertiary: #82b7a5;--stepper-color: var(--namirial-secondary);position:relative;display:flex;align-items:center;justify-content:center}.stepper-status-separator{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex:1}.stepper-status-separator-line{width:100%;border-bottom:solid 2px lightgray}.stepper-status--active .stepper-status-separator-line{border-bottom-color:var(--stepper-color)}.stepper-status--active{font-weight:500;color:#fff}.stepper-status-pill{width:32px;height:32px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;margin:0;font-size:.7rem;font-weight:500;color:var(--stepper-color);border:solid .125rem var(--stepper-color);box-sizing:border-box}.stepper-status--active .stepper-status-pill{background-color:var(--stepper-color);color:#fff}.stepper-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 1rem;box-sizing:border-box}.stepper-actions-right{display:flex;flex-direction:row;align-items:center;gap:1rem}.info-alert{display:flex;flex-direction:column;padding:20px;background-color:#fff;border-left:solid 4px black;color:#000;margin-bottom:15px;font-size:16px;text-align:left;gap:1rem}.info-alert p{margin:0}.info-alert--light{background-color:#cff4fc;border-left-color:#9eeaf9;color:#055160}.info-alert--info{background-color:#fff3cd;border-left-color:#ffe69c;color:#664d03}.info-alert--danger{background-color:#e51f2d;border-left-color:#ea4d57;color:#ef7b82}.form-editor-container{max-width:1280px;view-transition-name:formeditor}.form-editor{display:flex;flex-direction:column;flex:1;box-sizing:border-box}.form-header{display:flex;justify-content:space-between;width:100%}.base-editor-header,.base-editor-subheader{margin:0;margin-bottom:.5rem;padding:0 1rem;text-align:left}.base-editor-subheader{color:#757575}.error-container{display:flex;justify-content:center;align-items:center;margin-top:1rem;position:absolute;width:100%;height:80px;left:0;bottom:0}.error-container-item{position:absolute;right:.5rem;bottom:.5rem}.error-container-item>*{margin-bottom:0}.btn-icon-close{position:absolute;right:.5rem;top:0rem;right:0rem;background:none;border:none;cursor:pointer;font-size:1.5rem;color:inherit}@view-transition{navigation: auto;}::view-transition-group(*){animation-duration:.33s}::view-transition-old(root){animation:.33s ease-in both leave}::view-transition-new(root){animation:.33s ease-in both enter}@media (prefers-reduced-motion: reduce){::view-transition-group(*){animation-duration:10s}}::view-transition-old(formeditor),::view-transition-new(formeditor){animation:none;mix-blend-mode:normal;height:100%;border-radius:0 0 30px 30px;animation:toast-fade-in .3s ease forwards}.form-subtitle{padding:0;margin:0;margin-bottom:1rem;text-align:left;font-size:18px;line-height:21px;font-weight:500}.tabs{display:flex;flex-direction:column;width:100%;--tab-bg: white;--tab-color-active: #005b92;--tab-color: #495057}.tab-header{display:flex;flex-wrap:wrap;border-bottom:solid 1px #dee2e6;gap:2rem}.tab-content{padding:2rem 1px 0;background-color:var(--tab-bg)}.tab-content.tab-content--min{padding-top:.5rem}.tab-header-item{display:flex;align-items:center;font-family:Open Sans,Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;gap:.5rem;font-size:14px;line-height:16px;font-weight:500;padding:12px 0;border:none;border:solid 2px transparent;background-color:var(--tab-bg);cursor:pointer;transition:all .2s ease-in-out;color:var(--tab-color);border-bottom:2px solid transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none}.tab-header-item:focus-visible{outline-color:#000;outline-offset:0;outline-style:solid;outline-width:.125rem}.tab-header--small{font-size:12px}.tab-header--large{font-size:16px}.tab-header--active{color:var(--tab-color-active);border-bottom:solid 2px var(--tab-color-active)}.tab-header--disabled{opacity:.5;cursor:not-allowed}.progress-bar-status-container{width:100%;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;background-color:#f8f9fa;margin:1rem 0;box-sizing:border-box}.progress-bar-title{font-size:16px;font-weight:600;color:#333;text-align:center}.progress-bar-status-content{width:100%;max-width:400px;display:flex;flex-direction:column;gap:8px}.progress-bar-status{width:100%;height:12px;background-color:#e9ecef;border-radius:6px;overflow:hidden;position:relative}.progress-bar-status-indicator-bar{height:100%;width:100%;background-color:#007bff;border-radius:6px;transition:width .3s ease-in-out,background-color .3s ease-in-out;position:relative}.progress-bar-status-indicator{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:animate-indicator 1.5s infinite}.progress-bar-status-percent-number{text-align:center;font-size:14px;color:#666;font-weight:500}@keyframes animate-indicator{0%{transform:translate(-100%)}to{transform:translate(100%)}}.gr-menu-group{gap:.5rem;padding:1rem;background-color:#fff;border:solid 1px lightgray;border-radius:8px;padding:.5rem 2rem}.gr-menu-group-header{display:flex;justify-content:center;align-items:center;height:100px}.gr-menu-group-header-title{font-size:24px}.gr-menu-group-content{margin:0 auto}.gr-menu-group-content>.box{gap:2rem}.old-dashboard{display:flex;flex-direction:column;align-items:center;padding-top:2rem;height:100%;flex:1;justify-content:space-between}.gr-dropdown-header{display:flex;align-items:center;justify-content:center;font-size:14px;gap:.35rem;line-height:16px;height:32px;padding:0 .5rem}.gr-dropdown-header:hover{cursor:pointer}.gr-dropdown-header .material-symbols-outlined{font-size:18px}.gr-dropdown-menu{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;position:absolute;min-width:200px;height:auto;padding-top:.5rem;padding-bottom:.5rem;background-color:#fff;color:#000;overflow:hidden;border:solid 1px #dadada;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;z-index:1000}.gr-dropdown-menu-item{padding-top:.25rem;padding-bottom:.25rem}.datagrid-table{padding-bottom:1rem;--table-border-color: #dadada;--table-text-color: #007ac3;--table-bg-color: #007ac31a;box-sizing:border-box;flex:1}.datagrid{display:flex;flex-direction:column;width:100%;background-color:#fff;overflow:hidden;box-sizing:border-box}.datagrid-content{width:100%;display:flex;flex:1;overflow-x:auto;border:solid 1px lightgray;box-sizing:border-box}.datagrid-row{display:flex;flex-direction:column}.datagrid-row:not(.datagrid-row-header):hover{background-color:var(--table-bg-color)}.datagrid-row--selected{background-color:var(--table-bg-color)}.datagrid-row-header{text-align:left;border-bottom:none;font-weight:500;font-size:14px;line-height:18px}.datagrid-row-content{list-style-type:none;padding:0;margin:0;display:flex;min-height:36px;flex-direction:row;position:relative}.datagrid-row-item{display:flex;align-items:center;justify-content:start;text-align:left;border:solid 1px var(--table-border-color);border-bottom:none;min-width:130px;font-size:14px;line-height:21px;font-weight:400;text-wrap-mode:nowrap;text-overflow:ellipsis;overflow:hidden;padding:7px .75rem 8px;box-sizing:border-box}.datagrid-row-header .datagrid-row-item{font-size:14px;line-height:18px;font-weight:500;text-transform:capitalize}.datagrid-row-item:nth-child(1),.datagrid-row-item:nth-child(2){flex:none!important}.datagrid-row:last-child .datagrid-row-item{border-bottom:solid 1px var(--table-border-color)}.datagrid-row-header .datagrid-row-item{border-top:none;background-color:#f6f6f6}.datagrid-row-header .datagrid-row-item:hover{background-color:var(--table-bg-color);color:var(--table-text-color);cursor:pointer}.datagrid-row-content .datagrid-row-item:first-child{border-left:none}.datagrid-row-content .datagrid-row-item:last-child{border-right:none;flex:1!important}.datagrid-footer{display:flex;justify-content:space-between;gap:2rem;padding:.75rem .75rem .75rem 1rem;font-size:.9rem;color:gray;border:solid 1px #dadada;border-top:none;height:56px;box-sizing:border-box}.datagrid-footer-info,.datagrid-footer-page-indexes-info{display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;font-weight:400;color:#353535}.datagrid-footer-pagination{display:flex;gap:.5rem}.datagrid-footer-page-size select{padding:7px 9px 8px}.datagrid-footer-page-indexes{display:flex;gap:.5rem}.page-index{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.page-index .material-symbols-outlined{font-size:22px}.page-arrow-index>span{color:#353535!important}.page-arrow-index:hover{background-color:unset!important;cursor:pointer}.page-index.active{color:#005b92!important}.datagrid-row-item:has(.custom-chip),.datagrid-row-item:has(.custom-tooltip-container){overflow:unset}.datagrid-row-item-checkbox{width:18px;height:18px;cursor:pointer}.register-filters{display:flex;flex-direction:column;width:100%;padding:1rem;gap:1rem;border-bottom:solid 1px lightgray;background-color:#fff;margin-bottom:2rem}.register-header{padding:1rem 1rem 2px;display:flex;justify-content:space-between;width:100%}.register-title{margin:0;padding:0;font-size:24px;line-height:30px;font-weight:500}.register-actions{display:flex;flex-direction:row;justify-content:flex-start;width:100%;padding:1.5rem 1rem .75rem;gap:1rem}.register-actions-input-search{width:400px;padding:.5rem 1rem;font-size:14px;border:solid 1px #757575;height:32px;box-sizing:border-box}.register-actions-button-filter{height:32px}.register-header-actions{display:flex;flex-direction:row}.custom-chip{--chip-color: #000000;--chip-bg: #ededed;display:flex;justify-content:center;align-items:center;height:16px;font-size:11px;line-height:12px;font-weight:500;letter-spacing:.8px;border-radius:8px;background-color:var(--chip-bg);color:var(--chip-color);padding:1px 8px 0;box-sizing:border-box;text-transform:uppercase}.custom-chip--default{--chip-bg: #ededed;--chip-color: #000000}.custom-chip--warning{--chip-bg: #ea8f00}.custom-chip--success{--chip-bg: #85bc20}.custom-chip--danger{--chip-bg: rgb(229, 32, 46);color:#fff}.home-card{min-width:225px;flex:1;padding:1rem;margin:1rem 1rem 2rem;background-color:#fff;border:1px solid #ccc;border:solid 1px #dadada;padding:24px 24px 18px;box-sizing:border-box;--card-icon-size: 64px;--card-icon-bg-color: #80d3ce;--card-icon-color: #f2f8fc;--icon-filled: 1}.home-card--blue{--card-icon-bg-color: #80afc6}.home-card--purple{--card-icon-bg-color: #80d3ce}.home-card--green{--card-icon-bg-color: #82b7a5}.home-card-title{padding:0;margin:0;display:flex;width:100%;justify-content:flex-start;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#333}.home-card-content{display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box;padding-top:1rem}.home-card-item{display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;align-items:center;color:#555;min-width:160px}.home-card-item:hover{background-color:#f5f5f5;cursor:pointer}.home-card-link{display:flex;flex-direction:row-reverse;align-items:center;text-decoration:none;color:inherit;min-width:unset;gap:1rem;padding:.25rem .5rem;--card-icon-size: 32px}.home-card-link .home-card-icon{margin-bottom:0}.home-card-label{line-height:20px;font-size:16px;font-weight:400;color:#232323}.home-card-icon{--card-icon-color: #f2f8fc;font-size:2rem;color:var(--card-icon-color);margin-bottom:.5rem;width:var(--card-icon-size);height:var(--card-icon-size);background-color:var(--card-icon-bg-color);border-radius:50%;display:flex;align-items:center;justify-content:center;--mat-fill: 1}.home-page{display:flex;width:100%;flex-direction:column;align-items:center;box-sizing:border-box}.home-section-header{display:flex;width:100%;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;padding-top:130px;position:relative}.home-header{display:flex;width:100%;height:200px;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:2rem 2.5rem;margin-bottom:1rem;color:#353535;position:absolute;border-bottom:solid 1px #dadada;background-image:url(../images/app-background.jpeg);background-size:cover;background-position:center;background-blend-mode:lighten;background-color:#ffffffc9;top:0;box-sizing:border-box;z-index:0}.home-header-left,.home-header-right{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.home-header-right{align-items:flex-end}.home-header-user span,.home-header span{font-size:16px;line-height:20px;font-weight:300}.home-header-user h2,.home-header h2{margin:0;padding:0;font-size:28px;line-height:36px;font-weight:500}.home-header h3{margin:0;padding:0;line-height:36px;font-weight:500}.home-card-container{display:flex;flex-direction:row;width:100%;gap:1rem;padding:0 1.5rem;box-sizing:border-box;z-index:1}.home-section{display:flex;width:100%;flex-direction:column;padding:1rem;margin-bottom:1rem;margin-left:1rem;border:solid 1px #dadada;overflow:hidden;display:none}.home-section-header{display:flex;width:100%;justify-self:flex-start;flex-direction:column}.home-section-title{padding:0;margin:0;font-size:20px;line-height:26px;font-weight:500}.home-section-content{display:flex;width:100%;min-height:200px}.home-section-extra{width:100%;display:flex;flex-direction:column;box-sizing:border-box;justify-content:center;align-items:center;padding:0 2.5rem;margin-top:2rem}.home-info{width:100%;max-width:1028px;display:flex;flex-direction:row;box-sizing:border-box;justify-content:space-between;border:solid 1px #dadada;padding:.75rem 1rem}.home-section-extra-left{display:flex;justify-content:center;align-items:center;gap:.25rem}.home-section-extra-left p{margin:0}.home-section-extra-right{display:flex;justify-content:center;align-items:center}@media (max-width: 980px){.home-card-container{flex-direction:column;padding:0 1rem}.home-info,.home-section-extra,.home-section-extra-left{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.home-info{gap:1rem}}.register-container{padding:.75rem 1rem 1rem;background-color:#fff;width:100%;position:relative}.lista--fullwidth .register-header,.lista--fullwidth .register-actions,.lista--fullwidth .register-container{padding-left:0;padding-right:0}.custom-modal-container{display:flex;justify-content:flex-end;position:absolute;width:100%;height:calc(100vh - 82px);left:-1rem;background-color:#00000080;box-sizing:border-box;overflow:hidden;z-index:9999}.custom-modal-wrapper{background-color:#fff;width:50%;min-width:350px;padding:1rem;height:100%;box-sizing:border-box}.custom-modal-header{display:flex;justify-content:space-between;align-items:center;padding-left:2rem}.custom-modal-header h2{margin:0;padding:0;font-size:24px;line-height:30px;font-weight:500}.custom-modal-icon{cursor:pointer}.custom-modal-content{background-color:#fff;padding:1rem;border-radius:4px;width:100%;height:100%;box-sizing:border-box}.report-page{background-color:#fff!important;display:flex;flex-direction:column;height:100%;flex:1}.report-editor-container{max-width:1280px}.report-editor{display:flex;flex-direction:column;flex:1;padding:.5rem;box-sizing:border-box}.report-editor-header,.report-editor-subheader{margin:0;margin-bottom:.5rem;padding:0 1rem;text-align:left}.report-editor-subheader{color:#757575}.popup-manager{min-height:100vh;height:100%;width:100%;position:absolute;display:flex;justify-content:center;align-items:center;box-sizing:border-box;background-color:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);max-height:100vh;top:0;z-index:999}.popup-manager--max-width .popup{width:1200px;overflow:hidden}.popup-manager--max-width .popup-header{height:75px}.popup pre{background-color:#f4f4f4;border:1px solid #ddd;padding:10px;overflow-x:auto;overflow-y:hidden;white-space:pre;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.9em;width:100%;-moz-tab-size:15;tab-size:15}.popup{width:600px;max-width:100%;display:flex;flex-direction:column;padding-top:20px;background-color:#fff;border:solid 2px black;color:#000;font-size:16px;text-align:left;box-sizing:border-box}.popup--light{border-left-color:#9eeaf9;color:#055160;border:0}.popup-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 1rem 0 2rem;box-sizing:border-box;height:97px}.popup-header-actions{display:flex;justify-content:flex-end;width:100%}.close-button{background:none;border:none;cursor:pointer;font-size:1.5rem;color:#757575}.popup-header-title{width:100%;display:flex;justify-content:flex-start;text-align:left}.popup-header-title h3{margin:0;font-weight:600;padding:0}.popup-body{padding:0 1rem 0 2rem;box-sizing:border-box;min-height:69px}.popup-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1rem;background-color:#f6f6f6}.popup-footer button{max-width:200px}.toast-manager{max-width:100%;display:flex;justify-content:center;align-items:center;background-color:transparent;position:absolute;bottom:0;right:0;box-sizing:border-box;z-index:1000}.toast-manager--bottom-right{align-items:flex-end;justify-content:flex-end;padding:1rem;flex-direction:column-reverse}.toast{--toast-color: #648d18;min-width:600px;max-width:100%;display:flex;flex-direction:row;background-color:#fff;position:absolute;color:#000;font-size:16px;text-align:left;box-sizing:border-box;border:solid 1px var(--toast-color);animation:toast-ease-in .3s ease-in;z-index:1000;box-shadow:0 4px 8px #0000001f}.toast-spacer{height:2rem;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.toast-manager:hover{gap:.5rem;justify-items:flex-start}.toast-manager:hover>.toast{position:relative;bottom:0!important;opacity:1!important;transform:unset!important}.toast.toast--hide{animation:toast-ease-out .2s ease-out}.toast--info{--toast-color: #648d18}.toast--danger{--toast-color: rgb(229, 32, 46)}.toast-leading{border-left:solid 4px var(--toast-color)}.toast-status-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-top:20px;margin-left:1rem;color:#fff;background-color:var(--toast-color);border-radius:50%}.toast-status-icon .custom-icon{font-size:16px}.toast-trailing{display:flex;align-items:flex-start;justify-content:center;width:40px;padding-top:1rem}.toast-wrapper{display:flex;flex-direction:column;flex:1;padding:1rem;padding-top:20px;box-sizing:border-box}.toast-header{display:flex;justify-content:flex-start;align-items:center;padding:0 0 10px}.toast-title{font-weight:500;font-size:14px;line-height:17.5px}.toast-content{font-size:14px;line-height:21px;font-weight:400}.toast-icon{color:#232323;width:24px;height:24px}.toast-icon:hover{cursor:pointer}.toast-icon .custom-icon{font-size:14px}.toast-footer{display:flex;width:100%;justify-content:flex-start;align-items:center;gap:.5rem;padding-top:1rem}@keyframes toast-ease-in{0%{opacity:0;transform:translateY(15px)}25%{opacity:.5}to{opacity:1;transform:translateY(0)}}@keyframes toast-ease-out{0%{opacity:1;transform:translate(0)}25%{opacity:.5}to{opacity:0;transform:translate(15px)}}@keyframes toast-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes toast-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@media (max-width: 980px){.toast{min-width:unset}}html{font-family:Open Sans,Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}#root{width:100%;margin:0;text-align:center}.main-app{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:100vh;position:relative;background-color:#fff;--mat-fill: 0}.container{width:100%;height:100%;display:flex;flex:1;flex-direction:column;background-color:#fff}.h-100{height:100%;flex:1}.base-page{display:flex;flex-direction:column;width:100%;height:100%;min-height:100vh;box-sizing:border-box;background-color:#fff}.main-content{display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box;flex:1;background-color:#eee;background-color:#fff;padding:1.5rem 2rem 2rem;margin:0}.main-content:has(>.home-page){padding:0;padding-bottom:1rem}.custom-icon{-webkit-user-select:none;user-select:none;font-variation-settings:"FILL" var(--mat-fill),"wght" 400,"GRAD" 0,"opsz" 24}.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)}.card{padding:2em}.read-the-docs{color:#888}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:loading-spin infinite 20s linear}}:root{font-family:Open Sans,Fira Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}
