: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)}}.auth-wrapper{display:flex;position:relative;justify-content:center;background:url(/assets/auth-background-639db69c.svg);background-color:#0a0a0a}.auth-wrapper .left-side,.auth-wrapper .right-side{display:flex;align-items:center;justify-content:center;height:100vh;width:50%}@media screen and (max-width: 768px){.auth-wrapper .left-side,.auth-wrapper .right-side{height:auto;width:100%}}@media screen and (max-width: 768px){.auth-wrapper{flex-direction:column}}.auth-wrapper .left-side{flex-direction:column;overflow:hidden}.auth-wrapper .left-side .left-side__footer{padding:16px 0;background-color:#0a0a0a;border-top:1px solid #262626}.auth-wrapper .left-side .left-side__footer .currency-label{padding:10px 16px 10px 10px;border:1px solid #262626;border-radius:100px;margin-right:22px;color:#fff}.auth-wrapper .left-side .left-side__footer .currency-label .icon{margin-right:8px}.auth-wrapper .right-side{background-color:#fff}@media screen and (max-width: 768px){.auth-wrapper .right-side{padding:0 15px 20px}}.auth-wrapper .auth-header{display:flex;justify-content:space-between;margin-bottom:70px}.auth-wrapper .auth-body{z-index:2;display:flex;position:relative;border-radius:32px;flex-direction:column}@media screen and (min-width: 992px){.auth-wrapper .auth-body{max-width:386px}}@media screen and (min-width: 1400px){.auth-wrapper .auth-body{width:420px;max-width:none}}.auth-wrapper .auth-body .auth-form-wrapper{position:relative;display:flex;flex-direction:column;flex-grow:1}.auth-wrapper .auth-body .auth-form-wrapper .auth__modal{top:auto;bottom:20px}.auth-wrapper .auth-body .auth-form-wrapper .auth-title{margin-bottom:32px;text-align:left}.auth-wrapper .auth-body .auth-form-wrapper .auth-title h1{color:#0a0a0a;font-size:30px;font-style:normal;font-weight:300;line-height:42px}.auth-wrapper .auth-body .auth-form-wrapper .auth-title .title-link-wrapper{display:flex;gap:16px}.auth-wrapper .auth-body .auth-form-wrapper .auth-title .title-link-wrapper a{gap:8px}.auth-wrapper .auth-body .auth-form-wrapper .auth-title .title-link-wrapper a:hover .numa-button{background:#0A0A0A;color:#ff6}.auth-wrapper .auth-body .auth-form-wrapper .auth-title .title-link-wrapper a:hover .numa-button .icon path{fill:#ff6}.auth-wrapper .auth-body .auth-form-wrapper .auth-title .title-link-wrapper a:hover .numa-button .icon.stroke path{fill:none;stroke:#ff6}.auth-wrapper .auth-body .auth-form-wrapper .auth-title .title-link{display:flex;gap:8px;color:#0a0a0a;font-size:16px;font-weight:500;line-height:25px}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-space{display:flex}.auth-wrapper .auth-body .auth-form-wrapper .auth-form label{font-weight:400;color:#0a0a0a;font-size:14px;font-style:normal;line-height:24px;margin-bottom:8px}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input{display:flex;padding:12px 16px!important;justify-content:space-between;align-items:center;align-self:stretch;border-radius:100px!important;border:1px solid #DDD!important;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#262626;box-shadow:none!important}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input::placeholder{color:#828282}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input:focus{border:1px solid #0A0A0A!important}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper{margin-top:0;position:relative;border:none!important;box-shadow:none!important}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper.auth-input{padding:0}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper .anticon{color:#0a0a0a}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper input{color:#0a0a0a;border-radius:6px;background:none;height:100%;padding:0 32px 0 16px}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused .ant-input{border:1px solid #0A0A0A!important}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper-status-error{border:none}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .forgot-password-link{display:flex;padding:4px 0;justify-content:flex-end;align-items:center;gap:8px;align-self:stretch}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .forgot-password-link a{color:#0a0a0a;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.auth-wrapper .auth-body .auth-form-wrapper .auth-form .forgot-password-link a:hover{color:#15e198}.auth-wrapper .auth-body .auth-button{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:22px;margin-top:32px;display:flex;height:48px;padding:12px 16px;justify-content:center;align-items:center;align-self:stretch;border-radius:6px;border:0;background:#15E198}.auth-wrapper .auth-body .auth-button.resend-code{border-radius:6px;border:1px solid #2F2F2F;background:rgba(255,255,255,0);color:#fff;cursor:pointer}.auth-wrapper .auth-body .auth-button:hover,.auth-wrapper .auth-body .auth-button:active{color:inherit}.auth-wrapper .auth-body .auth-button.disabled,.auth-wrapper .auth-body .auth-button[disabled]{background:#ccc;color:#939393}.auth-wrapper .auth-body .auth-sub-title{color:#0a0a0a;font-size:20px;font-style:normal;font-weight:400;line-height:30px}.auth-wrapper .auth-body .auth-notice{display:flex;color:#fff;font-size:14px;margin-top:10px}.auth-wrapper .auth-footer{padding-top:8px;color:#ccc;text-align:center;font-size:14px;font-weight:500;line-height:24px}.password-strength-bar{color:#fff}.password-strength-bar h2{color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.password-strength-bar ul{padding:0;margin:0;list-style:none}.password-strength-bar ul li{align-items:center;display:flex;font-size:14px;line-height:24px}.password-strength-bar ul li.failed{color:#eb5158}.password-strength-bar ul li.success{color:#15e198}.password-strength-bar ul li .icon{display:inline-flex;margin-right:8px}.auth-tooltip .ant-tooltip .ant-tooltip-inner{border-radius:1px solid #DDD!important}.auth-explore-wrapper{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;padding:25px;overflow:hidden}.auth-explore-wrapper .auth-explore{display:flex;padding:40px 32px;flex-direction:column;align-items:center;border-radius:34px;text-align:center;font-style:normal;z-index:10}.auth-explore-wrapper .auth-explore__header{font-size:26px;font-weight:700;line-height:34px;margin-bottom:16px}.auth-explore-wrapper .auth-explore__header h2{font-family:Manrope,sans-serif!important;font-size:20px;font-weight:700;color:#ff6}.auth-explore-wrapper .auth-explore__primary-text{display:flex;align-items:center;max-width:432px;gap:24px;padding:16px;border-radius:20px;border:1px solid #242424;background:rgba(255,255,255,.01);box-shadow:0 4px 4px #00000040;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:left;color:#ddd;font-size:14px;font-weight:400;line-height:26px}.auth-explore-wrapper .auth-explore__primary-text svg{width:28px}.auth-explore-wrapper .auth-explore__secondary-text{display:flex;align-items:center;color:#fff;font-size:16px;font-weight:600;line-height:26px}.auth-explore-wrapper .auth-explore__secondary-text .text-icon{display:inline-flex;margin-right:8px}.auth-explore-wrapper .auth-explore .ant-divider{background:#15E198;margin:40px 0}.container{padding:12px;width:100%;position:relative;flex-direction:column;display:flex;gap:30px;justify-content:center}@media screen and (min-width: 1200px){.container{gap:160px}}.numa-button{display:inline-flex;height:41px;padding:10px 16px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:100px;color:#0a0a0a;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:1px solid #F0F060;cursor:pointer;text-align:center;background:#FF6;transition:all .3s ease}.numa-button .icon{display:inline-flex;width:18px;height:18px}.numa-button .icon svg{width:18px;height:18px}.numa-button.add,.numa-button.download,.numa-button.edit{color:#fff;background:#262626}.numa-button.add:before,.numa-button.download:before,.numa-button.edit:before{display:block;width:18px;height:18px;content:" ";background:url(/assets/add-circle-3731b1dd.svg) 50% no-repeat}.numa-button.edit:before{content:none}.numa-button.dark{background:#0A0A0A;color:#fff;border:none}.numa-button.dark .icon path{fill:#fff}.numa-button.light{background:#F2F2F2;color:#0a0a0a;border:none}.numa-button.gray{background:#F2F2F2;color:#0a0a0a;border:1px solid #DDD}.numa-button.white{background:#F8F8F8;color:#0a0a0a;border:none}.numa-button.transparent{background-color:transparent;border:none}.numa-button.transparent:hover{background:transparent}.numa-button.transparent:hover .icon path{fill:#0a0a0a}.numa-button.bordered{color:#0a0a0a;background:rgba(255,255,255,0);border:1px solid #DBDBDB}.numa-button.secondary{color:#0a0a0a;background:transparent;border:1px solid #000001;border-radius:8px}.numa-button.large{padding:21px 16px;min-width:190px}.numa-button.medium{padding:8px 16px;min-width:190px;height:42px}.numa-button.danger{color:#e23b38}.numa-button.round{height:auto;border-radius:100px;padding:11.5px}.numa-button.disabled,.numa-button:disabled{pointer-events:none;cursor:not-allowed;background-color:#fbfcb1;border:none;color:#828282}.numa-button:hover{background:#0A0A0A;color:#ff6}.numa-button:hover .icon path{fill:#ff6}.numa-button:hover .icon.stroke path{fill:none;stroke:#ff6}.error__boundary-wrapper{width:100%;height:100%;display:flex;flex-wrap:nowrap;justify-content:space-around;padding-top:200px;align-items:center}.error__boundary-text{display:block;text-align:center;align-items:center;font-size:45px;font-weight:700}html,body{background:#F6F8FA}.ant-layout.custom-layout{background:none}.custom-container{width:100%;max-width:1233px;margin:0 auto}.custom-layout{padding:0 48px}@media (max-width: 992px){.custom-layout{padding:0 15px}}.demo-logo-vertical{padding:16px 24px}.demo-logo-vertical img{width:162px}.menu-link-wrapper img{width:20px;height:20px;object-fit:none}.menu-link-wrapper button{padding:10px 0}.main-navigation-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 100px);padding:0 24px;border-radius:1px}.main-navigation-wrapper .menu-link-profile .profile-link{margin:15px 24px;display:flex;align-items:center;justify-content:start;cursor:pointer;padding:0}.main-navigation-wrapper .menu-link-profile .profile-link .link-icon{width:41px;height:41px;padding:10px;display:flex;border-radius:8px;border:1px solid #DBDBDB;margin-right:16px;align-items:center;justify-content:center}.main-navigation-wrapper .menu-link-profile .profile-link .link-text{display:flex;flex-direction:column}.main-navigation-wrapper .menu-link-profile .profile-link .link-text__name{color:#121212;font-size:14px;font-style:normal;font-weight:700;line-height:21px}.main-navigation-wrapper .menu-link-profile .profile-link .link-text__email{color:#838892;font-size:12px;font-style:normal;font-weight:400;line-height:21px}.ant-layout-sider{overflow:visible;height:100vh;top:0;left:0;z-index:1000}.ant-layout-sider.layout-sider-wrapper{background-color:#fff}.ant-layout-sider .menu-toggle-btn{display:none;position:absolute;top:50%;right:-24px;padding-left:20px;padding-right:2px}@media screen and (max-width: 1200px){.ant-layout-sider .menu-toggle-btn{display:flex}}@media screen and (max-width: 576px){.ant-layout-sider .menu-toggle-btn{right:-16px}}@media (max-width: 992px){.ant-layout-sider{position:fixed!important;z-index:1000}}.ant-layout-header{padding:0;position:relative;z-index:1;background-color:transparent;margin-bottom:16px}.ant-layout-header:not(.layout-header){display:flex;align-items:center;justify-content:flex-end;height:74px;margin-bottom:0}@media screen and (max-width: 576px){.ant-layout-header:not(.layout-header){margin:0!important}}.ant-layout-header .ant-dropdown-menu-title-content{text-align:right!important}a.logout-btn{display:block;font-size:12px;font-weight:500;line-height:21px;letter-spacing:0px;text-align:right!important;color:#e93636!important;text-decoration:none!important}.ant-layout-content{display:flex}.ant-menu{border:none!important}@keyframes shake{0%{transform:rotate(0)}25%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}to{transform:rotate(0)}}.shake{animation:shake .5s ease-in-out infinite}.shake-stop{animation:none}.header-navigation{display:flex;align-items:center;justify-content:space-between;padding-top:0}@media (max-width: 480px){.header-navigation{flex-direction:column}}@media (max-width: 480px){.header-navigation.tabs-active{flex-direction:row}}.header-navigation-title{display:flex;flex-direction:column}.header-navigation-title a{display:flex;align-items:center;margin-bottom:15px}.header-navigation-title h2{font-weight:300;font-size:24px;margin:0;color:#000001;line-height:30px}.header-navigation-title a{margin-right:10px}.header-navigation-time{font-size:14px;color:#828282;font-weight:300;line-height:18px}.header-navigation_action{margin-top:auto;display:flex;align-items:center;gap:16px}.menu-link-wrapper{cursor:pointer;margin:4px 0}.menu-link{display:flex;align-items:center;justify-content:start;padding:1px 4px;border-radius:50px;text-decoration:none}.menu-link .menu-text{color:#828282;font-size:14px;font-style:normal;font-weight:500;line-height:21px}.menu-link .menu-icon{height:41px;width:41px;align-items:center;justify-content:center;display:flex;border-radius:50%;transition:background-color .3s ease;margin-right:16px}.menu-link.active{background-color:#f8f8f8}.menu-link:hover{background-color:#f2f2f2}.menu-link:hover .menu-text{color:#0a0a0a}.menu-link:hover .menu-icon{background-color:#0a0a0a}.menu-link:hover .menu-icon svg path{fill:#ff6}.collapse-title{font-size:16px}.account-activation-sider .ant-collapse{margin:0;padding:0;gap:16px;display:flex;flex-direction:column;border:none}.account-activation-sider .ant-collapse .ant-collapse-item:not(:last-child){margin-bottom:8px}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-expand-icon{width:36px;height:36px;padding:8px;border-radius:50%;transition:.3s ease}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-expand-icon .plus-icon{display:block}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-expand-icon .minus-icon{display:none}.account-activation-sider .ant-collapse .ant-collapse-item-active .ant-collapse-expand-icon{background:#0A0A0A}.account-activation-sider .ant-collapse .ant-collapse-item-active .ant-collapse-expand-icon .plus-icon{display:none}.account-activation-sider .ant-collapse .ant-collapse-item-active .ant-collapse-expand-icon .minus-icon{display:block}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-header{display:flex;align-items:center;gap:16px;padding:4px 16px 4px 4px;border-radius:19px;background-color:#f2f2f2}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{color:#0a0a0a;font-size:14px;font-style:normal;font-weight:500}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:16px}.account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box p{margin:0;padding:0;color:#828282;font-size:12px;font-style:normal;font-weight:400}.progress__bar{margin-bottom:40px}.progress__bar-header{font-size:16px;font-weight:700;margin-bottom:10px}.progress__bar-list{-webkit-user-select:none;user-select:none;margin:0;padding:0 0 0 25px}.progress__bar-list .second-step{list-style-image:url(/assets/passSecurityCircle-e51ba09b.svg)}.progress__bar-list .second-step:first-child{list-style-image:url(/assets/check-arrow-e5dbfd7f.svg)}.progress__bar-list .third-step{list-style-image:url(/assets/check-arrow-e5dbfd7f.svg)}.progress__bar-list .third-step:last-child{list-style-image:url(/assets/passSecurityCircle-e51ba09b.svg)}.progress__bar-list-item{list-style-image:url(/assets/passSecurityCircle-e51ba09b.svg);font-size:12px;font-weight:400;color:#6a6a6a}.progress__bar-list-item:not(:last-child){padding-bottom:20px}.view-toggle{display:flex}.view-toggle-item{height:20px}.view-toggle-item:not(:last-child){padding-right:16px;border-right:1px solid #DDD}.view-toggle-item:not(:first-child){padding-left:16px}.view-toggle-item :hover path,.view-toggle-item.active path{fill:#0a0a0a}.ant-table-wrapper .ant-table{background:none}@media screen and (max-width: 768px){.ant-table-wrapper .ant-table{overflow-y:auto}}.ant-table-wrapper .ant-table-thead:after{content:"";display:block;margin-bottom:8px;height:0}.ant-table-wrapper .ant-table-thead .ant-table-cell{background:#fff;padding:8px 16px;text-align:left;color:#838892;font-size:12px;font-style:normal;font-weight:500;line-height:20px;border-bottom:none!important}.ant-table-wrapper .ant-table-thead .ant-table-cell:before{display:none}.ant-table-wrapper .ant-table-thead .ant-table-cell:first-child{border-radius:10px 0 0 10px;padding-left:32px}.ant-table-wrapper .ant-table-thead .ant-table-cell:last-child{border-radius:0 10px 10px 0;padding-right:32px}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell{padding:16px;border-bottom:1px solid #DDD;background:#FFF;color:#000001;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell.ant-table-cell-row-hover{transition:none!important;background:#F8F8F8!important;border-bottom-color:#ddd}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell .copy-button-wrapper{display:inline-flex;vertical-align:middle}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell a{color:#0a0a0a}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell:first-child{padding-left:32px}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell:last-child{padding-right:32px}.ant-table-wrapper .ant-table-tbody .ant-table-row:first-child .ant-table-cell:first-child{border-radius:10px 0 0}.ant-table-wrapper .ant-table-tbody .ant-table-row:first-child .ant-table-cell:last-child{border-radius:0 10px 0 0}.ant-table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell{border-bottom:0}.ant-table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell:first-child{border-radius:0 0 0 10px}.ant-table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell:last-child{border-radius:0 0 10px}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell-row-hover{background-color:#f6f8fa!important}.ant-table-wrapper .cell-number{width:20px}.ant-table-wrapper .cell-number .text-muted{font-size:12px}.sorter__dropdown{display:none;height:12px;width:12px;margin-left:5px}.ant-table-cell[aria-sort=descending] .sorter__dropdown{display:inline}.ant-table-cell[aria-sort=ascending] .sorter__dropdown{display:inline;transform:rotate(180deg)}.ant-table-wrapper td.ant-table-column-sort{background-color:#fff}.ant-spin-container{display:flex;flex-direction:column;justify-content:space-between}.ant-table-container{min-height:100%}.ant-pagination .ant-pagination-options-size-changer{margin-top:0}.ant-pagination.ant-table-pagination.ant-table-pagination-right{width:100%;justify-content:center!important}.ant-pagination .ant-pagination-options{margin-left:auto}.ant-pagination .ant-pagination-item-link-icon{color:#0a0a0a!important}.ant-select-selection-item{color:#0a0a0a}.ant-select.ant-pagination-options-size-changer{position:relative}.ant-select.ant-pagination-options-size-changer:before{content:"Show:";color:#000;position:absolute;bottom:5px;right:110px;cursor:auto}.ant-pagination .ant-pagination-item a{border-radius:50%;color:#828282!important;text-decoration:none}.ant-pagination .ant-pagination-item a:hover{color:#ff6!important;background-color:#0a0a0a!important}.ant-pagination .ant-pagination-item:hover,.ant-pagination .ant-pagination-item:active{background:none!important}.ant-pagination .ant-pagination-item-active{border:0px}.ant-pagination .ant-pagination-item-active a{color:#ff6!important;background-color:#0a0a0a!important}.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background-color:#fff}.ant-space-gap-col-middle{column-gap:8px}.table__date{display:flex;flex-direction:column}.table__date .date{color:#000001;font-size:12px;font-weight:500;line-height:20px}.table__date .time{color:#838892!important;font-size:11px!important;font-weight:400!important;line-height:18px!important}.table-cell__actions{text-align:center!important}.table-cell__actions .ant-space{display:flex;justify-content:center;align-items:center}.table-cell__actions .action-item,.table-cell__actions .ant-space-item{font-size:12px;color:#0a0a0a;line-height:20px;display:flex;align-items:center;justify-content:center;text-decoration:none}.table-cell__actions .action-item .action-icon,.table-cell__actions .ant-space-item .action-icon{display:flex;padding:8px;border-radius:50%}.table-cell__actions .action-item .action-icon svg,.table-cell__actions .ant-space-item .action-icon svg{width:18px;height:18px}.table-cell__actions .action-item .action-text,.table-cell__actions .ant-space-item .action-text{margin-left:6px}.table-cell__actions .action-item:hover .action-icon svg path,.table-cell__actions .ant-space-item:hover .action-icon svg path{fill:#0a0a0a}.table-cell__actions .action-separate{width:1px;height:20px;border-right:1px solid #DBDBDB}.ant-modal .ant-modal-header{margin-bottom:16px}.ant-modal .ant-modal-header .ant-modal-title{color:#0a0a0a;text-align:left;font-size:20px;font-style:normal;font-weight:500}.ant-modal .ant-modal-header .ant-modal-title span:last-child{font-size:14px}.ant-modal .ant-modal-content{padding:32px!important}.ant-modal .ant-modal-content .ant-modal-close{margin:0;top:22px}.ant-modal .ant-modal-content .ant-modal-close:hover{background:none!important}.ant-modal .ant-modal-body{padding-bottom:0;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;overflow-y:auto}.ant-modal .ant-modal-body>.ant-spin-nested-loading{width:100%;height:100%;display:flex;flex-direction:column}.ant-modal .ant-modal-body>.ant-spin-nested-loading>.ant-spin-container{width:100%;height:100%;display:flex;flex-direction:column}.ant-modal .ant-modal-body .ant-divider{margin:24px 0;border-block-start-color:#ddd}.ant-modal .ant-modal-body .ant-segmented{padding:0;border-radius:12px;margin-bottom:24px}.ant-modal .ant-modal-body .ant-segmented .ant-segmented-group{height:47px}.ant-modal .ant-modal-body .ant-segmented .ant-segmented-group .ant-segmented-thumb{border:1px solid #F0F060;background-color:#ff6;color:#0a0a0a;padding:12px 18px}.ant-modal .ant-modal-body .ant-segmented .ant-segmented-group .ant-segmented-item.ant-segmented-item-selected{border:1px solid #F0F060;background-color:#ff6}.ant-modal .ant-modal-body .ant-segmented .ant-segmented-group .ant-segmented-item{width:50%;border-radius:12px}.ant-modal .ant-modal-body .ant-segmented .ant-segmented-group .ant-segmented-item .ant-segmented-item-label{padding:12px 18px;line-height:21px}.ant-modal .modal-form{width:100%;height:100%;display:flex;flex-direction:column}.ant-modal .modal-filter .ant-collapse{margin:0;padding:0}.ant-modal .modal-filter .ant-collapse .ant-collapse-item{border-bottom:1px solid #DBDBDB;padding:16px 0;border-radius:0!important}.ant-modal .modal-filter .ant-collapse .ant-collapse-item:first-child{padding-top:0}.ant-modal .modal-filter .ant-collapse .ant-collapse-item:last-child{border-bottom:0;padding-bottom:0}.ant-modal .modal-filter .ant-collapse .ant-collapse-item .ant-collapse-header{padding:4px 0;align-items:center}.ant-modal .modal-filter .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{color:#0a0a0a;opacity:.5;font-size:16px;font-style:normal;font-weight:600;line-height:24px;align-content:center;display:flex}.ant-modal .modal-filter .ant-collapse .ant-collapse-item .ant-collapse-header .active-filter-num{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:100px;background:#0A0A0A;color:#fff;text-align:center;margin-left:14px;font-size:13px;font-weight:600;line-height:14px}.ant-modal .modal-filter .ant-collapse .ant-collapse-item.active .ant-collapse-header-text,.ant-modal .modal-filter .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header-text{opacity:1}.ant-modal .modal-filter .ant-collapse .ant-collapse-content-box{padding-left:0;padding-right:0}.ant-modal .modal-filter .numa-input-wrapper{margin-bottom:0}.ant-modal .modal-body{width:100%;display:flex;flex:1;flex-direction:column;font-weight:400;justify-content:flex-start;padding-bottom:25px}.ant-modal .modal-body h2,.ant-modal .modal-body h3{color:#0a0a0a;font-size:16px;font-weight:600;line-height:24px;padding:0;margin-bottom:32px}.ant-modal .modal-body h3{margin-bottom:16px}.ant-modal .modal-body h4{font-size:14px;color:#6a6a6a}.ant-modal .modal-footer{padding:16px 24px;background:#F6F8FA;margin:auto -24px 0;display:flex;justify-content:space-between;align-items:center;gap:10px}.ant-modal .transaction-modal-header{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.ant-modal .transaction-modal-header .item-title.big{font-size:16px;color:#0a0a0a;font-weight:500}.ant-modal .transaction-modal-header .item-text.big{font-size:30px;color:#0a0a0a;font-weight:300}.transaction-modal .ant-modal-header{margin-bottom:16px;border-bottom:1px solid #DDD;padding-bottom:16px}.transaction-modal .ant-modal-header .ant-modal-title{color:#828282;font-size:14px;font-weight:400}.summary__group{width:100%;margin:0;max-height:500px;overflow:auto}.summary-item.with-copy{flex-direction:column;align-items:baseline!important}.summary-item.with-copy .item-text{display:flex;align-items:center;width:100%}.form-header-dark-bg{margin-left:-24px;margin-right:-24px;margin-top:-24px;padding:24px;background-color:#f5f5f5}.form-header-dark-bg h4{font-size:16px;font-weight:900;color:#515151}.form-header-dark-bg .ant-tag{display:inline-flex;align-items:center;padding:6px 16px;margin-bottom:7px;border-radius:50px;background-color:#e5e5e5;border-color:#d9d9d9}.form-header-dark-bg .ant-tag span,.form-header-dark-bg .ant-tag b{margin-right:2px}.form-header-dark-bg .ant-tag .anticon-close{width:10px;height:10px;background:url(/assets/close-icon-fcf2adba.svg) 50% no-repeat}.form-header-dark-bg .ant-tag .anticon-close svg{display:none}.ant-collapse-content>.ant-collapse-content-box{padding-block:0 16px}.currency-label{display:inline-flex;align-items:center;vertical-align:middle}.currency-label__icon{height:18px;width:auto;margin-right:10px}.currency-label__text{font-size:12px;line-height:18px}.summary__wrapper{position:relative;display:flex;flex:1;flex-direction:column;justify-content:start}.summary__wrapper .summary__direction{display:flex;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:24px}.summary__wrapper .summary__direction.with-tabs{margin-bottom:16px}.summary__wrapper .summary__direction .direction-icon{display:flex}.summary__wrapper .summary__direction .direction-item{display:flex;flex-direction:column;justify-content:flex-start;line-height:24px}.summary__wrapper .summary__direction .direction-item.direction-receive{margin-left:auto;line-height:24px}.summary__wrapper .summary__direction .direction-item .from-title,.summary__wrapper .summary__direction .direction-item .to-title{margin-bottom:8px;color:#0a0a0a;font-size:16px;font-weight:500;text-transform:capitalize}.summary__wrapper .summary__direction .direction-item .from-value,.summary__wrapper .summary__direction .direction-item .to-value{padding:12px 16px;min-width:154px;color:#0a0a0a;font-size:18px;font-weight:400;border-radius:100px;border:1px solid #DDD}.summary__wrapper .summary__progress-check{margin-bottom:32px}.summary__wrapper .summary__rate{margin:16px 0}.summary__wrapper .summary__group{margin-bottom:32px;display:flex;flex-direction:column}.summary__wrapper .summary__group:last-child{margin-bottom:0}.summary__wrapper .summary__group .summary-heading{text-align:center}.summary__wrapper .summary__group .summary-heading__title{color:#0a0a0a;font-size:26px;font-weight:500;line-height:34px;margin-bottom:8px}.summary__wrapper .summary__group .summary-heading__description{color:#646973;font-size:14px;line-height:24px}.summary__wrapper .summary__group h4{margin-bottom:16px;color:#0a0a0a;font-size:14px;font-weight:600;line-height:24px}.summary__wrapper .summary__group .summary-item{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;line-height:21px}.summary__wrapper .summary__group .summary-item:last-child{margin-bottom:0}.summary__wrapper .summary__group .summary-item .item-title{width:50%;color:#6a6a6a;font-size:14px;font-weight:400}.summary__wrapper .summary__group .summary-item .item-title.item-title-block{display:flex;align-items:center;margin-bottom:6px}.summary__wrapper .summary__group .summary-item .item-title a{color:#6a6a6a}.summary__wrapper .summary__group .summary-item .item-title .copy-button-wrapper{display:inline-flex}.summary__wrapper .summary__group .summary-item .item-text,.summary__wrapper .summary__group .summary-item .item-text span:not(.label){color:#0a0a0a;font-size:13px;font-weight:500;line-height:21px}.summary__wrapper .summary__group .summary-item .item-text .sub-text,.summary__wrapper .summary__group .summary-item .item-text span:not(.label) .sub-text{color:#838892;font-weight:400}.summary__wrapper .summary__group .summary-item .item-text .currency-label,.summary__wrapper .summary__group .summary-item .item-text span:not(.label) .currency-label{font-weight:500}.summary__wrapper .summary__group .summary-item .item-text button:not(:hover) svg path,.summary__wrapper .summary__group .summary-item .item-text span:not(.label) button:not(:hover) svg path{fill:#828282}.summary__wrapper .summary__group .summary-item .link{color:#2b2bd9;cursor:pointer;font-weight:500;font-size:13px}.summary__wrapper .summary__group .summary-item.with-button .item-text{margin-left:auto}.summary__wrapper .summary__group .summary-item.summary-item-column{flex-direction:column;justify-content:start;align-items:start;word-break:break-all}.summary__wrapper .summary__group .summary-item.summary-item-column .item-text,.summary__wrapper .summary__group .summary-item.summary-item-column .item-text span{text-align:left}.summary__wrapper .summary__total{margin-bottom:32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.summary__wrapper .summary__total .direction-arrow{display:flex}.summary__wrapper .summary__total .direction-total .total-title{color:#646973;font-size:12px;font-weight:400;line-height:20px;margin-bottom:8px}.summary__wrapper .summary__total .direction-total .total-value{display:flex;flex-direction:row;gap:14px;align-items:center}.summary__wrapper .summary__total .direction-total .total-value .total-value-label{color:#0a0a0a;font-size:16px;font-weight:600;line-height:24px}.summary__wrapper .summary__total .direction-total .total-value .total-value-text{color:#0a0a0a;font-size:12px;font-weight:400;line-height:20px}.summary__wrapper .summary__total .direction-total .total-value .currency-label__icon{margin-right:0;height:28px}.summary__wrapper .summary__amount{display:flex;justify-content:space-between;margin-top:auto;line-height:24px;font-weight:600}.summary__wrapper .summary__amount .amount-title{color:#646973;font-size:14px}.summary__wrapper .summary__amount .amount-value{color:#0a0a0a;text-align:right;font-size:16px;font-weight:600}.otp-code-form{border-top:1px solid #DDD;margin-top:24px;padding-top:24px}.success-transaction .summary-heading__title{padding:16px;border-radius:10px;color:#2b8e63!important;background-color:#e7f3ee;font-size:16px;font-weight:500}.success-transaction .summary-heading__description{text-align:left;font-size:16px!important;font-weight:400;color:#262626!important}.numa-input-wrapper{display:flex;flex-direction:column;margin-bottom:16px}.numa-input-wrapper input,.numa-input-wrapper select{color:#0a0a0a;padding:13.5px 16px;border-radius:6px;border:1px solid #DDD}.numa-input-wrapper .numa-textarea{height:200px;resize:none;width:100%;margin:10px 0 5px;padding:16px 20px;border:1px solid #DDD;outline-color:#0a0a0a;border-radius:20px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left}.numa-input-wrapper .numa-textarea.has-label{margin-top:0}.numa-input-wrapper .numa-textarea::placeholder{color:#828282;text-align:center;vertical-align:middle;line-height:160px}.numa-input-wrapper .select-wrapper.required select{color:#828282}.numa-input-wrapper.disabled input{background:none;border:none}.numa-input-wrapper label{margin-bottom:8px}.numa-input-wrapper .fake-input{position:relative;padding:12px 16px;border-radius:6px;height:48px;border:1px solid #DBDBDB}.numa-input-wrapper.date-wrapper .ant-picker{height:47px;width:100%;margin:0;padding:12px 16px;border:1px solid #DDD;outline-color:none;border-radius:100px;text-align:left}.numa-input-wrapper.date-wrapper .ant-picker input::placeholder{color:#828282}.numa-input-wrapper.date-wrapper .ant-picker input{font-size:15px;font-weight:500;color:#0a0a0a}.numa-input-wrapper .switch-wrapper{margin-top:25px}.numa-input-wrapper .switch-wrapper label{cursor:pointer;margin-left:8px}.numa-row-wrapper{gap:10px;display:flex}.numa-tags-wrapper{margin-bottom:25px;display:flex;flex-direction:column}.numa-tags-wrapper label{margin-bottom:8px;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;text-align:left;color:#6a6a6a}.numa-tags-wrapper div.ant-input{min-height:94px}.numa-tags-wrapper .ant-input{border-radius:100px;padding:12px 16px;border:1px solid #DDD;color:#0a0a0a}.numa-tags-wrapper .ant-input .ant-tag{padding:6px 8px;border-radius:4px;background:#F6F8FA;color:#0a0a0a}.numa-tags-wrapper .ant-input .ant-input-suffix{top:36px;right:16px}.numa-tags-wrapper .ant-input .ant-input-suffix .ant-input-clear-icon:after{content:"";display:block;width:12px;height:12px;background:url(/assets/close-icon-fcf2adba.svg) 50% no-repeat}.numa-tags-wrapper .ant-input .ant-input-suffix .ant-input-clear-icon svg{display:none}.numa-tags-wrapper .ant-input>.ant-input{margin-top:8px}.numa-tags-wrapper .ant-tag{display:inline-flex;align-items:center;padding:6px 8px;margin-top:8px;background-color:#f5f5f5;border-radius:2px;border:none;color:#515151;justify-content:center}.numa-tags-wrapper .ant-tag .anticon-close{margin-left:10px;display:inline-flex}.otp-code-form>div{padding:0;justify-content:space-between;align-items:center;gap:8px}.otp-code-form label{display:block;margin-bottom:8px}.otp-code-form input{width:50px!important;height:50px;border-radius:100px;border:1px solid #DDD;box-shadow:none!important}@media screen and (max-width: 480px){.otp-code-form input{width:35px!important;height:35px}}.otp-code-form input:focus,.otp-code-form input:focus-visible{border-color:#0a0a0a;outline:none!important}.otp-code-form input::-webkit-outer-spin-button,.otp-code-form input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-code-form input[type=number]{-moz-appearance:textfield}.numa-form-group-wrapper .group-title{width:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.numa-form-group-wrapper .group-title h4{margin-bottom:0!important}.numa-form-group-wrapper h4{font-size:24px;font-weight:700;line-height:29px;letter-spacing:0px;text-align:left;color:#515151}.numa-form-group-wrapper .numa-input-wrapper label{font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;text-align:left;color:#0a0a0a}.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input),.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper{height:47px;width:100%;margin:0;padding:12px 16px;border:1px solid #DDD;outline:none;border-radius:100px;font-size:15px;font-weight:500;line-height:21px;letter-spacing:0px;text-align:left;color:#0a0a0a}.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input)>input.ant-input,.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper>input.ant-input{height:45px}.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input):hover,.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input):active,.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input):focus,.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper:hover,.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper:active,.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper:focus{border:1px solid #0A0A0A}.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input)>input:focus,.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper>input:focus{border:1px solid #0A0A0A}.numa-input-wrapper:not(.date-wrapper) input:not(.ant-input):disabled,.numa-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper:disabled{pointer-events:none}.ant-select:not(.ant-pagination-options-size-changer){margin-top:0!important;height:48px!important}.dropzone-wrapper{width:100%;max-width:380px}.dropzone{display:flex;flex-direction:column;justify-content:center;align-items:center;height:78px;border-radius:16px;border:2px dashed #DDD;background:#FBFCB1;font-size:14px;font-weight:400;letter-spacing:0px}.dropzone p{display:block;color:#0a0a0a;text-align:center;font-size:12px;font-weight:500;line-height:24px}.dropzone span{font-size:16px;font-weight:100;color:#828282}.dropzone p{margin-bottom:0}.dropzone-desc{font-size:14px;max-width:440px}.dropzone-desc li{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left;color:#6a6a6a}.dropzone-desc li ::marker{font-size:12px}.dropzone-desc p{font-size:13px;font-weight:500;text-align:left;color:#6a6a6a;margin-bottom:0}.dropzone-desc .ownership__documents-subtitle{font-size:12px;color:#828282}.dropzone-preview-box{background:#F7F7F7;margin-top:12px;padding:12px 16px;border-radius:16px}.dropzone-preview-box .line1{display:flex;justify-content:space-between}.dropzone-preview-box .line1 span{font-weight:600;letter-spacing:0px;color:#2b8e63;font-size:14px;line-height:24px}.dropzone-preview-box .line1 img{cursor:pointer}.dropzone-preview-box .line2{color:#2b8e63;font-size:12px;font-weight:400;line-height:20px}.dropzone-preview-box .line3{width:100%;height:4px;margin-top:10px}.dropzone-preview-box .line3 div{border-radius:100px;background:#2B8E63!important}.activation-footer{margin-top:30px;margin-bottom:30px}.activation-footer button{width:40%}.ant-select.ant-select-show-arrow.ant-select-open .ant-select-arrow{transform:rotate(-180deg)!important}.copy-input-wrapper input{width:calc(100% - 40px)!important}.copy-input-wrapper .copy-button-wrapper{cursor:pointer;transform:translate(2%,-45%)!important}.numa-input-wrapper.with-copy{flex-direction:row}.numa-input-wrapper.with-copy input{margin-right:8px!important}.ant-checkbox-wrapper{margin-right:8px}.ant-checkbox-wrapper span{color:#0a0a0a;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.ant-checkbox-wrapper .ant-checkbox-inner{border:2px solid #DDD;border-radius:2px}.ant-checkbox-wrapper .ant-checkbox-inner:after{top:42%;inset-inline-start:20.5%}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{border-color:#0a0a0a;background-color:#0a0a0a}.ant-checkbox-wrapper .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner{background-color:#ddd!important;border:none}.ant-checkbox-wrapper .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#fff}.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#0a0a0a!important}.ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner{border-color:#0a0a0a!important;background-color:#0a0a0a!important}.ant-input{display:flex;padding:12px 16px!important;justify-content:space-between;align-items:center;align-self:stretch;border-radius:100px!important;border:1px solid #DDD!important;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#262626;box-shadow:none!important}.ant-input::placeholder{color:#828282}.ant-input:focus{border:1px solid #0A0A0A!important}.ant-input-affix-wrapper{margin-top:0;position:relative;border:none!important;box-shadow:none!important}.ant-input-affix-wrapper.auth-input{padding:0}.ant-input-affix-wrapper .anticon{color:#0a0a0a}.ant-input-affix-wrapper input{color:#0a0a0a;border-radius:6px;background:none;height:100%;padding:0 32px 0 16px}.ant-input-affix-wrapper.ant-input-affix-wrapper-focused .ant-input{border:1px solid #0A0A0A!important}.ant-select .ant-select-selector{display:flex;align-items:center;padding:12px 16px!important;border-radius:100px;height:47px!important;border:1px solid #DDD;font-size:14px;outline:none!important;box-shadow:none!important}.ant-select .ant-select-selector .ant-select-selection-item{color:#0a0a0a!important}.ant-select .ant-select-selector .ant-select-selection-placeholder{color:#828282;font-weight:500}.ant-select .ant-select-arrow{width:16px;height:16px;background:url(/assets/dropdown-arrow-9f5b39d8.svg) 50% 50% no-repeat;top:47%}.ant-select .ant-select-arrow svg{display:none}.ant-select:active .ant-select-selector,.ant-select:focus .ant-select-selector,.ant-select:hover .ant-select-selector,.ant-select.ant-select-focused .ant-select-selector{border:1px solid #0A0A0A!important}.wallet__header{font-size:14px;color:#0a0a0a;margin-bottom:40px;line-height:24px}.wallet__info{display:flex;flex-direction:row;align-items:flex-start}.wallet__info .numa-input-wrapper{flex:50%}@media screen and (min-width: 768px){.wallet__info{justify-content:space-between;flex-direction:row;margin-bottom:0;gap:20px}}.wallet__info-address-name{position:relative;padding:12px 16px;border-radius:100px;height:50px;border:1px solid #DDD;display:flex;align-items:center;font-weight:500;color:#0a0a0a}.wallet__info-address-name .currency-label{margin-right:4px}.wallet__info-address-name .currency-label .currency-label__text{font-size:14px}@media screen and (min-width: 768px){.wallet__info-address-name{flex:50%}}.wallet__qr-description{font-weight:600;font-size:14px;color:#6a6a6a}.wallet__qr{display:flex;flex-direction:column;justify-content:center;align-items:center}.wallet__qr img{display:block;width:228px;height:228px}.wallet__footer{margin-top:auto;text-align:center;font-size:12px;color:#6a6a6a}.copy-input-wrapper{margin-top:20px}.wallet-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;background-color:#fff}@media (max-width: 1200px){.wallet-container{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.wallet-container{grid-template-columns:1fr;align-items:center;justify-content:center}}.wallet-component{width:100%;max-width:374px;padding:20px;border-radius:18px;background:url(/assets/walletBackground-e1de76ab.svg) no-repeat center center;border:2px solid}@media (max-width: 768px){.wallet-component{max-width:none}}.wallet-component-header{display:flex;justify-content:space-between}.wallet-component-header-icon{width:30px;height:30px}.wallet-component-header-icon path{fill:inherit!important}.wallet-component-header-currency{padding:6px 10px;border-radius:100px;font-size:12px}.wallet-component-body{display:flex;flex-direction:column;padding-bottom:18px}.wallet-component-body-balance{font-size:34px;font-weight:400}.wallet-component-body-balance-label{font-size:12px}.wallet-component-actions{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid rgba(114,114,114,.2)}.wallet-component-actions-button{display:flex;align-items:center;font-size:13px;color:#0a0a0a;text-decoration:none}.wallet-component-actions-button svg{width:24px;height:24px;margin-left:10px}.wallet-component-actions-button:hover{color:#0a0a0a}.wallet-component-actions-button:hover svg path{fill:#0a0a0a}.plug__title{color:#0a0a0a;font-size:26px;font-style:normal;font-weight:500;line-height:34px;text-align:center;padding:0;margin:0}.plug__icon{margin-right:30px}.plug__icon img{max-height:88px}.label{display:inline-flex;justify-content:center;align-items:center;padding:6px 10px;border-radius:100px;color:#0a0a0a;font-size:12px;font-style:normal;font-weight:400;line-height:11px;text-transform:capitalize;white-space:nowrap}.label-status{background-color:#f6f8fa;color:#838892}.label-green{background:#E7FEF3;color:#2b8e63}.label-danger{background:#FAEAF1;color:#e23b38}.label-yellow{background:#C7FF74;color:#0a0a0a}.label-light-blue{background:#EDFFFE;color:#0e5156}.label.exchange,.label.swap{background:#F9EDE5}.label.exchange:before,.label.swap:before{content:"";width:7px;height:7px;border-radius:100%;background:#CE5000;margin-right:7px}.label.deposit{background:#E7F3EE}.label.deposit:before{content:"";width:7px;height:7px;border-radius:100%;background:#2B8E63;margin-right:7px}.label.send,.label.withdrawal{background:#EDEFFD}.label.send:before,.label.withdrawal:before{content:"";width:7px;height:7px;border-radius:100%;background:#9DA9FF;margin-right:7px}.copy-button-wrapper .numa-button{padding:15px}.compact-text{display:inline-flex;align-items:center;margin-right:8px;padding:13.5px 16px;height:47px;width:calc(100% - 48px);border-radius:100px;border:1px solid #DDD}.compact-text .copy-button{padding-right:0}.compact-text span{text-overflow:ellipsis;width:100%;white-space:nowrap;overflow:hidden}.compact-text.with-link{padding:4px 4px 4px 16px}.compact-text .external-link{background:#F8F8F8;border-radius:100px;padding:11px}.compact-text .external-link:hover{background:#F2F2F2}.ant-tooltip{max-width:360px!important}.ant-tooltip .ant-tooltip-inner{border-radius:8px;padding:8px 16px;background:#0A0A0A;color:#fff;font-size:12px;line-height:20px}.ant-tooltip.ant-tooltip-placement-top,.ant-tooltip.ant-tooltip-placement-topLeft,.ant-tooltip.ant-tooltip-placement-topRight{padding-bottom:0}.ant-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:0}.ant-tooltip.ant-tooltip-placement-bottom,.ant-tooltip.ant-tooltip-placement-bottomLeft,.ant-tooltip.ant-tooltip-placement-bottomRight{padding-top:0}.ant-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:0}.external-link{display:inline-flex;align-items:center}.external-link .link-name{margin-right:8px}.json-viewer-container:not(:last-child){margin-bottom:16px}.json-viewer-container .json-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;width:100%;background-color:#f6f8fa;border:1px solid #DDD;border-radius:12px 12px 0 0;color:#828282}.json-viewer-container .json-viewer-body>ul{border:1px solid #DDD!important;border-top:none!important;border-radius:0 0 12px 12px!important;background:transparent!important;margin:0!important;padding:16px!important}.json-viewer-container .json-viewer-body>ul div>div{color:transparent!important;background:url(/assets/arrow-right-bold-59bf2d91.svg) no-repeat 50% 25%;background-size:50%}.json-viewer-container .numa-button{padding:0;background:none}.json-viewer-container .numa-button:hover .icon path{fill:#0a0a0a}.transactions-card{font-size:14px}.transactions-card .ant-card-head{padding-bottom:20px!important;border-bottom:1px solid #DDD!important}.transactions-card .transaction-type{font-size:15px}.transactions-card .transaction-amount{font-size:15px;color:#00854c}.transactions-card .transaction-amount span{font-size:12px}.transactions-card .currency-label__text{font-size:14px}.transactions-card .currency-label svg{width:24px;height:24px;margin-right:8px}.table-component-wrapper{display:flex;position:relative}.table-component-wrapper .ant-table-wrapper{width:100%}.table-component-wrapper .ant-drawer.ant-drawer-open,.table-component-wrapper .ant-drawer .ant-drawer-content-wrapper{position:relative}.table-component-wrapper .ant-drawer .ant-drawer-mask{display:none}.ant-dropdown.sort-by-container .ant-dropdown-menu{min-width:252px;padding:10px 0;gap:12px;border-radius:8px;border:1px solid #838892;background:#FFF;box-shadow:8px 8px 30px #0000011a}.ant-dropdown.sort-by-container .ant-dropdown-menu .ant-dropdown-menu-item{padding:6px 16px}.ant-dropdown.sort-by-container .ant-dropdown-menu .ant-dropdown-menu-item .sort-option{display:flex;justify-content:space-between;align-items:center}.ant-dropdown.sort-by-container .ant-dropdown-menu .ant-dropdown-menu-item .check-icon{margin-left:10px}.ant-dropdown.sort-by-container .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content{color:#121212;font-size:14px;font-weight:400;line-height:22px}.ant-modal .ant-modal-content{padding:16px 24px;border-radius:17px;background:#FFFFFF;border:0}.delete__modal-content{display:flex;flex-direction:column;justify-content:space-between;width:100%}.delete__modal-header{color:#0a0a0a;margin-bottom:0;font-family:Manrope,sans-serif!important;text-align:left;font-size:22px;font-style:normal;font-weight:700;line-height:32px}.delete__modal-description{color:#646973;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:24px}.delete__modal-button-field{gap:10px;display:flex;justify-content:space-between;padding-top:16px;width:100%}.ant-spin-dot-spin{margin-top:200px}.projects-container{display:flex;gap:24px;flex-wrap:wrap}.ant-card.merchant-card-component{padding:12px 12px 24px!important;color:#0a0a0a;width:290px}@media screen and (max-width: 992px){.ant-card.merchant-card-component{width:48%}}@media screen and (max-width: 768px){.ant-card.merchant-card-component{width:100%}}.ant-card.merchant-card-component .ant-card-body{margin:0!important}.ant-card.merchant-card-component .numa-button:not(.round){max-width:201px;width:100%}.ant-card.merchant-card-component .card-body{padding:16px;background-color:#f2f2f2;border-radius:14px;margin-bottom:24px}.ant-card.merchant-card-component .card-body .card-body__title-wrapper{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(130,130,130,.2);margin-bottom:16px}.ant-card.merchant-card-component .card-body__title{display:block;font-size:20px;font-weight:700;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.ant-card.merchant-card-component .card-body__info{font-size:13px}.ant-card.merchant-card-component .card-body__info span:not(:first-child){font-weight:500}.ant-card.merchant-card-component .card-body__info span:not(:last-child){color:#828282;font-size:14px}.ant-card.merchant-card-component .card-body__info .created-at,.ant-card.merchant-card-component .card-body__info .role{display:flex;align-items:center;justify-content:space-between}.ant-card.merchant-card-component .card-body__info .created-at svg,.ant-card.merchant-card-component .card-body__info .role svg{margin-right:8px}.ant-card.merchant-card-component .card-body__info .created-at{margin-bottom:16px}.ant-card.merchant-card-component .card-body__info .card-body__info-label{display:flex;align-items:end}.ant-card.merchant-card-component .card-body__info .role .card-body__info-label{align-items:center}.ant-card.merchant-card-component .card-actions{display:flex;justify-content:space-between;align-items:center}.alert{display:flex;padding:12px;margin:16px 0;align-items:center;align-self:stretch;gap:8px;border-radius:12px;background:#FEFFDC}.alert-long{width:40%}.alert__text{color:#0a0a0a;font-size:12px;font-weight:500;line-height:24px}.alert__text span{color:#0a0a0a}.alert__heading{color:#080808;font-size:16px;font-weight:500;line-height:24px;margin-bottom:8px}.alert__icon,.alert__action{display:flex}.alert__icon{margin-bottom:auto}.callbackForm{width:50%}.confirm-table{line-height:21px;border-radius:8px;border:1px solid #DBDBDB;overflow:hidden;color:#0a0a0a;font-size:13px;font-style:normal;font-weight:500}.confirm-table .confirm-name{padding:12px 24px;background:#F6F8FA;display:flex;justify-content:space-between}.confirm-table .confirm-ips{padding:12px 24px;display:flex;justify-content:space-between}.confirm-form{border-bottom:1px solid #DBDBDB;padding-bottom:32px}.confirm-wrapper .otp-code-form{margin-top:32px}.public-key-area{border-radius:8px;margin-top:20px;background-color:#f6f8fa;padding:8px 16px;word-break:break-all;color:#646973;font-size:13px}.public-key-area .public-key-area-header{display:flex;justify-content:space-between;margin-bottom:10px}.public-key-area .public-key-area-header h3{color:#646973;font-size:16px;font-weight:600;line-height:24px;margin-bottom:8px}.public-key-area button{background:transparent;border:none;cursor:pointer}.public-key-area button img{width:24px}.alert-pane{margin-top:16px;background:transparent;border:1px solid #D89632;border-left:4px solid #D89632}[class^=ant-]::-ms-clear,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class*=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class*=ant-] input::-ms-reveal{display:none}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;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}[tabindex="-1"]:focus{outline:none!important}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{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}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}a{color:#1890ff;text-decoration:none;background-color:transparent;outline:none;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#40a9ff}a:active{color:#096dd9}a:active,a:hover{text-decoration:none;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#00000040;cursor:not-allowed}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;color:#00000073;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,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}[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}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:#1890ff}.clearfix:before{display:table;content:""}.clearfix:after{display:table;clear:both;content:""}.anticon{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin:before{display:inline-block;animation:loadingCircle 1s infinite linear}.anticon-spin{display:inline-block;animation:loadingCircle 1s infinite linear}.ant-fade-enter,.ant-fade-appear,.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-enter.ant-fade-enter-active,.ant-fade-appear.ant-fade-appear-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-enter,.ant-fade-appear{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.ant-move-up-enter,.ant-move-up-appear,.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-enter.ant-move-up-enter-active,.ant-move-up-appear.ant-move-up-appear-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-enter,.ant-move-up-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-down-enter,.ant-move-down-appear,.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-enter.ant-move-down-enter-active,.ant-move-down-appear.ant-move-down-appear-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-enter,.ant-move-down-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-left-enter,.ant-move-left-appear,.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-enter.ant-move-left-enter-active,.ant-move-left-appear.ant-move-left-appear-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-enter,.ant-move-left-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-right-enter,.ant-move-right-appear,.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-enter.ant-move-right-enter-active,.ant-move-right-appear.ant-move-right-appear-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-enter,.ant-move-right-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translate(-100%);transform-origin:0 0;opacity:0}to{transform:translate(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translate(0);transform-origin:0 0;opacity:1}to{transform:translate(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translate(100%);transform-origin:0 0;opacity:0}to{transform:translate(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translate(0);transform-origin:0 0;opacity:1}to{transform:translate(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{to{transform:rotate(360deg)}}[ant-click-animating=true],[ant-click-animating-without-extra-node=true]{position:relative}html{--antd-wave-shadow-color: #1890ff;--scroll-bar: 0}[ant-click-animating-without-extra-node=true]:after,.ant-click-animating-node{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 #1890ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:"";pointer-events:none}@keyframes waveEffect{to{box-shadow:0 0 #1890ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.ant-slide-up-enter,.ant-slide-up-appear,.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-enter.ant-slide-up-enter-active,.ant-slide-up-appear.ant-slide-up-appear-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-enter,.ant-slide-up-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-down-enter,.ant-slide-down-appear,.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-enter.ant-slide-down-enter-active,.ant-slide-down-appear.ant-slide-down-appear-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-enter,.ant-slide-down-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-left-enter,.ant-slide-left-appear,.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-enter.ant-slide-left-enter-active,.ant-slide-left-appear.ant-slide-left-appear-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-enter,.ant-slide-left-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-right-enter,.ant-slide-right-appear,.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-enter.ant-slide-right-enter-active,.ant-slide-right-appear.ant-slide-right-appear-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-enter,.ant-slide-right-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}to{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}to{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}.ant-zoom-enter,.ant-zoom-appear,.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-enter.ant-zoom-enter-active,.ant-zoom-appear.ant-zoom-appear-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-enter,.ant-zoom-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-enter-prepare,.ant-zoom-appear-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-enter,.ant-zoom-big-appear,.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-enter.ant-zoom-big-enter-active,.ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-enter,.ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-enter-prepare,.ant-zoom-big-appear-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear,.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-fast-enter-prepare,.ant-zoom-big-fast-appear-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-up-enter,.ant-zoom-up-appear,.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-enter.ant-zoom-up-enter-active,.ant-zoom-up-appear.ant-zoom-up-appear-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-enter,.ant-zoom-up-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-up-enter-prepare,.ant-zoom-up-appear-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-down-enter,.ant-zoom-down-appear,.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-enter.ant-zoom-down-enter-active,.ant-zoom-down-appear.ant-zoom-down-appear-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-enter,.ant-zoom-down-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-down-enter-prepare,.ant-zoom-down-appear-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-left-enter,.ant-zoom-left-appear,.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-enter.ant-zoom-left-enter-active,.ant-zoom-left-appear.ant-zoom-left-appear-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-enter,.ant-zoom-left-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-left-enter-prepare,.ant-zoom-left-appear-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-right-enter,.ant-zoom-right-appear,.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-enter.ant-zoom-right-enter-active,.ant-zoom-right-appear.ant-zoom-right-appear-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-enter,.ant-zoom-right-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-right-enter-prepare,.ant-zoom-right-appear-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}to{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0%;opacity:0}to{transform:scale(1);transform-origin:50% 0%}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0%}to{transform:scale(.8);transform-origin:50% 0%;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0% 50%;opacity:0}to{transform:scale(1);transform-origin:0% 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0% 50%}to{transform:scale(.8);transform-origin:0% 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}to{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}to{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-message{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;top:8px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#ff4d4f}.ant-message-warning .anticon{color:#faad14}.ant-message-info .anticon,.ant-message-loading .anticon{color:#1890ff}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active{animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ant-message-rtl,.ant-message-rtl span{direction:rtl}.ant-message-rtl .anticon{margin-right:0;margin-left:8px}.ant-tag{box-sizing:border-box;margin:0 8px 0 0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;height:auto;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:2px;opacity:1;transition:all .3s}.ant-tag,.ant-tag a,.ant-tag a:hover{color:#000000d9}.ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ant-tag-close-icon{margin-left:3px;color:#00000073;font-size:10px;cursor:pointer;transition:all .3s}.ant-tag-close-icon:hover{color:#000000d9}.ant-tag-has-color{border-color:transparent}.ant-tag-has-color,.ant-tag-has-color a,.ant-tag-has-color a:hover,.ant-tag-has-color .anticon-close,.ant-tag-has-color .anticon-close:hover{color:#fff}.ant-tag-checkable{background-color:transparent;border-color:transparent;cursor:pointer}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:#1890ff}.ant-tag-checkable:active,.ant-tag-checkable-checked{color:#fff}.ant-tag-checkable-checked{background-color:#1890ff}.ant-tag-checkable:active{background-color:#096dd9}.ant-tag-hidden{display:none}.ant-tag-pink{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-magenta{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-red{color:#cf1322;background:#fff1f0;border-color:#ffa39e}.ant-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.ant-tag-volcano{color:#d4380d;background:#fff2e8;border-color:#ffbb96}.ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.ant-tag-orange{color:#d46b08;background:#fff7e6;border-color:#ffd591}.ant-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.ant-tag-yellow{color:#d4b106;background:#feffe6;border-color:#fffb8f}.ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.ant-tag-gold{color:#d48806;background:#fffbe6;border-color:#ffe58f}.ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.ant-tag-cyan{color:#08979c;background:#e6fffb;border-color:#87e8de}.ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.ant-tag-lime{color:#7cb305;background:#fcffe6;border-color:#eaff8f}.ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.ant-tag-green{color:#389e0d;background:#f6ffed;border-color:#b7eb8f}.ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.ant-tag-blue{color:#096dd9;background:#e6f7ff;border-color:#91d5ff}.ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.ant-tag-geekblue{color:#1d39c4;background:#f0f5ff;border-color:#adc6ff}.ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.ant-tag-purple{color:#531dab;background:#f9f0ff;border-color:#d3adf7}.ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.ant-tag-success{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.ant-tag-processing{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.ant-tag-error{color:#ff4d4f;background:#fff2f0;border-color:#ffccc7}.ant-tag-warning{color:#faad14;background:#fffbe6;border-color:#ffe58f}.ant-tag>.anticon+span,.ant-tag>span+.anticon{margin-left:7px}.ant-tag.ant-tag-rtl{margin-right:0;margin-left:8px;direction:rtl;text-align:right}.ant-tag-rtl .ant-tag-close-icon{margin-right:3px;margin-left:0}.ant-tag-rtl.ant-tag>.anticon+span,.ant-tag-rtl.ant-tag>span+.anticon{margin-right:7px;margin-left:0}.ant-tooltip{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1070;display:block;width:max-content;max-width:250px;visibility:visible}.ant-tooltip-hidden{display:none}.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight{padding-bottom:8px}.ant-tooltip-placement-right,.ant-tooltip-placement-rightTop,.ant-tooltip-placement-rightBottom{padding-left:8px}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:8px}.ant-tooltip-placement-left,.ant-tooltip-placement-leftTop,.ant-tooltip-placement-leftBottom{padding-right:8px}.ant-tooltip-inner{min-width:30px;min-height:32px;padding:6px 8px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:#000000bf;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-tooltip-arrow{position:absolute;display:block;width:13.07106781px;height:13.07106781px;overflow:hidden;background:transparent;pointer-events:none}.ant-tooltip-arrow-content{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:5px;height:5px;margin:auto;background-color:#000000bf;content:"";pointer-events:auto}.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:-5.07106781px}.ant-tooltip-placement-top .ant-tooltip-arrow-content,.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-topRight .ant-tooltip-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translateY(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;transform:translate(-50%)}.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-topRight .ant-tooltip-arrow{right:13px}.ant-tooltip-placement-right .ant-tooltip-arrow,.ant-tooltip-placement-rightTop .ant-tooltip-arrow,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{left:-5.07106781px}.ant-tooltip-placement-right .ant-tooltip-arrow-content,.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content{box-shadow:-3px 3px 7px #00000012;transform:translate(6.53553391px) rotate(45deg)}.ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;transform:translateY(-50%)}.ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-left .ant-tooltip-arrow,.ant-tooltip-placement-leftTop .ant-tooltip-arrow,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{right:-5.07106781px}.ant-tooltip-placement-left .ant-tooltip-arrow-content,.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content{box-shadow:3px -3px 7px #00000012;transform:translate(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;transform:translateY(-50%)}.ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:-5.07106781px}.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content{box-shadow:-3px -3px 7px #00000012;transform:translateY(6.53553391px) rotate(45deg)}.ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;transform:translate(-50%)}.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:13px}.ant-tooltip-pink .ant-tooltip-inner,.ant-tooltip-pink .ant-tooltip-arrow-content,.ant-tooltip-magenta .ant-tooltip-inner,.ant-tooltip-magenta .ant-tooltip-arrow-content{background-color:#eb2f96}.ant-tooltip-red .ant-tooltip-inner,.ant-tooltip-red .ant-tooltip-arrow-content{background-color:#f5222d}.ant-tooltip-volcano .ant-tooltip-inner,.ant-tooltip-volcano .ant-tooltip-arrow-content{background-color:#fa541c}.ant-tooltip-orange .ant-tooltip-inner,.ant-tooltip-orange .ant-tooltip-arrow-content{background-color:#fa8c16}.ant-tooltip-yellow .ant-tooltip-inner,.ant-tooltip-yellow .ant-tooltip-arrow-content{background-color:#fadb14}.ant-tooltip-gold .ant-tooltip-inner,.ant-tooltip-gold .ant-tooltip-arrow-content{background-color:#faad14}.ant-tooltip-cyan .ant-tooltip-inner,.ant-tooltip-cyan .ant-tooltip-arrow-content{background-color:#13c2c2}.ant-tooltip-lime .ant-tooltip-inner,.ant-tooltip-lime .ant-tooltip-arrow-content{background-color:#a0d911}.ant-tooltip-green .ant-tooltip-inner,.ant-tooltip-green .ant-tooltip-arrow-content{background-color:#52c41a}.ant-tooltip-blue .ant-tooltip-inner,.ant-tooltip-blue .ant-tooltip-arrow-content{background-color:#1890ff}.ant-tooltip-geekblue .ant-tooltip-inner,.ant-tooltip-geekblue .ant-tooltip-arrow-content{background-color:#2f54eb}.ant-tooltip-purple .ant-tooltip-inner,.ant-tooltip-purple .ant-tooltip-arrow-content{background-color:#722ed1}.ant-tooltip-rtl{direction:rtl}.ant-tooltip-rtl .ant-tooltip-inner{text-align:right}.ant-input-affix-wrapper{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;display:inline-flex}.ant-input-affix-wrapper::-moz-placeholder{opacity:1}.ant-input-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.ant-input-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.ant-input-affix-wrapper:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input-rtl .ant-input-affix-wrapper:hover{border-right-width:0;border-left-width:1px!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px!important;outline:0}.ant-input-rtl .ant-input-affix-wrapper:focus,.ant-input-rtl .ant-input-affix-wrapper-focused{border-right-width:0;border-left-width:1px!important}.ant-input-affix-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-affix-wrapper[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-affix-wrapper-borderless,.ant-input-affix-wrapper-borderless:hover,.ant-input-affix-wrapper-borderless:focus,.ant-input-affix-wrapper-borderless-focused,.ant-input-affix-wrapper-borderless-disabled,.ant-input-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.ant-input-affix-wrapper-sm{padding:0 7px}.ant-input-affix-wrapper-rtl{direction:rtl}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:#40a9ff;border-right-width:1px!important;z-index:1}.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-right-width:0;border-left-width:1px!important}.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{z-index:0}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus{z-index:1}.ant-input-affix-wrapper-disabled .ant-input[disabled]{background:transparent}.ant-input-affix-wrapper>input.ant-input{padding:0;border:none;outline:none}.ant-input-affix-wrapper>input.ant-input:focus{box-shadow:none!important}.ant-input-affix-wrapper:before{width:0;visibility:hidden;content:" "}.ant-input-prefix,.ant-input-suffix{display:flex;flex:none;align-items:center}.ant-input-show-count-suffix{color:#00000073}.ant-input-show-count-has-suffix{margin-right:2px}.ant-input-prefix{margin-right:4px}.ant-input-suffix{margin-left:4px}.anticon.ant-input-clear-icon{margin:0;color:#00000040;font-size:12px;vertical-align:-1px;cursor:pointer;transition:color .3s}.anticon.ant-input-clear-icon:hover{color:#00000073}.anticon.ant-input-clear-icon:active{color:#000000d9}.anticon.ant-input-clear-icon-hidden{visibility:hidden}.anticon.ant-input-clear-icon-has-suffix{margin:0 4px}.ant-input-affix-wrapper-textarea-with-clear-btn{padding:0!important;border:0!important}.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon{position:absolute;top:8px;right:8px;z-index:1}.ant-input{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.ant-input::-moz-placeholder{opacity:1}.ant-input::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.ant-input:placeholder-shown{text-overflow:ellipsis}.ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input-rtl .ant-input:hover{border-right-width:0;border-left-width:1px!important}.ant-input:focus,.ant-input-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px!important;outline:0}.ant-input-rtl .ant-input:focus,.ant-input-rtl .ant-input-focused{border-right-width:0;border-left-width:1px!important}.ant-input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-borderless,.ant-input-borderless:hover,.ant-input-borderless:focus,.ant-input-borderless-focused,.ant-input-borderless-disabled,.ant-input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-lg{padding:6.5px 11px;font-size:16px}.ant-input-sm{padding:0 7px}.ant-input-rtl{direction:rtl}.ant-input-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-group>[class*=col-]{padding-right:8px}.ant-input-group>[class*=col-]:last-child{padding-right:0}.ant-input-group-addon,.ant-input-group-wrap,.ant-input-group>.ant-input{display:table-cell}.ant-input-group-addon:not(:first-child):not(:last-child),.ant-input-group-wrap:not(:first-child):not(:last-child),.ant-input-group>.ant-input:not(:first-child):not(:last-child){border-radius:0}.ant-input-group-addon,.ant-input-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-group-wrap>*{display:block!important}.ant-input-group .ant-input{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-group .ant-input:focus{z-index:1;border-right-width:1px}.ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.ant-input-search-with-button .ant-input-group .ant-input:hover{z-index:0}.ant-input-group-addon{position:relative;padding:0 11px;color:#000000d9;font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.ant-input-group-addon .ant-select{margin:-5px -11px}.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-group-addon .ant-select-open .ant-select-selector,.ant-input-group-addon .ant-select-focused .ant-select-selector{color:#1890ff}.ant-input-group-addon .ant-cascader-picker{margin:-9px -12px;background-color:transparent}.ant-input-group-addon .ant-cascader-picker .ant-cascader-input{text-align:left;border:0;box-shadow:none}.ant-input-group>.ant-input:first-child,.ant-input-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input:first-child .ant-select .ant-select-selector,.ant-input-group-addon:first-child .ant-select .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group-addon:first-child{border-right:0}.ant-input-group-addon:last-child{border-left:0}.ant-input-group>.ant-input:last-child,.ant-input-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input:last-child .ant-select .ant-select-selector,.ant-input-group-addon:last-child .ant-select .ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon{padding:6.5px 11px;font-size:16px}.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon{padding:0 7px}.ant-input-group-lg .ant-select-single .ant-select-selector{height:40px}.ant-input-group-sm .ant-select-single .ant-select-selector{height:24px}.ant-input-group .ant-input-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child){border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-input-group .ant-input-affix-wrapper:not(:first-child),.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group.ant-input-group-compact{display:block}.ant-input-group.ant-input-group-compact:before{display:table;content:""}.ant-input-group.ant-input-group-compact:after{display:table;clear:both;content:""}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus{z-index:1}.ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper{display:inline-flex}.ant-input-group.ant-input-group-compact>.ant-picker-range{display:inline-flex}.ant-input-group.ant-input-group-compact>*:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-group.ant-input-group-compact .ant-input{float:none}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input{border-right-width:1px;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover{z-index:1}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus{z-index:1}.ant-input-group.ant-input-group-compact>.ant-select-focused{z-index:1}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow{z-index:1}.ant-input-group.ant-input-group-compact>*:first-child,.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-input-group.ant-input-group-compact>*:last-child,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper{margin-left:-1px}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper{border-radius:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button{border-radius:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:2px 0 0 2px}.ant-input-group>.ant-input-rtl:first-child,.ant-input-group-rtl .ant-input-group-addon:first-child{border-radius:0 2px 2px 0}.ant-input-group-rtl .ant-input-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0}.ant-input-group-rtl .ant-input-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9}.ant-input-group-rtl.ant-input-group>.ant-input:last-child,.ant-input-group-rtl.ant-input-group-addon:last-child{border-radius:2px 0 0 2px}.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child){border-radius:2px 0 0 2px}.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child){border-radius:0 2px 2px 0}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:not(:last-child){margin-right:0;margin-left:-1px;border-left-width:1px}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:first-child,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input{border-radius:0 2px 2px 0}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:last-child,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input{border-left-width:1px;border-radius:2px 0 0 2px}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl+.ant-input-group-wrapper-rtl{margin-right:-1px;margin-left:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:0 2px 2px 0}.ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.ant-input-password-icon{color:#00000073;cursor:pointer;transition:all .3s}.ant-input-password-icon:hover{color:#000000d9}.ant-input[type=color]{height:32px}.ant-input[type=color].ant-input-lg{height:40px}.ant-input[type=color].ant-input-sm{height:24px;padding-top:3px;padding-bottom:3px}.ant-input-textarea-show-count>.ant-input{height:100%}.ant-input-textarea-show-count:after{float:right;color:#00000073;white-space:nowrap;content:attr(data-count);pointer-events:none}.ant-input-search .ant-input:hover,.ant-input-search .ant-input:focus{border-color:#40a9ff}.ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary){border-left-color:#40a9ff}.ant-input-search .ant-input-affix-wrapper{border-radius:0}.ant-input-search .ant-input-lg{line-height:1.5713}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child{left:-1px;padding:0;border:0}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button{padding-top:0;padding-bottom:0;border-radius:0 2px 2px 0}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary){color:#00000073}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading:before{top:0;right:0;bottom:0;left:0}.ant-input-search-button{height:32px}.ant-input-search-button:hover,.ant-input-search-button:focus{z-index:1}.ant-input-search-large .ant-input-search-button{height:40px}.ant-input-search-small .ant-input-search-button{height:24px}.ant-input-group-wrapper-rtl,.ant-input-group-rtl{direction:rtl}.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl>input.ant-input{border:none;outline:none}.ant-input-affix-wrapper-rtl .ant-input-prefix{margin:0 0 0 4px}.ant-input-affix-wrapper-rtl .ant-input-suffix{margin:0 4px 0 0}.ant-input-textarea-rtl{direction:rtl}.ant-input-textarea-rtl.ant-input-textarea-show-count:after{text-align:left}.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix{margin-right:0;margin-left:4px}.ant-input-affix-wrapper-rtl .ant-input-clear-icon{right:auto;left:8px}.ant-input-search-rtl{direction:rtl}.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary){border-right-color:#40a9ff;border-left-color:#d9d9d9}.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper:hover,.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper-focused{border-right-color:#40a9ff}.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon{right:-1px;left:auto}.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon .ant-input-search-button{border-radius:2px 0 0 2px}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ant-input{height:32px}.ant-input-lg{height:40px}.ant-input-sm{height:24px}.ant-input-affix-wrapper>input.ant-input{height:auto}}.ant-btn{line-height:1.5715;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;border:1px solid transparent;box-shadow:0 2px #00000004;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;touch-action:manipulation;height:32px;padding:4px 15px;font-size:14px;border-radius:2px;color:#000000d9;border-color:#d9d9d9;background:#fff}.ant-btn>.anticon{line-height:1}.ant-btn,.ant-btn:active,.ant-btn:focus{outline:0}.ant-btn:not([disabled]):hover{text-decoration:none}.ant-btn:not([disabled]):active{outline:0;box-shadow:none}.ant-btn[disabled]{cursor:not-allowed}.ant-btn[disabled]>*{pointer-events:none}.ant-btn-lg{height:40px;padding:6.4px 15px;font-size:16px;border-radius:2px}.ant-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:2px}.ant-btn>a:only-child{color:currentcolor}.ant-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:hover,.ant-btn:focus{color:#40a9ff;border-color:#40a9ff;background:#fff}.ant-btn:hover>a:only-child,.ant-btn:focus>a:only-child{color:currentcolor}.ant-btn:hover>a:only-child:after,.ant-btn:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:active{color:#096dd9;border-color:#096dd9;background:#fff}.ant-btn:active>a:only-child{color:currentcolor}.ant-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn[disabled],.ant-btn[disabled]:hover,.ant-btn[disabled]:focus,.ant-btn[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn[disabled]>a:only-child,.ant-btn[disabled]:hover>a:only-child,.ant-btn[disabled]:focus>a:only-child,.ant-btn[disabled]:active>a:only-child{color:currentcolor}.ant-btn[disabled]>a:only-child:after,.ant-btn[disabled]:hover>a:only-child:after,.ant-btn[disabled]:focus>a:only-child:after,.ant-btn[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:hover,.ant-btn:focus,.ant-btn:active{text-decoration:none;background:#fff}.ant-btn>span{display:inline-block}.ant-btn-primary{color:#fff;border-color:#1890ff;background:#1890ff;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:hover,.ant-btn-primary:focus{color:#fff;border-color:#40a9ff;background:#40a9ff}.ant-btn-primary:hover>a:only-child,.ant-btn-primary:focus>a:only-child{color:currentcolor}.ant-btn-primary:hover>a:only-child:after,.ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:active{color:#fff;border-color:#096dd9;background:#096dd9}.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:hover,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-primary[disabled]>a:only-child,.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.ant-btn-primary[disabled]>a:only-child:after,.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#40a9ff;border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#40a9ff}.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.ant-btn-group .ant-btn-primary:last-child:not(:first-child),.ant-btn-group .ant-btn-primary+.ant-btn-primary{border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled]{border-left-color:#d9d9d9}.ant-btn-ghost{color:#000000d9;border-color:#d9d9d9;background:transparent}.ant-btn-ghost>a:only-child{color:currentcolor}.ant-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:hover,.ant-btn-ghost:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-ghost:hover>a:only-child,.ant-btn-ghost:focus>a:only-child{color:currentcolor}.ant-btn-ghost:hover>a:only-child:after,.ant-btn-ghost:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-ghost:active>a:only-child{color:currentcolor}.ant-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost[disabled],.ant-btn-ghost[disabled]:hover,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-ghost[disabled]>a:only-child,.ant-btn-ghost[disabled]:hover>a:only-child,.ant-btn-ghost[disabled]:focus>a:only-child,.ant-btn-ghost[disabled]:active>a:only-child{color:currentcolor}.ant-btn-ghost[disabled]>a:only-child:after,.ant-btn-ghost[disabled]:hover>a:only-child:after,.ant-btn-ghost[disabled]:focus>a:only-child:after,.ant-btn-ghost[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed{color:#000000d9;border-color:#d9d9d9;background:#fff;border-style:dashed}.ant-btn-dashed>a:only-child{color:currentcolor}.ant-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:hover,.ant-btn-dashed:focus{color:#40a9ff;border-color:#40a9ff;background:#fff}.ant-btn-dashed:hover>a:only-child,.ant-btn-dashed:focus>a:only-child{color:currentcolor}.ant-btn-dashed:hover>a:only-child:after,.ant-btn-dashed:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:active{color:#096dd9;border-color:#096dd9;background:#fff}.ant-btn-dashed:active>a:only-child{color:currentcolor}.ant-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed[disabled],.ant-btn-dashed[disabled]:hover,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dashed[disabled]>a:only-child,.ant-btn-dashed[disabled]:hover>a:only-child,.ant-btn-dashed[disabled]:focus>a:only-child,.ant-btn-dashed[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dashed[disabled]>a:only-child:after,.ant-btn-dashed[disabled]:hover>a:only-child:after,.ant-btn-dashed[disabled]:focus>a:only-child:after,.ant-btn-dashed[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.ant-btn-danger>a:only-child{color:currentcolor}.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:hover,.ant-btn-danger:focus{color:#fff;border-color:#ff7875;background:#ff7875}.ant-btn-danger:hover>a:only-child,.ant-btn-danger:focus>a:only-child{color:currentcolor}.ant-btn-danger:hover>a:only-child:after,.ant-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:active{color:#fff;border-color:#d9363e;background:#d9363e}.ant-btn-danger:active>a:only-child{color:currentcolor}.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger[disabled],.ant-btn-danger[disabled]:hover,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-danger[disabled]>a:only-child,.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-danger[disabled]:active>a:only-child{color:currentcolor}.ant-btn-danger[disabled]>a:only-child:after,.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link{color:#1890ff;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:hover,.ant-btn-link:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-link:hover>a:only-child,.ant-btn-link:focus>a:only-child{color:currentcolor}.ant-btn-link:hover>a:only-child:after,.ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link[disabled],.ant-btn-link[disabled]:hover,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-link:hover{background:transparent}.ant-btn-link:hover,.ant-btn-link:focus,.ant-btn-link:active{border-color:transparent}.ant-btn-link[disabled],.ant-btn-link[disabled]:hover,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-link[disabled]>a:only-child,.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.ant-btn-link[disabled]>a:only-child:after,.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text{color:#000000d9;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-text>a:only-child{color:currentcolor}.ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text:hover,.ant-btn-text:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-text:hover>a:only-child,.ant-btn-text:focus>a:only-child{color:currentcolor}.ant-btn-text:hover>a:only-child:after,.ant-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-text:active>a:only-child{color:currentcolor}.ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text[disabled],.ant-btn-text[disabled]:hover,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-text:hover,.ant-btn-text:focus{color:#000000d9;background:rgba(0,0,0,.018);border-color:transparent}.ant-btn-text:active{color:#000000d9;background:rgba(0,0,0,.028);border-color:transparent}.ant-btn-text[disabled],.ant-btn-text[disabled]:hover,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-text[disabled]>a:only-child,.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-text[disabled]:active>a:only-child{color:currentcolor}.ant-btn-text[disabled]>a:only-child:after,.ant-btn-text[disabled]:hover>a:only-child:after,.ant-btn-text[disabled]:focus>a:only-child:after,.ant-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;background:#fff}.ant-btn-dangerous>a:only-child{color:currentcolor}.ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous:hover,.ant-btn-dangerous:focus{color:#ff7875;border-color:#ff7875;background:#fff}.ant-btn-dangerous:hover>a:only-child,.ant-btn-dangerous:focus>a:only-child{color:currentcolor}.ant-btn-dangerous:hover>a:only-child:after,.ant-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e;background:#fff}.ant-btn-dangerous:active>a:only-child{color:currentcolor}.ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous[disabled],.ant-btn-dangerous[disabled]:hover,.ant-btn-dangerous[disabled]:focus,.ant-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous[disabled]>a:only-child,.ant-btn-dangerous[disabled]:hover>a:only-child,.ant-btn-dangerous[disabled]:focus>a:only-child,.ant-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous[disabled]>a:only-child:after,.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.ant-btn-dangerous.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary:hover,.ant-btn-dangerous.ant-btn-primary:focus{color:#fff;border-color:#ff7875;background:#ff7875}.ant-btn-dangerous.ant-btn-primary:hover>a:only-child,.ant-btn-dangerous.ant-btn-primary:focus>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary:active{color:#fff;border-color:#d9363e;background:#d9363e}.ant-btn-dangerous.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary[disabled],.ant-btn-dangerous.ant-btn-primary[disabled]:hover,.ant-btn-dangerous.ant-btn-primary[disabled]:focus,.ant-btn-dangerous.ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-dangerous.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link:hover,.ant-btn-dangerous.ant-btn-link:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-dangerous.ant-btn-link:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-link:hover,.ant-btn-dangerous.ant-btn-link:focus{color:#ff7875;border-color:transparent;background:transparent}.ant-btn-dangerous.ant-btn-link:hover>a:only-child,.ant-btn-dangerous.ant-btn-link:focus>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link:active{color:#d9363e;border-color:transparent;background:transparent}.ant-btn-dangerous.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-dangerous.ant-btn-text>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text:hover,.ant-btn-dangerous.ant-btn-text:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-dangerous.ant-btn-text:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:hover,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-text:hover,.ant-btn-dangerous.ant-btn-text:focus{color:#ff7875;border-color:transparent;background:rgba(0,0,0,.018)}.ant-btn-dangerous.ant-btn-text:hover>a:only-child,.ant-btn-dangerous.ant-btn-text:focus>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text:active{color:#d9363e;border-color:transparent;background:rgba(0,0,0,.028)}.ant-btn-dangerous.ant-btn-text:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:hover,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-icon-only{width:32px;height:32px;padding:2.4px 0;font-size:16px;border-radius:2px;vertical-align:-3px}.ant-btn-icon-only>*{font-size:16px}.ant-btn-icon-only.ant-btn-lg{width:40px;height:40px;padding:4.9px 0;font-size:18px;border-radius:2px}.ant-btn-icon-only.ant-btn-lg>*{font-size:18px}.ant-btn-icon-only.ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:2px}.ant-btn-icon-only.ant-btn-sm>*{font-size:14px}.ant-btn-icon-only>.anticon{display:flex;justify-content:center}a.ant-btn-icon-only{vertical-align:-1px}a.ant-btn-icon-only>.anticon{display:inline}.ant-btn-round{height:32px;padding:4px 16px;font-size:14px;border-radius:32px}.ant-btn-round.ant-btn-lg{height:40px;padding:6.4px 20px;font-size:16px;border-radius:40px}.ant-btn-round.ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.ant-btn-round.ant-btn-icon-only{width:auto}.ant-btn-circle{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.ant-btn-circle.ant-btn-lg{min-width:40px;border-radius:50%}.ant-btn-circle.ant-btn-sm{min-width:24px;border-radius:50%}.ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:.35;transition:opacity .2s;content:"";pointer-events:none}.ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.ant-btn .anticon.anticon-plus>svg,.ant-btn .anticon.anticon-minus>svg{shape-rendering:optimizespeed}.ant-btn.ant-btn-loading{position:relative;cursor:default}.ant-btn.ant-btn-loading:before{display:block}.ant-btn>.ant-btn-loading-icon{transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1)}.ant-btn>.ant-btn-loading-icon .anticon{padding-right:8px;animation:none}.ant-btn>.ant-btn-loading-icon .anticon svg{animation:loadingCircle 1s infinite linear}.ant-btn>.ant-btn-loading-icon:only-child .anticon{padding-right:0}.ant-btn-group{position:relative;display:inline-flex}.ant-btn-group>.ant-btn,.ant-btn-group>span>.ant-btn{position:relative}.ant-btn-group>.ant-btn:hover,.ant-btn-group>span>.ant-btn:hover,.ant-btn-group>.ant-btn:focus,.ant-btn-group>span>.ant-btn:focus,.ant-btn-group>.ant-btn:active,.ant-btn-group>span>.ant-btn:active{z-index:2}.ant-btn-group>.ant-btn[disabled],.ant-btn-group>span>.ant-btn[disabled]{z-index:0}.ant-btn-group .ant-btn-icon-only{font-size:14px}.ant-btn-group-lg>.ant-btn,.ant-btn-group-lg>span>.ant-btn{height:40px;padding:6.4px 15px;font-size:16px;border-radius:0}.ant-btn-group-lg .ant-btn.ant-btn-icon-only{width:40px;height:40px;padding-right:0;padding-left:0}.ant-btn-group-sm>.ant-btn,.ant-btn-group-sm>span>.ant-btn{height:24px;padding:0 7px;font-size:14px;border-radius:0}.ant-btn-group-sm>.ant-btn>.anticon,.ant-btn-group-sm>span>.ant-btn>.anticon{font-size:14px}.ant-btn-group-sm .ant-btn.ant-btn-icon-only{width:24px;height:24px;padding-right:0;padding-left:0}.ant-btn-group .ant-btn+.ant-btn,.ant-btn+.ant-btn-group,.ant-btn-group span+.ant-btn,.ant-btn-group .ant-btn+span,.ant-btn-group>span+span,.ant-btn-group+.ant-btn,.ant-btn-group+.ant-btn-group{margin-left:-1px}.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]){border-left-color:transparent}.ant-btn-group .ant-btn{border-radius:0}.ant-btn-group>.ant-btn:first-child,.ant-btn-group>span:first-child>.ant-btn{margin-left:0}.ant-btn-group>.ant-btn:only-child{border-radius:2px}.ant-btn-group>span:only-child>.ant-btn{border-radius:2px}.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-btn-group-sm>.ant-btn:only-child{border-radius:2px}.ant-btn-group-sm>span:only-child>.ant-btn{border-radius:2px}.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-btn-group>.ant-btn-group{float:left}.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn{border-radius:0}.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-rtl.ant-btn+.ant-btn-group,.ant-btn-rtl.ant-btn-group span+.ant-btn,.ant-btn-rtl.ant-btn-group .ant-btn+span,.ant-btn-rtl.ant-btn-group>span+span,.ant-btn-rtl.ant-btn-group+.ant-btn,.ant-btn-rtl.ant-btn-group+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group-rtl.ant-btn+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group span+.ant-btn,.ant-btn-group-rtl.ant-btn-group .ant-btn+span,.ant-btn-group-rtl.ant-btn-group>span+span,.ant-btn-group-rtl.ant-btn-group+.ant-btn,.ant-btn-group-rtl.ant-btn-group+.ant-btn-group{margin-right:-1px;margin-left:auto}.ant-btn-group.ant-btn-group-rtl{direction:rtl}.ant-btn-group-rtl.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-radius:0 2px 2px 0}.ant-btn-group-rtl.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-radius:2px 0 0 2px}.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-radius:0 2px 2px 0}.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-radius:2px 0 0 2px}.ant-btn:focus>span,.ant-btn:active>span{position:relative}.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:8px}.ant-btn.ant-btn-background-ghost{color:#fff;border-color:#fff}.ant-btn.ant-btn-background-ghost,.ant-btn.ant-btn-background-ghost:hover,.ant-btn.ant-btn-background-ghost:active,.ant-btn.ant-btn-background-ghost:focus{background:transparent}.ant-btn.ant-btn-background-ghost:hover,.ant-btn.ant-btn-background-ghost:focus{color:#40a9ff;border-color:#40a9ff}.ant-btn.ant-btn-background-ghost:active{color:#096dd9;border-color:#096dd9}.ant-btn.ant-btn-background-ghost[disabled]{color:#00000040;background:transparent;border-color:#d9d9d9}.ant-btn-background-ghost.ant-btn-primary{color:#1890ff;border-color:#1890ff;text-shadow:none}.ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:hover,.ant-btn-background-ghost.ant-btn-primary:focus{color:#40a9ff;border-color:#40a9ff}.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:active{color:#096dd9;border-color:#096dd9}.ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary[disabled],.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.ant-btn-background-ghost.ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:hover,.ant-btn-background-ghost.ant-btn-danger:focus{color:#ff7875;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:active{color:#d9363e;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger[disabled],.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.ant-btn-background-ghost.ant-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous:hover,.ant-btn-background-ghost.ant-btn-dangerous:focus{color:#ff7875;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous[disabled],.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link{color:#ff4d4f;border-color:transparent;text-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus{color:#ff7875;border-color:transparent}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active{color:#d9363e;border-color:transparent}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.ant-btn-two-chinese-chars>*:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.ant-btn.ant-btn-block{width:100%}.ant-btn:empty{display:inline-block;width:0;visibility:hidden;content:" "}a.ant-btn{padding-top:.01px!important;line-height:30px}a.ant-btn-lg{line-height:38px}a.ant-btn-sm{line-height:22px}.ant-btn-rtl{direction:rtl}.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary{border-right-color:#40a9ff;border-left-color:#d9d9d9}.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled]{border-right-color:#d9d9d9;border-left-color:#40a9ff}.ant-btn-rtl.ant-btn>.ant-btn-loading-icon .anticon{padding-right:0;padding-left:8px}.ant-btn>.ant-btn-loading-icon:only-child .anticon{padding-right:0;padding-left:0}.ant-btn-rtl.ant-btn>.anticon+span,.ant-btn-rtl.ant-btn>span+.anticon{margin-right:8px;margin-left:0}._tagInput_16veo_1 ._input_16veo_1{width:auto;padding-left:0}._tagInput_16veo_1 ._clear_16veo_5{transform:translateY(-50%);position:absolute;top:50%;right:10px}.invoice-description{color:#646973;margin-bottom:48px}.invoice-copy-link{border-radius:6px;background:rgba(21,225,152,.16);padding:16px}.invoice-copy-link label{color:#0a0a0a}.invoice-copy-link input{border-radius:6px;border:1px solid var(--Main-Black-100, #DBDBDB);background:#FFF}.invoice-copy-link .numa-input-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:0}.account-activation-wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:24px;flex:auto}.account-activation-wrapper .activation-content-steps-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:24px;flex:auto;padding:24px}@media screen and (max-width: 576px){.account-activation-wrapper .activation-content-steps-wrapper{flex-direction:column;gap:16px}}.account-activation-wrapper .account-activation-actions{display:flex;justify-content:center;gap:16px}@media screen and (max-width: 576px){.account-activation-wrapper .account-activation-actions{flex-direction:column}}.account-activation-wrapper .account-activation-content .activation-header_inner{display:flex;flex-direction:column;align-items:start}.account-activation-wrapper .account-activation-content .activation-header_inner .activation-back{align-items:center;display:none;cursor:pointer;margin-bottom:8px}.account-activation-wrapper .account-activation-content .activation-header_inner .activation-back.show{display:flex}.account-activation-wrapper .account-activation-content .activation-header_inner .activation-back .back-icon{align-items:center;justify-content:center;display:flex;width:20px;height:20px;border-radius:100%;border:1px solid #DBDBDB;margin-right:8px}.account-activation-wrapper .account-activation-content .activation-header_inner .activation-back .back-text{color:#646973;font-size:12px;font-weight:600;line-height:20px}.account-activation-wrapper .account-activation-content .activation-header{display:flex;align-items:center;flex-direction:column;align-items:flex-start;max-width:410px}.account-activation-wrapper .account-activation-content .activation-header h2{color:#0a0a0a;font-size:20px;font-style:normal;font-weight:700;margin-bottom:16px}.account-activation-wrapper .account-activation-content .activation-header .activation-header_description{display:flex;flex-direction:column;gap:16px;color:#646973;font-size:13px;font-style:normal;font-weight:400;line-height:21px}.account-activation-wrapper .account-activation-content .activation-header .activation-header_description b{color:#0a0a0a}.account-activation-wrapper .account-activation-content.activation-content-steps .left-side,.account-activation-wrapper .account-activation-content.activation-content-steps .right-side{flex:1 1 50%}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section{padding:32px;margin-bottom:16px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields{display:flex;flex-wrap:wrap;gap:32px;position:relative}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper{flex:1 1 calc(50% - 16px);max-width:calc(50% - 16px);margin-bottom:0}@media screen and (max-width: 576px){.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper{flex:1 1 100%;max-width:100%}}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.full-width,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.full-width{flex:1 1 100%;max-width:100%;margin-top:-10px;margin-bottom:-10px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage{display:flex;flex-direction:row;align-items:center;justify-content:start}@media screen and (max-width: 576px){.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage{flex-direction:column;align-items:start;gap:8px;margin-bottom:16px}}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage>.numa-input-wrapper,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage>.numa-input-wrapper{position:relative}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage label,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage label{margin-bottom:0}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage .percent-icon,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage .percent-icon{position:absolute;width:12px;height:12px;left:8px;top:9px;display:flex}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage .percentage-input,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage .percentage-input{display:flex;width:215px!important;padding:4px 8px 4px 28px!important;height:32px!important;flex-shrink:0;border-radius:100px;border:1px solid #DDD}@media screen and (max-width: 576px){.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .numa-input-wrapper.has-percentage .percentage-input,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage .percentage-input{width:100px!important}}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-header{border-bottom:1px solid #DBDBDB;padding-bottom:24px;margin-bottom:32px;width:100%}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-header .content-notice{display:flex;align-items:center}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-header .content-notice .notice-icon{display:flex;margin-right:8px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .copy-input-wrapper{margin-top:0}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-dropzone{display:flex;flex-direction:row;justify-content:space-between;gap:24px;position:relative}@media screen and (max-width: 576px){.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-dropzone{flex-direction:column;gap:16px}}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section h2{color:#838892;font-size:26px;font-style:normal;font-weight:500;line-height:34px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section h4{color:#121212;font-size:16px;font-weight:600;line-height:24px;margin-bottom:24px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .activation-header_description{color:#646973;font-size:11px;font-weight:400;line-height:18px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .ant-steps{margin-bottom:0}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .numa-input-wrapper:last-child{margin-bottom:0}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .numa-input-wrapper label{font-size:14px}.account-activation-wrapper .account-activation-content .alert{display:inline-flex;width:100%}.account-activation-wrapper .activation-content-actions{display:flex;justify-content:space-between;gap:16px}@media screen and (max-width: 576px){.account-activation-wrapper .activation-content-actions{flex-direction:column}}.account-activation-wrapper .activation-content-section,.account-activation-wrapper .activation-content-steps-wrapper{background:#FFFFFF;border-radius:20px!important;border:1px solid #FFFFFF;box-shadow:0 2px 8px #23232314}.account-activation-wrapper .ant-collapse-item .ant-collapse-header{padding:0;align-items:center}.account-activation-wrapper .ant-collapse-item-text{font-size:20px;font-weight:700}.account-activation-wrapper .ant-collapse-content-box{padding:0!important;margin-top:24px}.activation__steps{display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:24px}.activation__steps-item{display:flex;flex-direction:column;margin-bottom:12px;gap:12px;position:relative}.activation__steps-item-header{display:flex;flex-direction:row;gap:16px;align-items:center}.activation__steps-item-header .step-icon-wrapper{position:relative;width:34px;height:34px;border-radius:100%;border:1px solid #0A0A0A}.activation__steps-item-header .step-icon{display:flex;width:26px;height:26px;flex-direction:column;justify-content:center;align-items:center;border-radius:100%;position:absolute;background:#0A0A0A;top:50%;left:50%;transform:translate(-50%,-50%);color:#f0f060}.activation__steps-item-header .step-text{color:#0a0a0a;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.activation__steps-item-header .step-time{font-size:12px;font-weight:400;background:#F6F8FA;padding:4px 8px;color:#2b8e63;border-radius:18px;margin-bottom:0;text-align:center;margin-left:10px}.activation__steps-item:not(:last-child):after{content:"";display:block;height:24px;width:1px;border-radius:12px;background:#DDD;margin-left:16px}.activation__steps-item:last-child{margin-bottom:0}.activation__steps-item-content{margin-top:24px}.remove-group.hidden{display:none}.remove-group button{display:inline-flex;align-items:center;border:none;background-color:transparent;cursor:pointer}.remove-group button span{margin-right:6px;font-size:12px;color:#646973;font-weight:600}.add-group button{border:none;background-color:transparent;font-size:14px;font-weight:600;line-height:22px;letter-spacing:0px;color:#0a0a0a;cursor:pointer}.numa-input-wrapper select{font-size:15px;font-weight:500;text-align:left;height:47px;width:100%;margin:0;padding:12px 16px;border:1px solid #DDD;outline:none;border-radius:100px;line-height:21px}.numa-input-wrapper select::placeholder{color:#828282}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-wrapper{position:relative}.select-wrapper:after{content:url(/assets/dropdown-arrow-9f5b39d8.svg);font-size:1rem;top:calc(50% - 8px);right:15px;height:16px;line-height:13px;position:absolute}.ownership__documents-subtitle{font-weight:400;color:#6a6a6a;display:block}.account-activation-thank-you-content .account-activation-header{margin-bottom:24px}.account-activation-thank-you-content .account-activation-header h2{color:#0a0a0a;font-size:26px;font-style:normal;font-weight:500;line-height:34px;margin-bottom:16px}.account-activation-thank-you-content .account-activation-header .description{color:#646973;font-size:13px;font-style:normal;font-weight:400;line-height:21px}.account-activation-thank-you-content .activation-steps-column{background-color:#fff;padding:32px;border-radius:20px}.account-activation-thank-you-content .activation-steps-column .alert{margin-top:0}.account-activation-thank-you-content .activation-steps-column .activation__steps-item{display:flex;align-self:stretch;margin:0;padding:0;gap:0}.account-activation-thank-you-content .activation-steps-column .activation__steps-item:before{display:none}.account-activation-thank-you-content .activation-steps-column .activation__steps-item-header .step-icon{color:#f0f060;border-radius:100px;background:#121212}.account-activation-thank-you-content .activation-steps-column .activation__steps-item-header .step-text{display:flex;flex-direction:column;align-items:start}.account-activation-thank-you-content .activation-steps-column .activation__steps-item-header .step-text .step-status{color:#838892;opacity:.5;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.account-activation-thank-you-content .activation-content-section{padding:24px;background-color:#f6f8fa;border:none;box-shadow:none}.account-activation-thank-you-content .activation-content-section .numa-form-group-wrapper h4{color:#0a0a0a;font-size:14px;font-style:normal;font-weight:600;margin-bottom:8px}.account-activation-thank-you-content .representative-verification-link{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.account-activation-thank-you-content .representative-verification-link .representative-name{min-width:146px;margin-right:16px;color:#828282;font-size:14px;font-style:normal;font-weight:500}.account-activation-thank-you-content .representative-verification-link .verification-link{font-size:12px;font-style:normal;font-weight:400}.account-activation-thank-you-content .numa-input-wrapper label{margin-bottom:0}.account-activation-thank-you-content .copy-input-wrapper{flex-direction:row;align-items:center;padding-right:10px;margin:0}.account-activation-thank-you-content .copy-input-wrapper:not(:last-child){margin-bottom:8px}.account-activation-thank-you-content .copy-input-wrapper>label{min-width:146px}.account-activation-thank-you-content .copy-input-wrapper>div{flex:1}.account-activation-type{background:#fff;width:100%;justify-content:center;display:flex;flex-direction:column}.account-activation-type h2{padding-top:16px;color:#0a0a0a;font-size:18px;font-weight:600;line-height:32px;margin-bottom:40px;border-top:1px solid #DDD}@media screen and (max-width: 576px){.account-activation-type h2{margin-bottom:16px}}.account-activation-type .account-types{display:flex;gap:56px;justify-content:center;align-items:center;margin-bottom:56px}@media screen and (max-width: 576px){.account-activation-type .account-types{flex-direction:column;gap:16px;margin-bottom:16px}}.account-activation-type .account-types .account-type{position:relative;padding:40px;width:360px;height:360px;border-radius:32px;border:1px dashed #DDD;background:#F8F8F8;cursor:pointer;overflow:hidden;text-decoration:none;transition:.3s ease}@media screen and (max-width: 576px){.account-activation-type .account-types .account-type{width:100%;height:auto;padding:24px}}.account-activation-type .account-types .account-type__name{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:24px;align-items:center}@media screen and (max-width: 576px){.account-activation-type .account-types .account-type__name{flex-direction:row;gap:16px}}.account-activation-type .account-types .account-type__name-icon{display:flex;padding:40px;flex-shrink:0;background:#fff;border-radius:100%;align-items:center;justify-content:center;transition:.3s ease}.account-activation-type .account-types .account-type__name-icon svg{width:86px;height:86px;transition:.3s ease}@media screen and (max-width: 576px){.account-activation-type .account-types .account-type__name-icon svg{width:48px;height:48px}}.account-activation-type .account-types .account-type__name-icon svg path{fill:#f7f89d}.account-activation-type .account-types .account-type__name-text{display:flex;align-items:center;gap:12px;color:#0a0a0a;font-size:20px;font-weight:400}.account-activation-type .account-types .account-type__name-text .radioCheck{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:100%;border:1px solid #DDD;background:#FFFFFF;transition:.3s ease}.account-activation-type .account-types .account-type.active{border:1px solid #F0F060}.account-activation-type .account-types .account-type.active .radioCheck{border:1px solid #0A0A0A}.account-activation-type .account-types .account-type.active .radioCheck:after{content:"";display:block;width:14px;height:14px;border-radius:100%;background:#0A0A0A}.account-activation-type .account-types .account-type:hover{background:#FFFFFF;box-shadow:0 2px 8px #23232314}.account-activation-type .account-types .account-type:hover .account-type__name-icon{background:#F0F060}.account-activation-type .account-types .account-type:hover .account-type__name-icon svg path{fill:#0a0a0a}.content-wrapper .info-block{margin-bottom:30px}.content-wrapper .info-block:last-child{margin-bottom:0}.content-wrapper .info-plate{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #DBDBDB}.content-wrapper .info-plate:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.content-wrapper .info-plate h4{color:#121212;font-size:14px;font-weight:600;line-height:24px;margin-bottom:8px}.content-wrapper .info-plate span{color:#646973;font-size:13px;font-weight:400;line-height:21px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#000000d9;font-weight:500}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[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{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.ant-tabs.ant-tabs-top .ant-tabs-nav{margin-bottom:24px}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-wrap:after{content:"";display:none}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list{display:flex;flex-wrap:wrap;gap:15px}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:12px 18px;border:1px solid transparent;border-radius:12px;background-color:#fff;margin:0;transition:background,border .1s ease-in-out}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#0a0a0a!important;font-size:14px;font-weight:500;line-height:24px}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{background-color:#ff6;border:1px solid #F0F060}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#0a0a0a!important;font-size:14px;font-weight:600}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab:hover{border:1px solid #0A0A0A;background-color:#ff6}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-operations-hidden,.ant-tabs-ink-bar.ant-tabs-ink-bar-animated{display:none!important}.vetrical__tabs .ant-tabs{border:0!important}.vetrical__tabs .ant-tabs-nav{border:0!important;margin-bottom:0!important}.vetrical__tabs .ant-tabs-nav-wrap{border-radius:6px;background:#FFF;margin-right:32px;padding:8px;flex:none!important}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-ink-bar{display:none}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab{border-radius:6px!important;border:none;justify-content:start;margin-bottom:14px!important;padding:4px 40px 4px 28px!important;position:relative}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:12px;height:12px;border:1px solid #DBDBDB;border-radius:50%;background:#fff;transition:all .3s ease}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#838892;text-align:left;font-size:12px!important;font-style:normal;font-weight:500;line-height:20px}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab:nth-last-child(1 of:not(.ant-tabs-ink-bar)){margin-bottom:0!important}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab:hover{color:#0a0a0a}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab-active:before{border-color:#fff;background:#fff}.vetrical__tabs .ant-tabs-content-holder{margin:0;border:0}.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding:0}.Toastify__toast-container{width:430px}.Toastify__toast-container .Toastify__toast{border-radius:8px;padding:8px 14px;background:#FFF}.Toastify__toast-container .Toastify__toast--success{border-left:2px solid #15E198}.Toastify__toast-container .Toastify__toast--error{border-left:2px solid #EE616F}.Toastify__toast-container .Toastify__toast-icon{width:43px;margin-right:14px}.Toastify__toast-container .Toastify__toast-body>div:last-child{color:#0a0a0a;font-size:18px;font-style:normal;font-weight:600;line-height:28px}*{font-family:Manrope,sans-serif!important;font-style:normal;font-weight:400}html,body{background-color:#f2f2f2}.inputLabel{font-weight:400}.text-muted{color:#838892;font-size:11px;line-height:18px}label{color:#0a0a0a;font-size:14px;font-style:normal;font-weight:500;line-height:21px}.back-link{color:#828282;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;align-items:center;text-decoration:none}.back-link .numa-button{margin-left:8px}.back-link .icon{display:flex}.back-link:hover{color:#828282;cursor:default}.text-left{text-align:left!important}a{color:#0a0a0a!important;text-decoration:underline}a:hover{text-decoration:none}a:disabled{color:#828282}.content-wrapper{width:100%;background:#fff;border-radius:8px;padding:24px}.content-wrapper .content-title{color:#838892;font-size:26px;font-style:normal;font-weight:500;line-height:34px;margin-bottom:24px}.content-form-left{padding-right:40px;border-right:1px solid #DDD}@media screen and (max-width: 768px){.content-form-left{padding:0;border:none;margin-bottom:16px}}.content-form-right{padding-left:40px}@media screen and (max-width: 768px){.content-form-right{padding:0}}.ant-steps.ant-steps-horizontal,.ant-steps.ant-steps-vertical{margin-bottom:32px}@media screen and (max-width: 576px){.ant-steps.ant-steps-horizontal,.ant-steps.ant-steps-vertical{margin-bottom:0}}@media screen and (max-width: 576px){.ant-steps.ant-steps-horizontal .ant-steps-item:not(:last-child),.ant-steps.ant-steps-vertical .ant-steps-item:not(:last-child){margin-bottom:16px}}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-container,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container{display:flex;align-items:center;flex-shrink:0}@media screen and (max-width: 576px){.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-content,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-content{min-height:none;align-items:center}}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-content .ant-steps-item-title{color:#0a0a0a;font-size:13px;font-weight:500;line-height:18px}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title:after,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-content .ant-steps-item-title:after{background-color:#ddd}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-description,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-description{color:#828282!important;font-size:12px;line-height:10px}@media screen and (max-width: 576px){.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-description,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-description{padding:0}}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-icon,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;background:#FFFFFF;border-radius:100%}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-icon>.ant-steps-icon,.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon>.ant-steps-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;font-size:12px;font-style:normal;font-weight:500;color:#828282;border-radius:100%}.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-active .ant-steps-item-title:after,.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-title:after,.ant-steps.ant-steps-vertical .ant-steps-item.ant-steps-item-active .ant-steps-item-title:after,.ant-steps.ant-steps-vertical .ant-steps-item.ant-steps-item-finish .ant-steps-item-title:after{background-color:#0a0a0a}.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-active .ant-steps-item-icon,.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon,.ant-steps.ant-steps-vertical .ant-steps-item.ant-steps-item-active .ant-steps-item-icon,.ant-steps.ant-steps-vertical .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon{border:1px solid #0A0A0A;background:transparent}.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-active .ant-steps-item-icon>.ant-steps-icon,.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon,.ant-steps.ant-steps-vertical .ant-steps-item.ant-steps-item-active .ant-steps-item-icon>.ant-steps-icon,.ant-steps.ant-steps-vertical .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#f0f060;background:#0A0A0A}.table-actions-wrapper{display:flex;justify-content:flex-start;align-items:center;margin-bottom:16px;gap:16px}.table-actions-wrapper .ant-btn{display:inline-flex;height:36px;padding:10px 14px;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid #DDD;background:#F2F2F2}.table-actions-wrapper .ant-btn.dropdown-active,.table-actions-wrapper .ant-btn:hover,.table-actions-wrapper .ant-btn:active,.table-actions-wrapper .ant-btn:focus{border:1px solid #15E198!important;color:#ff6!important;background:#0A0A0A!important;border:1px solid #0A0A0A!important}.table-actions-wrapper .ant-btn.dropdown-active path,.table-actions-wrapper .ant-btn:hover path,.table-actions-wrapper .ant-btn:active path,.table-actions-wrapper .ant-btn:focus path{fill:#ff6!important}.ant-spin .ant-spin-dot.ant-spin-dot-spin .ant-spin-dot-item{background-color:#0a0a0a}.ant-spin .ant-spin-text{color:#0a0a0a;font-weight:500}.ant-spin svg{fill:#ff6}.w-48{width:48%}.w-50{width:50%}@media screen and (max-width: 768px){.w-50-md{width:50%}}.w-100{width:100%}@media screen and (max-width: 768px){.w-100-md{width:100%}}.d-flex{display:flex!important}.flex-column{flex-direction:column}@media screen and (max-width: 768px){.flex-column-md{flex-direction:column}}.align-items-center{align-items:center!important}.align-items-start{align-items:start!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-fill-50{flex:50%!important}.justify-content-start{justify-content:flex-start!important}.justify-content-between{justify-content:space-between!important}.justify-content-end{justify-content:flex-end!important}.font-weight-500{font-weight:500!important}.font-weight-600{font-weight:600!important}.gap-16px{gap:16px}.gap-24px{gap:24px}.p-0{padding:0!important}.pr-0{padding-right:0!important}.mb-0{margin-bottom:0!important}.mb-4{margin-bottom:12px!important}.mr-3{margin-right:8px!important}.mr-4,.mr-16px{margin-right:12px!important}.mb-auto{margin-bottom:auto!important}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.h-auto{height:auto!important}.br{border-right:1px solid #DDD}.text-uppercase{text-transform:uppercase!important}.ant-card{padding:32px!important;border:1px solid #DDD;border-radius:20px!important;box-shadow:0 2px 8px #23232314}.ant-card-head{padding:0!important;border:none!important}.ant-card-head-title{font-size:20px;font-style:normal;font-weight:700;color:#0a0a0a}.ant-card-body{padding:0!important;margin-top:24px!important}.ant-card.table{padding:32px 0!important}.ant-card.table .ant-card-head,.ant-card.table .table-actions-wrapper{margin-right:32px!important;margin-left:32px!important}.ant-card.button-left .ant-card-head-wrapper{flex-wrap:wrap}@media screen and (max-width: 480px){.ant-card.button-left .ant-card-head-wrapper{flex-direction:column;align-items:flex-start}}.ant-card.button-left .ant-card-head-wrapper .ant-card-head-title{flex:none}.ant-card.button-left .ant-card-head-wrapper .ant-card-extra{margin-inline-start:24px}@media screen and (max-width: 480px){.ant-card.button-left .ant-card-head-wrapper .ant-card-extra{margin-inline-start:0}}.ant-modal-mask{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#2626261a!important}.ant-switch{background:#E6E6E6}.ant-switch .ant-switch-inner-unchecked{color:#0a0a0a!important}.ant-switch:hover,.ant-switch:focus{background:#E6E6E6!important}.ant-switch:hover .ant-switch-handle:before,.ant-switch:focus .ant-switch-handle:before{background-color:#0a0a0a}.ant-switch.ant-switch-checked{background:#0A0A0A}.ant-switch.ant-switch-checked .ant-switch-handle:before{background-color:#ff6}.ant-switch.ant-switch-checked:hover,.ant-switch.ant-switch-checked:focus{background:#0A0A0A!important}.ant-switch.ant-switch-checked:hover .ant-switch-handle:before,.ant-switch.ant-switch-checked:focus .ant-switch-handle:before{background-color:#fff}.ant-switch.ant-switch-disabled{pointer-events:none;background:#E6E6E6}.ant-switch.ant-switch-disabled .ant-switch-handle:before{background-color:#fff}.ant-switch.ant-switch-disabled .ant-switch-inner-unchecked,.ant-switch.ant-switch-disabled .ant-switch-inner-checked{color:#828282}.ant-list-items .ant-list-item:first-child{padding-top:0}.drawer-footer{display:flex;justify-content:space-between}
