@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);.button-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative;width:max-content}.button-wrapper.full-width,.button-wrapper.full-width .button{width:100%}.button-wrapper .button-spinner{opacity:0;position:absolute;transform:scale(0);transition:.3s ease-in-out;z-index:1}.button-wrapper .button-spinner svg{height:20px;width:20px}.button-wrapper .button-spinner path{stroke:#2a364b}.button-wrapper:has(.clear.default) .button-spinner path{stroke:#e4e4f2}.button-wrapper .button{align-items:center;background-color:none;border:none;border-radius:8px;color:#2a364b;display:flex;flex-direction:row;gap:12px;justify-content:center;margin:0;padding:12px 24px;transition:background-color .2s ease-in-out;transition:opacity .2s ease-in-out}.button-wrapper .button>*{opacity:1}.button-wrapper .button .button-icon svg{height:20px;width:20px}.button-wrapper .button .button-text{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;align-items:center;display:-webkit-box;display:flex;flex-direction:row;height:20px;justify-content:center;overflow:hidden;word-break:break-all}.button-wrapper .button.only-icon{padding:12px}.button-wrapper .button.compact{padding:10px 20px}.button-wrapper .button.compact .button-icon svg{height:16px;width:16px}.button-wrapper .button.compact .button-text{height:16px}.button-wrapper .button.compact.only-icon{padding:10px}.button-wrapper .button.large{padding:16px 32px}.button-wrapper .button.large .button-icon svg{height:30px;width:30px}.button-wrapper .button.large .button-text{height:30px}.button-wrapper .button.large.only-icon{padding:16px}.button-wrapper .button.active{color:#427fe9}.button-wrapper .button.default{background-color:#364662;color:#e4e4f2}.button-wrapper .button.submit{background-color:#427fe9;color:#e4e4f2}.button-wrapper .button.abort{background-color:#a3acbe}.button-wrapper .button.remove{background-color:#ff5f5f}.button-wrapper .button.warning{background-color:#f6a716}.button-wrapper .button.white{background-color:#2a364b;color:#e4e4f2}.button-wrapper .button.white.active{color:#427fe9}.button-wrapper .button.clear{background:none;color:#e4e4f2}.button-wrapper .button.clear .button-spinner path{stroke:#e4e4f2}.button-wrapper .button.clear.active{color:#427fe9}.button-wrapper .button.clear.active .button-spinner path{stroke:#427fe9}.button-wrapper .button.clear.default{color:#e4e4f2}.button-wrapper .button.clear.active,.button-wrapper .button.clear.submit{color:#427fe9;transition:0s}.button-wrapper .button.clear.abort{color:#a3acbe}.button-wrapper .button.clear.remove{color:#ff5f5f}.button-wrapper .button.clear.warning{color:#f6a716}.button-wrapper .button.clear.white{background-color:none;color:#e4e4f2}.button-wrapper .button:hover:not(:disabled){opacity:80%;transition:.3s ease-in-out}.button-wrapper .button:hover:not(:disabled).clear{opacity:100%}.button-wrapper .button:hover:not(:disabled).clear.default{background-color:rgba(119,128,144,.075)}.button-wrapper .button:hover:not(:disabled).clear.active,.button-wrapper .button:hover:not(:disabled).clear.submit{background-color:#427fe91a}.button-wrapper .button:hover:not(:disabled).clear.abort{background-color:#a3acbe26}.button-wrapper .button:hover:not(:disabled).clear.remove{background-color:#ff5f5f1a}.button-wrapper .button:hover:not(:disabled).clear.warning{background-color:#f6a7161a}.button-wrapper .button:hover:not(:disabled).clear.white{background-color:rgba(228,228,242,.075)}.button-wrapper .button:hover:not(:disabled).white.active{background-color:#2a364b;opacity:80%}.button-wrapper .button:disabled{cursor:default;opacity:50%;transition:.3s ease-in-out}.button-wrapper.loading .button-spinner{opacity:1;transform:scale(1);transition:.3s ease-in-out}.button-wrapper.loading .button>*{opacity:0;transition:.3s ease-in-out}.container-header{justify-content:space-between;padding:0!important;width:min-content}.container-header,.container-header .title{align-items:center;display:flex;flex-direction:row}.container-header .title{gap:10px;justify-content:center;padding:12px;width:max-content}.container-header .title svg{height:20px;width:20px}.container-content{gap:12px;justify-content:start}.container,.container-content{align-items:start;display:flex;flex-direction:column}.container{gap:2px;justify-content:center}.container>*{background-color:#2a364b;border-radius:2px;padding:12px;width:100%}.container>:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.container>:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dropdown-menu{background-color:#2a364b;border:1px solid #a3acbe;border-radius:8px;color:#e4e4f2;height:max-content;overflow:hidden;padding:12px;position:absolute;top:120%;transition:.3s ease-in-out;width:max-content;z-index:4}.dropdown-menu.hiden{opacity:0;pointer-events:none;top:100%;transition:.3s ease-in-out;visibility:hidden}.dropdown-menu.hiden.top{bottom:100%;top:0}.dropdown-menu.visible{opacity:1;transition:.3s ease-in-out}.dropdown-menu.start{left:0}.dropdown-menu.end{right:0}.dropdown-menu.top{top:-20%;transform:translateY(-100%)}.dropdown-menu p.dropdown-text{font-size:11px;font-weight:300;opacity:70%;padding:5px 10px}.dropdown-menu span.dropdown-line{align-self:center;background-color:#a3acbe;content:"";height:1px;margin:5px 0;opacity:50%;width:80%}.dropdown-menu button{border-radius:2px!important}.checkbox{-webkit-user-select:none;user-select:none;width:100%}.checkbox.displayMode{pointer-events:none}.checkbox label{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:start;padding:12px;transition:.3s ease-in-out;width:100%}.checkbox label:hover{background-color:#427fe91a;transition:.3s ease-in-out}.checkbox label input{cursor:pointer;height:16px;padding:12px;width:16px}.checkbox label input:checked{accent-color:#427fe9;transition:.3s ease-in-out}.checkbox label:has(input:disabled){cursor:default;opacity:80%;transition:.3s ease-in-out}.checkbox label:has(input:disabled):hover{background-color:#7780901a;transition:.3s ease-in-out}.input-wrapper{gap:2px;max-width:350px;width:100%}.input-wrapper .input{display:flex;overflow:hidden;position:relative;width:100%}.input-wrapper .input label{align-items:center;background-color:#2a364b;border-radius:5px;color:#e4e4f2;display:flex;flex-direction:row;gap:5px;justify-content:center;padding-right:8px;pointer-events:none;position:absolute;transform:translateY(10px) translateX(18px);transition:.3s ease-in-out;width:max-content;z-index:1}.input-wrapper .input label svg{height:15px;width:15px}.input-wrapper .input label .label-icon{transition:.3s ease-in-out}.input-wrapper .input label .label-icon.hint{color:#a3acbe}.input-wrapper .input label .label-icon.warning{color:#ff5f5f}.input-wrapper .input input{background:none;background-color:#2a364b;border:1px solid #a3acbe;border-radius:8px;color:#e4e4f2;max-height:45px;outline:none;padding:12px 24px;text-align:end;transition:.3s ease-in-out;width:0;width:100%}.input-wrapper .input input:-webkit-autofill,.input-wrapper .input input:-webkit-autofill:active,.input-wrapper .input input:-webkit-autofill:focus,.input-wrapper .input input:-webkit-autofill:hover{-webkit-text-fill-color:#eee!important;-webkit-box-shadow:inset 0 0 0 30px #2a364b!important;-webkit-transition:none!important;transition:none!important}.input-wrapper .input input::-webkit-inner-spin-button,.input-wrapper .input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-wrapper .input input[type=number]{-moz-appearance:textfield}.input-wrapper .input input[type=date],.input.display-mode .input-wrapper .input input[type=date]{padding-right:10px}.input:not(.display-mode) .input-wrapper .input input[type=date]:disabled{padding-right:0}.input-wrapper .input:hover{border-color:#a3acbe}.input-wrapper .input.display-mode:not(.has-value) input[type=datetime-local],.input-wrapper .input.is-loading:not(.has-value) input[type=datetime-local]{color:#0000}.input-wrapper .input.display-mode input[type=datetime-local]::-webkit-calendar-picker-indicator,.input-wrapper .input.display-mode input[type=datetime-local]::-webkit-inner-spin-button,.input-wrapper .input.is-loading input[type=datetime-local]::-webkit-calendar-picker-indicator,.input-wrapper .input.is-loading input[type=datetime-local]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.input-wrapper .input.display-mode .react-select__placeholder,.input-wrapper .input.display-mode ::placeholder,.input-wrapper .input.is-loading .react-select__placeholder,.input-wrapper .input.is-loading ::placeholder{opacity:0}.input-wrapper .input.display-mode label,.input-wrapper .input.has-value label{background:none;color:#a3acbe;font-size:11px;gap:3px;transform:translateY(2px) translateX(10px);transition:.3s ease-in-out}.input-wrapper .input.display-mode label svg,.input-wrapper .input.has-value label svg{height:12px;width:12px}.input-wrapper .input.has-error label{color:#ff5f5f}.input-wrapper .input.has-error input{border-color:#ff5f5f}.input-wrapper .input:focus-within input{border-color:#427fe9}.input-wrapper .input:focus-within.has-error label{color:#ff5f5f}.input-wrapper .input:focus-within.has-error input{border-color:#ff5f5f}.input-wrapper .input:focus-within label{background:none;color:#427fe9;font-size:11px;gap:3px;transform:translateY(2px) translateX(10px);transition:.3s ease-in-out}.input-wrapper .input:focus-within label .label-icon.hint{color:#427fe9}.input-wrapper .input:focus-within label svg{height:12px;width:12px}.input-wrapper .input.disabled{opacity:50%}.input-wrapper .input.is-loading{pointer-events:none}.input-wrapper .input.is-loading .loading-box{animation:l1 1s ease-in-out infinite;background:linear-gradient(90deg,#36466299 33%,#364662 50%,#36466299 66%) #2a364b;background-size:300% 100%;border-radius:2px;height:40%;opacity:70%;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:50%;z-index:1}.input-wrapper .input.is-loading .react-select__single-value,.input-wrapper .input.is-loading input{color:#0000!important}.input-wrapper .input.is-loading .react-select__indicators{opacity:0}.input-wrapper .input.is-loading input[type=datetime-local]::-webkit-calendar-picker-indicator,.input-wrapper .input.is-loading input[type=datetime-local]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}@keyframes l1{0%{background-position:100%}}.input-wrapper,.tabs-navigation>.button-wrapper{position:relative}.input-wrapper .input-message-portal,.tabs-navigation>.button-wrapper .input-message-portal{align-items:end;display:flex;flex-direction:row;height:100%;justify-content:end;pointer-events:none;position:absolute;width:100%}.input-wrapper .input-message-portal .input-message,.tabs-navigation>.button-wrapper .input-message-portal .input-message{align-items:start;background-color:#2a364b;border:1px solid #a3acbe;border-radius:8px;display:flex;flex-direction:column;font-size:smaller;gap:3px;justify-content:end;opacity:0;padding:4px 8px;pointer-events:none;position:fixed;transform:translateY(calc(100% + 2px));-webkit-user-select:none;user-select:none;width:max-content;z-index:4}.input-wrapper .input-message-portal .input-message:has(.error),.tabs-navigation>.button-wrapper .input-message-portal .input-message:has(.error){border:1px solid #ff5f5f;border-radius:8px}.input-wrapper .input-message-portal .input-message .error,.tabs-navigation>.button-wrapper .input-message-portal .input-message .error{color:#ff5f5f}.input-wrapper .input-message-portal .input-message .helper,.tabs-navigation>.button-wrapper .input-message-portal .input-message .helper{color:#778090}.input-wrapper.is-message:has(.input:focus-within) .input-message,.input-wrapper.is-message:hover .input-message,.tabs-navigation>.button-wrapper.is-message:has(.input:focus-within) .input-message,.tabs-navigation>.button-wrapper.is-message:hover .input-message{opacity:1;transition:.3s ease-in-out}.tabs-navigation>.button-wrapper{z-index:2}.tabs-navigation>.button-wrapper .input-message{left:0;margin-left:auto;margin-right:auto;position:absolute!important;right:0;width:max-content}.input-wrapper .input .input-field{background:none;border:1px solid #a3acbe;border-radius:8px;max-height:450px;min-height:56px;outline:none;padding:17px 12px 12px;width:100%}.input-wrapper .input .input-field:-webkit-autofill,.input-wrapper .input .input-field:-webkit-autofill:active,.input-wrapper .input .input-field:-webkit-autofill:focus,.input-wrapper .input .input-field:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #2a364b!important}.input-wrapper .input.has-error .input-field{border-color:#ff5f5f}.input-wrapper .input:focus-within .input-field{border-color:#427fe9}.input-wrapper .input:focus-within.has-error .input-field{border-color:#ff5f5f}.input-wrapper .input:not(.display-mode):has(.input-field:disabled){opacity:50%}.input-wrapper .input:not(.display-mode):has(.input-field:disabled) label{background:none}.image-input-trigger{align-items:center;aspect-ratio:1/1;background-color:#2a364b;border:1px solid #a3acbe;border-radius:8px;display:flex;flex:0 0 auto;flex-direction:row;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.image-input-trigger svg{color:#eee;height:25%;width:25%}.image-input-trigger img{height:100%;object-fit:cover;width:100%}.image-input-trigger input{display:none}.image-input-trigger .hover-overlay{align-items:center;background-color:#77809000;display:flex;flex-direction:row;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:.3s ease-in-out;width:100%}.image-input-trigger .hover-overlay svg{color:#2a364b;height:25%;width:25%}.image-input-trigger .hover-overlay:has(.new){background:none;transition:.3s ease-in-out}.image-input-trigger .hover-overlay:has(.new) svg{color:#eee;height:25%;width:25%}.image-input-trigger .placeholder{opacity:100%;transition:.3s ease-in-out}.image-input-trigger.editable .download-href{pointer-events:none}.image-input-trigger.disable{opacity:60%}.image-input-trigger.error{border:1px solid #ff5f5f;border-radius:8px}.image-input-trigger.error svg{color:#ff5f5f;height:25%;width:25%}.image-input-trigger.error:has(.new) svg{color:#ff5f5f;height:25%;width:25%}.image-input-trigger:hover.downloadable,.image-input-trigger:hover.editable{cursor:pointer}.image-input-trigger:hover.downloadable .hover-overlay,.image-input-trigger:hover.editable .hover-overlay{background-color:#e4e4f266;opacity:100%;transition:.3s ease-in-out}.image-input-trigger:hover.downloadable .hover-overlay:has(.new),.image-input-trigger:hover.editable .hover-overlay:has(.new){background:none}.image-input-trigger:hover.downloadable .placeholder,.image-input-trigger:hover.editable .placeholder{opacity:0;transition:.3s ease-in-out}.image-input-trigger.loading .placeholder{animation:placeholderLoading 1.5s ease-in-out 0s infinite alternate}@keyframes placeholderLoading{0%{opacity:.5}to{opacity:1}}.image-popup{flex-direction:column;width:700px!important}.image-popup,.image-popup .crop-wrapper{align-items:center;display:flex;justify-content:center}.image-popup .crop-wrapper{border:1px solid #eee;border-radius:16px;flex-direction:row;height:350px;margin:24px;overflow:hidden;position:relative;width:350px}.image-popup .crop-wrapper .reactEasyCrop_Container{margin:48px;overflow:visible}.image-popup .crop-wrapper .reactEasyCrop_Container img{object-fit:cover;overflow:visible}.image-popup .crop-wrapper .reactEasyCrop_Container .reactEasyCrop_CropAreaGrid{background-color:none;border:1px solid #a3acbe;border-radius:8px;box-shadow:0 0 99999px 20em #eee9;height:100%!important;width:100%!important}.image-popup .crop-wrapper .reactEasyCrop_Container .reactEasyCrop_CropAreaGrid:after,.image-popup .crop-wrapper .reactEasyCrop_Container .reactEasyCrop_CropAreaGrid:before{border:none}.image-popup .crop-wrapper svg{color:#eee;height:50%;width:50%}.image-popup .size-select{max-width:250px;width:100%}.image-popup .zoom-range{align-items:center;display:flex;flex-direction:row;gap:15px;justify-content:center;padding:0 24px 48px;width:100%}.image-popup .zoom-range svg{color:#e4e4f2;height:20px;width:20px}.image-popup .invisible-file-input{display:none}.image-popup .buttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.password-input-container{align-items:center;display:flex;position:relative;width:100%}.password-input-container input{padding-right:50px!important;width:100%}.password-input-container .password-toggle-button{background:none;border:none;border-radius:4px;color:var(--text-secondary);cursor:pointer;padding:6px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease;z-index:2}.password-input-container .password-toggle-button:hover{background-color:var(--background-hover);color:var(--text-primary)}.password-input-container .password-toggle-button:focus{outline:2px solid var(--primary-color);outline-offset:2px}.password-input-container .password-toggle-button svg{height:16px;width:16px}.input-wrapper:has(.react-select__menu-portal) .input-message{opacity:0!important;transition:none!important}.input-wrapper .input{overflow:visible!important}.input-wrapper .input .react-select-container{width:100%}.input-wrapper .input .react-select-container .react-select__control{align-items:center;background-color:#2a364b;border:1px solid #a3acbe;border-radius:8px;box-shadow:none;display:flex;flex-direction:row;justify-content:center;margin:0;max-height:45px;outline:none;padding-left:20px}.input-wrapper .input .react-select-container .react-select__control .react-select__value-container{color:#e4e4f2!important;justify-items:end;padding-right:8px}.input-wrapper .input .react-select-container .react-select__control .react-select__value-container .react-select__input-container,.input-wrapper .input .react-select-container .react-select__control .react-select__value-container .react-select__single-value{color:#e4e4f2!important}.input-wrapper .input .react-select-container .react-select__control .react-select__indicators{align-items:center;display:flex;flex-direction:row;justify-content:center}.input-wrapper .input .react-select-container .react-select__control .react-select__indicators .react-select__clear-indicator{margin:8px 5px 8px 0;padding:5px 5px 5px 0}.input-wrapper .input .react-select-container .react-select__control .react-select__indicators .react-select__clear-indicator:hover svg{fill:#ccc}.input-wrapper .input .react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:35%;justify-content:center;margin:auto;width:1px}.input-wrapper .input .react-select-container .react-select__control .react-select__indicators .react-select__dropdown-indicator{padding:11.5px 7px 11.5px 5px;transition:.3s ease-in-out}.input-wrapper .input .react-select-container .react-select__control.react-select__control--is-focused{border:1px solid #427fe9;border-radius:8px}.input-wrapper .input .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__clear-indicator{cursor:pointer}.input-wrapper .input .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__clear-indicator:hover svg{fill:#ff5f5f!important;transition:.3s ease-in-out}.input-wrapper .input .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__indicator-separator{background-color:#427fe9}.input-wrapper .input .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__dropdown-indicator svg{fill:#427fe9}.input-wrapper .input .react-select-container .react-select__control.react-select__control--menu-is-open .react-select__indicators .react-select__dropdown-indicator{transform:rotate(180deg);transition:.3s ease-in-out}.input-wrapper .input .react-select-container .react-select-control:focus{background-color:#ff5f5f}.input-wrapper .input .react-select-container .react-select__menu-portal{z-index:4}.input-wrapper .input .react-select-container .react-select__menu{background-color:#2a364b;border:1px solid #778090;border-radius:8px;z-index:4}.input-wrapper .input .react-select-container .react-select__menu .react-select__menu-list{border-radius:8px;padding:0}.input-wrapper .input .react-select-container .react-select__menu .react-select__menu-list .react-select__option{background-color:#2a364b;color:#e4e4f2}.input-wrapper .input .react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-focused{background-color:#2a364be6;color:#e4e4f2}.input-wrapper .input .react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-selected{background-color:#427fe9;color:#e4e4f2}.input-wrapper .input .react-select-container .react-select__menu .react-select__menu-list .react-select__menu-notice{background-color:#2a364b;color:#e4e4f2}.input-wrapper .input.display-mode .react-select-container .react-select__control .react-select__value-container{padding:0 24px!important}.input-wrapper .input.display-mode .react-select-container .react-select__control .react-select__value-container .react-select__single-value{color:#e4e4f2}.input-wrapper .input.display-mode .react-select-container .react-select__control .react-select__indicators{opacity:0;width:0}.input-wrapper .input.has-error .react-select-container{width:100%}.input-wrapper .input.has-error .react-select-container .react-select__control{border-color:#ff5f5f}.input-wrapper .input.has-error .react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator{background-color:#ff5f5f}.input-wrapper .input.has-error .react-select-container .react-select__control .react-select__indicators .react-select__clear-indicator svg,.input-wrapper .input.has-error .react-select-container .react-select__control .react-select__indicators .react-select__dropdown-indicator svg{fill:#ff5f5f}.input-wrapper .input.has-error .react-select-container .react-select__control.react-select__control--is-focused{border-color:#ff5f5f}.input-wrapper .input.has-error .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__indicator-separator{background-color:#ff5f5f}.input-wrapper .input.has-error .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__clear-indicator svg,.input-wrapper .input.has-error .react-select-container .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__dropdown-indicator svg{fill:#ff5f5f}.complex-input-wrapper{grid-gap:4px;display:grid;gap:4px;grid-auto-flow:column;overflow:hidden;width:100%}.complex-input-wrapper .input-wrapper input{border-radius:2px;padding:12px}.complex-input-wrapper .input-wrapper .react-select-container .react-select__control{border-radius:2px;padding:0}.complex-input-wrapper .input-wrapper .react-select-container .react-select__control .react-select__value-container{padding:0 12px!important}.complex-input-wrapper .input-wrapper .react-select-container .react-select__control .react-select__indicators{opacity:1;width:auto}.complex-input-wrapper .input-wrapper .react-select-container .react-select__menu{min-width:200px}.complex-input-wrapper .input-wrapper .display-mode .react-select-container .react-select__control{padding:0}.complex-input-wrapper .input-wrapper .display-mode .react-select-container .react-select__control .react-select__value-container{padding:0 12px!important}.complex-input-wrapper .input-wrapper .display-mode .react-select-container .react-select__control .react-select__value-container .react-select__single-value{color:#e4e4f2}.complex-input-wrapper .input-wrapper .display-mode .react-select-container .react-select__control .react-select__indicators{opacity:0;width:0}.complex-input-wrapper .input-wrapper:first-child .react-select-container .react-select__control,.complex-input-wrapper .input-wrapper:first-child input{border-bottom-left-radius:8px;border-top-left-radius:8px}.complex-input-wrapper .input-wrapper:first-child .react-select-container .react-select__control .react-select__value-container{padding-left:0;padding-right:0}.complex-input-wrapper .input-wrapper:last-child .react-select-container .react-select__control,.complex-input-wrapper .input-wrapper:last-child input{border-bottom-right-radius:8px;border-top-right-radius:8px}.magellan-label{align-items:center;border-radius:6px;display:flex;flex-direction:row;font-size:12px;gap:10px;justify-content:center;padding:12px}.magellan-label.red{background-color:#ff5f5f26;color:#ff5f5f;transition:background-color .3s ease-in-out}.magellan-label.red:hover{background-color:rgba(255,95,95,.225)}.magellan-label.green{background-color:#30bf1a26;color:#30bf1a;transition:background-color .3s ease-in-out}.magellan-label.green:hover{background-color:rgba(48,191,26,.225)}.magellan-label.orange{background-color:#f6a71626;color:#f6a716;transition:background-color .3s ease-in-out}.magellan-label.orange:hover{background-color:rgba(246,167,22,.225)}.magellan-label.blue{background-color:#427fe926;color:#427fe9;transition:background-color .3s ease-in-out}.magellan-label.blue:hover{background-color:rgba(66,127,233,.225)}.magellan-label.gray{background-color:#77809026;color:#778090;transition:background-color .3s ease-in-out}.magellan-label.gray:hover{background-color:rgba(119,128,144,.225)}.magellan-label.black{background-color:#e4e4f226;color:#e4e4f2;transition:background-color .3s ease-in-out}.magellan-label.black:hover{background-color:rgba(228,228,242,.225)}.magellan-label.white{background-color:#2a364b26;color:#e4e4f2;transition:background-color .3s ease-in-out}.magellan-label.white:hover{background-color:rgba(42,54,75,.225)}.magellan-label.transparent{background:none;color:#e4e4f2}.magellan-label svg{height:20px;width:20px}.magellan-label.with-text{height:44px;padding:12px 24px}.magellan-label.compact{border-radius:3px;font-size:12px;gap:6px;padding:8px}.magellan-label.compact svg{height:17px;width:17px}.magellan-label.compact.with-text{height:33px;padding:8px 16px}.popup-overlay{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background-color:#0000004d;color:#e4e4f2;transition:.3s ease-in-out}.popup-overlay .popup-content .magellan-popup{align-items:center;background-color:#2a364b;border-radius:16px;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:24px;width:max-content}.magellan-popup-header{align-items:center;color:#e4e4f2;display:flex;flex-direction:row;gap:12px;justify-content:start;padding:12px;width:100%}.magellan-popup-header svg{color:#e4e4f2;height:25px;width:25px}.magellan-popup-bottom-buttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:40px;width:100%}.table-message{opacity:.6;transition:.3s ease-in-out;width:100%}.table-message td{align-items:center;background:none;background-color:#2a364bcc;border-bottom:none!important;color:#e4e4f2;display:flex;flex-direction:row;justify-content:center;margin-bottom:2px;padding:24px 12px;transition:.3s ease-in-out}.table-message td>div{overflow:visible;width:100%}.table-message td:first-child{border-radius:2px 0 0 2px;padding-left:24px}.table-message td:last-child{border-radius:0 2px 2px 0;padding-right:24px}.table-message:first-child td:first-child{border-top-left-radius:8px}.table-message:first-child td:last-child{border-top-right-radius:8px}.table-message:last-child td:first-child{border-bottom-left-radius:8px}.table-message:last-child td:last-child{border-bottom-right-radius:8px}.table-message:hover{opacity:1;transition:.3s ease-in-out}.table-message.disable{cursor:default;opacity:.3;transition:.3s ease-in-out}.table-message.is-add{border-radius:8px;opacity:1}.table-message.is-add:hover{opacity:.8}.table-message.is-empty{opacity:.5}.table-message .table-message-content{align-items:center;display:flex;gap:8px;justify-content:center}.table-message .table-message-content>*{width:auto}tr td .table-row-item{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}tr td .table-row-item:has(.add-button){height:50px}tr td .table-row-item .add-button-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}tr td .table-row-item .add-button-wrapper .add-button{background-color:#2a364b;border:.5px solid #778090;border-radius:5px;cursor:pointer;height:20px;padding:4px;position:absolute;width:20px}tr td .table-row-item .add-button-wrapper .add-button svg{color:#778090;height:10px;width:10px}tr td .table-row-item .add-button-wrapper .add-button.disable{cursor:default;opacity:50%}tr td .table-row-item .add-button-wrapper .add-button.top{top:-23px}tr td .table-row-item .add-button-wrapper .add-button.bottom{bottom:-23px}tr:first-child td .table-row-item .add-button-wrapper .add-button.top{top:-15px}.table-row-item{align-items:center;width:100%}.table-row-item,.table-row-item.start{display:flex;flex-direction:column;justify-content:center}.table-row-item.start{align-items:start}.table-row-item.end{align-items:end}.table-row-item.center,.table-row-item.end{display:flex;flex-direction:column;justify-content:center}.table-row-item.center{align-items:center}.table-row-item img{border-radius:4px;height:50px;width:50px}.table-row-item-text{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;width:100%;word-break:break-all}.table-row-item-text.currency{height:24px;white-space:pre-wrap}.table-row-item-text.supplementary{font-size:12px;opacity:.65}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(min(var(--min-width),100%),1fr));width:100%}.form-grid .react-select__menu-portal{left:0!important;position:relative;top:0!important}.info-box{align-items:start;display:flex;flex-direction:row;gap:12px;justify-content:start}.info-box-items{grid-gap:4px;display:grid;gap:4px;grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));max-height:147px;overflow:hidden;width:100%}@media(max-width:1155px){.info-box-items{min-height:148px;overflow:auto;overflow-x:hidden}}.info-box-items button{border-radius:4px!important}.info-box-items .complex-input-wrapper{gap:4px}.info-box-items .input-wrapper{max-width:100%}.info-box-items .input-wrapper .input input,.info-box-items .input-wrapper .input-message-portal .input-message{border-radius:4px}.info-box-items .input-wrapper .input:not(.info-box-items .input-wrapper .input.has-value,.info-box-items .input-wrapper .input.display-mode,.info-box-items .input-wrapper .input:focus-within) label{transform:translateX(18px) translateY(12px)}.info-box-items .input-wrapper .input:not(.has-error,:focus-within) .react-select-container .react-select__control,.info-box-items .input-wrapper .input:not(.has-error,:focus-within) input{border-color:#515c6f}.info-box-items .input-wrapper .input .react-select-container .react-select__control,.info-box-items .input-wrapper .input .react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator,.info-box-items .input-wrapper .input .react-select-container .react-select__control.react-select__control--is-focused{border-radius:4px}.info-box-items .input-wrapper .input .react-select-container .react-select__menu{border-radius:4px;margin:4px 0}.info-box-items .input-wrapper .input .react-select-container .react-select__menu .react-select__menu-list{border-radius:4px}.info-box-item{align-items:center;border:1px solid #a3acbe;border-radius:4px;display:flex;flex-direction:row;justify-content:start;padding:0 20px;position:relative;width:100%}.info-box-item.children{padding:5px 20px 5px 5px}.info-box-item .label{background:none;color:#a3acbe;display:-webkit-box;font-size:11px;left:0;position:absolute;top:0;transform:translateY(2px) translateX(10px)}.info-box-item .label,.info-box-item .value{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.info-box-item .value{align-items:center;display:flex;display:-webkit-box;flex-direction:row;justify-content:end;text-align:end;width:100%}.info-box-item .loading{animation:infoBoxItemLoading 1.5s ease-in-out 0s infinite alternate;background-color:#eee;border-radius:2px;display:flex;height:50%;margin:10px 10px 10px 0;opacity:.1;width:50%}.info-box-item:nth-child(3n+1):last-child,.info-box-item:nth-child(3n+1):nth-last-child(2),.info-box-item:nth-child(3n+1):nth-last-child(3){border-top-right-radius:8px}.info-box-item:last-child{border-bottom-right-radius:8px}.info-box-item:first-child{border-top-left-radius:8px}.info-box-item:nth-child(3n):nth-child(3){border-bottom-left-radius:8px}@keyframes infoBoxItemLoading{0%{opacity:.5}to{opacity:1}}.info-box-image{align-items:center;border-radius:8px;display:flex;flex:0 0 auto;flex-direction:row;height:143px;justify-content:center;overflow:hidden;width:143px}.info-box-image.small{height:94px;width:94px}.info-box-image .image-input-trigger{border:1px solid #515c6f;border-radius:8px}.info-box-image .image-input-trigger.error{border:1px solid #ff5f5f;border-radius:8px}.tabs-navigation{align-items:start;background:none!important;display:flex;flex-direction:row;gap:2px;justify-content:start;padding:0!important;scroll-behavior:smooth;width:100%}.tabs-navigation .button{border-radius:2px;min-width:150px;width:max-content}.tabs-navigation .button.error{color:#ff5f5f}.tabs-navigation :first-child .button{border-bottom-left-radius:8px}.tabs-navigation :last-child .button{border-bottom-right-radius:8px}.tabs-navigation :last-child.extender{background-color:#2a364b;border-bottom-right-radius:8px;height:44px;max-width:100%;width:100%}.tabs-navigation::-webkit-scrollbar{display:none}.tab-container{align-items:start;background:none!important;display:flex;flex-direction:row;gap:2px;justify-content:start;overscroll-behavior:none;padding:0!important;width:100%}.flex-wrapper{align-items:center;justify-content:center;width:100%}.SettingsFormWrapper,.flex-wrapper{display:flex;flex-direction:column;gap:20px}.SettingsFormWrapper{padding:15px 20px;position:relative}.descriptiveInputWrapper-header{padding:0 10px}.descriptiveInputWrapper-description{font-size:13px;opacity:.5;padding:0 10px}.query-filters-form-wrapper{align-items:start;box-shadow:0 15px 20px #0003;display:flex;flex-direction:column;gap:20px;height:max-content;justify-content:start;opacity:0;padding:24px!important;position:absolute;top:calc(100% + 2px);transform:translateY(-15px);transition:.3s ease-in-out;visibility:hidden;z-index:4}.query-filters-form-wrapper.is-open{opacity:100%;transform:translateY(0);transition:.3s ease-in-out;visibility:visible}.query-filters-form-wrapper .query-filters-form{align-items:center;background-color:#2a364b;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.query-filters-form-wrapper .query-filters-form .filter-form-buttons{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:end;width:100%}.query-filter-labels-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:start;overflow:hidden}.query-filter-labels-wrapper .query-filter-labels{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:start;overflow-x:auto;overflow-y:hidden}.query-filter-labels-wrapper .query-filter-labels .query-filter-label{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:start}.query-filter-labels-wrapper .query-filter-labels .query-filter-label .label-text{width:max-content}.navbar-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding:50px 0 20px 10px;width:100%}.navbar-wrapper .buttons{height:100%;overflow-y:scroll}.navbar-wrapper .buttons,.navbar-wrapper .buttons .button-wrapper{align-items:start;display:flex;flex-direction:column;justify-content:start;width:100%}.navbar-wrapper .buttons .button-wrapper{position:relative}.navbar-wrapper .buttons .button-wrapper .menu-arrow{opacity:.7;position:absolute;right:10px;top:50%;transform:translateY(-50%) scale(.7) rotate(-90deg);transition:transform .2s ease-in-out}.navbar-wrapper .buttons .button-wrapper .sub-menu{max-height:0;overflow:hidden;padding-left:25px;transition:max-height .3s ease-in-out;width:100%}.navbar-wrapper .buttons .button-wrapper.show-sub-menu .menu-arrow{transform:translateY(-50%) scale(.7) rotate(0deg)}.navbar-wrapper .buttons .button-wrapper.show-sub-menu .sub-menu{max-height:300px}.navbar-wrapper .footer{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:24px 24px 0;width:100%}.navbar-wrapper .footer img{height:60px}.navbar-wrapper .footer .footer-buttons{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;width:100%}.navbar-wrapper .footer .footer-version{font-size:11px;opacity:.4}@media only screen and (max-width:1024px){.navbar-wrapper{padding:30px 0 7.5px 7.5px}.navbar-wrapper .footer{padding:0}.navbar-wrapper .footer img{display:none}.navbar-wrapper .button{padding:12px}.navbar-wrapper .button .button-text{display:none}}.notification-counter{position:relative;width:100%}.notification-count,.notification-counter{align-items:center;display:flex;justify-content:center}.notification-count{background-color:#427fe9;border-radius:15px;color:#2a364b;font-size:10px;font-weight:700;height:15px;left:28px;opacity:100%;padding:0 4px;pointer-events:none;position:absolute;top:20px;width:15px}.notification-count.two-digits{font-size:9px;height:16px;left:30px;width:auto}@media only screen and (max-width:1023px){.notification-count{left:23px}}@media only screen and (min-width:1024px){.notification-count{left:35px}}.navbar-demo-wrapper{bottom:calc(100% - 40px);position:absolute;right:calc(100% - 130px);width:200px}.navbar-demo-wrapper,.navbar-demo-wrapper .text{align-items:center;display:flex;flex-direction:row;justify-content:center}.navbar-demo-wrapper .text{background:red;border-radius:5px;color:#fff;font-size:16px;font-weight:700;line-height:18px;padding:5px;transform:rotate(-45deg);width:100%}.table-loading{opacity:.3;width:100%}.table-loading td{align-items:center;background:none;background-color:#2a364bcc;border-bottom:none!important;color:#e4e4f2;display:flex;flex-direction:row;justify-content:center;margin-bottom:2px;padding:24px 12px;transition:.3s ease-in-out}.table-loading td>div{overflow:visible;width:100%}.table-loading td:first-child{border-radius:2px 0 0 2px;padding-left:24px}.table-loading td:last-child{border-radius:0 2px 2px 0;padding-right:24px}.table-loading:first-child td:first-child{border-top-left-radius:8px}.table-loading:first-child td:last-child{border-top-right-radius:8px}.table-loading:last-child td:first-child{border-bottom-left-radius:8px}.table-loading:last-child td:last-child{border-bottom-right-radius:8px}.table-loading td{height:80px}.table-loading:nth-child(1n){animation:tableDataAnimation .75s ease-in-out .15s infinite alternate}.table-loading:nth-child(2n){animation:tableDataAnimation .75s ease-in-out .3s infinite alternate}.table-loading:nth-child(3n){animation:tableDataAnimation .75s ease-in-out .45s infinite alternate}.table-loading:nth-child(4n){animation:tableDataAnimation .75s ease-in-out .6s infinite alternate}.table-loading:nth-child(5n){animation:tableDataAnimation .75s ease-in-out .75s infinite alternate}.table-loading:nth-child(6n){animation:tableDataAnimation .75s ease-in-out .9s infinite alternate}.table-loading:nth-child(7n){animation:tableDataAnimation .75s ease-in-out 1.05s infinite alternate}.table-loading:nth-child(8n){animation:tableDataAnimation .75s ease-in-out 1.2s infinite alternate}.table-loading:nth-child(9n){animation:tableDataAnimation .75s ease-in-out 1.35s infinite alternate}.table-loading:nth-child(10n){animation:tableDataAnimation .75s ease-in-out 1.5s infinite alternate}@keyframes tableDataAnimation{0%{opacity:.3}to{opacity:.8}}.magellan-table{border-radius:8px;max-height:100%;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.magellan-table.empty-data{height:54px;overflow:visible;width:100%}.magellan-table.empty-data ::-webkit-scrollbar{display:none}.magellan-table table{position:relative;width:100%;z-index:1}.magellan-table table thead tr th{align-items:center;background-color:#2a364b;border-bottom:none;color:#e4e4f2;display:flex;flex-direction:row;height:50px;justify-content:center;margin-bottom:4px;padding:0 12px;transition:.3s ease-in-out;z-index:3}.magellan-table table thead tr th .resizer-area{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.magellan-table table thead tr th .resizer-area span{background-color:#778090;height:20px;margin:auto;transition:.3s ease-in-out;width:2px}.magellan-table table thead tr th .resizer-area:hover span{background-color:#427fe9;transition:.3s ease-in-out}.magellan-table table thead tr th:first-child{border-radius:8px 0 0 8px;padding-left:24px}.magellan-table table thead tr th:last-child{border-radius:0 8px 8px 0;padding-right:24px}.magellan-table table thead tr th:last-child .resizer-area{display:none}.magellan-table table tbody{overflow:hidden}.magellan-table table tbody tr td{align-items:center;background:none;background-color:#2a364bcc;border-bottom:none!important;color:#e4e4f2;display:flex;flex-direction:row;justify-content:center;margin-bottom:2px;padding:24px 12px;transition:.3s ease-in-out}.magellan-table table tbody tr td>div{overflow:visible;width:100%}.magellan-table table tbody tr td:first-child{border-radius:2px 0 0 2px;padding-left:24px}.magellan-table table tbody tr td:last-child{border-radius:0 2px 2px 0;padding-right:24px}.magellan-table table tbody tr:first-child td:first-child{border-top-left-radius:8px}.magellan-table table tbody tr:first-child td:last-child{border-top-right-radius:8px}.magellan-table table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.magellan-table table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.magellan-table table tbody tr.row-select-single-selected td{color:#e4e4f2}.magellan-table table tbody tr.row-select-single-selected td:first-child{border-left:8px solid #427fe9;padding-left:16px}.magellan-table table tbody tr.row-select-selected td{color:#e4e4f2}.magellan-table table tbody tr.row-select-selected td:first-child{border-left:8px solid #427fe9;padding-left:16px}.magellan-table table tbody tr:nth-child(2n) td{background-color:#2a364b99}.magellan-table table tbody tr:nth-child(2n).row-select-single-selected td{color:#e4e4f2}.magellan-table table tbody tr:nth-child(2n).row-select-single-selected td:first-child{border-left:8px solid #427fe9;padding-left:16px}.magellan-table table tbody tr:nth-child(2n).row-select-selected td{color:#e4e4f2}.magellan-table table tbody tr:nth-child(2n).row-select-selected td:first-child{border-left:8px solid #427fe9;padding-left:16px}.magellan-table table tbody tr .show-on-hover{opacity:0;transition:.3s ease-in-out}.magellan-table table tbody tr:hover .show-on-hover{opacity:1;transition:.3s ease-in-out}.magellan-table table tfoot tr th{display:none}.magellan-table table .full-width-footer{display:grid;grid-column:1/-1;width:100%}.magellan-table.compact.empty-data{height:49px}.magellan-table.compact table thead tr th{font-size:16px;font-style:inherit;font-weight:700;height:45px}.magellan-table.compact table tbody tr td{padding-bottom:12px;padding-top:12px}.magellan-table.display-mode table>tbody tr:hover td{background-color:#344158;cursor:pointer}.magellan-table.display-mode table>tbody>tr>td>div{overflow:hidden}.topbar-wrapper{align-items:start;display:flex;flex-direction:column;gap:2px;justify-content:center;position:relative;width:100%}.topbar-wrapper>*{background-color:#2a364b;border-radius:2px;padding:12px;width:100%}.topbar-wrapper>:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.topbar-wrapper>:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.topbar-wrapper.compact>*{padding:10px}.topbar-wrapper.compact>* .topbar .header .title{align-items:center;color:#e4e4f2;display:flex;flex-direction:row;font-size:14px;font-style:inherit;font-weight:500;justify-content:center}.topbar-wrapper .topbar{justify-content:space-between}.topbar-wrapper .topbar,.topbar-wrapper .topbar .header{align-items:center;display:flex;flex-direction:row;gap:20px}.topbar-wrapper .topbar .header{flex:0 0 auto;justify-content:start;min-height:40px}.topbar-wrapper .topbar .header .title{align-items:center;color:#e4e4f2;display:flex;flex-direction:row;font-size:18px;font-style:inherit;font-weight:600;justify-content:center}.topbar-wrapper .topbar .children{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:end;width:100%}.magellan-table-footer-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:100%}.magellan-table-footer-wrapper .magellan-table table tbody tr:last-child td{margin-bottom:50px}.magellan-table-footer-wrapper .magellan-table-footer{background-color:#364662;border-radius:8px;border-top:1px solid #eee;bottom:0;color:#2a364b;display:grid;grid-auto-flow:column;height:45px;padding:11px 0;position:absolute;width:100%;z-index:3}.magellan-table-footer-wrapper .magellan-table-footer .magellan-table-footer-column{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;align-items:center;display:flex;display:-webkit-box;flex-direction:row;font-size:16px;font-weight:600;justify-content:start;overflow:hidden;padding:0 12px;white-space:pre-wrap;word-break:break-all}.magellan-table-footer-wrapper .magellan-table-footer .magellan-table-footer-column:first-child{padding:0 24px}.magellan-table-footer-wrapper:has(.with-scroll) .magellan-table-footer{margin-right:14px;width:calc(100% - 14px)}.application-template{background:#e4e4f20d;display:flex;height:100svh;overflow:hidden;position:relative;width:100%}.application-template .navbar{align-items:space-between;display:flex;flex:0 0 auto;flex-direction:row;height:100%;justify-content:start;min-width:200px}.application-template .application{align-items:center;background:#2a364b33;border-radius:23px;display:flex;flex:1 1;flex-direction:column;justify-content:start;margin:15px 15px 15px 0;overflow-y:auto;padding:15px;width:100%}@media only screen and (max-width:1024px){.application-template .navbar{min-width:44px}.application-template .application{border-radius:15.5px;margin:7.5px;padding:7.5px}}.topbar-tabs-template{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;width:100%}.topbar-tabs-template :has(.topbar-wrapper.compact){gap:12px}.topbar-tabs-template .topbar{flex:0 0 auto;width:100%}.topbar-tabs-template .tab-content{align-items:center;border-radius:8px;display:flex;flex:1 1;flex-direction:column;justify-content:start;overflow:auto;width:100%}.public-page-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.public-page-wrapper .public-page-template{align-items:center;background-color:#2a364b;border-radius:20px;display:flex;flex-direction:row;justify-content:center;min-width:350px}.public-page-wrapper .public-page-template .public-page{align-items:start;display:flex;flex-direction:column;gap:50px;height:100%;justify-content:space-between;padding:20px;width:100%}.public-page-wrapper .public-page-template .public-page .header{align-items:center;color:#e4e4f2;display:flex;flex-direction:row;font-size:14px;font-style:inherit;font-weight:400;gap:10px;justify-content:start;min-height:25px;width:100%}.public-page-wrapper .public-page-template .public-page .header svg{height:20px;width:20px}.public-page-wrapper .public-page-template .public-page .content{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;padding:30px;width:100%}.public-page-wrapper .public-page-template .public-page .content form{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.public-page-wrapper .public-page-template .public-page .footer{font-size:12px;font-style:inherit;font-weight:400;min-height:25px;opacity:.65;padding:10px;width:100%}.public-page-wrapper .public-page-template.with-creative{gap:10px;padding:10px}.public-page-wrapper .public-page-template.with-creative .creative{border-radius:10px;flex:0 0 auto;height:100%;overflow:hidden;width:max-content}.public-page-wrapper .public-page-consent{align-items:center;bottom:10px;display:flex;flex-direction:row;font-size:11px;gap:10px;justify-content:center;left:20px;opacity:.65;position:absolute;text-transform:uppercase}.public-page-wrapper .public-page-consent span{background-color:#e4e4f2;border-radius:100px;content:"";height:2px;width:2px}.magellan{background-image:url(/static/media/magellan_background_dots.78f963c83b12d850d76f.png);background-position:100px;background-repeat:no-repeat;color:#e4e4f2;font-size:14px;height:100vh;scroll-behavior:smooth;width:100%}.toast{background-color:#2a364b;color:#e4e4f2;cursor:pointer;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{height:14px;width:14px}::-webkit-scrollbar-track{border-radius:8px}::-webkit-scrollbar-thumb{background:#778090cc;background-clip:padding-box}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{border:4px solid #0000;border-radius:9999px;cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}::-webkit-scrollbar-thumb:hover{background:#778090;background-clip:padding-box}
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.mb-5{margin-bottom:1.25rem}.ml-4{margin-left:1rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-full{height:100%}.w-44{width:11rem}.w-48{width:12rem}.w-64{width:16rem}.w-80{width:20rem}.w-\[350px\]{width:350px}.w-full{width:100%}.max-w-72{max-width:18rem}.max-w-80{max-width:20rem}.max-w-96{max-width:24rem}.max-w-\[350px\]{max-width:350px}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.self-start{align-self:flex-start}.rounded-bl-md{border-bottom-left-radius:14px}.rounded-br-md{border-bottom-right-radius:14px}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.px-8{padding-left:8px;padding-right:8px}.text-center{text-align:center}.text-base{font-size:15px;line-height:19px}.opacity-55{opacity:.55}.opacity-65{opacity:.65}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--tw-text-opacity:0.8;--main-action:#4f90ff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(/static/media/magellan_background.ea21e3d722a6626ebbd9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;font-family:Roboto;height:100%;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{overflow:hidden}#root,html{height:100%}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:opacity-85:hover{opacity:.85}
/*# sourceMappingURL=main.b48e4082.css.map*/