@charset "UTF-8";: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)}}._footer_phvmc_1{display:flex;justify-content:space-between;border-top:2px solid #DDDBDB;padding:20px 60px}._footer_phvmc_1 a{color:#575757;margin-left:4rem}._footer_phvmc_1 a:hover{text-decoration:underline}._chart-wrapper_1pwjg_1 h3{font-weight:700;margin-bottom:15px}._chart-wrapper_1pwjg_1 span{font-size:14px;color:#8f8f8f}._switch_16ejb_1{position:relative;display:inline-block;width:50px;height:25px}._switch_16ejb_1 input{opacity:0;width:0;height:0}._switch_16ejb_1 input:disabled+._slider_16ejb_12{cursor:not-allowed}._switch_16ejb_1 input:checked+._slider_16ejb_12{background-color:#4ac6b7}._switch_16ejb_1 input:checked+._slider_16ejb_12:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}._switch_16ejb_1 ._slider_16ejb_12{position:absolute;inset:0;background-color:#ccc;transition:.4s;border-radius:34px;cursor:pointer}._switch_16ejb_1 ._slider_16ejb_12:before{content:"";position:absolute;height:16px;width:16px;border-radius:50%;left:4px;bottom:4px;background-color:#fff;transition:.4s}._switch-text_16ejb_46{margin-left:10px}._header_b9s1y_1{background-color:#f3f3f3;display:flex;justify-content:space-between;align-items:center;height:70px;padding:0 50px 0 25px}._header_b9s1y_1 ._header__logo_b9s1y_9{height:70px}._header_b9s1y_1 ._header__menu_b9s1y_12{height:100%;display:flex;align-items:center;gap:30px}@media (max-width: 1200px){._header_b9s1y_1 ._header__menu_b9s1y_12{gap:15px}}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__item_b9s1y_23 a{height:48px;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px;border-radius:12px;cursor:pointer}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__item_b9s1y_23 a:hover{background-color:#d9d9d9}@media (max-width: 1200px){._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__item_b9s1y_23 a span{display:none}}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user_b9s1y_41{display:flex;gap:5px}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-picture_b9s1y_45{max-height:48px;border-radius:50%}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49{display:flex;flex-direction:column;justify-content:center;cursor:pointer}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._header__user-name_b9s1y_55{font-size:18px}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._header__user-role_b9s1y_58{display:flex;gap:.5rem;font-size:16px;font-weight:400;color:#8f8f8f}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65{border-radius:12px;display:none;flex-direction:column;padding:20px;background-color:#fff;position:absolute;top:60px;right:50px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.1))}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 hr{margin:0}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 li{width:100%;height:50px;line-height:50px;border-radius:12px;padding:0 20px;cursor:pointer}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 li:hover{background-color:#f5fcfb}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 li._version_b9s1y_90{cursor:default}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 li._version_b9s1y_90:hover{background-color:#fff}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 a._link_b9s1y_96,._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49 ._user-menu-dropdown__items_b9s1y_65 li._version_b9s1y_90{display:block;color:#8f8f8f}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49[data-label=active] ._user-menu-dropdown__items_b9s1y_65{display:flex}._header_b9s1y_1 ._header__menu_b9s1y_12 ._header__user-info_b9s1y_49[data-label=active] svg{transform:rotate(180deg)}._btn_kqk07_45:focus-visible,._btn-dangerous_kqk07_45:focus-visible,._btn-secondary_kqk07_45:focus-visible,._btn-primary_kqk07_45:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible{border:4px solid #4ac6b7}._btn_kqk07_45,._btn-dangerous_kqk07_45,._btn-secondary_kqk07_45,._btn-primary_kqk07_45{display:inline-block;width:10rem;min-width:fit-content;height:3rem;margin-bottom:50px;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;font-size:1.125;font-weight:700;line-height:3rem;color:#fff;outline:none;border-radius:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._btn_kqk07_45:disabled,._btn-dangerous_kqk07_45:disabled,._btn-secondary_kqk07_45:disabled,._btn-primary_kqk07_45:disabled{background-color:#d7dbdc!important;border-color:#d7dbdc!important;color:#2d2d2d!important;cursor:not-allowed!important}._btn_kqk07_45:disabled:hover,._btn-dangerous_kqk07_45:disabled:hover,._btn-secondary_kqk07_45:disabled:hover,._btn-primary_kqk07_45:disabled:hover{opacity:1}._btn-primary_kqk07_45{background-color:#24857f}._btn-primary_kqk07_45 :hover{box-shadow:#4f5a5d2b}._btn-secondary_kqk07_45{background-color:#d7dbdc;color:#555}._btn-secondary_kqk07_45 :hover{box-shadow:#4f5a5d2b}._btn-dangerous_kqk07_45{background-color:#cf0023;color:#fff}._btn-dangerous_kqk07_45 :hover{box-shadow:#4f5a5d2b}._message-error_kqk07_163{display:block;margin-top:.5rem!important;color:#b41530;font-size:.875rem}._spinner_kqk07_210{width:100px;height:100px;display:inline-block;overflow:hidden;background:transparent}._spinner_kqk07_210 ._element_kqk07_217{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}._spinner_kqk07_210 ._element_kqk07_217 div{position:absolute;animation:_item_kqk07_1 1s linear infinite;width:50%;height:50%;top:20px;left:20px;border-radius:50%;box-shadow:0 4px #f96504;transform-origin:50% 50%;box-sizing:content-box}@keyframes _item_kqk07_1{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}._page-content__menu_15fd8_1{min-width:max-content;height:650px;padding-top:15px;padding-right:15px}._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7{display:flex;flex-direction:column;gap:30px;width:inherit}._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7 li{filter:grayscale(1);opacity:.5}._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7 li[data-label=active],._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7 li:hover{filter:none;opacity:1}._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7 li ._sidebar__item-link_15fd8_25{display:flex;align-items:center;gap:20px;padding:0 30px;height:140px;font-size:24px;text-align:center;line-height:140px;color:#232323;border-radius:12px;box-shadow:2px 2px 8px #4f5a5d1a;background-color:#fff;cursor:pointer}._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7 li ._sidebar__item-link_15fd8_25 img{max-height:50px;height:50px;width:50px}._page-content__menu_15fd8_1 ._page-content__menu-items_15fd8_7 li ._sidebar__item-link_15fd8_25 p{font-size:24px}._heading__title_12rmr_1{font-size:32px;margin-bottom:10px}._heading__description_12rmr_6{font-size:18px;font-weight:400}._btn_ekq8p_46:focus-visible,._btn-dangerous_ekq8p_46:focus-visible,._btn-secondary_ekq8p_46:focus-visible,._btn-primary_ekq8p_46:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible{border:4px solid #4ac6b7}._btn_ekq8p_46,._btn-dangerous_ekq8p_46,._btn-secondary_ekq8p_46,._btn-primary_ekq8p_46{display:inline-block;width:10rem;min-width:fit-content;height:3rem;margin-bottom:50px;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;font-size:1.125;font-weight:700;line-height:3rem;color:#fff;outline:none;border-radius:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._btn_ekq8p_46:disabled,._btn-dangerous_ekq8p_46:disabled,._btn-secondary_ekq8p_46:disabled,._btn-primary_ekq8p_46:disabled{background-color:#d7dbdc!important;border-color:#d7dbdc!important;color:#2d2d2d!important;cursor:not-allowed!important}._btn_ekq8p_46:disabled:hover,._btn-dangerous_ekq8p_46:disabled:hover,._btn-secondary_ekq8p_46:disabled:hover,._btn-primary_ekq8p_46:disabled:hover{opacity:1}._btn-primary_ekq8p_46{background-color:#24857f}._btn-primary_ekq8p_46 :hover{box-shadow:#4f5a5d2b}._btn-secondary_ekq8p_46{background-color:#d7dbdc;color:#555}._btn-secondary_ekq8p_46 :hover{box-shadow:#4f5a5d2b}._btn-dangerous_ekq8p_46{background-color:#cf0023;color:#fff}._btn-dangerous_ekq8p_46 :hover{box-shadow:#4f5a5d2b}._message-error_ekq8p_164{display:block;margin-top:.5rem!important;color:#b41530;font-size:.875rem}._backdrop_ekq8p_211{width:100%;height:100%;position:fixed;z-index:900;left:0;top:0;background-color:#00000080}._config-container_ekq8p_221{text-align:initial;background-color:#fff;min-width:fit-content;width:50%;padding:3rem 7rem;position:fixed;top:0;bottom:0;right:0;z-index:1000;display:flex;flex-direction:column}._config-container_ekq8p_221 ._config-header_ekq8p_235{display:flex;align-items:center;justify-content:space-between}._config-container_ekq8p_221 ._config-header_ekq8p_235 button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;cursor:pointer}._config-container_ekq8p_221 form{height:100%;overflow-y:auto;padding-bottom:8rem}._config-container_ekq8p_221 form fieldset{display:flex;justify-content:space-between;flex-wrap:wrap;gap:50px;padding:25px 0 20px}._config-container_ekq8p_221 form fieldset section{width:45%;min-width:500px}._config-container_ekq8p_221 form fieldset section p{margin:10px 0 15px}._config-container_ekq8p_221 form fieldset section label{display:block;padding:15px 0 5px}._config-container_ekq8p_221 form fieldset section ._process__queue-time_ekq8p_272{display:flex;align-items:center}._config-container_ekq8p_221 form fieldset section ._process__queue-time_ekq8p_272 input{max-width:20%;margin-right:10px}._config-container_ekq8p_221 form fieldset section ._switch-container_ekq8p_280{padding:.5em}._config-container_ekq8p_221 form fieldset section ._switch-container_ekq8p_280 label{font-weight:700;margin-bottom:.5em}._config-container_ekq8p_221 form fieldset section ._switch-container_ekq8p_280 ._switch-row_ekq8p_287{display:flex;flex-direction:row}._config-container_ekq8p_221 form ._buttons_ekq8p_291{display:flex;gap:1rem}._config-container_ekq8p_221 form ._buttons_ekq8p_291 button{margin-bottom:20px;max-width:100px}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299{display:block;font-style:italic}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299[data-label=success]{color:#24857f}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299[data-label=success]:before{content:"✓";margin-right:10px}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299[data-label=error]{color:#b41530}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299[data-label=error]:before{content:"✗";margin-right:10px}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299[data-label=submitting]{color:#ff7300}._config-container_ekq8p_221 form ._responseStatus_ekq8p_299[data-label=submitting]:before{content:"..."}._config-container_ekq8p_221 form ._error_ekq8p_323{color:#b41530;font-style:italic}tr{height:55px;border-radius:12px;box-shadow:2px 2px 8px #4f5a5d14;text-align:left}tr td[data-label=permissions] span,tr td[data-label="permissions inactive-user"] span{height:24px;padding:1px 15px;margin:0 3px;border-radius:12px;color:#fff;white-space:nowrap}tr td[data-label=permissions] span[data-label=configuration_manager]{background-color:#ff7300}tr td[data-label=permissions] span[data-label=user_manager]{background-color:#ffc504}tr td[data-label=permissions] span[data-label=migration_viewer]{background-color:#4ac6b7}tr td[data-label="permissions inactive-user"] span{background-color:#ccc}tr td[data-label=edit-permissions]{cursor:pointer;color:#8f8f8f}tr td[data-label=edit-permissions] svg{margin-right:10px}._switch_1h273_45{position:relative;display:inline-block;width:50px;height:25px}._switch_1h273_45 input{opacity:0;width:0;height:0}._switch_1h273_45 input:checked+._slider_1h273_56{background-color:#4ac6b7}._switch_1h273_45 input:checked+._slider_1h273_56:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}._switch_1h273_45 input:disabled+span._slider_1h273_56{cursor:not-allowed}._switch_1h273_45 ._slider_1h273_56{position:absolute;inset:0;background-color:#ccc;transition:.4s;border-radius:34px;cursor:pointer}._switch_1h273_45 ._slider_1h273_56:before{content:"";position:absolute;height:16px;width:16px;border-radius:50%;left:4px;bottom:4px;background-color:#fff;transition:.4s}._backdrop_s6e7f_2{width:100%;height:100%;position:fixed;z-index:900;left:0;top:0;background-color:#00000080}._config-container_s6e7f_12{background-color:#fff;padding:3rem 7rem;position:fixed;top:0;bottom:0;right:0;z-index:1000;max-width:700px}._config-container_s6e7f_12 ._config-header_s6e7f_22{display:flex;align-items:center;justify-content:space-between}._config-container_s6e7f_12 ._config-header_s6e7f_22 button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;cursor:pointer}._config-container_s6e7f_12 ._spinner_s6e7f_36{display:flex;justify-content:center}._config-container_s6e7f_12 form{height:100%;overflow-y:auto;padding-bottom:8rem;padding-right:1rem}._config-container_s6e7f_12 form fieldset{display:flex;justify-content:space-between;flex-wrap:wrap;gap:50px;padding:25px 0 20px}._config-container_s6e7f_12 form fieldset section{width:45%;min-width:350px}._config-container_s6e7f_12 form fieldset section p{margin:10px 0 15px}._config-container_s6e7f_12 form fieldset section label{display:block;padding:15px 0 5px}._config-container_s6e7f_12 form fieldset section ._switch-container_s6e7f_64{display:flex}._config-container_s6e7f_12 form fieldset section ._process__queue-time_s6e7f_67{display:flex;align-items:center}._config-container_s6e7f_12 form fieldset section ._process__queue-time_s6e7f_67 input{max-width:20%;margin-right:10px}._config-container_s6e7f_12 form ._buttons_s6e7f_75{display:flex;gap:1rem}._config-container_s6e7f_12 form ._buttons_s6e7f_75 button{margin-bottom:20px;max-width:100px}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83{display:block;font-style:italic}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83[data-label=success]{color:#24857f}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83[data-label=success]:before{content:"✓";margin-right:10px}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83[data-label=error]{color:#b41530}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83[data-label=error]:before{content:"✗";margin-right:10px}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83[data-label=submitting]{color:#ff7300}._config-container_s6e7f_12 form ._responseStatus_s6e7f_83[data-label=submitting]:before{content:"..."}._config-container_s6e7f_12 form ._error_s6e7f_107{color:#b41530;font-style:italic}._btn_z0z83_46:focus-visible,._btn-dangerous_z0z83_46:focus-visible,._btn-secondary_z0z83_46:focus-visible,._btn-primary_z0z83_46:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible{border:4px solid #4ac6b7}._btn_z0z83_46,._btn-dangerous_z0z83_46,._btn-secondary_z0z83_46,._btn-primary_z0z83_46{display:inline-block;width:10rem;min-width:fit-content;height:3rem;margin-bottom:50px;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;font-size:1.125;font-weight:700;line-height:3rem;color:#fff;outline:none;border-radius:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._btn_z0z83_46:disabled,._btn-dangerous_z0z83_46:disabled,._btn-secondary_z0z83_46:disabled,._btn-primary_z0z83_46:disabled{background-color:#d7dbdc!important;border-color:#d7dbdc!important;color:#2d2d2d!important;cursor:not-allowed!important}._btn_z0z83_46:disabled:hover,._btn-dangerous_z0z83_46:disabled:hover,._btn-secondary_z0z83_46:disabled:hover,._btn-primary_z0z83_46:disabled:hover{opacity:1}._btn-primary_z0z83_46{background-color:#24857f}._btn-primary_z0z83_46 :hover{box-shadow:#4f5a5d2b}._btn-secondary_z0z83_46{background-color:#d7dbdc;color:#555}._btn-secondary_z0z83_46 :hover{box-shadow:#4f5a5d2b}._btn-dangerous_z0z83_46{background-color:#cf0023;color:#fff}._btn-dangerous_z0z83_46 :hover{box-shadow:#4f5a5d2b}._message-error_z0z83_164{display:block;margin-top:.5rem!important;color:#b41530;font-size:.875rem}._backdrop_z0z83_211{width:100%;height:100%;position:fixed;z-index:900;left:0;top:0;background-color:#00000080}._config-container_z0z83_221{text-align:initial;background-color:#fff;min-width:750px;width:50%;padding:3rem 7rem;position:fixed;top:0;bottom:0;right:0;z-index:1000;display:flex;flex-direction:column}._config-container_z0z83_221 ._config-header_z0z83_235{display:flex;align-items:center;justify-content:space-between}._config-container_z0z83_221 ._config-header_z0z83_235 button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;cursor:pointer}._config-container_z0z83_221 form{height:100%;overflow-y:auto;padding-bottom:8rem}._config-container_z0z83_221 form fieldset{display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;gap:50px;padding:25px 0 20px;text-align:start}._config-container_z0z83_221 form fieldset section{width:45%;min-width:500px}._config-container_z0z83_221 form fieldset section p{margin:10px 0 15px;white-space:pre-wrap}._config-container_z0z83_221 form fieldset section ._instructions_z0z83_271{margin:10px 0}._config-container_z0z83_221 form fieldset section ._instructions_z0z83_271 ul li{list-style:disc;margin-left:20px}._config-container_z0z83_221 form ._buttons_z0z83_278{display:flex;gap:1rem}._config-container_z0z83_221 form ._buttons_z0z83_278 button{margin-bottom:20px;max-width:100px}._config-container_z0z83_221 form ._responseStatus_z0z83_286{display:block;max-width:400px;white-space:break-spaces;font-style:italic}._config-container_z0z83_221 form ._responseStatus_z0z83_286[data-label=success]{color:#24857f}._config-container_z0z83_221 form ._responseStatus_z0z83_286[data-label=success]:before{content:"✓";margin-right:10px}._config-container_z0z83_221 form ._responseStatus_z0z83_286[data-label=error]{color:#b41530}._config-container_z0z83_221 form ._responseStatus_z0z83_286[data-label=error]:before{content:"✗";margin-right:10px}._config-container_z0z83_221 form ._responseStatus_z0z83_286[data-label=submitting]{color:#ff7300}._config-container_z0z83_221 form ._responseStatus_z0z83_286[data-label=submitting]:before{content:"..."}._config-container_z0z83_221 form ._error_z0z83_312{color:#b41530;font-style:italic}tr{height:55px;border-radius:12px;box-shadow:2px 2px 8px #4f5a5d14;cursor:default}tr td{padding:0 30px}tr td:first-child{border-radius:12px 0 0 12px}tr td:last-child{border-radius:0 12px 12px 0}tr td span{padding:10px}tr td span._email_c445h_19:hover{background:whitesmoke;border-radius:10px}tr [data-label=status]{text-align:left}tr [data-label=status]:before{content:"";display:inline-block;width:15px;height:15px;margin-right:10px;border-radius:50%}tr [data-label=status]._inProgress_c445h_34:before{background-color:#ffc504}tr [data-label=status]._success_c445h_37:before,tr [data-label=status]._archived_c445h_38:before{background-color:#24857f}tr [data-label=status]._failed_c445h_41:before{background-color:#d8304c}tr [data-label=status]._pending_c445h_44:before{background-color:#8f8f8f}tr [data-label=progress] svg{margin-left:10px}tr [data-label=progress] span{text-align:left;display:inline-block;width:40px;margin-right:10px}tr [data-label=manager] div{display:inline;padding:10px;cursor:pointer}progress,progress::-webkit-progress-bar,progress::-webkit-progress-value{border:0;border-radius:20px;height:17px}progress,progress::-webkit-progress-bar{background-color:#f3f3f3}progress._inProgress_c445h_34::-moz-progress-bar{background:#FFC504}progress._inProgress_c445h_34::-webkit-progress-value{background:#FFC504}progress._inProgress_c445h_34{color:#ffc504}progress._success_c445h_37::-moz-progress-bar{background:#24857F}progress._success_c445h_37::-webkit-progress-value{background:#24857F}progress._success_c445h_37{color:#24857f}progress._failed_c445h_41::-moz-progress-bar{background:#D8304C}progress._failed_c445h_41::-webkit-progress-value{background:#D8304C}progress._failed_c445h_41{color:#d8304c}progress._pending_c445h_44::-moz-progress-bar{background:#8F8F8F}progress._pending_c445h_44::-webkit-progress-value{background:#8F8F8F}progress._pending_c445h_44{color:#8f8f8f}._backdrop_wqclf_2{width:100%;height:100%;position:fixed;z-index:900;left:0;top:0;background-color:#00000080}._config-container_wqclf_12{background-color:#fff;min-width:fit-content;width:50%;padding:3rem 7rem;position:fixed;top:0;bottom:0;right:0;z-index:1000}@media (min-width: 1024px){._config-container_wqclf_12{width:65%}}@media (min-width: 1440px){._config-container_wqclf_12{width:55%}}@media (min-width: 1850px){._config-container_wqclf_12{width:35%}}._config-container_wqclf_12 ._config-header_wqclf_38{display:flex;align-items:center;justify-content:space-between}._config-container_wqclf_12 ._config-header_wqclf_38 button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;cursor:pointer}._config-container_wqclf_12 ._spinner_wqclf_52{display:flex;justify-content:center}._config-container_wqclf_12 form{height:100%;overflow-y:auto;padding-bottom:8rem;padding-right:1rem}._config-container_wqclf_12 form fieldset{display:flex;justify-content:space-between;gap:50px;padding:25px 0 20px}@media (max-width: 1024px){._config-container_wqclf_12 form fieldset{flex-wrap:wrap;max-width:400px}}._config-container_wqclf_12 form fieldset section{min-width:350px;max-width:420px}._config-container_wqclf_12 form fieldset section p{margin:10px 0 15px}._config-container_wqclf_12 form fieldset section label{display:block;padding:15px 0 5px}._config-container_wqclf_12 form ._buttons_wqclf_85{display:flex;gap:1rem}._config-container_wqclf_12 form ._buttons_wqclf_85 button{margin-bottom:20px;max-width:100px}._config-container_wqclf_12 form ._responseStatus_wqclf_93{display:block;font-style:italic}._config-container_wqclf_12 form ._responseStatus_wqclf_93[data-label=success]{color:#24857f}._config-container_wqclf_12 form ._responseStatus_wqclf_93[data-label=success]:before{content:"✓";margin-right:10px}._config-container_wqclf_12 form ._responseStatus_wqclf_93[data-label=error]{color:#b41530}._config-container_wqclf_12 form ._responseStatus_wqclf_93[data-label=error]:before{content:"✗";margin-right:10px}._config-container_wqclf_12 form ._responseStatus_wqclf_93[data-label=submitting]{color:#ff7300}._config-container_wqclf_12 form ._responseStatus_wqclf_93[data-label=submitting]:before{content:"..."}._config-container_wqclf_12 form ._error_wqclf_117{color:#b41530;font-style:italic}._btn_rurbu_46:focus-visible,._btn-dangerous_rurbu_46:focus-visible,._btn-secondary_rurbu_46:focus-visible,._btn-primary_rurbu_46:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible{border:4px solid #4ac6b7}._btn_rurbu_46,._btn-dangerous_rurbu_46,._btn-secondary_rurbu_46,._btn-primary_rurbu_46{display:inline-block;width:10rem;min-width:fit-content;height:3rem;margin-bottom:50px;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;font-size:1.125;font-weight:700;line-height:3rem;color:#fff;outline:none;border-radius:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._btn_rurbu_46:disabled,._btn-dangerous_rurbu_46:disabled,._btn-secondary_rurbu_46:disabled,._btn-primary_rurbu_46:disabled{background-color:#d7dbdc!important;border-color:#d7dbdc!important;color:#2d2d2d!important;cursor:not-allowed!important}._btn_rurbu_46:disabled:hover,._btn-dangerous_rurbu_46:disabled:hover,._btn-secondary_rurbu_46:disabled:hover,._btn-primary_rurbu_46:disabled:hover{opacity:1}._btn-primary_rurbu_46{background-color:#24857f}._btn-primary_rurbu_46 :hover{box-shadow:#4f5a5d2b}._btn-secondary_rurbu_46{background-color:#d7dbdc;color:#555}._btn-secondary_rurbu_46 :hover{box-shadow:#4f5a5d2b}._btn-dangerous_rurbu_46{background-color:#cf0023;color:#fff}._btn-dangerous_rurbu_46 :hover{box-shadow:#4f5a5d2b}._message-error_rurbu_164{display:block;margin-top:.5rem!important;color:#b41530;font-size:.875rem}._backdrop_rurbu_211{width:100%;height:100%;position:fixed;z-index:900;left:0;top:0;background-color:#00000080}._config-container_rurbu_221{background-color:#fff;min-width:fit-content;width:50%;padding:3rem 7rem;position:fixed;top:0;bottom:0;right:0;z-index:1000;display:flex;flex-direction:column}._config-container_rurbu_221 ._config-header_rurbu_234{display:flex;align-items:center;justify-content:space-between}._config-container_rurbu_221 ._config-header_rurbu_234 button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;cursor:pointer}._config-container_rurbu_221 form{height:100%;overflow-y:auto;padding-bottom:8rem}._config-container_rurbu_221 form fieldset{display:flex;justify-content:space-between;flex-wrap:wrap;gap:50px;padding:25px 0 20px}._config-container_rurbu_221 form fieldset section{width:45%;min-width:500px}._config-container_rurbu_221 form fieldset section p{margin:10px 0 15px}._config-container_rurbu_221 form fieldset section label{display:block;padding:15px 0 5px}._config-container_rurbu_221 form fieldset section ._process__queue-time_rurbu_271{display:flex;align-items:center}._config-container_rurbu_221 form fieldset section ._process__queue-time_rurbu_271 input{max-width:20%;margin-right:10px}._config-container_rurbu_221 form fieldset section ._switch-container_rurbu_279{padding:.5em}._config-container_rurbu_221 form fieldset section ._switch-container_rurbu_279 label{font-weight:700;margin-bottom:.5em}._config-container_rurbu_221 form fieldset section ._switch-container_rurbu_279 ._switch-row_rurbu_286{display:flex;flex-direction:row}._config-container_rurbu_221 form ._buttons_rurbu_290{display:flex;gap:1rem}._config-container_rurbu_221 form ._buttons_rurbu_290 button{margin-bottom:20px;max-width:100px}._config-container_rurbu_221 form ._responseStatus_rurbu_298{display:block;font-style:italic}._config-container_rurbu_221 form ._responseStatus_rurbu_298[data-label=success]{color:#24857f}._config-container_rurbu_221 form ._responseStatus_rurbu_298[data-label=success]:before{content:"✓";margin-right:10px}._config-container_rurbu_221 form ._responseStatus_rurbu_298[data-label=error]{color:#b41530}._config-container_rurbu_221 form ._responseStatus_rurbu_298[data-label=error]:before{content:"✗";margin-right:10px}._config-container_rurbu_221 form ._responseStatus_rurbu_298[data-label=submitting]{color:#ff7300}._config-container_rurbu_221 form ._responseStatus_rurbu_298[data-label=submitting]:before{content:"..."}._config-container_rurbu_221 form ._error_rurbu_322{color:#b41530;font-style:italic}._container_kof2u_1{padding:50px}._page-content_18ehl_1{display:flex}._page-content_18ehl_1 ._page-content__data_18ehl_4{width:100%;overflow-x:hidden;padding:15px 0 0 15px}._content_7roo1_1{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}._content_7roo1_1 p{font-size:3rem;padding:20px;max-width:60%;text-align:center}._content_7roo1_1 button{width:fit-content}._container_3v8a7_1{background-color:#ff7300;width:100%;min-height:100vh;height:100%;display:flex}._container_3v8a7_1 ._content_3v8a7_8{width:50%;flex-direction:column;display:flex;padding:7rem 18rem 0 10rem}._container_3v8a7_1 ._content_3v8a7_8 ._logo_3v8a7_14 img{width:300px}._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{margin-top:50px;color:#fff;font-size:6rem;margin-left:23px}@media screen and (max-height: 720px){._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{margin-top:35px;font-size:4.5rem}}@media screen and (max-height: 1080px){._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{margin-top:40px;font-size:4.5rem}}._container_3v8a7_1 ._content_3v8a7_8 ._description_3v8a7_35 p{margin-top:30px;color:#fff;font-size:1.5rem;margin-left:23px}._container_3v8a7_1 ._content_3v8a7_8 ._btn-login_3v8a7_41{margin-top:40px;background-color:#fff;font-weight:700;width:250px;display:flex;justify-content:center;align-items:center;padding:15px 30px;text-transform:uppercase;color:#ff7300;margin-left:23px;border-radius:12px;cursor:pointer}._container_3v8a7_1 ._content_3v8a7_8 ._btn-login_3v8a7_41:hover{background-color:#fbfbfb}@media only screen and (min-width: 1367px) and (max-width: 1666px){._container_3v8a7_1 ._content_3v8a7_8{padding:7rem 0rem 0 10rem}}@media only screen and (min-width: 1280px) and (max-width: 1366px){._container_3v8a7_1 ._content_3v8a7_8{padding:4rem 8rem 0 10rem}._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{margin-top:35px;font-size:4rem}._container_3v8a7_1 ._content_3v8a7_8 ._description_3v8a7_35 p{font-size:1.3rem}}@media only screen and (min-width: 1025px) and (max-width: 1280px){._container_3v8a7_1 ._content_3v8a7_8{width:60%;padding:7rem 0rem 0 10rem}._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{margin-top:35px;font-size:3rem}}@media only screen and (min-width: 890px) and (max-width: 1024px){._container_3v8a7_1 ._content_3v8a7_8{width:75%;padding:7rem 0rem 0 10rem}}@media only screen and (min-width: 820px) and (max-width: 889px){._container_3v8a7_1 ._content_3v8a7_8{width:100%;padding:7rem 5rem 0}}@media only screen and (min-width: 670px) and (max-width: 819px){._container_3v8a7_1 ._content_3v8a7_8{width:100%;padding:7rem 5rem 0}._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{font-size:4rem}}@media only screen and (min-width: 0px) and (max-width: 669px){._container_3v8a7_1 ._content_3v8a7_8{width:100%;padding:2rem 2rem 0 3rem}._container_3v8a7_1 ._content_3v8a7_8 ._title_3v8a7_17 h1{font-size:4rem}}._container_3v8a7_1 ._clearBox_3v8a7_116{width:50%}._container_3v8a7_1 ._clearBox_3v8a7_116 ._circle_3v8a7_119{background-color:#fff;display:flex;width:100%;height:100vh;box-shadow:0 .5rem .875rem #232323;-webkit-box-shadow:0px .5rem .875rem rgba(79,90,93,.17);shape-outside:circle(70% at 30%);clip-path:circle(60% at 70%)}@media only screen and (min-width: 0px) and (max-width: 1200px){._container_3v8a7_1 ._clearBox_3v8a7_116{display:none}}@media only screen and (min-width: 1201px) and (max-width: 1366px){._container_3v8a7_1 ._clearBox_3v8a7_116 ._circle_3v8a7_119{clip-path:circle(64% at 103%)}}@media only screen and (min-width: 1367px) and (max-width: 1400px){._container_3v8a7_1 ._clearBox_3v8a7_116 ._circle_3v8a7_119{clip-path:circle(64% at 75%)}}@media only screen and (min-width: 1401px) and (max-width: 1666px){._container_3v8a7_1 ._clearBox_3v8a7_116 ._circle_3v8a7_119{clip-path:circle(60% at 77%)}}._buttons-wrapper_1mv1j_1{display:flex;justify-content:space-between;gap:18px}._table-wrapper_1mv1j_8{max-height:75vh;min-height:auto;overflow:auto;margin-bottom:50px}._table-wrapper_1mv1j_8 table{text-align:center;color:#8f8f8f;border-radius:12px;border-collapse:separate;border-spacing:0 10px;white-space:nowrap;width:100%;max-height:650px}._table-wrapper_1mv1j_8 table thead{position:sticky;top:0;z-index:100}._table-wrapper_1mv1j_8 table thead th{height:55px;font-size:18px;background-color:#f3f3f3;padding:0 30px;color:#8f8f8f}._table-wrapper_1mv1j_8 table thead th svg{margin-left:5px}._table-wrapper_1mv1j_8 table thead th:first-child{border-radius:12px 0 0 12px}._table-wrapper_1mv1j_8 table thead th:last-child{border-radius:0 12px 12px 0}._table-wrapper_1mv1j_8 table thead th:last-child:after{content:""}._btn_7k6ge_46:focus-visible,._btn-dangerous_7k6ge_46:focus-visible,._btn-secondary_7k6ge_46:focus-visible,._btn-primary_7k6ge_46:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible{border:4px solid #4ac6b7}._btn_7k6ge_46,._btn-dangerous_7k6ge_46,._btn-secondary_7k6ge_46,._btn-primary_7k6ge_46{display:inline-block;width:10rem;min-width:fit-content;height:3rem;margin-bottom:50px;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;font-size:1.125;font-weight:700;line-height:3rem;color:#fff;outline:none;border-radius:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._btn_7k6ge_46:disabled,._btn-dangerous_7k6ge_46:disabled,._btn-secondary_7k6ge_46:disabled,._btn-primary_7k6ge_46:disabled{background-color:#d7dbdc!important;border-color:#d7dbdc!important;color:#2d2d2d!important;cursor:not-allowed!important}._btn_7k6ge_46:disabled:hover,._btn-dangerous_7k6ge_46:disabled:hover,._btn-secondary_7k6ge_46:disabled:hover,._btn-primary_7k6ge_46:disabled:hover{opacity:1}._btn-primary_7k6ge_46{background-color:#24857f}._btn-primary_7k6ge_46 :hover{box-shadow:#4f5a5d2b}._btn-secondary_7k6ge_46{background-color:#d7dbdc;color:#555}._btn-secondary_7k6ge_46 :hover{box-shadow:#4f5a5d2b}._btn-dangerous_7k6ge_46{background-color:#cf0023;color:#fff}._btn-dangerous_7k6ge_46 :hover{box-shadow:#4f5a5d2b}._message-error_7k6ge_164{display:block;margin-top:.5rem!important;color:#b41530;font-size:.875rem}._backdrop_7k6ge_211{width:100%;height:100%;position:fixed;z-index:900;left:0;top:0;background-color:#00000080}._config-container_7k6ge_221{text-align:initial;background-color:#fff;min-width:500px;width:50%;padding:3rem 7rem;position:fixed;top:0;bottom:0;right:0;z-index:1000;display:flex;flex-direction:column}._config-container_7k6ge_221 ._config-header_7k6ge_235{display:flex;align-items:center;justify-content:space-between}._config-container_7k6ge_221 ._config-header_7k6ge_235 button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;cursor:pointer}._config-container_7k6ge_221 form{height:100%;overflow-y:auto;padding-bottom:8rem}._config-container_7k6ge_221 form fieldset{display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;gap:50px;padding:25px 0 20px;text-align:start}._config-container_7k6ge_221 form fieldset section p{margin:10px 0 15px;white-space:no-wrap}._config-container_7k6ge_221 form ._buttons_7k6ge_267{display:flex;gap:1rem}._config-container_7k6ge_221 form ._buttons_7k6ge_267 button{margin-bottom:20px;max-width:100px}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275{display:block;font-style:italic}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275[data-label=success]{color:#24857f}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275[data-label=success]:before{content:"✓";margin-right:10px}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275[data-label=error]{color:#b41530}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275[data-label=error]:before{content:"✗";margin-right:10px}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275[data-label=submitting]{color:#ff7300}._config-container_7k6ge_221 form ._responseStatus_7k6ge_275[data-label=submitting]:before{content:"..."}._config-container_7k6ge_221 form ._error_7k6ge_299{color:#b41530;font-style:italic}._modal-open_5a589_1{display:block}._modal-close_5a589_5{display:none}._page-content__block_5a589_9{padding:50px;background:#FFFFFF;box-shadow:2px 2px 10px #4f5a5d1a;border-radius:12px;margin-bottom:40px;margin-right:15px;z-index:10}._page-content__block_5a589_9 ._page-content__header_5a589_18{display:flex;justify-content:space-between;margin-bottom:40px;white-space:nowrap;flex-wrap:wrap}._page-content__block_5a589_9 ._page-content__header_5a589_18 h2{font-size:22px;line-height:50px;margin-right:50px}@media (max-width: 830px){._page-content__block_5a589_9 ._page-content__header_5a589_18 h2{font-size:18px}}._page-content__block_5a589_9 ._page-content__header_5a589_18 ._title_5a589_35{margin-bottom:30px}._page-content__block_5a589_9 ._page-content__header_5a589_18 ._title_5a589_35 span{font-size:16px;color:#8f8f8f}._page-content__block_5a589_9 ._page-content__header_5a589_18 ._buttons_5a589_42{width:450px;display:flex;justify-content:end;gap:18px;flex-wrap:inherit}@media (max-width: 1330px){._page-content__block_5a589_9 ._page-content__header_5a589_18 ._buttons_5a589_42{justify-content:start}}._page-content__block_5a589_9 ._page-content__header_5a589_18 ._buttons_5a589_42 button,._page-content__block_5a589_9 ._page-content__header_5a589_18 ._buttons_5a589_42 a{margin:0}._page-content__block_5a589_9 ._page-content__overview_5a589_58{display:flex;justify-content:space-between;gap:45px;flex-wrap:wrap}._page-content__block_5a589_9 ._page-content__overview_5a589_58 div{display:flex;flex-direction:column;justify-content:space-between;text-align:center;width:min-content}._page-content__block_5a589_9 ._page-content__overview_5a589_58 h3{font-size:20px}._page-content__block_5a589_9 ._page-content__overview_5a589_58 strong{font-size:57px;font-weight:700}._page-content__block_5a589_9 ._page-content__overview_5a589_58 p{font-size:16px;color:#8f8f8f}._page-content__block_5a589_9 ._page-content__overview_5a589_58 ._success_5a589_82{color:#24857f}._page-content__block_5a589_9 ._page-content__overview_5a589_58 ._failed_5a589_85{color:#cf0023}._page-content__block_5a589_9 ._CSV-wrapper_5a589_88{margin-top:50px;display:flex;justify-content:end}._page-content__block_5a589_9 ._CSV-wrapper_5a589_88 button{margin:0}._page-content__block_5a589_9 ._page-content__chart_5a589_96 img{width:100%;min-width:700px}._container_10k2e_1{display:flex;justify-content:center;height:100vh;padding:0 10%}._content_10k2e_8{display:flex;flex-direction:column;align-items:center;text-align:center;align-self:center;min-width:300px}._content_10k2e_8 p{font-size:clamp(16px,3vw,26px);max-width:clamp(600px,80%,1500px);margin:30px 0}._page-content__data_kanui_1{width:100%;overflow-x:hidden}._page-content__data_kanui_1 ._page-content__options_kanui_6{display:flex;flex-wrap:wrap;gap:20px;width:100%;margin:30px 0;align-items:center;position:relative}._page-content__data_kanui_1 ._page-content__options_kanui_6>div{flex:0 0 25.25rem;align-items:flex-start;min-width:25.25rem}._page-content__data_kanui_1 ._page-content__options_kanui_6>div._options__search_kanui_20>svg{color:#8f8f8f;position:absolute;top:16px;left:15px}._page-content__data_kanui_1 ._page-content__options_kanui_6 input{padding-left:35px}._page-content__data_kanui_1 ._page-content__options_kanui_6 input::placeholder{color:#777}._page-content__data_kanui_1 ._page-content__options_kanui_6>button{margin:0}._page-content__data_kanui_1 ._table-wrapper_kanui_35{max-height:75vh;min-height:auto;overflow:auto;margin-bottom:50px}._page-content__data_kanui_1 ._table-wrapper_kanui_35 table{text-align:center;color:#8f8f8f;border-radius:12px;border-collapse:separate;border-spacing:0 10px;white-space:nowrap;width:100%;max-height:650px}._page-content__data_kanui_1 ._table-wrapper_kanui_35 table thead{position:sticky;top:0;z-index:100}._page-content__data_kanui_1 ._table-wrapper_kanui_35 table thead th{height:55px;font-size:18px;background-color:#f3f3f3;padding:0 30px;position:relative;color:#8f8f8f}._page-content__data_kanui_1 ._table-wrapper_kanui_35 table thead th svg{margin-left:5px}._page-content__data_kanui_1 ._table-wrapper_kanui_35 table thead th:first-child{border-radius:12px 0 0 12px;position:sticky;left:0;z-index:11}._page-content__data_kanui_1 ._table-wrapper_kanui_35 table thead th:last-child{border-radius:0 12px 12px 0}._page-content__data_kanui_1>div._pagination_kanui_76{display:flex;gap:50px;justify-content:space-between}._page-content__data_kanui_1>div._pagination_kanui_76 button{cursor:pointer}._page-content__data_kanui_1>div._pagination_kanui_76 button._hidden_kanui_84{display:none}._page-content__data_kanui_1>div._pagination_kanui_76 button:disabled{color:#8f8f8f;cursor:not-allowed}._page-content__data_kanui_1>div._pagination_kanui_76 button[data-label=previousPage]{margin-right:auto}._page-content__data_kanui_1>div._pagination_kanui_76 button[data-label=nextPage]{margin-left:auto}@media (min-width: 1024px){._page-content__data_kanui_1>div._pagination_kanui_76{max-width:500px;margin:0 auto}}._container_krqe9_1{display:flex;justify-content:center;height:100vh;padding:0 10%}._content_krqe9_8{display:flex;flex-direction:column;align-items:center;text-align:center;align-self:center;min-width:300px}._content_krqe9_8 p{font-size:clamp(16px,3vw,26px);max-width:clamp(600px,80%,1500px);margin:30px 0}._content_krqe9_8 span a{font-weight:700}._content_krqe9_8 span a:hover{text-decoration:underline}._content_krqe9_8 a{margin:50px 0}*{margin:0;padding:0;border:none;outline:0;box-sizing:border-box;font-family:Source Sans Pro,sans-serif;font-size:1rem;list-style:none;text-decoration:none;color:#232323}@media (max-width: 1080px){html{font-size:93.75%}}@media (max-width: 720px){html{font-size:87.5%}}body{background-color:#fff;min-height:100vh;overflow-y:scroll}h1{font-size:2rem;font-weight:700}h2{font-size:1.375rem;font-weight:700}h3{font-size:1.125rem;font-weight:700}.btn:focus-visible,.btn-dangerous:focus-visible,.btn-secondary:focus-visible,.btn-primary:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible{border:4px solid #4ac6b7}input[type=text],input[type=email],input[type=number]{display:block;width:25.25rem;height:3rem;outline:none;border:1px solid #a8a9ad;border-radius:12px;background-color:#fff;font-size:1rem;font-weight:400;line-height:1.5;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=text]:focus,input[type=email]:focus,input[type=number]:focus{border:1px solid #4ac6b7}input[type=text]:disabled,input[type=email]:disabled,input[type=number]:disabled{cursor:not-allowed;background-color:#f3f3f3}input[type=text],input[type=email],input[type=number]{padding:0rem 1.25rem;background-clip:padding-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;max-width:100%}input[type=text]:focus,input[type=email]:focus,input[type=number]:focus{background-color:#f5fcfb}input[type=text]:hover,input[type=email]:hover,input[type=number]:hover{border:1px solid #4ac6b7}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}hr{height:1px;margin:30px 0;background-color:#dddbdb}.btn,.btn-dangerous,.btn-secondary,.btn-primary{display:inline-block;width:10rem;min-width:fit-content;height:3rem;margin-bottom:50px;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;font-size:1.125;font-weight:700;line-height:3rem;color:#fff;outline:none;border-radius:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:disabled,.btn-dangerous:disabled,.btn-secondary:disabled,.btn-primary:disabled{background-color:#d7dbdc!important;border-color:#d7dbdc!important;color:#2d2d2d!important;cursor:not-allowed!important}.btn:disabled:hover,.btn-dangerous:disabled:hover,.btn-secondary:disabled:hover,.btn-primary:disabled:hover{opacity:1}.btn-primary{background-color:#24857f}.btn-primary :hover{box-shadow:#4f5a5d2b}.btn-secondary{background-color:#d7dbdc;color:#555}.btn-secondary :hover{box-shadow:#4f5a5d2b}.btn-dangerous{background-color:#cf0023;color:#fff}.btn-dangerous :hover{box-shadow:#4f5a5d2b}.message-error{display:block;margin-top:.5rem!important;color:#b41530;font-size:.875rem}::-webkit-scrollbar{width:10px;border-radius:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}::-webkit-scrollbar-thumb{background:#a8a9ad;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#555;border-radius:8px}thead{position:sticky;top:0;z-index:11}thead th:first-child{position:sticky;left:0;z-index:11}tbody td{background-color:#fff}tbody td:first-child{position:sticky;left:0;z-index:10}
