:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( 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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._page-header_12szi_1{padding:var(--default-content-padding) var(--default-content-padding);background-color:var(--neutral-1)}._info_12szi_6{color:var(--neutral-7)}._page-content-wrapper_1ag2v_1{padding:var(--default-content-padding)}._page-content_1ag2v_1{padding:var(--default-content-padding);background-color:var(--neutral-1)}._page-loader_1y21n_1{height:100%}._page-loader_1y21n_1 .ant-spin-nested-loading{height:100%!important}._page-loader_1y21n_1 .ant-spin-container{display:flex;flex-direction:column;height:100%}._alert_zprfm_1{padding:9px 16px}._alert_zprfm_1 .ant-alert-icon{width:14px;height:14px;margin-top:1.5px}._alert_zprfm_1 .ant-alert-message{margin-bottom:0;opacity:.85;color:var(--neutral-13);font-size:12px;font-weight:500}._alert_zprfm_1 .ant-alert-description{opacity:.85;color:var(--neutral-13);font-size:12px}._table-dropdown-menu_1vc4k_1 .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-danger){color:var(--primary-6)!important}._actions-dropdown-overlay_1vc4k_5{min-width:125px!important}._language-selector-dropdown_1e6bk_1 .ant-select-item{padding:5px 10px}._language-selector-dropdown_1e6bk_1 .ant-select-item .ant-image{margin-right:8px}._language-selector_1e6bk_1{color:var(--primary-6)}._language-selector_1e6bk_1 .anticon-global{font-size:16px}._language-selector_1e6bk_1 .ant-select-single .ant-select-selector{padding:0 6px;color:var(--primary-6)}._language-selector_1e6bk_1 .ant-select-single .ant-select-selector .ant-select-selection-item .ant-image{display:none}._language-selector_1e6bk_1 .ant-select-single.ant-select-open .ant-select-selection-item{color:var(--primary-6)}._title_kp359_1{margin-bottom:8px;font-size:16px;font-weight:500;line-height:21px}._description_kp359_8{white-space:pre-line}._add-btn_l54f5_1{padding:0}._add-btn_l54f5_1 .ant-btn-icon{margin-inline-end:4px!important}._top_l54f5_8{margin-bottom:12px}._assign-projects-list_16jq0_1{width:100%}._assign-projects-list_16jq0_1 .ant-list-item>div{width:100%}._assign-projects-list_16jq0_1 .ant-list-item-action svg{width:16px;height:16px}._assign-projects-list_16jq0_1 .ant-list-item-action-split{display:none}._edit-btn_16jq0_15,._remove-btn_16jq0_16{padding:0}._not-found_16jq0_20{color:var(--neutral-5)}._search_16jq0_24{margin-bottom:8px}._search_16jq0_24 .ant-input-group-addon{padding:0 16.5px;border-color:var(--primary-6);background-color:var(--primary-6);color:var(--neutral-1)}._password-meter_hyjg5_1{height:100%;border:1px}._password-meter_hyjg5_1 ._password-bar_hyjg5_5{height:"7px";border-radius:30px;background-color:#b4b4b4}._password-meter_hyjg5_1 ._progress-bar_hyjg5_10{border-radius:30px}._alert-wrapper_1twfm_1{margin-bottom:24px}._layout_1anwu_1{min-height:100vh}._layout--with-header_1anwu_4{height:calc(100vh - var(--header-height))}._content_1anwu_8{overflow:auto}._header_1j7xu_1{position:sticky;z-index:1000;top:0}._account_1j7xu_7{color:var(--neutral-1)}._small-text_p5iw4_1{font-size:12px;font-weight:400;line-height:20px}._footer_be7yq_1{height:64px}._footer_be7yq_1 ._logo_be7yq_4{filter:invert(1)}._footer_be7yq_1 a{color:var(--neutral-13)}._content--centered_1ghzt_1{display:flex;align-items:center;justify-content:center}._sider-trigger_1esdo_1{display:flex;justify-content:flex-start;padding:12px 16px;box-shadow:0 1px 0 0 var(--neutral-4) inset}._sider-trigger_1esdo_1 svg{width:16px;height:16px}._sider_1esdo_1{position:sticky!important;top:var(--header-height);bottom:0;left:0;height:calc(100vh - var(--header-height))}._policy_1esdo_20{padding:16px}._menu-wrapper_1esdo_24 .ant-menu-item,._menu-wrapper_1esdo_24 .ant-menu-submenu-inline div.ant-menu-submenu-title{padding-left:16px!important}._menu-wrapper_1esdo_24 .ant-menu-submenu-inline .ant-menu-item-only-child{padding-left:40px!important}._menu-wrapper_1esdo_24 .ant-menu-submenu-inline .ant-menu-item,._menu-wrapper_1esdo_24 .ant-menu-submenu-inline .ant-menu-submenu-title{border-radius:0}._menu-wrapper_1esdo_24 .ant-menu-submenu-inline .ant-menu-item-selected{box-shadow:-3px 0 0 0 var(--primary-6) inset}._no-submenu-item_1esdo_41 .ant-menu-submenu-arrow{display:none}._container_15ka4_1{width:960px;height:652px;border-radius:18px;box-shadow:4px 4px 20px #0000001a}._container_15ka4_1 .ant-card-body{display:flex;height:100%;padding:0}._left-section_15ka4_13{height:100%;padding:64px 60px;border-top-left-radius:18px;border-bottom-left-radius:18px;background-color:var(--custom-blue);background-image:url(/auth-bg-mask.svg);background-repeat:repeat;background-position:0 10px}._left-section_15ka4_13 ._faxinating-logo_15ka4_23{width:177px;margin-bottom:32px}._left-section_15ka4_13 ._title_15ka4_27{margin-bottom:16px;color:var(--neutral-1);font-size:48px;font-weight:500;line-height:110%}._left-section_15ka4_13 ._text_15ka4_34{color:var(--neutral-1);font-size:14px;font-weight:400;line-height:22px}._right-section_15ka4_41{position:relative;justify-content:center;height:100%;padding:64px 60px;border-top-right-radius:18px;border-bottom-right-radius:18px}._forgot-password-link_101lj_1{font-size:16px}._toaster-with-title_y4m27_2 .Toastify__toast-icon{align-self:flex-start}._alert-wrapper_aia0h_1{margin-top:8px;white-space:pre-line}._form-items_aia0h_6{margin-top:24px}._mfa-form_gb2l1_1 .ant-btn-link{height:auto;margin-left:8px;padding:0;font-size:14px}._description_gb2l1_8{margin:8px 0 24px}._submit_gb2l1_12{margin-top:24px}._seconds-text_gb2l1_16{color:var(--polar-green-7)}._mfa-method-select_1ao3b_1 ._list-item-title_1ao3b_1{font-weight:400}._mfa-method-select_1ao3b_1 ._back-button_1ao3b_4{position:absolute;top:64px;left:60px;padding:0}._mfa-method-select_1ao3b_1 ._back-button_1ao3b_4 .anticon+span{margin-inline-start:4px}._mfa-method-select_1ao3b_1 .ant-list-item{margin:16px 0;padding:8px 16px;transition:all .2s cubic-bezier(.645,.045,.355,1);border:1px solid var(--neutral-4);background-color:var(--neutral-2)}._mfa-method-select_1ao3b_1 .ant-list-item:hover{background-color:var(--neutral-4)}._alert-wrapper_1qhs8_1{margin:8px 0 24px}._alert-wrapper_n0tkn_1{margin:24px 0}._header-menu_1lxr9_1{position:absolute;top:0;right:0;padding:24px}._alert-wrapper_506c0_1{margin:24px 0 12px}._description_506c0_5{font-size:12px;line-height:20px;white-space:pre-line}._link_506c0_11{display:inline-block;margin-top:24px}._forgot-password-form_l14z4_1 .ant-typography{margin:8px 0 24px!important}._expired-alert-wrapper_1lgst_1{margin:8px 0 12px;white-space:pre-line}._create-group-form_1bhng_1 ._presets-divider_1bhng_1{margin:32px 0!important}._create-group-form_1bhng_1 ._add-preset-divider_1bhng_4{margin:32px 0 12px!important}._create-group-form_1bhng_1 .ant-form-item{margin-bottom:12px}._create-group-form_1bhng_1 .ant-divider{margin-top:16px}._name-cell_d58n0_1{min-width:200px;max-width:200px}._name-cell_d58n0_1 ._name_d58n0_1{transition:all .2s cubic-bezier(.645,.045,.355,1);color:var(--primary-6)}._name-cell_d58n0_1 ._name_d58n0_1:hover{color:var(--primary-5)}._presets-cell_d58n0_13{min-width:752px;max-width:752px}._last-updated-cell_d58n0_18{min-width:184px;max-width:184px}._last-updated-cell_d58n0_18:before{display:none}._action-cell_d58n0_26{min-width:48px;max-width:48px;padding:0 12px!important}._input_7s3w3_1{width:240px!important}._groups-filters-form_7s3w3_5 .ant-form-item{margin:0}._groups-filters-form_7s3w3_5 .ant-form-item+.ant-form-item{margin-left:24px}._preset-view-list_11mqk_1 .ant-list-item>div{width:100%}._not-found_11mqk_5{color:var(--neutral-5)}._search_11mqk_9{margin-bottom:8px}._search_11mqk_9 .ant-input-group-addon{padding:0 16.5px;border-color:var(--primary-6);background-color:var(--primary-6);color:var(--neutral-1)}._create-user-form_1khys_1 ._notes_1khys_1{height:144px;resize:none}._create-user-form_1khys_1 .ant-divider-horizontal.ant-divider-with-text-left:before{width:97px}._full-name-cell_h7en0_1{min-width:172px;max-width:172px}._full-name-cell_h7en0_1 ._full-name_h7en0_1{transition:all .2s cubic-bezier(.645,.045,.355,1);color:var(--primary-6)}._full-name-cell_h7en0_1 ._full-name_h7en0_1:hover{color:var(--primary-5)}._email-cell_h7en0_13{min-width:172px;max-width:172px}._phone-cell_h7en0_18,._role-cell_h7en0_23{min-width:117.5px;max-width:117.5px}._assigned-cell_h7en0_28{min-width:199px;max-width:199px}._logged-in-cell_h7en0_33{min-width:160px;max-width:160px}._customer-name-cell_h7en0_38{min-width:206px;max-width:206px}._notes-cell_h7en0_43{min-width:137px;max-width:137px}._status-cell_h7en0_48{min-width:93.5px;max-width:93.5px;text-wrap:nowrap}._status-cell_h7en0_48:before{display:none}._action-cell_h7en0_57{min-width:48px;max-width:48px;padding:0 12px!important}._users-filters-form_63xqz_1 .ant-form-item{margin-bottom:0}._project_6ka4w_1{padding:4px 12px!important;word-break:break-all}._row_6ka4w_6+._row_6ka4w_6{margin-top:16px}._group_6ka4w_10{display:inline-block;margin-right:8px;vertical-align:top}._notes_6ka4w_16{max-width:818px}._user-info_6ka4w_20 .anticon-info-circle svg{width:22px;height:22px;fill:var(--primary-6)}._name-tooltip_6ka4w_26+._name-tooltip_6ka4w_26{margin-top:6px}._code-cell_1tas1_1{min-width:200px;max-width:200px}._name-cell_1tas1_6{min-width:552px;max-width:552px}._last-updated-cell_1tas1_11{min-width:232px;max-width:232px}._status-cell_1tas1_16{min-width:200px;max-width:200px;text-wrap:nowrap}._input_12iga_1{width:240px!important}._projects-filters-form_12iga_5 .ant-form-item{margin:0}._projects-filters-form_12iga_5 .ant-form-item+.ant-form-item{margin-left:24px}._create-project-form_s2qpm_1 .ant-divider-horizontal.ant-divider-with-text-left:before{width:97px}._divider_31gly_1{margin:16px 0 24px}._input_31gly_5{max-width:400px}._methods-list_18fe3_1{max-width:700px;margin-top:32px}._methods-list_18fe3_1 ._list-item-title_18fe3_5{font-weight:400}._methods-list_18fe3_1 h4{margin:16px 0!important}._methods-list_18fe3_1 .ant-list-item{margin:16px 0;padding:8px 16px;border:1px solid var(--neutral-4);background-color:var(--neutral-2)}._methods-list_18fe3_1 .ant-list-item .anticon-check-circle{margin-top:1.5px}._methods-list_18fe3_1 .ant-list-item .anticon-check-circle svg{width:18px;height:18px;color:var(--character-success)}._methods-list_18fe3_1 ._badge_18fe3_25{align-items:center;height:32px;padding:4px 30px;border-radius:var(--default-radius);background-color:var(--primary-1);font-size:14px}._methods-list_18fe3_1 ._badge_18fe3_25 .ant-badge.ant-badge-status .ant-badge-status-default{background-color:var(--primary-6)}._methods-list_18fe3_1 ._badge_18fe3_25 .ant-badge.ant-badge-status .ant-badge-status-text{color:var(--primary-6)}._setup-ms-authenticator_m94hz_1{max-width:609px}._setup-ms-authenticator_m94hz_1 ._first-step_m94hz_4{gap:68px}._setup-ms-authenticator_m94hz_1 ._first-step_m94hz_4 .ant-qrcode,._setup-ms-authenticator_m94hz_1 ._second-step_m94hz_8 .ant-qrcode{padding:0}._setup-ms-authenticator_m94hz_1 ._second-step_m94hz_8{gap:34px}._setup-ms-authenticator_m94hz_1 ._second-step_m94hz_8 ._description_m94hz_14{margin-top:26px}._setup-ms-authenticator_m94hz_1 ._second-step_m94hz_8 button,._setup-ms-authenticator_m94hz_1 ._third-step_m94hz_18 button{height:30px;padding:0 12px;border-top-left-radius:0;border-bottom-left-radius:0}._setup-ms-authenticator_m94hz_1 ._second-step_m94hz_8 .ant-input-group .ant-input-group-addon,._setup-ms-authenticator_m94hz_1 ._third-step_m94hz_18 .ant-input-group .ant-input-group-addon{padding:0}._setup-ms-authenticator_m94hz_1 ._first-step_m94hz_4,._setup-ms-authenticator_m94hz_1 ._second-step_m94hz_8,._setup-ms-authenticator_m94hz_1 ._third-step_m94hz_18{padding-bottom:44px}._setup-ms-authenticator_m94hz_1 .ant-steps-item-title{margin-bottom:16px}._tabs_1t6hj_1{margin-bottom:calc(var(--default-content-padding) * -1)}._tabs_1t6hj_1 .ant-tabs-nav{margin:0}._tabs_1t6hj_1 .ant-tabs-tab:not(.ant-tabs-tab-active) a{color:var(--dark-blue)}._wrapper_zuq56_1{max-width:360px}._view-profile-info_27fxs_1{margin-bottom:16px}._row_13rqq_1+._row_13rqq_1{margin-top:16px}._edit-profile-info-form_26x12_1{max-width:548px}._user-cell_2aiq5_1{min-width:106px;max-width:106px}._email-cell_2aiq5_6{min-width:172px;max-width:172px}._date-time-cell_2aiq5_11{min-width:139px;max-width:139px}._ip-address-cell_2aiq5_16{min-width:93px;max-width:93px}._role-cell_2aiq5_21{min-width:126px;max-width:126px}._type-cell_2aiq5_26{min-width:115px;max-width:115px}._message-cell_2aiq5_31{min-width:286px;max-width:286px}._result-cell_2aiq5_36{min-width:92px;max-width:92px}._details-cell_2aiq5_41{min-width:310px;max-width:310px}._audit-logs-filters-form_n4z7w_1 .ant-picker{width:100%}._audit-logs-filters-form_n4z7w_1 .ant-form-item{margin-bottom:0}._cell_1sknu_1 .anticon-check-circle{margin-top:1.5px}._cell_1sknu_1 .anticon-check-circle svg{width:18px;height:18px;color:var(--character-success)}._container_74hoh_1{background-color:var(--neutral-1)}._result_74hoh_5{white-space:pre-line}._result_74hoh_5 .ant-result-subtitle{line-height:28px}:root{--font: "Roboto", sans-serif;--header-height: 64px;--default-radius: 6px;--default-content-padding: 24px;--character-success: #52c41a;--character-danger: #ff4d4f;--character-warning: #faad14;--primary-1: #e6f7ff;--primary-3: #91d5ff;--primary-5: #40a9ff;--primary-6: #1890ff;--dark-blue: #001529;--neutral-1: #fff;--neutral-2: #fafafa;--neutral-3: #f5f5f5;--neutral-4: #f0f0f0;--neutral-5: #d9d9d9;--neutral-7: #8c8c8c;--neutral-12: #141414;--neutral-13: #000;--dust-red-1: #fff1f0;--dust-red-2: #ffccc7;--dust-red-5: #f5222d;--calendula-gold-1: #fffbe6;--calendula-gold-3: #ffe58f;--polar-green-1: #f6ffed;--polar-green-3: #b7eb8f;--polar-green-7: #389e0d;--custom-blue: #096dd9}html{overflow:hidden;background-color:var(--neutral-4);color:var(--neutral-13);font-family:var(--font)}h1,h2,h3,h4,h5,h6,p,ol,ul,dl,dd,address,pre,legend{margin-bottom:0!important}ol,ul,dl{padding-inline-start:24px}.h-100{height:100%}.w-100{width:100%}.no-padding{padding:0!important}.no-margin{margin:0!important}.text-nowrap{text-wrap:nowrap}.text-right{text-align:right}.c-pointer{cursor:pointer}.arrow-down,.arrow-up{display:block;width:8px;height:1.5px;margin-bottom:0;transition:margin-bottom .3s cubic-bezier(.645,.045,.355,1)}.arrow-down:before,.arrow-down:after,.arrow-up:before,.arrow-up:after{content:"";position:absolute;box-sizing:border-box;width:6px;height:1.5px;transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1);border-radius:6px;background-color:var(--primary-5)}.arrow-down:before,.arrow-up:before{transform:rotate(-45deg) translate(2.5px)}.arrow-down:after,.arrow-up:after{transform:rotate(45deg) translate(-2.5px)}.arrow-up{margin-bottom:4px}.arrow-up:before{transform:rotate(45deg) translate(2.5px)}.arrow-up:after{transform:rotate(-45deg) translate(-2.5px)}.form-label{display:inline-block;margin-top:4px}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/assets/Roboto-Regular-83580cc1.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/assets/Roboto-Medium-70a6610b.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:600;src:url(/assets/Roboto-Bold-dd8ec6f5.woff) format("woff")}.ant-modal{width:596px!important}.ant-modal .ant-modal-confirm-btns{margin-top:24px!important}.ant-modal.ant-modal-confirm .ant-modal-content{padding:32px 32px 24px!important}.ant-modal:not(.ant-modal-confirm) .ant-modal-content{padding:0}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-header{margin:0;padding:16px 24px;border-bottom:1px solid var(--neutral-4)}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-body{padding:24px}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-footer{margin:0;padding:10px 24px;border-top:1px solid var(--neutral-4)}.ant-breadcrumb .link{display:inline-block;height:22px;margin-inline:-4px;padding:0 4px;transition:color .2s;border-radius:4px;color:#00000073;cursor:pointer}.ant-breadcrumb .link:hover{background-color:#0000000f;color:#000000e0}.ant-breadcrumb .link:focus-visible{transition:outline-offset 0s,outline 0s;outline:4px solid #91d5ff;outline-offset:1px}.ant-table-wrapper td.ant-table-column-sort{background:var(--neutral-1)}.ant-table-wrapper .ant-table-thead th.ant-table-column-sort{background:var(--neutral-2)}.ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover{background:var(--neutral-3)}.ant-typography{margin-bottom:0!important}.ant-badge-status .ant-badge-status-error+.ant-badge-status-text{color:var(--dust-red-5)}.ant-badge-status .ant-badge-status-success+.ant-badge-status-text{color:var(--polar-green-7)}.ant-divider-inner-text{font-weight:400}.ant-dropdown-menu-item-danger .ant-btn{width:100%;height:auto;padding:0;border:0;text-align:left}.ant-dropdown-menu-item-danger .ant-btn.ant-btn-text:not(:disabled,.ant-btn-disabled):hover{background:transparent}.ant-dropdown-menu-item-danger:hover:not(.ant-dropdown-menu-item-disabled) .ant-typography-danger{color:var(--neutral-1)}:root{--toastify-z-index: 2010;--toastify-color-info: var(--primary-1);--toastify-color-success: var(--polar-green-1);--toastify-color-warning: var(--calendula-gold-1);--toastify-color-error: var(--dust-red-1);--toastify-toast-width: 590px;--toastify-font-family: var(--font);--toastify-text-color-info: var(--neutral-13);--toastify-text-color-success: var(--neutral-13);--toastify-text-color-warning: var(--neutral-13);--toastify-text-color-error: var(--neutral-13)}.Toastify__toast-container{top:32px;padding:0}.Toastify__toast{margin-bottom:10px;padding:9px 16px;border-radius:var(--default-radius);box-shadow:none}.Toastify__toast-body{padding:0}.Toastify__toast-body>div:nth-child(2){opacity:.85}.Toastify__toast-theme--colored.Toastify__toast--info{border:1px solid var(--primary-3)}.Toastify__toast-theme--colored.Toastify__toast--info .Toastify__toast-icon{color:var(--primary-6)}.Toastify__toast-theme--colored.Toastify__toast--success{border:1px solid var(--polar-green-3)}.Toastify__toast-theme--colored.Toastify__toast--success .Toastify__toast-icon{color:var(--character-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{border:1px solid var(--calendula-gold-3)}.Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-icon{color:var(--character-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{border:1px solid var(--dust-red-2)}.Toastify__toast-theme--colored.Toastify__toast--error .Toastify__toast-icon{color:var(--character-danger)}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type="range"]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
