@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";body,html{font-family:Quicksand!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#546265;background-color:#f9f8fc;margin:0}#__next,body,html{min-height:100vh}.wrapper{height:100vh;flex-direction:column;flex-shrink:1;flex-basis:auto}.content,.wrapper{display:flex!important}.content{height:100%;flex-direction:column!important;flex-grow:1}*{box-sizing:border-box}h1{font-weight:400}h1,h2{font-size:1.75em;line-height:1em;margin:8px 0}h2{font-weight:300}h3{font-size:1.5em}h3,h4{line-height:1em;font-weight:400;margin:8px 0}h4{font-size:1.25em}h5{font-size:1.1em}h5,h6{line-height:1em;font-weight:500;margin:8px 0}h6{font-size:1em}a{color:inherit;text-decoration:none}fieldset{border-color:#e0e1e6}table{width:100%;background-color:#fff;border:1px solid #e0e1e6}.flex-grow{flex-grow:1}.quicksand-font{font-family:Quicksand}.capitalise{text-transform:capitalize}.data-grid .MuiDataGrid-cell{padding:10px;border-bottom-color:#e0e0e0!important}.data-grid .MuiDataGrid-footerContainer{min-height:47px;border-top-color:transparent}.data-grid .MuiDataGrid-footerContainer .MuiTablePagination-toolbar{min-height:47px}.data-grid .MuiDataGrid-footerContainer .MuiTablePagination-displayedRows{margin-top:0;margin-bottom:0}.MuiButton-root{border:"2px black solid"}.MuiButton-text{color:"grey"}.MuiButton-contained{color:"yellow"}.MuiButton-outlined{color:"brown"}.Toastify .Toastify__toast-body>div:last-child{white-space:pre-wrap}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_container__tEd_t{box-sizing:border-box;display:block;width:100%;padding:0 16px;flex-grow:1}.styles_container__tEd_t .styles_vertical-padding__j71mj{padding:8px 16px}.styles_avatars_wrapper__g6zAH{display:flex;align-items:center}.styles_avatars_wrapper__g6zAH .styles_avatars__b3atS *{font-family:Quicksand;font-weight:500;font-size:14px;height:24px;width:40px;border-radius:24px}.styles_menu__dvVel{display:flex;justify-content:center;align-items:center;gap:2px;padding:0;margin:0 0 8px}.styles_menu__dvVel,.styles_menu__dvVel .styles_menuItem__Z8_VQ{flex-grow:1;flex-basis:100%}.styles_menu__dvVel .styles_menuItem__Z8_VQ.styles_disabled__EJEPK{cursor:not-allowed;filter:grayscale(1)}.styles_menu__dvVel .styles_menuItem__Z8_VQ.styles_disabled__EJEPK .styles_menu-link__1uo9m{pointer-events:none}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;background-color:#fff;padding:12px 8px;transition:.1s}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m .styles_icon__lOExH{font-size:24px;color:#6bc9f3;transition:.1s}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m:after{content:"";opacity:0;position:absolute;bottom:0;left:0;right:0;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #f9f8fc;margin:auto}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m:hover{background-color:#62999c;color:#fff}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m:hover .styles_icon__lOExH{color:#fff}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m .styles_label__QcnI4{display:flex;align-items:center;-moz-column-gap:2.6666666667px;column-gap:2.6666666667px;white-space:nowrap}.styles_menu__dvVel .styles_menuItem__Z8_VQ .styles_menu-link__1uo9m .styles_badge__vQ9jP:not(:empty){position:absolute;top:-8px;left:0;right:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:12px;background-color:#ec6263;color:#f9f8fc;padding:8px;border-radius:50%;border:3px solid #f9f8fc;margin:auto}.styles_menu__dvVel .styles_menuItem__Z8_VQ.styles_selected__j1TAv .styles_menu-link__1uo9m{background-color:#62999c;color:#fff}.styles_menu__dvVel .styles_menuItem__Z8_VQ.styles_selected__j1TAv .styles_menu-link__1uo9m .styles_icon__lOExH{color:#fff}.styles_menu__dvVel .styles_menuItem__Z8_VQ.styles_selected__j1TAv .styles_menu-link__1uo9m:after{opacity:1}.styles_submenuContainer__wE0aE{display:flex;align-items:center;justify-content:space-between}.styles_submenu__UyQZe .styles_menuSubItem__9Hs_0.styles_selected__j1TAv{color:#62999c;font-weight:700}.styles_submenu__UyQZe .styles_menuSubItem__9Hs_0.styles_disabled__EJEPK{cursor:not-allowed;filter:grayscale(1);opacity:.4}.styles_submenu__UyQZe .styles_menuSubItem__9Hs_0.styles_disabled__EJEPK .styles_menu-link__1uo9m{pointer-events:none}.styles_spacer__oBi2a{min-width:5px;flex-grow:1}.styles_loading__R4mhq{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#62999c;background-color:hsla(0,0%,100%,.5)}.styles_loading__R4mhq.styles_local__HgyhS{position:absolute}.styles_table__5_stk{font-family:Quicksand;font-size:14px;font-weight:500;background-color:#fff;margin-bottom:16px}.styles_tooltip-copy___u0rt{color:#fff;padding-bottom:.5rem}.styles_iconButton__LCS0n{background-color:#62999c!important;color:#fff}.styles_iconButton__LCS0n:hover{background-color:#4e7a7d!important}.styles_iconButton__LCS0n[disabled]{background-color:#e0e1e6!important}.styles_input__XyR0y input,.styles_input__XyR0y textarea{z-index:1;font-family:Quicksand;font-weight:500;color:#546265}.styles_input__XyR0y input{padding:8px 12px}.styles_input__XyR0y input[type=date]:required:invalid::-webkit-datetime-edit{color:transparent}.styles_input__XyR0y input[type=date]:focus::-webkit-datetime-edit{color:#546265}.styles_input__XyR0y textarea{min-height:42px;padding:.5rem .75rem}.styles_input__XyR0y fieldset{background-color:#fff}.styles_input__XyR0y label,.styles_input__XyR0y legend{font-family:Quicksand;font-weight:500}.styles_input__XyR0y .styles_MuiAutocomplete-endAdornment__diGFm{z-index:1}.styles_input__XyR0y.styles_readOnly__GlvG8 input,.styles_input__XyR0y.styles_readOnly__GlvG8 textarea{color:#546265;border:none;cursor:default}.styles_input__XyR0y.styles_readOnly__GlvG8 fieldset{border:1px dashed #e0e1e6!important}.styles_select__bnFJr{font-family:Quicksand!important;font-size:14px!important;font-weight:500!important;background-color:#fff}.styles_select__bnFJr label,.styles_select__bnFJr legend{font-family:Quicksand}.styles_select__bnFJr button{z-index:1}.styles_select__bnFJr.styles_readOnly__GlvG8 *{cursor:default!important}.styles_select__bnFJr.styles_readOnly__GlvG8 fieldset{border:1px dashed #e0e1e6!important}.styles_select__bnFJr.styles_readOnly__GlvG8 svg{display:none}.styles_radio__xk5Hu input,.styles_radio__xk5Hu textarea{z-index:1;font-family:Quicksand;font-weight:500}.styles_radio__xk5Hu input{padding:8px 12px}.styles_radio__xk5Hu textarea{min-height:42px}.styles_radio__xk5Hu fieldset{background-color:#fff}.styles_radio__xk5Hu label,.styles_radio__xk5Hu legend{font-family:Quicksand;font-weight:500}.styles_switch__mZDgP span[class*=MuiSwitch-root] span[class*=MuiSwitch-switchBase][class*=Mui-checked] span[class*=MuiSwitch-thumb],.styles_switch__mZDgP span[class*=MuiSwitch-root] span[class*=MuiSwitch-track]{color:#62999c!important;background-color:#62999c!important}.styles_switch__mZDgP span[class*=MuiSwitch-root] span[class*=MuiSwitch-switchBase]:not([class*=Mui-checked]) span[class*=MuiSwitch-thumb]{color:#fff!important;background-color:#fff!important}.styles_label___dKRE,.styles_switch__mZDgP span[class*=MuiFormControlLabel-label]{font-family:Quicksand!important;font-size:14px!important;font-weight:500!important}.styles_checkbox__bs409 span[class*=MuiButtonBase-root-MuiCheckbox-root][class*=Mui-checked]{color:#62999c!important}.styles_date__0pfOV{width:110px!important}.styles_date__0pfOV .styles_MuiSvgIcon-root__G9_aZ{z-index:100!important;color:red!important}.styles_date-range-label__fLJli{margin-bottom:.75rem}.styles_autocomplete-label-segment__Dmky6{white-space-collapse:preserve}.styles_autocomplete-search-highlight__3wkDf{position:relative;color:#fff}.styles_autocomplete-search-highlight__3wkDf:before{content:"";position:absolute;z-index:0;display:inline-block;top:0;left:0;height:100%;width:100%;background-color:#62999c;border-radius:3px}.styles_autocomplete-search-highlight__3wkDf .styles_autocomplete-label-segment__Dmky6{position:relative;z-index:1}.styles_otp-input__bTHvx .styles_otp-slot__aYccI{width:60px;text-align:center;font-size:40px;padding:0;font-family:Quicksand!important;font-weight:500}.styles_otp-input__bTHvx .styles_otp-slot__aYccI.styles_otp-slot-caret__v7tmJ:after{content:"|";height:100%;width:100%;position:absolute;display:flex;align-items:center;justify-content:center;font-size:35px;font-weight:400;line-height:50px;color:rgba(0,0,0,.87);animation:styles_caret-blink__ble4s 1.5s ease-out 375ms infinite}.styles_otp-input__bTHvx .styles_otp-slot__aYccI.styles_otp-slot-active__qE66F fieldset{border-color:rgba(0,0,0,.87)}@keyframes styles_caret-blink__ble4s{0%,75%,to{visibility:visible}25%,50%{visibility:hidden}}.styles_label__WWH1Z{font-family:Quicksand!important;font-size:14px!important;font-weight:500!important}.styles_input-helper-text-no-height__rIdpW{color:#d32f2f;height:0;margin:0 .75rem;overflow:visible;font-size:.65rem}.styles_form-date-multi-picker__gidBi .styles_custom-action-bar__OxxbX{grid-row:2;grid-column:1}.styles_disabled__sSScc{cursor:not-allowed;filter:grayscale(1);opacity:.4}.styles_disabled__sSScc>*{pointer-events:none}.styles_button__VMIgL{--color:#62999c;--hover-color:#4e7a7d;min-width:0!important;height:32px!important;font-family:Quicksand!important;font-size:14px!important;font-weight:500!important;text-transform:none!important;background-color:var(--color)!important;padding:4px 10.6666666667px!important;transition:.1s ease!important;white-space:nowrap;flex-shrink:0}.styles_button__VMIgL:hover{background-color:var(--hover-color)!important}.styles_button__VMIgL.styles_small__1igLm{height:24px!important;font-size:.8em!important;padding:2.6666666667px 6.4px!important}.styles_button__VMIgL.styles_secondary__o2Od0{--color:#d3d5dc;--hover-color:#aeb0bd}.styles_button__VMIgL[disabled]{background-color:#e0e1e6!important}.styles_search__X64VI{display:flex;align-items:center;background-color:#fff;border:1px solid #e0e1e6;height:32px;border-radius:32px;overflow:hidden}.styles_search__X64VI fieldset{border:none}.styles_search__X64VI input{background-color:transparent}.styles_search__X64VI .styles_icon__XTdIL{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:32px;cursor:pointer;transition:.1s ease}.styles_pageTitle__Zb4FS{background-color:#e0e1e6;padding:5.3333333333px 16px;border-radius:8px;margin-bottom:16px}.styles_searchBox__dQGa4{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;background-color:#fff;border-radius:8px;box-shadow:24px;padding:10px}.styles_searchBox__dQGa4 .styles_tab__SbSGa{margin-bottom:5px;flex-basis:100%;flex-grow:1}.styles_searchBox__dQGa4 .styles_tab__SbSGa a{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;background-color:#fff;padding:12px 8px;transition:.1s;cursor:pointer}.styles_searchBox__dQGa4 .styles_tab__SbSGa a .styles_icon__zZab2{font-size:24px;color:#6bc9f3;transition:.1s}.styles_searchBox__dQGa4 .styles_tab__SbSGa a:after{content:"";opacity:0;position:absolute;bottom:0;left:0;right:0;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #f9f8fc;margin:auto}.styles_searchBox__dQGa4 .styles_tab__SbSGa a:hover{background-color:#62999c;color:#fff}.styles_searchBox__dQGa4 .styles_tab__SbSGa a:hover .styles_icon__zZab2{color:#fff}.styles_searchBox__dQGa4 .styles_tab__SbSGa a .styles_label__FBMa0{display:flex;align-items:center;-moz-column-gap:2.6666666667px;column-gap:2.6666666667px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styles_searchBox__dQGa4 .styles_tab__SbSGa a .styles_label__FBMa0:after{content:attr(data-count);box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:16px;font-size:12px;background-color:#64b97c;color:#f9f8fc;padding:8px 4px;min-width:16px;border-radius:8px;line-height:1rem}.styles_searchBox__dQGa4 .styles_tab__SbSGa a .styles_label__FBMa0[data-count="0"]:after{background-color:#ec6263}.styles_searchBox__dQGa4 .styles_tab__SbSGa.styles_selected__R6jsT a{background-color:#62999c;color:#fff}.styles_searchBox__dQGa4 .styles_tab__SbSGa.styles_selected__R6jsT a .styles_icon__zZab2{color:#fff}.styles_searchBox__dQGa4 .styles_tab__SbSGa.styles_selected__R6jsT a:after{opacity:1}.styles_resultsContainer__CYNsK{height:700px}.styles_section__krIWv{display:flex;flex-direction:column;margin-bottom:16px}.styles_section__krIWv:last-of-type{margin-bottom:0}.styles_section__krIWv.styles_collapsible__bGC7I .styles_title__kam6Z{padding-left:8px}.styles_section__krIWv.styles_collapsible__bGC7I.styles_closed__jNInq .styles_title__kam6Z{border-radius:8px;border-bottom:1px solid #e0e1e6}.styles_title__kam6Z{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:48px;background-color:#fff;font-size:16px;font-weight:600;padding:0 16px;border-radius:8px;border:1px solid #e0e1e6;margin-bottom:8px;transition:border-width .3s ease-in-out,border-radius .3s ease-in-out}.styles_title__kam6Z.styles_attached__ccVj_{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.styles_title__kam6Z.styles_attached__ccVj_~.styles_collapsible_wrapper__Uz2Iq .styles_collapsible_content__7jOgn>.styles_content__bJPow,.styles_title__kam6Z.styles_attached__ccVj_~.styles_collapsible_wrapper__Uz2Iq .styles_collapsible_content__7jOgn>table{border-top-left-radius:0;border-top-right-radius:0}.styles_content__bJPow{background-color:#fff;padding:16px 12px;border:1px solid #e0e1e6;border-radius:8px;margin-bottom:16px}.styles_content__bJPow.styles_stretch__Lsft2{height:100%}.styles_content__bJPow:last-child{margin-bottom:0}.styles_collapsible_wrapper__Uz2Iq{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out;transition:grid-template-rows .3s ease-in-out,-ms-grid-rows .3s ease-in-out}.styles_collapsible_wrapper__Uz2Iq.styles_open__mN02T{grid-template-rows:1fr}.styles_collapsible_wrapper__Uz2Iq.styles_grow__fgCYd{flex-grow:1}.styles_collapsible_wrapper__Uz2Iq .styles_collapsible_content__7jOgn{overflow:hidden}.DialogTabsContext_dialog-tabs__s9RvA{position:fixed;z-index:100;right:0;bottom:0;background-color:#fff;border-top-left-radius:6px;padding:8px 6px 6px 8px;max-width:100%;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.DialogTabsContext_dialog-tabs__s9RvA .DialogTabsContext_dialog-tab__pWJBu{padding:8px;background-color:#e0e1e6;border-radius:4px;min-width:24rem}.DialogTabsContext_dialog-tabs__s9RvA .DialogTabsContext_dialog-tab__pWJBu .DialogTabsContext_dialog-tab-title__x9vis{overflow:hidden;font-weight:700}.DialogTabsContext_dialog-tabs__s9RvA .DialogTabsContext_dialog-tab__pWJBu .DialogTabsContext_dialog-tab-btn__6KsW5{background-color:#62999c!important;color:#fff}.DialogTabsContext_dialog-tabs__s9RvA .DialogTabsContext_dialog-tab__pWJBu .DialogTabsContext_dialog-tab-btn__6KsW5:hover{background-color:#4e7a7d!important}.styles_draggable-dialog__autf2{top:45%;left:45%}.styles_draggable-dialog__autf2.styles_draggable-dragging__ZRs1x .styles_draggable-header__FY3Qy{cursor:grabbing}.styles_draggable-dialog__autf2 .styles_draggable-header__FY3Qy{position:relative;padding:8px;background-color:#e0e1e6;border-radius:4px;margin:8px;cursor:grab}.styles_draggable-dialog__autf2 .styles_draggable-header__FY3Qy .styles_draggable-close__sEfvw,.styles_draggable-dialog__autf2 .styles_draggable-header__FY3Qy .styles_draggable-minimise__uiygL{background-color:#62999c!important;color:#fff}.styles_draggable-dialog__autf2 .styles_draggable-header__FY3Qy .styles_draggable-close__sEfvw:hover,.styles_draggable-dialog__autf2 .styles_draggable-header__FY3Qy .styles_draggable-minimise__uiygL:hover{background-color:#4e7a7d!important}.styles_draggable-dialog__autf2 .styles_draggable-header__FY3Qy .styles_draggable-handle__Np_tX{margin-right:.25rem;color:#aeb0bd}.styles_draggable-dialog__ZEMNJ{top:45%;left:45%}.styles_draggable-dialog__ZEMNJ.styles_draggable-dragging__wAyGT .styles_draggable-header__T1EqA{cursor:grabbing}.styles_draggable-dialog__ZEMNJ .styles_draggable-header__T1EqA{position:relative;padding:8px;background-color:#e0e1e6;border-radius:4px;margin:8px;cursor:grab}.styles_draggable-dialog__ZEMNJ .styles_draggable-header__T1EqA .styles_draggable-close__ZodIj,.styles_draggable-dialog__ZEMNJ .styles_draggable-header__T1EqA .styles_draggable-minimise__BO5LN{background-color:#62999c!important;color:#fff}.styles_draggable-dialog__ZEMNJ .styles_draggable-header__T1EqA .styles_draggable-close__ZodIj:hover,.styles_draggable-dialog__ZEMNJ .styles_draggable-header__T1EqA .styles_draggable-minimise__BO5LN:hover{background-color:#4e7a7d!important}.styles_draggable-dialog__ZEMNJ .styles_draggable-header__T1EqA .styles_draggable-handle__wSINd{margin-right:.25rem;color:#aeb0bd}.styles_header__BBEsd{display:flex;flex-wrap:wrap;align-items:center;padding-bottom:8px}.styles_header__BBEsd .styles_topMenu__c6vbr{margin:8px 0}.styles_header__BBEsd .styles_userMenu__Z8xDC{box-sizing:border-box;height:32px;background-color:#e0e1e6;padding:8px 16px;border-radius:32px}.styles_dialog-container__Z0Xl4{position:fixed;height:100vh;width:100%;z-index:1000}