:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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(to right, #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-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0, var(--y), 0) 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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div._routeLoaderAppPage_lfgsg_1{box-sizing:border-box;background-color:#fdfdfd;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}div._routeLoader_lfgsg_1{color:#5d5d5d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:auto;padding:2rem;display:flex}div._routeLoader_lfgsg_1 span._routeLoaderMessage_lfgsg_23{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:.0625rem;height:.0625rem;margin:-.0625rem;padding:0;font-size:1rem;position:absolute;overflow:hidden}div._routeLoader_lfgsg_1._routeLoaderInverse_lfgsg_35{color:#fff;text-shadow:0 .0625rem .125rem #0c0c0d8f}div._statusMessage_1y3ld_1{color:#5d5d5d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:auto;padding:2rem;display:flex}div._statusMessage_1y3ld_1 button,div._statusMessage_1y3ld_1 a{min-width:10rem}div._statusMessage_1y3ld_1._statusMessageError_1y3ld_16{color:orange}details._disclosure_hu5xo_1{text-align:left;border-block:1px solid #e7e7e7;width:100%;padding-block:.75rem}summary._summary_hu5xo_8{cursor:pointer;color:#1319ff;font-size:.875rem;font-weight:600}div._body_hu5xo_15{gap:.75rem;margin-top:.75rem;display:grid}div._body_hu5xo_15 p._supportMessage_hu5xo_20{color:#5d5d5d;margin:0;font-size:.8125rem}div._body_hu5xo_15 pre._errorValue_hu5xo_25{scrollbar-gutter:stable;color:#141414;max-width:100%;max-height:min(10rem,12vh);font-family:var(--font-family-monospace);white-space:pre-wrap;overflow-wrap:anywhere;background:#e9eff5;border-radius:.5rem;margin:0;padding:.75rem;font-size:.75rem;line-height:1.6;overflow:auto}div._body_hu5xo_15 div._copyRow_hu5xo_41{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}div._body_hu5xo_15 span._copyStatus_hu5xo_47{color:#5d5d5d;font-size:.75rem}div._surface_mnwps_1{box-sizing:border-box;overscroll-behavior:contain;background:#e9eff5;flex:auto;justify-content:center;align-items:safe center;width:100%;height:100%;min-height:0;padding:1.5rem;display:flex;overflow-y:auto}div._card_mnwps_16{box-sizing:border-box;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:1rem;width:min(100%,30rem);padding:2.5rem 2rem;box-shadow:0 .0625rem .25rem #0c0c0d1a}div._content_mnwps_26{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}div._content_mnwps_26 div._status_mnwps_33{flex-direction:column;align-items:center;gap:1rem;display:flex}div._content_mnwps_26 div._status_mnwps_33 div._iconWrap_mnwps_39{background:#e9f1ff;border-radius:62.4375rem;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;display:flex}div._content_mnwps_26 div._status_mnwps_33 svg._statusIcon_mnwps_48{color:#1319ff;width:1.75rem;height:1.75rem}div._content_mnwps_26 div._status_mnwps_33 h1._title_mnwps_53{color:#141414;font-size:1.5rem;font-weight:600}div._content_mnwps_26 div._status_mnwps_33 p._message_mnwps_58{color:#5d5d5d;max-width:25rem;margin:0;line-height:1.6}div._content_mnwps_26 div._actions_mnwps_64{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}div._content_mnwps_26 div._actions_mnwps_64 button,div._content_mnwps_26 div._actions_mnwps_64 a{--tw-button-min-height:2.75rem;box-sizing:border-box;min-width:10rem}@media (width<=30rem){div._card_mnwps_16{padding:2rem 1.5rem}div._content_mnwps_26 div._actions_mnwps_64,div._content_mnwps_26 div._actions_mnwps_64 button,div._content_mnwps_26 div._actions_mnwps_64 a{width:100%}}div._surface_1kv79_1{background-image:linear-gradient(#0c0c0d80,#0c0c0d80),url(/assets/login-background-DfTwl5HC.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}div._surface_1kv79_1._routeError_1kv79_12{box-sizing:border-box;overscroll-behavior:contain;align-items:safe center;height:100%;min-height:0;overflow-y:auto}div._layout_4b5dc_1 div._card_4b5dc_1{--card-gap:2rem;z-index:1;justify-content:center;align-items:center;gap:var(--card-gap);background-color:#fff;border-radius:.125rem;flex-direction:column;width:25rem;padding:3rem 4rem;display:flex;position:relative}div._layout_4b5dc_1 div._card_4b5dc_1 div._cardHeader_4b5dc_15{gap:var(--card-gap);flex-direction:column;display:flex}div._layout_4b5dc_1 div._card_4b5dc_1 div._cardBody_4b5dc_20{gap:var(--card-gap);flex-direction:column;width:100%;display:flex}div._layout_4b5dc_1._layoutRouteError_4b5dc_26 div._card_4b5dc_1{box-sizing:border-box;width:min(100%,33rem)}footer._footer_hneul_1{z-index:4;color:#141414;text-align:right;background:#fdfdfd;border-top:.0625rem solid #e7e7e7;grid-area:footer;justify-content:space-between;align-items:center;gap:.75rem;min-height:2.5rem;padding:0 1.75rem;font-size:.875rem;line-height:1.4;display:flex;position:relative}footer._footer_hneul_1 div._contextTrail_hneul_18{text-align:left;white-space:nowrap;flex:auto;min-width:0;display:flex;overflow:hidden}footer._footer_hneul_1 div._contextTrail_hneul_18 span._contextItem_hneul_26{min-width:0;display:flex}footer._footer_hneul_1 div._contextTrail_hneul_18 span._contextItem_hneul_26 span._contextSeparator_hneul_30{background:currentColor;border-radius:62.4375rem;flex:none;align-self:center;width:.25rem;height:.25rem;margin:0 .5rem}footer._footer_hneul_1 div._contextTrail_hneul_18 span._contextItem_hneul_26 span._contextLabel_hneul_39{text-overflow:ellipsis;overflow:hidden}footer._footer_hneul_1 div._metadata_hneul_43{text-align:right;white-space:nowrap;flex:none;align-items:center;gap:.75rem;display:flex}footer._footer_hneul_1 span._releaseVersion_hneul_51{flex-shrink:0}footer._footer_hneul_1 span._copyright_hneul_54{text-align:right}@media print{footer._footer_hneul_1{z-index:10;box-sizing:border-box;-webkit-print-color-adjust:exact;print-color-adjust:exact;transform-origin:0 100%;width:166.667%;min-height:2.5rem;padding:0 1.75rem;position:fixed;bottom:0;left:0;overflow:visible;transform:scale(.6)}}span._scenarioLabelText_tvaxy_1{color:#9e9e9e}button._scenarioTrigger_tvaxy_5._scenarioTrigger_tvaxy_5{color:#141414;min-height:2.5rem;box-shadow:none;background:#fff;border:.0625rem solid #e7e7e7;border-radius:.5rem;gap:.5rem;padding:.25rem .625rem;font-size:.875rem;font-weight:400;line-height:1}button._scenarioTrigger_tvaxy_5._scenarioTrigger_tvaxy_5:hover{color:#1319ff;background:#e9f1ff;border-color:#e7e7e7;box-shadow:0 .1875rem .3125rem -.0625rem #0c0c0d33,0 .3125rem .5rem #0c0c0d24,0 .0625rem .875rem #0c0c0d1f}button._scenarioTrigger_tvaxy_5._scenarioTrigger_tvaxy_5:not(:disabled):active{color:#1319ff;box-shadow:none;background:#e7e7e7;border-color:#e7e7e7}button._scenarioTrigger_tvaxy_5._scenarioTrigger_tvaxy_5:focus-visible{box-shadow:0 0 0 .125rem #ffffff4d}button._scenarioTrigger_tvaxy_5._scenarioTrigger_tvaxy_5:disabled{color:#888888b8;box-shadow:none;background:#ffffffb8;border-color:#e7e7e7a3}button._scenarioTrigger_tvaxy_5._scenarioTrigger_tvaxy_5 svg{flex-shrink:0}span._triggerLabel_tvaxy_43{text-overflow:ellipsis;white-space:nowrap;max-width:min(18rem,24vw);display:block;overflow:hidden}div._dropdownContent_tvaxy_51{flex-direction:column;gap:.5rem;max-width:60dvw;display:flex}div._dropdownContent_tvaxy_51 div._dropdownFilterContainer_tvaxy_57{gap:.5rem;width:100%;display:flex}div._dropdownContent_tvaxy_51 div._dropdownFilterContainer_tvaxy_57 div._searchInput_tvaxy_62{flex:1;width:100%;min-width:0}div._dropdownContent_tvaxy_51 div._dropdownFilterContainer_tvaxy_57 button._newScenarioButton_tvaxy_67{flex-shrink:0;min-width:2.25rem;min-height:2.25rem}div._dropdownContent_tvaxy_51 div._dropdownFilterContainer_tvaxy_57 div._dropdownActionButton_tvaxy_72{flex-shrink:0;justify-content:center;align-items:center;min-width:2.25rem;min-height:2.25rem;display:inline-flex}._table_tvaxy_81{width:100%}._emptyState_tvaxy_85{text-align:center;padding:.5rem}._nameCell_tvaxy_90{align-items:center;gap:.5rem;min-width:0;display:flex}._name_tvaxy_90{color:#141414;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}._masterBadge_tvaxy_105{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#131a9a;border-radius:.125rem;padding:.125rem .5rem;font-size:.7rem}._activeRow_tvaxy_115 td{background:#131a9a14}._activeRow_tvaxy_115 td:first-child{border-left:.125rem solid #131a9a}div._container_16o6m_1{cursor:default;background:#131a9a0d;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;display:inline-flex;width:fit-content!important}div._container_16o6m_1 span{pointer-events:none;text-wrap:nowrap}div._container_16o6m_1 span._skeletonLoader_16o6m_15{align-self:center;height:.75rem;min-height:.75rem}div._actions_wshl5_1{justify-content:center;align-items:center;gap:.5rem;width:100%;display:inline-flex}div._actions_wshl5_1 button._actionButton_wshl5_8{--tw-button-padding-horizontal:.125rem;--tw-button-padding:.125rem;--tw-button-padding-compact:.125rem;--tw-button-gap:0;--tw-button-unstyled-icon-button-min-size:1.25rem;border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex}div._actions_wshl5_1 button._actionButton_wshl5_8:disabled{cursor:default;opacity:.5}div._fullWidthInput_1miyc_1{width:100%}div._profileDropdown_1kmsc_1{--tw-dropdown-panel-content-overflow-x:hidden;border-radius:1rem;flex-direction:column;gap:.75rem;min-width:12.5rem;display:flex}div._profileSummary_1kmsc_10{border-bottom:.0625rem solid #0c0c0d14;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;padding-bottom:.625rem;display:flex}span._profileName_1kmsc_20{color:#141414;font-weight:600}span._profileEmail_1kmsc_25{color:#5d5d5d;font-size:.8125rem}ul._profileOptions_hg4u2_1,ul._profileSelectorOptions_hg4u2_2{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}ul._profileOptions_hg4u2_1>li,ul._profileSelectorOptions_hg4u2_2>li{width:100%}ul._profileOptions_hg4u2_1>li>button,ul._profileOptions_hg4u2_1>li>a,ul._profileSelectorOptions_hg4u2_2>li>button,ul._profileSelectorOptions_hg4u2_2>li>a{box-sizing:border-box;justify-content:center;width:100%;display:flex}ul._profileOptions_hg4u2_1{gap:.375rem}div._profileOptionDropdown_hg4u2_27{width:100%;display:flex}div._profileOptionDropdown_hg4u2_27>button,div._profileOptionDropdown_hg4u2_27>a{width:100%}span._profileOptionSecondary_hg4u2_36{color:#5d5d5d}div._profileMenu_12cac_1{justify-content:center;align-items:center;display:flex;position:relative}button._profileButton_12cac_8{color:#fff;cursor:pointer;background:#131a9a00;border:.0625rem solid #ffffffb8;border-radius:50%;width:2rem;height:2rem;padding:0;font-size:1rem;font-weight:600;transition:background-color .15s,border-color .15s}button._profileButton_12cac_8:hover{background:#ffffff14}button._profileButton_12cac_8:active{background:#ffffff24!important}button._profileButton_12cac_8:focus-visible{outline:none;box-shadow:0 0 0 .125rem #ffffff52}div._brand_oyz6p_1{justify-content:flex-start;align-items:center;gap:.5rem;min-width:0;display:inline-flex}span._wordmark_oyz6p_9{align-items:center;min-width:0;display:inline-flex}div._headerSplash_1lhut_1{width:min(100%,1000px);max-width:1000px;height:2.5rem}div._headerSplash_1lhut_1 div._imageViewport_1lhut_6{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}div._headerSplash_1lhut_1 img._image_1lhut_6{flex-shrink:0;width:auto;max-width:none;height:100%;display:block}div._printActions_blqnr_1{display:none}@media print{div._printActions_blqnr_1{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}span._printScenario_blqnr_13{color:#141414;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;border:.0625rem solid #e7e7e7;border-radius:.5rem;align-items:center;gap:.5rem;min-height:2.5rem;padding:.25rem .625rem;font-size:.875rem;line-height:1;display:inline-flex}span._printScenario_blqnr_13 span._printScenarioLabel_blqnr_28{text-overflow:ellipsis;white-space:nowrap;max-width:min(18rem,24vw);display:block;overflow:hidden}span._printProfile_blqnr_35{color:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact;border:.0625rem solid #ffffffb8;border-radius:62.4375rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:600;display:inline-flex}}header._header_kpnts_1{z-index:4;touch-action:none;overscroll-behavior:none;background:#131a9a;grid-area:header;justify-content:space-between;align-items:center;gap:1rem;min-height:2.5rem;padding:1rem 1.5rem;display:flex;position:relative}div._headerLeft_kpnts_16{flex:auto;align-items:center;gap:1rem;min-width:0;display:flex;overflow:hidden}div._headerActions_kpnts_25{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}div._scenarioSelect_kpnts_33,div._profileAction_kpnts_38{align-items:center;display:flex}h1._headerContextLabel_kpnts_43{color:#fff;text-overflow:ellipsis;white-space:nowrap;text-align:center;pointer-events:none;max-width:calc(100% - 3rem);margin:0;font-size:2rem;font-weight:400;line-height:1.1;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@media print{header._header_kpnts_1{z-index:10;box-sizing:border-box;-webkit-print-color-adjust:exact;print-color-adjust:exact;transform-origin:0 0;background:#131a9a;width:166.667%;position:fixed;top:0;left:0;overflow:visible;transform:scale(.6)}div._headerLeft_kpnts_16{overflow:visible}div._scenarioSelect_kpnts_33,div._profileAction_kpnts_38{display:none}}main._main_1tw07_1{background:#e9eff5;flex-direction:column;flex:auto;grid-area:main;min-height:0;display:flex;overflow:hidden visible}main._mainLoading_1tw07_12 div._mainContent_1tw07_12{opacity:.3;pointer-events:none}div._mainContent_1tw07_12{--app-main-padding-top:1rem;--app-main-padding-left:1rem;--app-main-padding-right:1rem;--app-main-padding-bottom:1rem;z-index:1;min-height:0;padding-top:var(--app-main-padding-top);padding-left:var(--app-main-padding-left);padding-right:var(--app-main-padding-right);padding-bottom:var(--app-main-padding-bottom);flex-direction:column;flex:auto;display:flex;position:relative;overflow:hidden visible}div._mainLoader_1tw07_36{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media print{main._main_1tw07_1,div._mainContent_1tw07_12{height:auto;min-height:auto;max-height:none;overflow:visible}@supports (zoom:1){main._main_1tw07_1{zoom:.6}}@supports not (zoom:1){main._main_1tw07_1{transform-origin:0 0;width:166.667%;transform:scale(.6)}}div._mainContent_1tw07_12{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:5.33333rem;padding-bottom:2.5rem}div._mainContent_1tw07_12:has([data-app-layout-print-header-clearance=feature]){padding-top:0}}main._main_1tw07_1:has([data-print-layout=true]){height:auto;min-height:auto;max-height:none;overflow:visible}main._main_1tw07_1:has([data-print-layout=true]) div._mainContent_1tw07_12{height:auto;min-height:auto;max-height:none;overflow:visible}html{--app-layout-sidebar-mobile-breakpoint:40rem}div._layout_5gb6j_5{isolation:isolate;overscroll-behavior:none;color:#141414;background-color:#fdfdfd;grid-template:"header header""sidebar main"minmax(0,1fr)"footer footer"/12.5rem 1fr;height:100%;display:grid;position:relative;overflow:hidden}div._layoutCollapsed_5gb6j_19{grid-template-columns:4.125rem 1fr}div._layoutNoSidebar_5gb6j_23{grid-template-columns:1fr;grid-template-areas:"header header""main main""footer footer"}div._layoutDisabled_5gb6j_28{cursor:wait}div._interactionBlocker_5gb6j_32{z-index:12;cursor:wait;pointer-events:auto;background:#ffffff05;position:fixed;inset:0}@media (width<=40rem){div._layout_5gb6j_5:not(._layoutNoSidebar_5gb6j_23),div._layoutCollapsed_5gb6j_19:not(._layoutNoSidebar_5gb6j_23){grid-template-columns:4.125rem 1fr}}@media print{div._layout_5gb6j_5{grid-template-columns:1fr;grid-template-areas:"header""main""footer";height:auto;max-height:none;display:block;overflow:visible}div._layoutCollapsed_5gb6j_19{grid-template-columns:1fr}}div._layout_5gb6j_5:has([data-print-layout=true]){height:auto;max-height:none;overflow:visible}aside._sidebar_ahe5p_1{z-index:2;background:#fdfdfd;flex-direction:column;grid-area:sidebar;padding:0 .5rem;display:flex;position:relative;box-shadow:0 .0625rem .3125rem #0c0c0d1f,0 .125rem .125rem #0c0c0d24,0 .1875rem .0625rem -.125rem #0c0c0d33}aside._sidebar_ahe5p_1._sidebarCollapsed_ahe5p_11{align-items:stretch}aside._sidebar_ahe5p_1._sidebarCollapsed_ahe5p_11 :is(a,button)._navButton_ahe5p_14:hover{box-shadow:none}aside._sidebar_ahe5p_1._sidebarCollapsed_ahe5p_11 :is(a,button)._navButton_ahe5p_14[aria-current=page]{box-shadow:none;background:0 0}aside._sidebar_ahe5p_1:not(._sidebarCollapsed_ahe5p_11) div._logoSection_ahe5p_21{align-items:stretch}aside._sidebar_ahe5p_1:not(._sidebarCollapsed_ahe5p_11) a._logoMark_ahe5p_24{box-sizing:border-box;justify-content:flex-start;width:100%;max-width:100%;height:3.625rem;padding:.5rem}aside._sidebar_ahe5p_1:not(._sidebarCollapsed_ahe5p_11) :is(a,button)._navButton_ahe5p_14{--tw-button-min-width:0;--tw-button-padding:.25rem .5rem;width:100%;min-height:3.125rem;padding:.25rem .5rem}aside._sidebar_ahe5p_1 div._sidebarTop_ahe5p_40{flex-direction:column;flex:1;gap:2rem;width:100%;display:flex}aside._sidebar_ahe5p_1 div._logoSection_ahe5p_21{flex-direction:column;align-items:center;width:100%;display:flex}aside._sidebar_ahe5p_1 a._logoMark_ahe5p_24{width:3.125rem;height:3.625rem;color:inherit;justify-content:center;align-items:center;text-decoration:none;display:flex}aside._sidebar_ahe5p_1 div._sectionDivider_ahe5p_62{border-top:.0625rem solid #e7e7e7;width:calc(100% + 1rem);margin-inline:-.5rem}aside._sidebar_ahe5p_1 nav._nav_ahe5p_14{flex-direction:column;gap:0;width:100%;display:flex}aside._sidebar_ahe5p_1 :is(a,button)._navButton_ahe5p_14{color:#888;min-height:3.125rem;box-shadow:none;box-sizing:border-box;--tw-button-gap:.5rem;background:0 0;border-radius:.5rem;justify-content:flex-start;align-self:stretch;gap:.5rem;width:100%;padding:.25rem .5rem}aside._sidebar_ahe5p_1 :is(a,button)._navButton_ahe5p_14:hover{color:#1319ff;box-shadow:none;background:#e9f1ff}aside._sidebar_ahe5p_1 :is(a,button)._navButton_ahe5p_14[aria-current=page]{color:#1319ff;background:#1319ff14}aside._sidebar_ahe5p_1:not(._sidebarCollapsed_ahe5p_11) :is(a,button)._navButton_ahe5p_14:hover{box-shadow:none}aside._sidebar_ahe5p_1:not(._sidebarCollapsed_ahe5p_11) :is(a,button)._navButton_ahe5p_14[aria-current=page]{color:#1319ff;box-shadow:none;background:0 0}aside._sidebar_ahe5p_1:not(._sidebarCollapsed_ahe5p_11) :is(a,button)._navButton_ahe5p_14[aria-current=page] span._sidebarLabel_ahe5p_104{font-size:1rem;font-weight:700}aside._sidebar_ahe5p_1 :is(a,button)._navButtonCollapsed_ahe5p_108{justify-content:center;align-self:center;width:3.125rem;height:3.125rem;min-height:3.125rem;padding:.5rem}aside._sidebar_ahe5p_1 span._navButtonIcon_ahe5p_116{flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}aside._sidebar_ahe5p_1 svg._navButtonIconSvg_ahe5p_124{color:currentColor;flex-shrink:0}aside._sidebar_ahe5p_1 span._sidebarLabel_ahe5p_104{color:currentColor;white-space:nowrap;white-space:nowrap;flex:1;align-items:center;min-width:0;font-size:1rem;font-weight:400;line-height:1.4;display:inline-flex}aside._sidebar_ahe5p_1 div._sidebarBottom_ahe5p_141{white-space:nowrap;flex-direction:column;justify-content:center;align-items:stretch;gap:.125rem;width:100%;min-width:0;min-height:3.625rem;margin-top:auto;padding-top:.5rem;padding-bottom:0;display:flex}aside._sidebar_ahe5p_1 button._collapseButton_ahe5p_155{z-index:2;box-sizing:border-box;--tw-button-min-width:1.75rem;--tw-button-min-height:1.75rem;--tw-button-padding:0 0;color:#1319ff;width:1.75rem;min-width:1.75rem;height:1.75rem;min-height:1.75rem;box-shadow:none;--tw-button-gap:0;background:#fff;border:.0625rem solid #e7e7e7;border-radius:.5rem;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:2.75rem;right:-.875rem;overflow:visible}aside._sidebar_ahe5p_1 button._collapseButton_ahe5p_155:after{content:"";z-index:-1;border-radius:inherit;clip-path:inset(-1rem -1rem -1rem 50%);pointer-events:none;position:absolute;inset:0;box-shadow:0 .0625rem .625rem #0c0c0d1f,0 .25rem .3125rem #0c0c0d24,0 .125rem .25rem -.0625rem #0c0c0d33}aside._sidebar_ahe5p_1 button._collapseButton_ahe5p_155:not(:disabled):hover{box-shadow:none;background:#fff}aside._sidebar_ahe5p_1 button._collapseButton_ahe5p_155:active{background:#f6f6f6}div._mobileBackdrop_ahe5p_199{z-index:10;cursor:pointer;background:#0c0c0d73;border:none;padding:0;position:fixed;inset:0}@media (width<=40rem){aside._sidebar_ahe5p_1._sidebarMobileExpanded_ahe5p_210{z-index:11;box-sizing:border-box;background:#fdfdfd;flex-direction:column;width:12.5rem;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0 .5rem;display:flex;position:fixed;top:0;left:0;overflow:visible;box-shadow:0 .0625rem .3125rem #0c0c0d1f,0 .125rem .125rem #0c0c0d24,0 .1875rem .0625rem -.125rem #0c0c0d33}aside._sidebar_ahe5p_1._sidebarMobileExpanded_ahe5p_210 div._sidebarTop_ahe5p_40{flex:auto;min-height:0;overflow:hidden auto}aside._sidebar_ahe5p_1._sidebarMobileExpanded_ahe5p_210 button._collapseButton_ahe5p_155{z-index:11}}@media print{aside._sidebar_ahe5p_1{display:none}}div._container_1spd2_1{background:#fdfdfd;border-radius:.5rem;flex-direction:column;flex:auto;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}div._container_1spd2_1>div._content_1spd2_13{flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}div._container_1spd2_1>div._content_1spd2_13>div._toolbar_1spd2_20{box-sizing:border-box;width:100%}div._container_1spd2_1>div._content_1spd2_13>div._toolbar_1spd2_20._toolbarPaddingStandard_1spd2_24{padding-top:.75rem;padding-bottom:.75rem}div._container_1spd2_1>div._content_1spd2_13>div._toolbar_1spd2_20._toolbarPaddingNone_1spd2_28{padding-top:0;padding-bottom:0}div._container_1spd2_1>div._content_1spd2_13>div._body_1spd2_32{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}div._container_1spd2_1>div._content_1spd2_13>div._body_1spd2_32._bodyVariantSurface_1spd2_40{background:#fdfdfd}div._container_1spd2_1>div._content_1spd2_13>div._body_1spd2_32._bodyVariantSubtle_1spd2_43{background:#f6f6f6}@media print{div._container_1spd2_1{height:auto;max-height:none;display:block;overflow:visible}div._container_1spd2_1 nav[aria-label=View\ navigation]{display:none}div._container_1spd2_1>div._content_1spd2_13{height:auto;min-height:auto;max-height:none;display:block}div._container_1spd2_1>div._content_1spd2_13>div._body_1spd2_32{height:auto;min-height:auto;max-height:none;display:block;overflow:visible}}div._container_1spd2_1:has([data-print-layout=true]){height:auto;max-height:none;overflow:visible}div._container_1spd2_1:has([data-print-layout=true])>div._content_1spd2_13{height:auto;min-height:auto;max-height:none;overflow:visible}div._container_1spd2_1:has([data-print-layout=true])>div._content_1spd2_13>div._body_1spd2_32{height:auto;min-height:auto;max-height:none;overflow:visible}section._catalog_m0qd8_1{flex-direction:column;flex:auto;gap:0;min-height:0;display:flex}div._catalogShell_m0qd8_9{border-top-left-radius:0}div._catalogContent_m0qd8_13{flex:auto;min-width:0;min-height:0;padding:.5rem;display:flex}nav._tabs_u699w_1{width:min(100%,400px)}nav._tabs_u699w_1>div._tabList_u699w_4{background:#f6f6f6;align-items:flex-end;width:100%;display:flex}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1{color:#141414;min-width:0;height:42px;min-height:42px;box-shadow:none;box-sizing:border-box;background:#f6f6f6;border-top:.0625rem solid #e7e7e7;border-left:.0625rem solid #e7e7e7;border-radius:0;flex:50%;justify-content:center;align-items:center;padding:0 1rem;display:flex}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._firstTab_u699w_29,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._firstTab_u699w_29{border-top-left-radius:.5rem}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._lastTab_u699w_33,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._lastTab_u699w_33{border-right:.0625rem solid #e7e7e7;border-top-right-radius:.5rem}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1:not(:disabled):hover,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1:not(:disabled):hover{color:#141414;box-shadow:none;background:#f6f6f6}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._selected_u699w_44,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._selected_u699w_44{z-index:1;color:#1319ff;background:#fdfdfd;border:.0625rem solid #e7e7e7;border-bottom-color:#fdfdfd;border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-bottom:-.0625rem;position:relative}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._selected_u699w_44:before,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._selected_u699w_44:before{content:"";pointer-events:none;background:#1319ff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;height:.125rem;position:absolute;inset:0 0 auto}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._selected_u699w_44:not(:disabled):hover,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._selected_u699w_44:not(:disabled):hover{color:#1319ff;box-shadow:none;background:#fdfdfd}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._selected_u699w_44+a._tab_u699w_1,nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1._selected_u699w_44+button._tab_u699w_1,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._selected_u699w_44+a._tab_u699w_1,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1._selected_u699w_44+button._tab_u699w_1{border-left:0}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1:focus-visible,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1:focus-visible{outline:none;box-shadow:inset 0 0 0 .125rem #b6c4e4}nav._tabs_u699w_1>div._tabList_u699w_4>a._tab_u699w_1>span._label_u699w_83,nav._tabs_u699w_1>div._tabList_u699w_4>button._tab_u699w_1>span._label_u699w_83{text-overflow:ellipsis;white-space:nowrap;font-size:1.5rem;font-weight:700;line-height:1;overflow:hidden}div._toolbar_10y5j_1{align-items:center;gap:.75rem;padding:0 1rem;display:flex}div._toolbar_10y5j_1>h2._heading_10y5j_7{margin:0;font-size:1.5rem;font-weight:700}div._toolbar_10y5j_1>div._controls_10y5j_12{flex:none;align-items:center;gap:.75rem;display:flex}div._toolbar_10y5j_1>div._controls_10y5j_12>div._searchInputContainer_10y5j_18{width:20rem}div._toolbar_10y5j_1>div._controls_10y5j_12>div._searchInputContainer_10y5j_18>div._searchInput_10y5j_18{width:100%;min-width:100%;margin-bottom:0}div._toolbar_10y5j_1>div._controls_10y5j_12>div._filters_10y5j_26{flex-shrink:0}div._toolbar_10y5j_1>div._bulkActions_10y5j_29{flex:auto;align-items:center;min-width:0;display:flex}div._toolbar_10y5j_1>button._actionButton_10y5j_35{flex-shrink:0;margin-left:auto}@media (width<=40rem){div._toolbar_10y5j_1{flex-direction:column;align-items:stretch}div._toolbar_10y5j_1>div._controls_10y5j_12{flex-direction:column;flex:none;align-items:stretch}div._toolbar_10y5j_1>div._controls_10y5j_12>div._searchInputContainer_10y5j_18{width:100%}div._toolbar_10y5j_1>div._controls_10y5j_12>div._filters_10y5j_26{align-self:flex-start}div._toolbar_10y5j_1>div._bulkActions_10y5j_29{flex:none;width:100%}div._toolbar_10y5j_1>button._actionButton_10y5j_35{align-self:flex-end;margin-left:0}}div._body_19sxv_1{flex-direction:column;gap:1rem;display:flex}div._body_19sxv_1>p{margin:0}div._body_19sxv_1>p._warning_19sxv_9{color:#db0013}div._body_19sxv_1>div._actions_19sxv_12{justify-content:flex-end;gap:.5rem;display:flex}div._content_zjakh_1{background:#ededed;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}div._content_zjakh_1>p{margin:0}div._content_zjakh_1>div._actions_zjakh_11{justify-content:flex-end;display:flex}div._dialog_1cbqw_1{width:min(1200px,92dvw);max-width:92dvw}div._dateTimeRow_18r5y_1{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;display:grid}div._fullWidth_18r5y_9,p._fullWidth_18r5y_9{grid-column:1/-1}p._helpText_18r5y_14{color:#5d5d5d;margin:0;font-size:.75rem}div._fields_1ozo6_1{gap:.75rem;display:grid}div._fields_1ozo6_1 div._scheduleFields_1ozo6_5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}div._fields_1ozo6_1 div._scheduleFields_1ozo6_5>:only-child{grid-column:1/-1}section._pane_o4113_1,section._message_o4113_2{box-sizing:border-box;background:#fff;width:100%;min-width:0;height:100%;min-height:0}section._pane_o4113_1{flex-direction:column;gap:.625rem;display:flex}section._pane_o4113_1>h3{margin:0}section._pane_o4113_1>iframe{background:#fff;border:1px solid #dedede;border-radius:.5rem;flex:auto;width:100%;min-height:0}section._message_o4113_2{text-align:center;place-content:center;gap:.375rem;padding:.75rem;display:grid}section._message_o4113_2>h3,section._message_o4113_2>p{margin:0}section._message_o4113_2>p{color:#5d5d5d}section._panel_19xs1_1{box-sizing:border-box;background:#f6f6f6;border:1px solid #e7e7e7;border-radius:.5rem;flex-direction:column;gap:.75rem;min-width:0;min-height:0;padding:1rem;display:flex}header._header_19xs1_14{align-items:center;gap:.5rem;display:flex}div._title_19xs1_20{flex:none;align-items:center;display:flex}div._title_19xs1_20 h3{margin:0;font-size:1.125rem;font-weight:700}span._supplement_19xs1_32{color:#1319ff;justify-content:center;align-items:center;min-width:2rem;font-size:.875rem;font-weight:700;display:inline-flex}span._divider_19xs1_42{background:#e7e7e7;flex:auto;height:.0625rem}section._preview_13c9p_1{flex:auto;min-height:20rem}section._preview_13c9p_1 div._content_13c9p_5{background:#fdfdfd;border:1px solid #e7e7e7;border-radius:.5rem;flex:1;min-height:0;padding:1rem;display:flex}div._container_1x98g_1{box-sizing:border-box;border-radius:inherit;background:#fff;border:1px solid #e7e7e7;flex-wrap:nowrap;align-items:center;min-width:0;max-width:100%;padding:0;display:flex;overflow:hidden}div._container_1x98g_1._shell_1x98g_14{border-radius:.5rem;gap:.25rem;padding:.25rem}div._container_1x98g_1._fullWidth_1x98g_19{width:100%;min-width:0;max-width:100%}div._container_1x98g_1._fullWidth_1x98g_19 button._segment_1x98g_24,div._container_1x98g_1._fullWidth_1x98g_19 span._disabledTrigger_1x98g_25{min-width:var(--tw-segmented-cell-min-width,0);flex:var(--tw-segmented-cell-flex,1 1 0)}div._container_1x98g_1 button._segment_1x98g_24,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24{box-sizing:border-box;color:#1319ff;background:0 0;border:none;border-radius:0;min-width:0;max-width:100%;padding-block:0;font-weight:700;line-height:1.4;position:relative}div._container_1x98g_1 button._segment_1x98g_24:hover,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24:hover{box-shadow:none;background:0 0}div._container_1x98g_1 button._segment_1x98g_24._segmentAfterDivider_1x98g_48:before,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24._segmentAfterDivider_1x98g_48:before{z-index:2;content:"";pointer-events:none;background:#e7e7e7;width:1px;position:absolute;top:0;bottom:0;left:-.5px}div._container_1x98g_1 button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover{background:#e9f1ff}div._container_1x98g_1 button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover>svg,div._container_1x98g_1 button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover>span,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover>svg,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover>span{z-index:1;position:relative}div._container_1x98g_1 button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover>svg,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24:not([aria-pressed=true]):not([aria-selected=true]):hover>svg{color:#090cf9}div._container_1x98g_1 button._segment_1x98g_24[aria-pressed=true],div._container_1x98g_1 button._segment_1x98g_24[aria-selected=true],div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-pressed=true],div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-selected=true],div._container_1x98g_1 button._segment_1x98g_24[aria-pressed=true]:hover,div._container_1x98g_1 button._segment_1x98g_24[aria-selected=true]:hover,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-pressed=true]:hover,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-selected=true]:hover{box-shadow:none;background:#e9f1ff}div._container_1x98g_1 button._segment_1x98g_24[aria-pressed=true]>svg,div._container_1x98g_1 button._segment_1x98g_24[aria-pressed=true]>span,div._container_1x98g_1 button._segment_1x98g_24[aria-selected=true]>svg,div._container_1x98g_1 button._segment_1x98g_24[aria-selected=true]>span,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-pressed=true]>svg,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-pressed=true]>span,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-selected=true]>svg,div._container_1x98g_1 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-selected=true]>span{z-index:1;position:relative}div._container_1x98g_1._medium_1x98g_97 button._segment_1x98g_24,div._container_1x98g_1._medium_1x98g_97 span._disabledTrigger_1x98g_25>button._segment_1x98g_24{padding-inline:var(--tw-segmented-cell-padding-inline,.5rem);gap:.625rem;font-size:1rem}div._container_1x98g_1._medium_1x98g_97 button._segment_1x98g_24._iconOnly_1x98g_103._iconOnly_1x98g_103,div._container_1x98g_1._medium_1x98g_97 span._disabledTrigger_1x98g_25>button._segment_1x98g_24._iconOnly_1x98g_103._iconOnly_1x98g_103{width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0}div._container_1x98g_1._medium_1x98g_97 span._label_1x98g_111,div._container_1x98g_1._medium_1x98g_97 span._count_1x98g_112{font-size:1rem}div._container_1x98g_1._small_1x98g_115 button._segment_1x98g_24,div._container_1x98g_1._small_1x98g_115 span._disabledTrigger_1x98g_25>button._segment_1x98g_24{padding-inline:var(--tw-segmented-cell-padding-inline,.25rem);gap:.5rem;font-size:.875rem}div._container_1x98g_1._small_1x98g_115 button._segment_1x98g_24._iconOnly_1x98g_103._iconOnly_1x98g_103,div._container_1x98g_1._small_1x98g_115 span._disabledTrigger_1x98g_25>button._segment_1x98g_24._iconOnly_1x98g_103._iconOnly_1x98g_103{width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0}div._container_1x98g_1._small_1x98g_115 span._label_1x98g_111,div._container_1x98g_1._small_1x98g_115 span._count_1x98g_112{font-size:.875rem}div._container_1x98g_1._tabs_1x98g_133{background:#fff}div._container_1x98g_1._tabs_1x98g_133 button._segment_1x98g_24,div._container_1x98g_1._tabs_1x98g_133 span._disabledTrigger_1x98g_25>button._segment_1x98g_24{text-align:center;white-space:normal;overflow-wrap:anywhere;justify-content:center;min-width:0}div._container_1x98g_1._tabs_1x98g_133 button._segment_1x98g_24:not([aria-selected=true]):hover,div._container_1x98g_1._tabs_1x98g_133 span._disabledTrigger_1x98g_25>button._segment_1x98g_24:not([aria-selected=true]):hover,div._container_1x98g_1._tabs_1x98g_133 button._segment_1x98g_24[aria-selected=true],div._container_1x98g_1._tabs_1x98g_133 span._disabledTrigger_1x98g_25>button._segment_1x98g_24[aria-selected=true]{background:#e9f1ff}div._container_1x98g_1._shell_1x98g_14 button._segment_1x98g_24,div._container_1x98g_1._shell_1x98g_14 span._disabledTrigger_1x98g_25>button._segment_1x98g_24{border-radius:.25rem}div._container_1x98g_1._shell_1x98g_14 button._segment_1x98g_24._segmentAfterDivider_1x98g_48:before,div._container_1x98g_1._shell_1x98g_14 span._disabledTrigger_1x98g_25>button._segment_1x98g_24._segmentAfterDivider_1x98g_48:before{left:calc(-.125rem - .5px)}span._label_1x98g_111,span._count_1x98g_112{z-index:1;overflow-wrap:anywhere;min-width:0;font-weight:700;position:relative}span._label_1x98g_111{color:#1319ff}span._count_1x98g_112{color:#5d5d5d;font-weight:400}span._disabledTrigger_1x98g_25{min-width:0;display:inline-flex}div._panel_1g9aj_1{box-sizing:border-box;width:min-content;min-width:min(27rem,100vw);max-width:100vw;max-height:min(calc(100vh - 4rem), var(--tw-dropdown-panel-available-height,calc(100vh - 4rem)));--tw-dropdown-panel-content-max-height:min(calc(100vh - 4rem), var(--tw-dropdown-panel-available-height,calc(100vh - 4rem)));--tw-dropdown-panel-content-overflow-y:hidden;--tw-dropdown-panel-content-overflow-x:hidden;--tw-dropdown-panel-padding:0;border-radius:.5rem}div._content_1g9aj_14{box-sizing:border-box;width:100%;min-width:min(27rem,100vw);max-width:100%;max-height:min(calc(100vh - 4rem), var(--tw-dropdown-panel-available-height,calc(100vh - 4rem)));border-radius:.5rem;flex-direction:column;display:flex;overflow:hidden}div._content_1g9aj_14 div._header_1g9aj_25{box-sizing:border-box;border-radius:inherit;background:#fff;border-bottom-right-radius:0;border-bottom-left-radius:0;flex:none;min-width:min(27rem,100vw);overflow:hidden}div._content_1g9aj_14 div._headerTabs_1g9aj_35{--tw-segmented-cell-padding-inline:2.125rem;--tw-segmented-cell-min-width:max-content;--tw-segmented-cell-flex:1 0 max-content;border-width:0 0 1px;padding:0}div._content_1g9aj_14 div._headerTabs_1g9aj_35 span{white-space:nowrap}div._content_1g9aj_14 div._filterTabsBar_1g9aj_45{box-sizing:border-box;--tw-segmented-cell-min-width:max-content;--tw-segmented-cell-flex:1 0 max-content;background:#f6f6f6;border-bottom:1px solid #e7e7e7;flex:none;min-width:min(27rem,100vw);padding:.5rem}div._content_1g9aj_14 div._filterTabsBar_1g9aj_45 span{white-space:nowrap}div._content_1g9aj_14 div._body_1g9aj_58{box-sizing:border-box;background:#fff;flex-direction:column;flex:auto;gap:.5rem;width:100%;min-width:min(27rem,100vw);max-width:100%;min-height:0;padding:.5rem;display:flex;overflow:hidden auto}div._content_1g9aj_14 div._sections_1g9aj_73{box-sizing:border-box;flex-direction:column;gap:.5rem;width:100%;min-width:min(25rem,100vw);max-width:100%;display:flex}div._content_1g9aj_14 section._section_1g9aj_73{background:#f6f6f6;border:1px solid #e7e7e7;border-radius:.5rem;flex-direction:column;min-width:0;display:flex;overflow:hidden}div._content_1g9aj_14 section._section_1g9aj_73 div._sectionHeader_1g9aj_91{padding:.5rem}div._content_1g9aj_14 section._section_1g9aj_73 div._sectionHeaderContent_1g9aj_94{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}div._content_1g9aj_14 section._section_1g9aj_73 div._sectionHeaderContent_1g9aj_94 h3{margin:0;font-size:.875rem;font-weight:700;line-height:1.4}div._content_1g9aj_14 section._section_1g9aj_73 div._sectionBody_1g9aj_108{flex-direction:column;gap:.75rem;padding:0 .5rem .5rem;display:flex}div._content_1g9aj_14 div._footerOption_1g9aj_114{padding-top:.125rem}div._content_1g9aj_14 div._footer_1g9aj_114{background:#fff;border-top:1px solid #e7e7e7;flex:none;justify-content:flex-start;padding:.5rem 1rem;display:flex}div._resetMenu_1g9aj_126{flex-direction:column;min-width:12.5rem;padding:.375rem;display:flex}div._resetMenu_1g9aj_126 button{color:#141414;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:0;border-radius:.25rem;padding:.5rem .625rem}div._resetMenu_1g9aj_126 button:hover{background:#e9f1ff}div._conditionCard_1tt4e_1{background:#1414140a;border:1px solid #14141414;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem .5rem;display:flex}div._conditionCard_1tt4e_1._highlightedConditionCard_1tt4e_10{border-color:#131a9a47;box-shadow:0 0 0 1px #131a9a1f}div._conditionCard_1tt4e_1 div._cardBody_1tt4e_14{flex-direction:column;flex:auto;gap:1rem;min-width:0;display:flex}div._conditionCard_1tt4e_1 button._deleteButton_1tt4e_21{flex:none}div._conditionList_1km71_1{flex-direction:column;display:flex}div._connectorRow_1km71_6{align-items:center;gap:.5rem;min-height:2.5rem;display:flex}span._connectorLine_1km71_13{background:#dedede;flex:auto;height:1px}button._connectorChip_1km71_19,button._addFilterChip_1km71_20{color:#5d5d5d;background:#f6f6f6;border-radius:.75rem;min-height:1.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}button._addFilterChip_1km71_20{color:#9e9e9e}div._connectorMenu_1km71_34{min-width:7rem}div._connectorOptions_1km71_38{flex-direction:column;padding:.25rem;display:flex}div._connectorOptions_1km71_38 button{justify-content:flex-start}div._trigger_13lw7_1{display:contents}div._panel_13lw7_5{width:20rem;max-height:min(44rem,80vh)}div._filterEditor_13lw7_10{padding:.5rem}button._commentActionButton_12c0k_1{color:#1319ff;flex:none}button._commentAddActionButton_12c0k_6{color:#141414;opacity:.48}button._compactIconAction_12c0k_11{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:auto;min-width:0;height:auto;min-height:0;padding:0;line-height:0;display:inline-flex}button._compactIconAction_12c0k_11:disabled{cursor:default}button._compactIconAction_12c0k_11:focus-visible{outline-offset:.0625rem;border-radius:.25rem;outline:.125rem solid #131a9a59}span._iconAction_12c0k_34{color:#1319ff;flex:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:inline-flex}span._iconAction_12c0k_34:focus-visible{outline-offset:.0625rem;border-radius:.25rem;outline:.125rem solid #131a9a59}span._compactIconAction_12c0k_11{width:auto;height:auto;line-height:0}span._commentLabel_12c0k_55{white-space:normal;max-width:18rem}div._commentMenu_12c0k_60{width:18rem;padding:.75rem}div._commentMenu_12c0k_60>form._commentForm_12c0k_64{flex-direction:column;gap:.75rem;display:flex}div._commentMenu_12c0k_60>form._commentForm_12c0k_64>div._commentActions_12c0k_69{justify-content:flex-end;display:flex}div._commentMenuPanel_12c0k_74{width:auto}span._container_aegsp_1{color:#1319ff;flex:none;align-items:center;line-height:1;display:inline-flex}span._container_aegsp_1>span{color:inherit;line-height:1}span._container_aegsp_1>span>svg{display:block}div._utilizationGroup_5bgjh_1{white-space:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:.25rem;min-width:max-content;display:flex}div._overUtilization_5bgjh_11{color:#eb1300}div._underUtilization_5bgjh_15{color:#e37213}div._utilizationSuccess_5bgjh_19{color:#141414}div._utilization_5bgjh_1{cursor:default;-webkit-user-select:none;user-select:none;color:#141414;justify-content:flex-end;display:flex}div._utilization_5bgjh_1 span._utilizationContent_5bgjh_30{text-align:right;justify-content:flex-end;align-items:center;gap:.25rem;display:inline-flex}div._utilization_5bgjh_1._overUtilization_5bgjh_11>span._utilizationContent_5bgjh_30._overUtilization_5bgjh_11{color:#eb1300}div._utilization_5bgjh_1._underUtilization_5bgjh_15>span._utilizationContent_5bgjh_30._underUtilization_5bgjh_15{color:#e37213}div._utilization_5bgjh_1._utilizationSuccess_5bgjh_19>span._utilizationContent_5bgjh_30._utilizationSuccess_5bgjh_19{color:#141414}div._topRow_1s5n1_1{align-items:center;gap:.25rem;width:100%;min-width:0;margin-bottom:.125rem;display:flex}div._topRow_1s5n1_1>button._icon_1s5n1_9:hover+div._textBlock_1s5n1_9>div._header_1s5n1_9 span._clickable_1s5n1_9,div._topRow_1s5n1_1>button._icon_1s5n1_9:focus-visible+div._textBlock_1s5n1_9>div._header_1s5n1_9 span._clickable_1s5n1_9{color:#131a9a}div._topRow_1s5n1_1>button._icon_1s5n1_9{color:#6d6d6d;cursor:pointer;appearance:none;background:#e7e7e7;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.625rem;height:2.625rem;padding:0;display:flex;position:relative;overflow:hidden}div._topRow_1s5n1_1>button._icon_1s5n1_9>img{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity 50ms;display:block;position:absolute;inset:0}div._topRow_1s5n1_1>button._icon_1s5n1_9>img._imageLoaded_1s5n1_41{opacity:1}div._topRow_1s5n1_1>button._icon_1s5n1_9>span._iconInitial_1s5n1_44{color:#6d6d6d;letter-spacing:0;opacity:1;justify-content:center;align-items:center;font-size:.875rem;font-weight:400;transition:opacity 50ms;display:flex;position:absolute;inset:0}div._topRow_1s5n1_1>button._icon_1s5n1_9>span._iconInitial_1s5n1_44._iconInitialHidden_1s5n1_57{opacity:0}@media print{div._topRow_1s5n1_1>button._icon_1s5n1_9>img._imageLoaded_1s5n1_41{opacity:1;transition:none}}div._topRow_1s5n1_1>div._textBlock_1s5n1_9{flex-direction:column;flex:auto;justify-content:center;align-items:stretch;gap:0;width:100%;min-width:0;display:flex}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9{width:100%;min-height:20px;cursor:inherit;align-items:center;min-width:0;transition:color 50ms;display:flex}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div{align-items:center;gap:.25rem;min-width:0;display:flex}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div._clickableGroup_1s5n1_91{cursor:inherit;flex:auto;min-width:0;overflow:hidden}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div._clickableGroup_1s5n1_91>span:first-child{flex:0 auto}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div span{color:#141414;font-size:.875rem;font-weight:700}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div span+span{color:var(--roster-card-secondary-color,#888);font-size:.875rem;font-weight:400}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div span._clickable_1s5n1_9{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div span._clickable_1s5n1_9:hover{color:#131a9a}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div:last-child{margin-left:auto}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125{justify-content:space-between;align-items:center;gap:.25rem;width:100%;min-width:0;min-height:20px;display:flex}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125>span._roleText_1s5n1_134{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--roster-card-secondary-color,#888);flex:auto;font-size:.875rem;display:block;overflow:hidden}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125>span._roleAttribute_1s5n1_144{white-space:nowrap;color:var(--roster-card-secondary-color,#888);text-align:right;flex:none;align-items:center;gap:.125rem;margin-left:auto;font-size:.875rem;display:inline-flex}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125>span._roleAttribute_1s5n1_144._skillSuccess_1s5n1_155{color:#007631}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125>span._roleAttribute_1s5n1_144._skillWarning_1s5n1_158{color:#e37213}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125>span._roleAttribute_1s5n1_144._skillError_1s5n1_161{color:#eb1300}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._roleRow_1s5n1_125>span._roleAttribute_1s5n1_144>span._roleAttributeText_1s5n1_164{color:inherit;display:inline-block}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div._clickableGroup_1s5n1_91>span._resourceCommentIndicator_1s5n1_169{color:#131a9a;font-size:inherit;font-weight:inherit}div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div._clickableGroup_1s5n1_91>span._resourceCommentIndicator_1s5n1_169 span,div._topRow_1s5n1_1>div._textBlock_1s5n1_9>div._header_1s5n1_9>div._clickableGroup_1s5n1_91>span._resourceCommentIndicator_1s5n1_169 svg{color:inherit}div._locationRow_1ha5o_1{width:100%;min-width:0;color:var(--roster-card-secondary-color,#888);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}div._locationRow_1ha5o_1>span._locationHover_1ha5o_10{flex:auto;min-width:0;max-width:100%}div._locationRow_1ha5o_1>a._locationLink_1ha5o_15{flex:auto;min-width:0}div._locationRow_1ha5o_1>div._locationDistance_1ha5o_19{cursor:default;align-items:center;gap:.25rem;margin-left:auto;display:inline-flex}div._locationRow_1ha5o_1>div._locationDistance_1ha5o_19>span{color:var(--roster-card-secondary-color,#888);display:inline-block}div._locationRow_1ha5o_1 a._locationLink_1ha5o_15{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;align-items:center;gap:.25rem;text-decoration:none;display:inline-flex;overflow:hidden}div._locationRow_1ha5o_1 a._locationLink_1ha5o_15:hover,div._locationRow_1ha5o_1 a._locationLink_1ha5o_15:focus-visible{color:#131a9a}div._locationRow_1ha5o_1 a._locationLink_1ha5o_15>span._locationText_1ha5o_48{white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;display:block;overflow:hidden}div._skillRow_ozgku_1{width:100%;min-width:0;color:var(--roster-card-secondary-color,#888);align-items:center;font-size:.875rem;display:flex}div._skillValue_ozgku_10{cursor:default;color:var(--roster-card-secondary-color,#888);align-items:center;gap:.125rem;display:inline-flex}div._skillValue_ozgku_10._skillSuccess_ozgku_17{color:#007631}div._skillValue_ozgku_10._skillWarning_ozgku_20{color:#e37213}div._skillValue_ozgku_10._skillError_ozgku_23{color:#eb1300}div._skillValue_ozgku_10>span{color:inherit;display:inline-block}div._container_1vh7e_1{box-sizing:border-box;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:.25rem;align-items:center;gap:.25rem;width:100%;min-width:0;min-height:3.625rem;padding:.5rem;display:flex}div._container_1vh7e_1 div._leading_1vh7e_14,div._container_1vh7e_1 div._trailing_1vh7e_15{flex:none;justify-content:center;align-items:center;display:flex}div._container_1vh7e_1 div._leading_1vh7e_14{margin-inline-end:.25rem}div._container_1vh7e_1 span._avatar_1vh7e_24{color:#6d6d6d;background:#e7e7e7;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.625rem;height:2.625rem;font-size:.875rem;display:inline-flex;position:relative;overflow:hidden}div._container_1vh7e_1 span._avatar_1vh7e_24>img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}div._container_1vh7e_1 div._identity_1vh7e_47{flex-direction:column;flex:auto;justify-content:center;min-width:0;display:flex}div._container_1vh7e_1 div._identity_1vh7e_47>strong,div._container_1vh7e_1 div._identity_1vh7e_47>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.875rem;line-height:1.4;overflow:hidden}div._container_1vh7e_1 div._identity_1vh7e_47>strong{color:#141414;font-weight:700}div._container_1vh7e_1 div._identity_1vh7e_47>span{color:#888}div._container_1us0k_1{--roster-card-secondary-color:#888;box-sizing:border-box;z-index:0;cursor:grab;-webkit-user-select:none;user-select:none;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:.25rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;width:100%;padding:.5rem;transition:background-color 50ms,border-color 50ms,box-shadow 50ms,opacity 50ms;display:flex;position:relative}div._container_1us0k_1._dragging_1us0k_20,div._container_1us0k_1._dragPreview_1us0k_20{--roster-card-secondary-color:#141414;background:#e9f1ff}div._container_1us0k_1:hover{z-index:1;box-shadow:0 .1875rem .3125rem -.0625rem #0c0c0d33,0 .3125rem .5rem #0c0c0d24,0 .0625rem .875rem #0c0c0d1f}div._container_1us0k_1:active{cursor:grabbing}div._container_1us0k_1._dragDisabled_1us0k_31{cursor:default;-webkit-user-select:auto;user-select:auto}div._container_1us0k_1._dragDisabled_1us0k_31:active{cursor:default}@media print{div._container_1us0k_1{break-inside:avoid;page-break-inside:avoid}}div._container_wyx6q_1{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:.25rem;flex-direction:column;gap:.25rem;width:100%;padding:.5rem;display:flex}div._skeleton_wyx6q_14{cursor:default;pointer-events:none}div._skeleton_wyx6q_14:active{cursor:default}div._skeleton_wyx6q_14>div._topRow_wyx6q_21{align-items:center;gap:.25rem;min-width:0;margin-bottom:.125rem;display:flex}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._icon_wyx6q_28{background:#e7e7e7;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.625rem;height:2.625rem;padding:0;display:flex;overflow:hidden}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._icon_wyx6q_28>span._iconSkeleton_wyx6q_41{width:100%;min-width:0;height:100%;min-height:0}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47{flex-direction:column;flex:auto;gap:0;min-width:0;display:flex}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._header_wyx6q_54{align-items:center;min-width:0;min-height:20px;display:flex}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._header_wyx6q_54>div._clickableGroup_wyx6q_60{justify-content:space-between;align-items:center;gap:.25rem;width:100%;min-width:0;display:flex}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._header_wyx6q_54>div._clickableGroup_wyx6q_60>span._nameSkeleton_wyx6q_68{flex:auto;max-width:10rem;height:1rem}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._header_wyx6q_54>div._clickableGroup_wyx6q_60>span._utilizationSkeleton_wyx6q_73{flex:none;width:2.75rem;min-width:2.75rem;height:1rem}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._roleRow_wyx6q_79{justify-content:space-between;align-items:center;gap:.25rem;min-width:0;min-height:20px;display:flex}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._roleRow_wyx6q_79>span._roleSkeleton_wyx6q_87{flex:auto;max-width:8.5rem;height:.875rem}div._skeleton_wyx6q_14>div._topRow_wyx6q_21>div._textBlock_wyx6q_47>div._roleRow_wyx6q_79>span._attributeSkeleton_wyx6q_92{flex:none;width:3rem;min-width:3rem;height:.875rem}div._skeleton_wyx6q_14>div._skillRow_wyx6q_98{align-items:center;gap:.125rem;min-width:0;display:flex}div._skeleton_wyx6q_14>div._skillRow_wyx6q_98>span._skillIconSkeleton_wyx6q_104{border-radius:.25rem;flex:none;width:1rem;min-width:1rem;height:1rem}div._skeleton_wyx6q_14>div._skillRow_wyx6q_98>span._skillTextSkeleton_wyx6q_111{flex:none;width:6.5rem;max-width:6.5rem;height:.875rem}div._skeleton_wyx6q_14>div._locationRow_wyx6q_117{align-items:center;gap:.25rem;min-width:0;display:flex}div._skeleton_wyx6q_14>div._locationRow_wyx6q_117>span._locationIconSkeleton_wyx6q_123{border-radius:.25rem;flex:none;width:1rem;min-width:1rem;height:1rem}div._skeleton_wyx6q_14>div._locationRow_wyx6q_117>span._locationSkeleton_wyx6q_130{flex:0 auto;max-width:10rem;height:.875rem}div._list_18izq_1{min-height:0;overflow-y:auto}div._list_18izq_1>p{padding:.5rem}div._list_18izq_1 div._virtualList_18izq_8{width:100%;position:relative}div._list_18izq_1 div._virtualList_18izq_8 div._virtualRow_18izq_12{width:100%;position:absolute;top:0;left:0}div._list_18izq_1 div._virtualList_18izq_8 div._virtualRow_18izq_12>p{padding:.5rem}section._recipients_1hjqh_1 div._searchRow_1hjqh_1,section._recipients_1hjqh_1 div._selectAll_1hjqh_2{justify-content:space-between;align-items:center;gap:.5rem;display:flex}section._recipients_1hjqh_1 div._searchRow_1hjqh_1{min-width:0}section._recipients_1hjqh_1 div._searchRow_1hjqh_1>:first-child{flex:auto;min-width:0}section._recipients_1hjqh_1 p._filterExplanation_1hjqh_15{color:#5d5d5d;margin:0;font-size:.75rem;line-height:1.5}section._recipients_1hjqh_1 div._selectAll_1hjqh_2{border-bottom:1px solid #dedede;padding-bottom:.5rem}div._dialog_1two9_1{width:min(1100px,92dvw);max-width:92dvw;height:min(800px,90dvh);max-height:90dvh}div._dialogCompact_1two9_8{width:min(560px,92dvw);height:auto}div._body_1two9_13{gap:1rem}div._content_1two9_17{flex:1;grid-template-columns:minmax(0,1fr) minmax(20rem,.8fr);gap:1.25rem;min-height:0;display:grid}div._content_1two9_17 div._messagePanel_1two9_24{flex-direction:column;gap:.75rem;min-height:0;padding-right:.5rem;display:flex;overflow-y:auto}div._contentCompact_1two9_33{flex:none;display:block}div._contentCompact_1two9_33 div._messagePanel_1two9_24{padding-right:0;overflow-y:visible}footer._footer_1two9_42{border-top:1px solid #dedede;justify-content:flex-end;gap:.5rem;padding-top:1rem;display:flex}@media (width<=800px){div._content_1two9_17{flex-direction:column;display:flex;overflow-y:auto}div._content_1two9_17>div._messagePanel_1two9_24{flex:none;min-height:max-content;padding-right:0;overflow-y:visible}div._content_1two9_17>section{flex:none;height:min(30rem,70dvh);min-height:min(30rem,70dvh)}}button._actionTextLink_w95y3_1{font:inherit;text-align:left;cursor:pointer;color:#131a9a;background:0 0;border:0;border-bottom:.0625rem solid;margin:0;padding:0 0 .0625rem;text-decoration:none}button._actionTextLink_w95y3_1:hover{color:#131a9a}button._actionTextLink_w95y3_1:focus-visible{outline-offset:.0625rem;outline:.125rem solid #131a9a}button._actionTextLink_w95y3_1:disabled{color:#b0b0b0;cursor:not-allowed;border-bottom:0;outline:none;padding-bottom:0}section._catalogTable_1le9s_1{flex:auto;min-width:0;min-height:0}button._titleLink_1le9s_7{text-overflow:ellipsis;vertical-align:top;white-space:nowrap;min-width:0;max-width:100%;display:inline-block;overflow:hidden}div._descriptionCell_1le9s_17{white-space:normal;overflow-wrap:anywhere;width:100%;min-width:0}div._actionsCell_1le9s_24{justify-content:center;align-items:center;gap:.5rem;width:100%;display:inline-flex}@media (width<=960px){div._actionsCell_1le9s_24{flex-wrap:wrap;justify-content:center}}div._tabPanel_29t8q_1{flex:auto;width:100%;min-width:0;min-height:0;display:flex}section._previewPane_1jc3j_1{flex:auto;min-width:0;min-height:0;display:flex}section._previewPane_1jc3j_1 div._previewShell_1jc3j_7{flex:auto;min-width:0;min-height:0}section._previewPane_1jc3j_1 div._toolbar_1jc3j_12{width:100%}section._previewPane_1jc3j_1 div._bodyContent_1jc3j_15{flex:auto;min-width:0;min-height:0;padding:.5rem;display:flex;overflow:hidden}@media (width<=960px){section._previewPane_1jc3j_1{min-height:28rem}}aside._sidebar_v46ar_1{flex:0 0 300px;width:300px;min-height:0;display:flex}div._sidebarCard_v46ar_8{box-sizing:border-box;flex-direction:column;flex:auto;gap:.5rem;min-width:0;min-height:0;display:flex}div._sidebarCard_v46ar_8 button._backButton_v46ar_17{align-self:flex-start}div._sidebarCard_v46ar_8 div._content_v46ar_20{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}@media (width<=960px){aside._sidebar_v46ar_1{flex:auto;width:100%}div._sidebarCard_v46ar_8{height:auto}}div._layout_1t58r_1{overscroll-behavior-y:contain;flex:auto;align-items:stretch;gap:.5rem;min-width:0;min-height:0;display:flex;overflow:hidden auto}@media (width<=960px){div._layout_1t58r_1{flex-direction:column;gap:.5rem}}@media print{div._layout_1t58r_1{min-height:auto;overflow:visible}}div._fields_1bvkn_1{flex-direction:column;gap:1rem;width:100%;display:flex}div._toggleRow_1bvkn_8{align-items:center;min-height:1.5rem;display:flex}div._modalBody_59jla_1{width:100%;display:flex}div._modalBody_59jla_1 form._form_59jla_5{flex-direction:column;gap:1rem;width:100%;display:flex}div._modalBody_59jla_1 form._form_59jla_5 div._actions_59jla_11{justify-content:flex-end;gap:.75rem;display:flex}div._header_q00zy_1{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem;display:flex}div._header_q00zy_1 div._titleGroup_q00zy_9{flex-wrap:wrap;flex:auto;align-items:center;gap:.75rem;min-width:0;display:flex}div._header_q00zy_1 div._titleGroup_q00zy_9 h2._title_q00zy_9{color:#141414;min-width:0;margin:0}div._header_q00zy_1 div._titleGroup_q00zy_9 h2._title_q00zy_9 span._subjectLabel_q00zy_22{color:#5d5d5d;font-weight:400}div._header_q00zy_1 div._titleGroup_q00zy_9 button._editDetailsButton_q00zy_26{white-space:nowrap}div._header_q00zy_1 div._actions_q00zy_29{justify-content:flex-end;align-items:center;margin-left:auto;display:flex}div._header_q00zy_1 button._saveButton_q00zy_35{white-space:nowrap}@media (width<=720px){div._header_q00zy_1,div._header_q00zy_1 div._titleGroup_q00zy_9{align-items:flex-start}div._header_q00zy_1 div._actions_q00zy_29{margin-left:0}}span._assignmentBlockWidget_34k3y_1{display:contents}div._assignmentBlockHeaderLine_34k3y_5,div._assignmentBlockBodyLine_34k3y_6,div._assignmentBlockFooterLine_34k3y_7,span._assignmentBlockFooter_34k3y_7{background:#f6f6f6}div._assignmentBlockHeaderLine_34k3y_5.cm-line.cm-activeLine,div._assignmentBlockBodyLine_34k3y_6.cm-line.cm-activeLine,div._assignmentBlockFooterLine_34k3y_7.cm-line.cm-activeLine{background:#f6f6f6!important}div._assignmentBlockHeaderLine_34k3y_5.cm-line,div._assignmentBlockFooterLine_34k3y_7.cm-line{box-sizing:border-box;padding-inline:0;line-height:0}div._assignmentBlockHeaderLine_34k3y_5.cm-line{border-top:1px solid #6d6d6d}div._assignmentBlockFooterLine_34k3y_7.cm-line{border-bottom:1px solid #6d6d6d;height:0;min-height:0;overflow:hidden}div._assignmentBlockFooterLine_34k3y_7.cm-line .cm-widgetBuffer{display:none}div._assignmentBlockStructureGutter_34k3y_39{color:#0000;pointer-events:none}span._assignmentBlockHeader_34k3y_5{box-sizing:border-box;vertical-align:top;background:#f6f6f6;grid-template-columns:minmax(0,1fr) auto;column-gap:.5rem;width:100%;padding-inline:.75rem;line-height:1.4;display:inline-grid}span._assignmentBlockHeader_34k3y_5>span._titleGroup_34k3y_55{grid-column:1;align-items:center;gap:.25rem;min-width:0;display:flex}span._assignmentBlockHeader_34k3y_5>span._titleGroup_34k3y_55>strong{color:#141414;flex:none;font-size:1rem;line-height:1.4}span._assignmentBlockHeader_34k3y_5>span._titleGroup_34k3y_55>span._inlineSummary_34k3y_68{color:#6d6d6d;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:400;line-height:1.4;overflow:hidden}span._assignmentBlockHeader_34k3y_5>span._titleGroup_34k3y_55 button._configure_34k3y_77{flex:none}span._assignmentBlockHeader_34k3y_5>span._summary_34k3y_80{color:#6d6d6d;text-overflow:ellipsis;white-space:nowrap;grid-column:1;font-size:.875rem;font-weight:400;line-height:1.4;overflow:hidden}span._assignmentBlockHeader_34k3y_5>button._remove_34k3y_90{color:#1319ff;grid-area:1/2/span 2;align-self:start;height:1.75rem;padding:0;font-size:.875rem;font-weight:700}span._assignmentBlockHeader_34k3y_5[data-folded=true]>button._remove_34k3y_90{grid-row:1}div._assignmentBlockBodyLine_34k3y_6.cm-line{box-sizing:border-box;padding-inline:.75rem}div._assignmentBlockBodyLine_34k3y_6.cm-line::selection{background:#b5ceff!important}div._assignmentBlockBodyLine_34k3y_6.cm-line span::selection{background:#b5ceff!important}span._assignmentBlockFooter_34k3y_7,div._assignmentBlockHeaderLine_34k3y_5.cm-line .cm-foldPlaceholder{display:none}span._chip_1k02q_1,button._chip_1k02q_1._interactive_1k02q_2[data-chip=interactive]{box-sizing:border-box;border:1px solid var(--chip-border-color,#d6e6ff);background:var(--chip-background-color,#e9f1ff);width:fit-content;min-width:0;max-width:100%;min-height:auto;color:var(--chip-text-color,#131a9a);text-overflow:ellipsis;white-space:nowrap;border-radius:.25rem;align-items:center;padding:.125rem .375rem;font-size:.75rem;font-weight:700;line-height:1.4;display:inline-flex;overflow:hidden}span._chip_1k02q_1._small_1k02q_23,button._chip_1k02q_1._interactive_1k02q_2._small_1k02q_23[data-chip=interactive]{height:1rem;padding:0 .5rem;font-size:.75rem;line-height:.875rem}span._chip_1k02q_1._small_1k02q_23>span,button._chip_1k02q_1._interactive_1k02q_2._small_1k02q_23[data-chip=interactive]>span{font-size:.75rem;line-height:.875rem}span._chip_1k02q_1._regularText_1k02q_36,button._chip_1k02q_1._interactive_1k02q_2._regularText_1k02q_36[data-chip=interactive]{font-weight:400}button._chip_1k02q_1._interactive_1k02q_2[data-chip=interactive]{cursor:pointer}button._chip_1k02q_1._interactive_1k02q_2[data-chip=interactive]:hover:not(:disabled){background:var(--chip-hover-background-color,#d6e6ff)}button._chip_1k02q_1._interactive_1k02q_2[data-chip=interactive]:focus-visible{outline:2px solid var(--chip-focus-color,#131a9a);outline-offset:1px}div._editor_ueiz5_1{background:#fff;border:1px solid #dedede;border-radius:.5rem;flex:auto;height:100%;min-height:260px;overflow:hidden}div._editor_ueiz5_1 .cm-editor{height:100%;min-height:260px}div._editor_ueiz5_1 .cm-scroller{overflow:auto;font-family:Roboto,Helvetica Neue,sans-serif!important}div._editor_ueiz5_1 .cm-gutters{display:none!important}div._editor_ueiz5_1 .cm-content{padding:.75rem}div._editor_ueiz5_1 .cm-activeLine{background:0 0!important}div._editor_ueiz5_1 .cm-focused{outline:2px solid #131a9a}section._pane_1xhl5_1{box-sizing:border-box;background:#fff;border:1px solid #dedede;border-radius:.5rem;flex-direction:column;gap:1rem;width:100%;min-width:0;height:100%;min-height:0;padding:1.25rem;display:flex}p._hint_1xhl5_16,p._message_1xhl5_17,p._error_1xhl5_18{margin:0;font-size:.75rem}p._hint_1xhl5_16,p._message_1xhl5_17{color:#5d5d5d}p._error_1xhl5_18{color:#c03f2f}div._dialog_19l7e_1{width:min(720px,100vw - 1.5rem)}div._body_19l7e_5,section._section_19l7e_6{gap:.75rem;display:grid}section._section_19l7e_6>h3{margin:0}div._actions_19l7e_15{justify-content:flex-end;gap:.5rem;display:flex}p._error_19l7e_21{color:#c03f2f;margin:0}aside._panel_1u95k_1,section._panel_1u95k_1{box-sizing:border-box;background:#fff;border:1px solid #dedede;border-radius:.5rem;align-content:start;gap:.625rem;width:100%;min-width:0;max-width:100%;height:100%;padding:.75rem;display:grid;overflow:auto}div._header_1u95k_18{gap:.25rem;display:grid}div._header_1u95k_18>h3,div._header_1u95k_18>p{margin:0}div._header_1u95k_18>p{color:#5d5d5d;font-size:.75rem}p._message_1u95k_31,p._error_1u95k_32{margin:0;font-size:.75rem}p._message_1u95k_31{color:#5d5d5d}p._error_1u95k_32{color:#c03f2f}div._footer_1u95k_45{border-top:1px solid #e7e7e7;flex-wrap:wrap;gap:.625rem;padding-top:.625rem;display:flex}div._palette_1opez_1{gap:.5rem;display:grid}section._group_1opez_6{gap:.25rem;display:grid}section._group_1opez_6>button._groupToggle_1opez_10{border-radius:.5rem;justify-content:flex-start;width:100%}section._group_1opez_6>button._groupToggle_1opez_10:hover,section._group_1opez_6>button._groupToggle_1opez_10:focus-visible{background:#e7e7e7}section._group_1opez_6>div._chips_1opez_18{flex-wrap:wrap;align-items:center;gap:.375rem;padding-left:1.125rem;display:flex}aside._panel_kqo76_1{box-sizing:border-box;background:#fff;border:1px solid #dedede;border-radius:.5rem;flex-direction:column;gap:.625rem;width:100%;min-width:0;max-width:100%;height:100%;padding:.75rem;display:flex;overflow:auto}div._settings_kqo76_17{flex:none;gap:.625rem;display:grid}div._header_kqo76_23{gap:.25rem;display:grid}div._header_kqo76_23>h3,div._header_kqo76_23>p{margin:0}div._header_kqo76_23>p{color:#5d5d5d;font-size:.75rem}div._status_kqo76_36{gap:.625rem;display:grid}div._preview_kqo76_41{border-top:1px solid #e7e7e7;flex:auto;min-height:18rem;padding-top:.625rem}p._message_kqo76_48,p._error_kqo76_49{margin:0;font-size:.75rem}p._message_kqo76_48{color:#5d5d5d}p._error_kqo76_49{color:#c03f2f}nav._nav_b0lbw_1{box-sizing:border-box;border-bottom:.0625rem solid #e7e7e7;align-items:center;width:100%;min-width:0;min-height:2.5rem;padding:0 1rem 0 0;display:flex;position:relative}div._tabRail_b0lbw_13{flex:0 auto;align-items:center;min-width:0;max-width:100%;min-height:2.5rem;display:flex;position:relative;overflow:hidden}div._tabRailContent_b0lbw_24{align-items:center;width:fit-content;min-width:0;max-width:100%;min-height:2.5rem;display:flex}div._tabScrollRegion_b0lbw_33{flex:0 auto;align-items:center;min-width:0;min-height:2.5rem;display:flex;position:relative}div._actions_b0lbw_42{align-items:center;gap:.25rem;padding-left:.5rem;display:flex}span._railDivider_b0lbw_49{background:#e7e7e7;flex:none;width:.0625rem;height:1.5rem;margin-inline:.25rem}button._railButton_b0lbw_57{color:#1319ff;cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;transition:background-color .12s,color .12s;display:inline-flex}button._railButton_b0lbw_57:hover{background:#e9f1ff}button._railButton_b0lbw_57:focus-visible{outline:none;box-shadow:inset 0 0 0 .125rem #b6c4e4}@media (width<=960px){nav._nav_b0lbw_1{padding-right:.5rem}div._actions_b0lbw_42{gap:.25rem;padding-left:.25rem}}@media (width<=720px){nav._nav_b0lbw_1{padding-right:.25rem}div._actions_b0lbw_42{gap:.125rem;padding-left:.125rem}span._railDivider_b0lbw_49{margin-inline:.125rem}button._railButton_b0lbw_57{width:1.5rem;height:1.5rem}}button._scrollButton_1qdqf_1{color:#1319ff;cursor:pointer;z-index:2;opacity:1;background:#f6f6f6;border:none;justify-content:center;align-items:center;width:2rem;height:100%;transition:background-color .12s;display:inline-flex;position:absolute;top:0;box-shadow:inset 0 -.0625rem #e7e7e7}button._scrollButton_1qdqf_1:hover{color:#131a9a;background:#fdfdfd}button._scrollButton_1qdqf_1:focus-visible{outline:none;box-shadow:inset 0 -.0625rem #e7e7e7,inset 0 0 0 .125rem #b6c4e4}button._scrollButton_1qdqf_1._left_1qdqf_26{border-right:.0625rem solid #e7e7e7;left:0}button._scrollButton_1qdqf_1._right_1qdqf_30{border-left:.0625rem solid #e7e7e7;right:0}@media (width<=720px){button._scrollButton_1qdqf_1{width:1.5rem}}div._tabScroller_5wbrw_1{--view-nav-tab-min-width:calc(6ch + .5rem + .5rem + 2.25rem + .125rem);--view-nav-tab-max-width:calc(20ch + .5rem + .5rem + 2.25rem + .125rem);box-sizing:border-box;scrollbar-width:none;flex:1;min-width:0;height:100%;overflow:auto hidden}div._tabScroller_5wbrw_1::-webkit-scrollbar{display:none}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15{background:#f6f6f6;border-top-right-radius:.5rem;align-items:flex-end;width:max-content;height:100%;display:flex}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23{width:fit-content;min-width:var(--view-nav-tab-min-width);max-width:var(--view-nav-tab-max-width);background:#f6f6f6;flex:none;align-items:flex-end;min-height:2.5rem;display:flex;position:relative}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23[data-dragging=true]{opacity:.84}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23[data-drop-position=before]:before,div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23[data-drop-position=after]:after{content:"";z-index:1;pointer-events:none;background:#1319ff;border-radius:.125rem;width:.125rem;position:absolute;top:.25rem;bottom:.25rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23[data-drop-position=before]:before{left:0;transform:translate(-.0625rem)}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23[data-drop-position=after]:after{right:0;transform:translate(.0625rem)}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23._selectedContainer_5wbrw_56{background:#fdfdfd}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1{box-sizing:border-box;color:#141414;cursor:pointer;background:#fdfdfd;border:none;border-radius:0;justify-content:flex-start;align-items:center;gap:0;width:100%;min-width:0;height:2.5rem;padding:0 2.25rem 0 .5rem;transition:background-color .12s,color .12s;display:flex;position:relative}div._tabContainer_5wbrw_23[data-reorderable=true]>div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1{cursor:grab}div._tabContainer_5wbrw_23[data-reorderable=true][data-dragging=true]>div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1{cursor:grabbing}div._tabContainer_5wbrw_23[data-locked=true]>div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1{cursor:pointer}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1:hover{background:#e9f1ff}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1:focus-visible{outline:none;box-shadow:inset 0 0 0 .125rem #b6c4e4}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1>span._title_5wbrw_93{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:1rem;font-weight:400;line-height:1;overflow:hidden}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._selected_5wbrw_56{color:#1319ff;background:#f6f6f6 linear-gradient(#1319ff 0 .25rem,#f6f6f6 .25rem 100%) no-repeat;border-top-left-radius:.5rem;border-top-right-radius:.5rem;height:2.5rem;padding-top:.25rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._firstTab_5wbrw_113._selected_5wbrw_56{border-top-left-radius:0}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._firstTab_5wbrw_113:not(._selected_5wbrw_56){border-bottom-right-radius:.5rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._lastTab_5wbrw_119:not(._selected_5wbrw_56){border-bottom-left-radius:.5rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._hasThreeOrMoreTabs_5wbrw_122._firstTab_5wbrw_113:not(._selected_5wbrw_56){border-bottom-right-radius:0}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._hasThreeOrMoreTabs_5wbrw_122._lastTab_5wbrw_119:not(._selected_5wbrw_56){border-bottom-left-radius:0}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._leftOfSelected_5wbrw_128:not(._selected_5wbrw_56),div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._hasThreeOrMoreTabs_5wbrw_122._leftOfSelected_5wbrw_128._firstTab_5wbrw_113:not(._selected_5wbrw_56){border-bottom-right-radius:.5rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._rightOfSelected_5wbrw_134:not(._selected_5wbrw_56),div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._hasThreeOrMoreTabs_5wbrw_122._rightOfSelected_5wbrw_134._lastTab_5wbrw_119:not(._selected_5wbrw_56){border-bottom-left-radius:.5rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1._selected_5wbrw_56>span._title_5wbrw_93{font-weight:700}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143{width:1.75rem;height:1.75rem;color:inherit;cursor:pointer;opacity:.2;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .12s,opacity .12s;display:inline-flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143>svg{width:14px;height:14px}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143:hover,div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143:focus-visible{color:inherit}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143:focus-visible{outline:none}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143._selectedClose_5wbrw_171{color:#141414}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23:hover>button._close_5wbrw_143,div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23:focus-within>button._close_5wbrw_143{opacity:1}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>span._divider_5wbrw_177{pointer-events:none;background:#e7e7e7;width:.0625rem;height:1.5rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}span._dirtyIndicatorWrapper_5wbrw_188{flex:none;justify-content:center;align-items:center;display:inline-flex}svg._dirtyIndicator_5wbrw_188{color:currentColor;flex:none}@media (width<=960px){div._tabScroller_5wbrw_1{--view-nav-tab-min-width:calc(5ch + .5rem + .375rem + 2.25rem + .125rem);--view-nav-tab-max-width:calc(16ch + .5rem + .375rem + 2.25rem + .125rem)}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1{padding-left:.375rem;padding-right:2.25rem}}@media (width<=720px){div._tabScroller_5wbrw_1{--view-nav-tab-min-width:calc(4ch + .25rem + .25rem + 2.25rem + .125rem);--view-nav-tab-max-width:calc(12ch + .25rem + .25rem + 2.25rem + .125rem)}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._tab_5wbrw_1{gap:.25rem;padding-left:.25rem;padding-right:2.25rem}div._tabScroller_5wbrw_1>div._tabList_5wbrw_15>div._tabContainer_5wbrw_23>button._close_5wbrw_143{right:.125rem}}form._modal_1056t_1{flex-direction:column;gap:1rem;min-width:min(100%,420px);display:flex}div._actions_1056t_8{justify-content:flex-end;gap:.5rem;display:flex}form._modal_g8wfy_1{flex-direction:column;gap:1rem;min-width:min(100%,920px);display:flex}div._controls_g8wfy_8{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;display:grid}div._tableShell_g8wfy_15{border:1px solid #e7e7e7;border-radius:.75rem;overflow:hidden}div._actions_g8wfy_21{justify-content:flex-end;gap:.5rem;display:flex}p._emptyState_g8wfy_27{color:#5d5d5d;margin:0;padding:1.25rem}@media (width<=900px){form._modal_g8wfy_1{min-width:100%}div._controls_g8wfy_8{grid-template-columns:1fr;align-items:stretch}}div._editorPage_107ap_1{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}div._previewBody_107ap_9{grid-template-columns:minmax(0,1fr) minmax(312px,384px);align-items:stretch;gap:.75rem;display:grid}@media (width<=860px){div._previewBody_107ap_9{grid-template-columns:minmax(0,1fr);overflow-y:auto}div._previewBody_107ap_9>section,div._previewBody_107ap_9>aside{min-height:34rem}}div._communications_1o5md_1{flex-direction:column;flex:auto;gap:.25rem;min-width:0;min-height:0;display:flex}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-ext-400-normal-DzMWdK87.woff2)format("woff2"),url(/assets/roboto-cyrillic-ext-400-normal-5IDvadIC.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-400-normal-DAIM1_dR.woff2)format("woff2"),url(/assets/roboto-cyrillic-400-normal-C5q4FMUG.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-greek-ext-400-normal-LMQUMKXc.woff2)format("woff2"),url(/assets/roboto-greek-ext-400-normal-DD1cyAcu.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-greek-400-normal-jFM2czAU.woff2)format("woff2"),url(/assets/roboto-greek-400-normal-DwVopRQH.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-math-400-normal-B3wgz80t.woff2)format("woff2"),url(/assets/roboto-math-400-normal-BRMeFL5Z.woff)format("woff");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-symbols-400-normal-fF1SLJBj.woff2)format("woff2"),url(/assets/roboto-symbols-400-normal-B2LMqLB2.woff)format("woff");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-vietnamese-400-normal-CDDxGrUb.woff2)format("woff2"),url(/assets/roboto-vietnamese-400-normal-BYP5tVVv.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-ext-400-normal-ZYmyxeOy.woff2)format("woff2"),url(/assets/roboto-latin-ext-400-normal-BG57dRWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-400-normal-CNwBRw8h.woff2)format("woff2"),url(/assets/roboto-latin-400-normal-BX2H0A0_.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-ext-500-normal-B7rQpwPu.woff2)format("woff2"),url(/assets/roboto-cyrillic-ext-500-normal-aAFKCR76.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-500-normal-hCeO1jFL.woff2)format("woff2"),url(/assets/roboto-cyrillic-500-normal-DhPqGoNQ.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-greek-ext-500-normal-CGTRT-go.woff2)format("woff2"),url(/assets/roboto-greek-ext-500-normal-R8GE6Hlh.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-greek-500-normal-BJMS0heP.woff2)format("woff2"),url(/assets/roboto-greek-500-normal-B0wzjI_J.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-math-500-normal-CFNaIMFC.woff2)format("woff2"),url(/assets/roboto-math-500-normal-nGmytUgK.woff)format("woff");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-symbols-500-normal-BXFTxrNR.woff2)format("woff2"),url(/assets/roboto-symbols-500-normal-B3xPS0M7.woff)format("woff");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-vietnamese-500-normal-HYpufUYk.woff2)format("woff2"),url(/assets/roboto-vietnamese-500-normal-CUzdRVXb.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-ext-500-normal-C_ARlJGk.woff2)format("woff2"),url(/assets/roboto-latin-ext-500-normal-EUd9mLnZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-500-normal-CkrA1NAy.woff2)format("woff2"),url(/assets/roboto-latin-500-normal-CoDN7ZW2.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-ext-700-normal-UFn0vR9r.woff2)format("woff2"),url(/assets/roboto-cyrillic-ext-700-normal-Ct5_lukf.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-700-normal-BiSG5NnW.woff2)format("woff2"),url(/assets/roboto-cyrillic-700-normal-bDW9bgt5.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-greek-ext-700-normal-CzvIc217.woff2)format("woff2"),url(/assets/roboto-greek-ext-700-normal-DEtVwDhM.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-greek-700-normal-BcGn9doz.woff2)format("woff2"),url(/assets/roboto-greek-700-normal-Bi9oTykh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-math-700-normal-VUAI6Bz2.woff2)format("woff2"),url(/assets/roboto-math-700-normal-De_Mfcv-.woff)format("woff");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-symbols-700-normal-rJi6RjIy.woff2)format("woff2"),url(/assets/roboto-symbols-700-normal-BT-mnhPp.woff)format("woff");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-vietnamese-700-normal-iKxYNAzq.woff2)format("woff2"),url(/assets/roboto-vietnamese-700-normal-BhieYfot.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-ext-700-normal-70GS1MYH.woff2)format("woff2"),url(/assets/roboto-latin-ext-700-normal-B3Q5yJJO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-700-normal-CXeAXeti.woff2)format("woff2"),url(/assets/roboto-latin-700-normal-DxC3k-1u.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--tw-safe-h:100dvh;--tw-color-primary:#131a9a;--tw-color-primary-light:#7176c2;--tw-color-secondary:#ee903f;--tw-color-tertiary:orange;--tw-color-danger:#eb1300;--tw-color-text-primary:#141414;--tw-color-text-secondary:#5d5d5d;--tw-color-surface-page:#e9eff5;--tw-color-surface-panel:#fdfdfd;--tw-space-0:0;--tw-space-1:.0625rem;--tw-space-2:.125rem;--tw-space-3:.1875rem;--tw-space-4:.25rem;--tw-space-6:.375rem;--tw-space-8:.5rem;--tw-space-9:.5625rem;--tw-space-10:.625rem;--tw-space-12:.75rem;--tw-space-14:.875rem;--tw-space-16:1rem;--tw-space-18:1.125rem;--tw-space-20:1.25rem;--tw-space-22:1.375rem;--tw-space-24:1.5rem;--tw-space-28:1.75rem;--tw-space-30:1.875rem;--tw-space-32:2rem;--tw-space-36:2.25rem;--tw-space-40:2.5rem;--tw-space-44:2.75rem;--tw-space-48:3rem;--tw-space-64:4rem;--tw-size-50:3.125rem;--tw-size-53:3.3125rem;--tw-radius-2:.125rem;--tw-radius-4:.25rem;--tw-radius-6:.375rem;--tw-radius-8:.5rem;--tw-radius-12:.75rem;--tw-radius-16:1rem;--tw-radius-pill:62.4375rem;--tw-font-size-12:.75rem;--tw-font-size-14:.875rem;--tw-font-size-16:1rem;--tw-font-size-18:1.125rem;--tw-font-size-20:1.25rem;--tw-font-size-22:1.375rem;--tw-font-size-24:1.5rem;--tw-font-size-32:2rem;--tw-scrollbar-track-color:#f3f3f3;--tw-scrollbar-thumb-color:#c4c6e6;--tw-scrollbar-thumb-hover-color:#d9dbef;--tw-scrollbar-thumb-active-color:#afb1dd;font-size:1rem}html{height:100%;scroll-behavior:smooth;height:-webkit-fill-available}body{height:100%;min-height:-webkit-fill-available;margin:0;font-family:Roboto,Helvetica Neue,sans-serif}html,body{color:#141414;background:#e9eff5;width:100%;max-width:100%;overflow:clip hidden}div.app-root{z-index:0;left:var(--tw-visual-viewport-offset-left,0);top:var(--tw-visual-viewport-offset-top,0);width:var(--tw-visual-viewport-width,100%);height:var(--tw-visual-viewport-height,100%);box-sizing:border-box;max-width:none;position:fixed}div.app-container{box-sizing:border-box;width:100%;max-width:100%;height:100%;min-height:0}*{scrollbar-width:auto;scrollbar-color:var(--tw-scrollbar-thumb-color) var(--tw-scrollbar-track-color)}::-webkit-scrollbar{width:1rem;height:1rem}::-webkit-scrollbar-track{background:var(--tw-scrollbar-track-color);border-radius:62.4375rem}::-webkit-scrollbar-thumb{border:.25rem solid var(--tw-scrollbar-track-color);background:var(--tw-scrollbar-thumb-color);border-radius:62.4375rem;min-height:2rem}::-webkit-scrollbar-thumb:hover{background:var(--tw-scrollbar-thumb-hover-color)}::-webkit-scrollbar-thumb:active{background:var(--tw-scrollbar-thumb-active-color)}@media (forced-colors:active){*{scrollbar-color:auto}::-webkit-scrollbar{color:auto;background:0 0;border:none}::-webkit-scrollbar-thumb{color:auto;background:0 0;border:none}::-webkit-scrollbar-track{color:auto;background:0 0;border:none}}@media print{html,body{background:#fff;width:auto;height:auto;min-height:auto;overflow:visible}@page{margin-top:0;margin-bottom:2.5rem}div.app-root,div.app-container{width:auto;max-width:none;height:auto;min-height:auto;position:static;top:auto;left:auto}body{margin:0}*{scrollbar-width:none}::-webkit-scrollbar{width:0;height:0}}h1{color:#141414;width:auto;margin:0;font-size:2rem;font-weight:400;display:inline-block}h2{color:#141414;width:fit-content;margin:0;padding:0;font-size:1.5rem;font-weight:700;line-height:1.2;display:inline-block}h3{color:#141414;width:auto;margin:0;font-size:1.375rem;font-weight:400;display:inline-block}h4{color:#141414;align-items:center;gap:1rem;margin:0;font-size:1.25rem;font-weight:400;display:flex}h4:after{content:"";background:#d1d1d1;flex:auto;height:.0625rem}h5,h6{color:#141414;margin:0;font-weight:400}h5{font-size:1rem}h6{font-size:.875rem}p{margin:0}span{font-family:Roboto,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400}form{flex-direction:column;gap:.5rem;display:flex}a{margin:0;padding:0;text-decoration:none}.Toastify__slide-enter,.Toastify__slide-enter--top-right,.Toastify__slide-exit,.Toastify__slide-exit--top-right{animation-duration:.3s}div._page_1xd3h_1{min-height:var(--safe-h,100vh);background-image:linear-gradient(#0c0c0d80,#0c0c0d80),url(/assets/login-background-DfTwl5HC.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex}div._page_1xd3h_1 div._card_1xd3h_12{text-align:center;background:#fff;border-radius:1.5rem;flex-direction:column;justify-content:center;width:min(40rem,100%);padding:2.5rem 2.25rem;display:flex;box-shadow:0 1.5rem 3.75rem #131a9a33}div._page_1xd3h_1 div._card_1xd3h_12 div._logoWrap_1xd3h_23{justify-content:center;display:flex}div._page_1xd3h_1 div._card_1xd3h_12 h1._title_1xd3h_27{color:#131a9a;margin:1.5rem 0 .75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600}div._page_1xd3h_1 div._card_1xd3h_12 p._message_1xd3h_33{color:#5d5d5d;margin:0;font-size:1rem;line-height:1.6}div._page_1xd3h_1 div._card_1xd3h_12 p._retry_1xd3h_39{color:#131a9a;margin-top:1rem;font-weight:500}@media (width<=37.5rem){div._page_1xd3h_1 div._card_1xd3h_12{padding:2rem 1.5rem}}
