: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;min-height:100vh;position:relative;justify-content:center;background-color:#121212}.container{padding:12px;width:100%;position:relative;max-width:600px;flex-direction:column;display:flex;gap:30px;justify-content:center}@media screen and (min-width: 768px){.container{padding:34px}}@media screen and (min-width: 992px){.container{flex-direction:row;max-width:1650px}}@media screen and (min-width: 1200px){.container{gap:160px}}.container .auth-header{display:flex;justify-content:space-between;margin-bottom:70px}.container .auth-body{z-index:2;display:flex;position:relative;border-radius:32px;flex-direction:column}@media screen and (min-width: 992px){.container .auth-body{max-width:386px}}@media screen and (min-width: 1400px){.container .auth-body{width:420px;max-width:none}}.container .auth-body .auth-form-wrapper{position:relative;display:flex;flex-direction:column;flex-grow:1}.container .auth-body .auth-form-wrapper .auth__modal{top:auto;bottom:20px}.container .auth-body .auth-form-wrapper .auth-title{margin-bottom:32px;text-align:left}.container .auth-body .auth-form-wrapper .auth-title h1{color:#fff;font-size:42px;font-style:normal;font-weight:600;line-height:50px}.container .auth-body .auth-form-wrapper .auth-title .title-link{display:flex;gap:4px;color:#fff;font-size:16px;font-weight:500;line-height:25px}.container .auth-body .auth-form-wrapper .auth-title .title-link a{color:#15e198}.container .auth-body .auth-form-wrapper .auth-form .ant-space{display:flex}.container .auth-body .auth-form-wrapper .auth-form .otp-code-form{margin:0}.container .auth-body .auth-form-wrapper .auth-form .otp-code-form>div{min-width:auto;padding:0;background:none;gap:8px}.container .auth-body .auth-form-wrapper .auth-form .otp-code-form>div input{border-radius:6px;border:1px solid #2F2F2F;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%!important;height:48px!important;color:#ccc}.container .auth-body .auth-form-wrapper .auth-form .otp-code-form>div input::placeholder{color:#939393}.container .auth-body .auth-form-wrapper .auth-form label{font-weight:400;color:#ccc;font-size:14px;font-style:normal;line-height:24px;margin-bottom:8px}.container .auth-body .auth-form-wrapper .auth-form .auth-input{display:flex;height:48px;padding:0 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:6px;border:1px solid #2F2F2F;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ccc}.container .auth-body .auth-form-wrapper .auth-form .auth-input::placeholder{color:#939393}.container .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper{margin-top:0;position:relative}.container .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper.auth-input{padding:0}.container .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper .anticon{color:#ccc}.container .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper .ant-input-suffix{position:absolute;right:10px}.container .auth-body .auth-form-wrapper .auth-form .ant-input-affix-wrapper input{color:#ccc;border-radius:6px;background:none;height:100%;padding:0 32px 0 16px}.container .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}.container .auth-body .auth-form-wrapper .auth-form .forgot-password-link a{color:#ccc;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.container .auth-body .auth-form-wrapper .auth-form .forgot-password-link a:hover{color:#15e198}.container .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}.container .auth-body .auth-button.resend-code{border-radius:6px;border:1px solid #2F2F2F;background:rgba(255,255,255,0);color:#fff;cursor:pointer}.container .auth-body .auth-button:hover,.container .auth-body .auth-button:active{color:inherit;background:#13C786}.container .auth-body .auth-button.disabled,.container .auth-body .auth-button[disabled]{background:#ccc;color:#939393}.container .auth-body .auth-sub-title{color:#fff;font-size:20px;font-style:normal;font-weight:400;line-height:30px}.container .auth-body .auth-notice{display:flex;color:#fff;font-size:14px;margin-top:10px}.container .auth-footer{padding-top:8px;color:#ccc;text-align:center;font-size:14px;font-weight:500;line-height:24px}.container .password-strength-bar{color:#fff}.container .password-strength-bar h2{color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.container .password-strength-bar ul{padding:0;margin:0;list-style:none}.container .password-strength-bar ul li{align-items:center;display:flex;font-size:14px;line-height:24px}.container .password-strength-bar ul li.failed{color:#eb5158}.container .password-strength-bar ul li.success{color:#15e198}.container .password-strength-bar ul li .icon{display:inline-flex;margin-right:8px}.auth-explore-wrapper{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;border-radius:34px;padding:25px;border:1px solid rgba(204,204,204,.3);box-shadow:0 4px 30px #00000040;overflow:hidden;background-color:#1f1f1f;background:url(/assets/auth-bg-blur-cf9fdc0c.svg);background-position:right bottom}@media screen and (min-width: 992px){.auth-explore-wrapper{max-width:725px}}@media screen and (min-width: 1200px){.auth-explore-wrapper{justify-content:start;align-items:start;padding:90px 140px 90px 90px}}.auth-explore-wrapper .auth-explore{display:flex;padding:40px 32px;flex-direction:column;align-items:center;border-radius:34px;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f5f5f5;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__primary-text{font-size:18px;font-weight:400;line-height:26px}.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}.auth-explore-wrapper .auth-explore-icon{position:absolute}.auth-explore-wrapper .auth-explore-icon img{display:block;height:auto;width:100%}.auth-explore-wrapper .auth-explore-icon.auth-sphere-small-icon{top:-34px;right:48px;width:70px;height:70px}.auth-explore-wrapper .auth-explore-icon.auth-sphere-big-icon{bottom:270px;left:-20px;width:95px;height:95px}.auth-explore-wrapper .auth-explore-icon.auth-doughnut-icon{top:125px;right:25px;width:160px;height:160px}.auth-explore-wrapper .auth-explore-icon.auth-sphere-icon{transform:rotate(180deg);bottom:0;left:0;width:600px;height:600px}.auth__modal{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;width:342px;top:450px;right:-366px;border-radius:16px;border:1px solid #445d54;z-index:5;color:#fff;box-shadow:0 4px 4px #00000040;background:linear-gradient(185deg,rgba(59,59,59,.9) -15.55%,rgba(0,0,0,.9) 108.3%);-webkit-backdrop-filter:blur(19.2884044647px);backdrop-filter:blur(19.2884044647px);padding:24px;font-size:12px}.auth__modal h2{color:#fff;font-size:16px;font-weight:700}.auth__modal span{padding:10px 0}@media screen and (max-width: 992px){.auth__modal{display:none}}.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}.oly-button{display:inline-flex;height:36px;padding:6px 20px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;color:#000001;font-size:12px;font-style:normal;font-weight:600;line-height:20px;border:none;cursor:pointer;text-align:center;background:#F6F8FA}.oly-button .icon{display:inline-flex}.oly-button .icon .black path{stroke:#000001}.oly-button .icon .white path{stroke:#fff}.oly-button.add,.oly-button.download,.oly-button.edit{color:#fff;background:#121212}.oly-button.add:before,.oly-button.download:before,.oly-button.edit:before{display:block;width:18px;height:18px;content:" ";background:url(/assets/plus-circle-96a57a3e.svg) 50% no-repeat}.oly-button.edit:before{content:none}.oly-button.dark{background:#121212;color:#fff}.oly-button.bordered{color:#000001;background:rgba(255,255,255,0);border:1px solid #DBDBDB}.oly-button.secondary{color:#000001;background:transparent;border:1px solid #000001;border-radius:8px}.oly-button.large{padding:21px 16px;min-width:190px}.oly-button.medium{padding:8px 16px;min-width:190px;height:42px}.oly-button.action,.oly-button.submit{background:#15E198}.oly-button.danger{color:#f7f7f7;background:#EE616F}.oly-button.disabled,.oly-button:disabled{pointer-events:none;cursor:not-allowed;background-color:#dbdbdb;color:#646973}.header-navigation{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #DBDBDB;padding-top:14px;padding-bottom:26px;margin-bottom:24px}.header-navigation.tabs-active{border-bottom:0;margin-bottom:0;padding-bottom:0}.header-navigation-title{margin-top:15px;display:flex;flex-direction:column}.header-navigation-title a{display:flex;align-items:center;margin-bottom:15px}.header-navigation-title h2{font-weight:700;font-size:24px;margin:0;color:#000001;line-height:30px}.header-navigation-title a{margin-right:10px}.header-navigation_action{margin-top:auto;display:flex;align-items:center;gap:16px}.menu-link-wrapper{cursor:pointer;margin:15px 24px}.menu-link{display:flex;align-items:center;justify-content:start}.menu-link .menu-text{color:#646973;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:8px;transition:background-color .3s ease;margin-right:16px}.menu-link.active .menu-text,.menu-link:hover .menu-text{color:#121212}.menu-link.active .menu-icon,.menu-link:hover .menu-icon{background-color:#15e198}.ant-modal-content{border:1px solid #e5e5e5}.account-modal .ant-modal-title{font-size:21px;font-weight:700;color:#515151;padding-left:8px}.ant-modal .ant-modal-content{border:3px solid #e5e5e5;border-radius:8px}.account-modal-body{font-size:14px;font-weight:600;line-height:21px;letter-spacing:0px;display:flex;flex-direction:column}.account-modal-body a{margin-top:20px;color:#0e5156;display:inline-flex;align-items:center}.account-modal-body a .item-icon{margin-right:6px}.account-modal-body a:hover{color:#2cb22c}.account-modal-body a img{margin-right:5px}.account-modal-header{padding-bottom:20px}.account-status{max-width:70px;font-size:14px;font-weight:400;line-height:16px;text-align:center;color:#515151;background:#E5E5E5;padding:5px 0;border-radius:18px}.account-modal-body .logout-btn{font-size:14px;font-weight:600;line-height:21px;letter-spacing:0px;text-align:left;color:#e93636}.account-email{font-size:15px;margin-bottom:10px;padding-left:8px}.account-modal .ant-divider{color:#e5e5e5;font-size:20px;padding:0}.account-modal .ant-divider-horizontal{width:120%;margin:0 0 0 -25px}html,body{background:#F6F8FA}.layout-header{height:auto;background:transparent;padding:0 56px 0 24px}.demo-logo-vertical{padding:32px 22px 24px 24px}.layout-wrapper{height:100vh;margin-left:233px}.menu-link-wrapper img{width:20px;height:20px;object-fit:none}.menu-link-wrapper button{padding:10px 0}.layout-sider-wrapper{background:#fff!important}.main-navigation-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 100px);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-header{border-bottom:1px solid #F5F5F5;position:relative;z-index:1}.ant-layout-content{padding:0 56px 0 24px;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}.ant-table-wrapper{margin-bottom:24px}.ant-table-wrapper .ant-table{background:none}.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}.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}.ant-table-wrapper .ant-table-thead .ant-table-cell:last-child{border-radius:0 10px 10px 0}.ant-table-wrapper .ant-table-tbody .ant-table-row .ant-table-cell{padding:16px;border-bottom:1px solid #DBDBDB;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:#fff!important;border-bottom-color:#dbdbdb}.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:#000001}.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 .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{margin-bottom:12px}.ant-pagination .ant-pagination-options-size-changer{margin-top:0}.ant-pagination.ant-table-pagination.ant-table-pagination-right{width:100%;justify-content:flex-start!important}.ant-pagination .ant-pagination-options{margin-left:auto}.ant-select-selection-item{color:#000001}.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:120px;cursor:auto}.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector{border:1px solid #13C786}.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):active .ant-select-selector{border:1px solid #13C786}.ant-select-focused.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{border:1px solid #13C786}.ant-pagination .ant-pagination-item-active{border:0px}.ant-pagination .ant-pagination-item-active a{color:#515151}.ant-pagination .ant-pagination-item-active a:hover{color:#515151;border:0px}.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}.ant-tabs .ant-tabs-tab-btn{color:#0e5156!important}.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:#000001;line-height:20px;display:flex;align-items:center;justify-content:center}.table-cell__actions .action-item .action-icon,.table-cell__actions .ant-space-item .action-icon{display:flex}.table-cell__actions .action-item .action-text,.table-cell__actions .ant-space-item .action-text{margin-left:6px}.table-cell__actions .action-item:hover,.table-cell__actions .ant-space-item:hover{color:#0e5156}.table-cell__actions .action-separate{width:1px;height:20px;border-right:1px solid #DBDBDB}.ant-drawer .ant-drawer-header{padding:24px 16px 24px 24px;background:#F6F8FA}.ant-drawer .ant-drawer-header .ant-drawer-header-title{display:flex;flex-direction:row-reverse}.ant-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-title{color:#838892;text-align:left;font-size:26px;line-height:34px;font-style:normal;font-weight:500}.ant-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-close{margin:0}.ant-drawer .ant-drawer-body{padding-top:40px;padding-bottom:0;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;overflow-y:auto}.ant-drawer .ant-drawer-body>.ant-spin-nested-loading{width:100%;height:100%;display:flex;flex-direction:column}.ant-drawer .ant-drawer-body>.ant-spin-nested-loading>.ant-spin-container{width:100%;height:100%;display:flex;flex-direction:column}.ant-drawer .drawer-form{width:100%;height:100%;display:flex;flex-direction:column}.ant-drawer .drawer-filter .ant-collapse{margin:0;padding:0}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item{border-bottom:1px solid #DBDBDB;padding:16px 0;border-radius:0!important}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item:first-child{padding-top:0}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item:last-child{border-bottom:0;padding-bottom:0}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item .ant-collapse-header{padding:4px 0;align-items:center}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{color:#000001;opacity:.5;font-size:16px;font-style:normal;font-weight:600;line-height:24px;align-content:center;display:flex}.ant-drawer .drawer-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:#000001;color:#fff;text-align:center;margin-left:14px;font-size:13px;font-weight:600;line-height:14px}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item.active .ant-collapse-header-text,.ant-drawer .drawer-filter .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header-text{opacity:1}.ant-drawer .drawer-filter .ant-collapse .ant-collapse-content-box{padding-left:0;padding-right:0}.ant-drawer .drawer-filter .oly-input-wrapper{margin-bottom:0}.ant-drawer .ant-segmented{border-radius:0;background:none;margin-bottom:16px}.ant-drawer .ant-segmented .ant-segmented-group{background:none;gap:24px;border-bottom:1px solid #DBDBDB}.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-thumb{box-shadow:none!important}.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-item{border-radius:0;padding:16px 0;background:none!important;box-shadow:none!important}.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-item .ant-segmented-item-label{min-height:auto;padding:0;color:#646973;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:capitalize}.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-item:after{background:none!important;box-shadow:none!important;transition:border-color .2s}.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-item.ant-segmented-item-selected:after,.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-item:hover:after{border-bottom:2px solid #15E198;pointer-events:none}.ant-drawer .ant-segmented .ant-segmented-group .ant-segmented-item.ant-segmented-item-selected .ant-segmented-item-label{background:none;color:#000001;font-weight:600}.ant-drawer .drawer-body{width:100%;display:flex;flex:1;flex-direction:column;font-weight:400;justify-content:flex-start;padding-bottom:25px}.ant-drawer .drawer-body h2,.ant-drawer .drawer-body h3{color:#000001;font-size:16px;font-weight:600;line-height:24px;padding:0;margin-bottom:32px}.ant-drawer .drawer-body h3{margin-bottom:16px}.ant-drawer .drawer-body h4{font-size:14px;color:#6a6a6a}.ant-drawer .drawer-footer{padding:16px 24px;background:#F6F8FA;margin:auto -24px 0;display:flex;justify-content:space-between;align-items:center;gap:10px}.ant-drawer .drawer-footer .oly-button{height:42px;padding:8px 16px;justify-content:center;font-size:14px;font-style:normal;font-weight:600;line-height:22px;border-radius:6px;flex:50%}.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}.ant-collapse{margin-left:-24px;padding-left:8px}.ant-collapse .ant-collapse-header-text{font-size:18px;font-weight:700}.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;padding:16px;justify-content:flex-start;align-items:center;border-radius:6px;border:1px solid #DBDBDB;gap:16px;margin-bottom:32px}.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{text-align:right;margin-left:auto;line-height:24px}.summary__wrapper .summary__direction .direction-item .from-title{color:#000001;font-size:16px;font-weight:500;text-transform:capitalize}.summary__wrapper .summary__direction .direction-item .to-title{color:#646973;font-size:14px;font-weight:400}.summary__wrapper .summary__direction .direction-item .from-value{color:#000001;font-size:18px;font-weight:600}.summary__wrapper .summary__direction .direction-item .to-value{color:#646973;font-size:14px;font-weight:400}.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:#000001;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:#000001;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{color:#6a6a6a;font-size:13px;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:#000001;text-align:right;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 .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;padding:16px;justify-content:space-between;align-items:center;border-radius:6px;background:rgba(21,225,152,.16)}.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:#000001;font-size:16px;font-weight:600;line-height:24px}.summary__wrapper .summary__total .direction-total .total-value .total-value-text{color:#000001;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:#000001;text-align:right;font-size:16px;font-weight:600}.ant-select.ant-select-lg.wallet__to-network.ant-select-single.ant-select-show-arrow .ant-select-selector{display:flex;align-items:center;height:47px;border:1px solid #6A6A6A}.copy-button-wrapper .copy-button{border:none;background:transparent;cursor:pointer;height:22px;display:block}.compact-text{display:inline-flex;align-items:center}.compact-text .copy-button{padding-right:0}.ant-tooltip{max-width:360px!important}.ant-tooltip .ant-tooltip-inner{border-radius:8px;padding:8px 16px;background:#000001;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}.progress-check{text-align:center;position:relative;padding-top:20px}.progress-check .ant-progress{position:relative}.progress-check .ant-progress .ant-progress-inner{overflow:initial}.progress-check .ant-progress .ant-progress-text{height:100%;display:flex;align-items:center;justify-content:center}.progress-check-text .percent{color:#000001;font-size:22px;font-style:normal;font-weight:700;line-height:32px}.progress-check-text .description{color:#646973;font-size:13px;font-style:normal;font-weight:500;line-height:21px}.progress-check-icon{position:absolute;top:-10px;left:50%;margin-left:-20px}.alert{display:flex;padding:16px 24px;margin:16px 0;align-items:center;align-self:stretch;gap:8px;border-radius:8px;border-left:2px solid #15E198;background:#F6F8FA}.alert-long{width:40%}.alert__text{color:#121212;font-size:14px;font-weight:400;line-height:24px;opacity:.6}.alert__text span{color:#121212}.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}.label{display:inline-flex;justify-content:center;align-items:center;padding:6px 10px;border-radius:100px;border:1px solid #838892;color:#000001;font-size:12px;font-style:normal;font-weight:500;line-height:11px;text-transform:capitalize;white-space:nowrap}.label-status{background-color:#f6f8fa;color:#838892}.label-status:before{content:"";background-color:#838892;border-radius:50%;width:4px;height:4px;margin-right:8px;display:block}.label-green{border-color:#0b9454;background:#E7FEF3;color:#0b9454}.label-green:before{background:#0B9454}.label-danger{border-color:#d51812;background:#FCEAE9;color:#d51812}.label-danger:before{background:#D51812}.label-yellow{border-color:#c7ff74;background:#C7FF74;color:#000001}.label-light-blue{border-color:#0e5156;background:#EDFFFE;color:#0e5156}.oly-input-wrapper{display:flex;flex-direction:column;margin-bottom:25px}.oly-input-wrapper input,.oly-input-wrapper select{color:#000001;padding:12px 16px;height:48px;border-radius:6px;border:1px solid #DBDBDB}.oly-input-wrapper.disabled input{background:none;border:none}.oly-input-wrapper.copy div{position:relative}.oly-input-wrapper.copy button{position:absolute;right:0;top:50%;transform:translate(-50%,-50%);padding:0;background:transparent;border:none}.oly-input-wrapper label{margin-bottom:8px}.oly-input-wrapper .fake-input{position:relative;padding:12px 16px;border-radius:6px;height:48px;border:1px solid #DBDBDB}.oly-input-wrapper.date-wrapper .ant-picker{height:47px;width:100%;margin:0;padding:0 20px;border:1px solid #DBDBDB;outline-color:#15e198;border-radius:6px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left}.oly-input-wrapper.date-wrapper .ant-picker input::placeholder{color:#838892}.oly-input-wrapper .switch-wrapper{margin-top:25px}.oly-input-wrapper .switch-wrapper label{cursor:pointer;margin-left:8px}.oly-row-wrapper{gap:10px;display:flex}.oly-tags-wrapper{margin-bottom:25px;display:flex;flex-direction:column}.oly-tags-wrapper label{margin-bottom:8px;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;text-align:left;color:#6a6a6a}.oly-tags-wrapper div.ant-input{min-height:94px}.oly-tags-wrapper .ant-input{border-radius:6px;padding:8px 16px 16px}.oly-tags-wrapper .ant-input .ant-tag{padding:6px 8px;border-radius:4px;background:#F6F8FA;color:#000001}.oly-tags-wrapper .ant-input .ant-input-suffix{top:36px;right:16px}.oly-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}.oly-tags-wrapper .ant-input .ant-input-suffix .ant-input-clear-icon svg{display:none}.oly-tags-wrapper .ant-input>.ant-input{margin-top:8px}.oly-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}.oly-tags-wrapper .ant-tag .anticon-close{margin-left:10px;display:inline-flex}.otp-code-form{margin:16px 0}.otp-code-form>div{padding:16px;justify-content:space-around;align-items:center;gap:16px;border-radius:8px;background:#F6F8FA}.otp-code-form input{width:50px!important;height:50px;border-radius:6px;border:1px solid #E5E5E5}.oly-form-group-wrapper .group-title{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.oly-form-group-wrapper .group-title h4{margin-bottom:0!important}.oly-form-group-wrapper h4{font-size:24px;font-weight:700;line-height:29px;letter-spacing:0px;text-align:left;color:#515151}.oly-form-group-wrapper .oly-input-wrapper label{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;text-align:left;color:#6a6a6a}.oly-input-wrapper:not(.date-wrapper) input:not(.ant-input),.oly-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper{height:47px;width:100%;margin:0;padding:0 20px;border:1px solid #BFBFBF;outline-color:#15e198;border-radius:6px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left}.oly-input-wrapper:not(.date-wrapper) input:not(.ant-input)>input.ant-input,.oly-input-wrapper:not(.date-wrapper) .ant-input-affix-wrapper>input.ant-input{height:45px}.ant-select:not(.ant-pagination-options-size-changer){margin-top:0!important;height:48px!important}.oly-input-wrapper .ant-select-selector .ant-select-selection-placeholder,.oly-input-wrapper .ant-select-selector .ant-select-selection-item{line-height:47px!important;padding-left:9px!important;font-size:14px!important;color:#000001}.oly-input-wrapper .ant-select-selector .ant-select-selection-placeholder{color:#838892}.oly-input-wrapper .ant-select-selector+.ant-select-arrow{display:block;width:10px;height:10px;background:url(/assets/downArrow-8beb0cd1.svg) 50% no-repeat;color:transparent;transition:transform .1s ease}.dropzone{border-radius:4px;border:1px dashed #15E198;background:rgba(255,255,255,0);height:130px;max-width:380px;display:flex;justify-content:space-around;align-items:center;font-size:14px;font-weight:400;letter-spacing:0px}.dropzone p{color:#000001;text-align:center;font-size:14px;font-weight:400;line-height:24px;opacity:.5;max-width:158px}.dropzone p{margin-bottom:0}.dropzone-desc p{font-size:14px;line-height:21px;letter-spacing:0px;text-align:left;color:#6a6a6a;margin-bottom:0}.dropzone-desc ul li{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left;color:#6a6a6a}.dropzone-preview-box{height:91px;background:#F7F7F7;margin-top:20px;padding:20px;border-radius:6px}.dropzone-preview-box:first-child{margin-top:0}.dropzone-preview-box .line1{display:flex;justify-content:space-between}.dropzone-preview-box .line1 span{font-weight:600;letter-spacing:0px;color:#000001;font-size:14px;line-height:24px}.dropzone-preview-box .line1 img{cursor:pointer}.dropzone-preview-box .line2{color:#15e198;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:linear-gradient(0deg,#15E198 0%,#BAFFE6 100%)!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}.oly-input-wrapper .ant-select-selector{height:47px!important}.oly-input-wrapper .ant-select-selector .ant-select-selection-item{color:#000001!important;display:flex;align-items:center}.oly-input-wrapper .ant-select-selector+.ant-select-arrow{display:block;width:10px;height:10px;background:url(/assets/downArrow-8beb0cd1.svg) 50% no-repeat;color:transparent;transition:transform .1s ease}.copy-input-wrapper input{width:calc(100% - 40px)!important}.copy-input-wrapper .copy-button-wrapper{cursor:pointer;transform:translate(2%,-45%)!important}.ant-checkbox-wrapper span{color:#000001;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#15e198!important}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#15e198!important;border-color:#15e198!important}.wallet__header{font-size:14px;color:#000001;margin-bottom:40px;line-height:24px}.wallet__info{display:flex;flex-direction:row;align-items:flex-start}.wallet__info .oly-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:14px 16px;border-radius:6px;height:50px;border:1px solid #DBDBDB;display:flex;align-items:center}.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{display:flex;flex-direction:column;justify-content:center;align-items:center}.wallet__qr-description{font-weight:600;font-size:14px;color:#6a6a6a}.wallet__qr img{display:block;width:228px;height:228px}.wallet__footer{margin-top:auto;text-align:center;font-size:12px;color:#6a6a6a}.ant-select.ant-select-lg.wallet__info-network.ant-select-single.ant-select-show-arrow .ant-select-selector{display:flex;align-items:center;padding:12px 16px;border-radius:6px;height:48px;border:1px solid #DBDBDB;font-size:14px}.ant-select.ant-select-lg.wallet__info-network.ant-select-single.ant-select-show-arrow .ant-select-selector .ant-select-selection-item{color:#000001!important}.copy-input-wrapper{margin-top:20px}.statement-currencies{display:flex;flex-direction:column;gap:10px}.statement-currencies .currency-item{display:flex;padding:16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:8px;border:1px solid #DBDBDB;cursor:pointer;color:#000001;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.statement-currencies .currency-item .currency-label__text{font-size:14px}.statement-currencies .currency-item:hover{color:#000001;border-color:#15e198;outline:none}.statement-currencies .currency-item.active{border-color:#15e198;outline:1px solid #15E198}.plug__wrapper{display:flex;flex-direction:row;align-items:center;justify-content:start;border-radius:6px;border:1px solid #DBDBDB;background:#FFF}.plug__wrapper .plug__title{color:#000001;font-size:26px;font-style:normal;font-weight:500;line-height:34px;padding:0;margin:0}.plug__wrapper .plug__icon{margin-right:30px}.plug__wrapper .plug__icon img{max-height:88px}.ant-modal .ant-modal-content{padding:16px 24px;border-radius:17px;background:#FBFBFB;border:0}.delete__modal-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;width:100%}.delete__modal-icon{display:flex;margin-bottom:24px}.delete__modal-header{color:#000001;margin-bottom:8px;text-align:center;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%}.delete__modal-button-field .oly-button{height:42px;flex:50%}.ant-spin-dot-spin{margin-top:200px}.callbackForm{width:50%}.confirm-table{line-height:21px;border-radius:8px;border:1px solid #DBDBDB;overflow:hidden;color:#000001;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:#646973}.invoice-copy-link input{border-radius:6px;border:1px solid var(--Main-Black-100, #DBDBDB);background:#FFF}.invoice-copy-link .oly-input-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:0}.account-activation-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:24px;padding-bottom:24px;flex:auto}.account-activation-wrapper .account-activation-content{flex:1 0 0}.account-activation-wrapper .account-activation-content:not(.activation-content-steps){border-radius:8px;background:#FFF;padding:24px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section{border-radius:8px;background:#FFF;padding:24px;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 .oly-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}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .oly-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 .oly-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}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .oly-input-wrapper.has-percentage>.oly-input-wrapper,.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .input-block-wrapper.has-percentage>.oly-input-wrapper{position:relative}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .content-section-fields .oly-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 .oly-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 .oly-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:6px;border:1px solid #DBDBDB}.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;gap:32px;flex-direction:column;position:relative;flex:1 1 calc(40% - 16px);max-width:calc(40% - 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 .oly-input-wrapper:last-child{margin-bottom:0}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-section .oly-input-wrapper label{font-size:13px}.account-activation-wrapper .account-activation-content.activation-content-steps .activation-content-actions{display:flex;justify-content:space-between}.account-activation-wrapper .account-activation-content .alert{margin-top:32px;display:inline-flex}.account-activation-wrapper .account-activation-sider{width:324px}.account-activation-wrapper .account-activation-sider .ant-collapse{margin:0;padding:0;gap:16px;display:flex;flex-direction:column}.account-activation-wrapper .account-activation-sider .ant-collapse .ant-collapse-item{padding:16px;border-radius:8px;background:#FFF}.account-activation-wrapper .account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-header{padding:0}.account-activation-wrapper .account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{color:#000001;font-size:13px;font-style:normal;font-weight:500;line-height:21px}.account-activation-wrapper .account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-content{padding:0}.account-activation-wrapper .account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0;margin-top:16px}.account-activation-wrapper .account-activation-sider .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box p{margin:0;padding:0;color:#646973;font-size:11px;font-style:normal;font-weight:400;line-height:18px}.collapse-title{font-size:16px}.activation-header{display:flex;align-items:center;flex-direction:column;align-items:flex-start}.activation-header_inner{display:flex;flex-direction:column;align-items:start}.activation-header_inner .activation-back{align-items:center;display:none;cursor:pointer;margin-bottom:8px}.activation-header_inner .activation-back.show{display:flex}.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}.activation-header_inner .activation-back .back-text{color:#646973;font-size:12px;font-weight:600;line-height:20px}.activation-header h2{color:#000001;font-size:26px;font-style:normal;font-weight:500;line-height:34px;margin-bottom:16px}.activation-header .activation-header_description{color:#646973;font-size:13px;font-style:normal;font-weight:400;line-height:21px;margin-bottom:24px}.activation-header .activation-header_description b{color:#000001}.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}.activation__steps{display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:24px}.activation__steps-item{display:flex;flex-direction:column;margin-bottom:35px;position:relative}.activation__steps-item-header{display:flex;flex-direction:row;align-items:center}.activation__steps-item-header .step-icon{display:flex;width:22px;height:22px;padding:10px;flex-direction:column;justify-content:center;align-items:center;margin-right:16px;border-radius:100%;background:#F6F8FA;color:#646973;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.activation__steps-item-header .step-text{color:#000001;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.activation__steps-item-header .step-time{font-size:11px;line-height:18px;font-weight:400;background:#E7FEF3;padding:4px 8px;color:#0b9454;border-radius:18px;margin-bottom:0;text-align:center;margin-left:10px}.activation__steps-item:not(:last-child):before{content:"";position:absolute;top:30px;left:10px;height:100%;width:1px;border-radius:12px;background:#DBDBDB}.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:#000001;cursor:pointer}.oly-input-wrapper select{font-size:14px;font-weight:400;letter-spacing:0px;text-align:left;height:47px;width:100%;margin:0;padding-left:20px;padding-right:20px;border:1px solid #BFBFBF;outline-color:#15e198;border-radius:6px;line-height:21px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-wrapper{position:relative}.select-wrapper:after{content:url(/assets/downArrow-8beb0cd1.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:#000001;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 .activation__steps-item-content{padding-left:38px;padding-bottom:16px}.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;padding:8px 16px;align-self:stretch;border-radius:8px;border:1px solid #DBDBDB;margin-bottom:12px}.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:#15e198;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{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #DBDBDB}.account-activation-thank-you-content .activation-content-section:last-child{margin:0;padding-bottom:0;border-bottom:none}.account-activation-thank-you-content .activation-content-section .oly-form-group-wrapper h4{color:#000001;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}.account-activation-thank-you-content .representative-verification-link .representative-name{min-width:146px;margin-right:16px;color:#646973;font-size:13px;font-style:normal;font-weight:500}.account-activation-thank-you-content .representative-verification-link .verification-link{color:#15e198;font-size:12px;font-style:normal;font-weight:600}.account-activation-thank-you-content .representative-verification-link .verification-link:hover{text-decoration:underline;color:#09c883}.account-activation-thank-you-content .representative-verification-link .verification-link svg{margin-right:8px}.account-activation-thank-you-content .representative-verification-link .verification-link svg path{fill:#15e198}.account-activation-thank-you-content .copy-input-wrapper{flex-direction:row;align-items:center;padding-right:10px}.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{padding:56px 100px;background:#fff;border-radius:8px;width:100%;justify-content:center;display:flex;flex-direction:column}.account-activation-type h2{color:#000001;text-align:center;font-size:22px;font-weight:700;line-height:32px;margin-bottom:40px}.account-activation-type .account-types{display:flex;gap:54px;justify-content:center;align-items:center;margin-bottom:65px}.account-activation-type .account-types .account-type{position:relative;padding:40px 24px;width:400px;height:375px;border-radius:8px;background:#F6F8FA;cursor:pointer;overflow:hidden}.account-activation-type .account-types .account-type__name{display:flex;gap:24px;align-items:center}.account-activation-type .account-types .account-type__name-icon{display:flex;position:relative;width:84px;height:84px;flex-shrink:0;background:#fff;border:1px solid #fff;border-radius:100%;align-items:center;justify-content:center}.account-activation-type .account-types .account-type__name-icon .checked-icon{display:none;width:24px;height:24px;border-radius:100%;position:absolute;top:0;right:-2px;text-align:center;background:#15E198}.account-activation-type .account-types .account-type__name-icon .checked-icon svg path{stroke:#fff;stroke-width:2px}.account-activation-type .account-types .account-type__name-text{color:#000001;font-size:34px;font-weight:400;line-height:50px}.account-activation-type .account-types .account-type img{position:absolute;bottom:0;right:0;max-width:300px;opacity:.8;filter:grayscale(100%) brightness(1.3);transition:filter .3s ease}.account-activation-type .account-types .account-type.active .checked-icon{display:block}.account-activation-type .account-types .account-type.active .account-type__name-icon{border-color:#15e198}.account-activation-type .account-types .account-type:hover img,.account-activation-type .account-types .account-type.active img{opacity:1;filter:grayscale(0%) brightness(1)}.account-activation-type .account-types .account-type:hover g#ico_ind path,.account-activation-type .account-types .account-type:hover g#ico_ind circle:first-child,.account-activation-type .account-types .account-type.active g#ico_ind path,.account-activation-type .account-types .account-type.active g#ico_ind circle:first-child{fill:#000001}.account-activation-type .account-types .account-type:hover g#ico_business>g>path,.account-activation-type .account-types .account-type.active g#ico_business>g>path{fill:#000001;fill-opacity:1}.account-activation-type .account-types .account-type:hover g#ico_business>path,.account-activation-type .account-types .account-type.active g#ico_business>path{fill:#000001}.account-activation-type .account-activation-actions{display:flex;justify-content:center}.oly-textarea{height:200px;resize:none;width:100%;margin:10px 0 5px;padding:16px 20px;border:1px solid #BFBFBF;outline-color:#15e198;border-radius:6px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left}.oly-textarea.has-label{margin-top:0}.external-link{display:inline-flex;align-items:center}.external-link .link-name{margin-right:8px}.json-viewer{border:1px solid #DBDBDB;border-radius:6px;overflow:hidden}.json-viewer>ul{margin:0!important;padding:12px 10px!important}.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}.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}.invite-friends{background-color:#0e5156;padding:32px 32px 40px;border-radius:6px;color:#fff;margin-bottom:48px}.invite-friends__header{display:flex;justify-content:center;align-items:start;margin-bottom:20px;flex-direction:column}.invite-friends__header h2{margin-bottom:10px;font-size:26px;font-weight:500;line-height:34px;color:#fff}.invite-friends__rules{display:flex;align-items:center;color:#15e198;text-decoration:none;font-size:13px}.invite-friends__rules .icon{display:inline-flex;margin-right:8px}.invite-friends__rules:hover{text-decoration:underline}.invite-friends__coins{position:absolute;top:0;right:0;pointer-events:none}.invite-friends__coins .coin{position:absolute}.invite-friends__coins .coin--1{width:68px;height:41px;top:0;right:560px}.invite-friends__coins .coin--2{top:0;right:150px;width:200px;height:99px}.invite-friends__steps{display:flex;justify-content:space-between;gap:38px}.invite-friends__step{background-color:#266267;padding:28px 24px;border-radius:6px;flex:1;display:flex;align-items:center;gap:16px;position:relative}.invite-friends__step:after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #266267}.invite-friends__step:last-child:after{content:none}.invite-friends__number{background-color:#c7ff74;color:#000;font-size:16px;font-weight:700;height:30px;width:30px;line-height:30px;text-align:center;border-radius:100%}.invite-friends__text{color:#fff;font-size:16px;font-style:normal}.custom-package{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:16px 32px;border-radius:8px;border-left:2px solid #15E198;margin-bottom:24px}.custom-package__left{display:flex;align-items:center}.custom-package__badge{background-color:#000001;color:#c3ff00;border-radius:20px;padding:8px 16px;font-weight:700;margin-right:24px}.custom-package__text{display:flex;flex-direction:column;color:#000001}.custom-package__text strong{font-size:16px;font-weight:600;margin-bottom:4px}.custom-package__text p{margin:0;font-size:14px;color:#121212}.custom-package__right{display:flex;align-items:center;cursor:pointer}.custom-package__icon{display:flex;margin-right:8px}.custom-package__contact{font-size:15px;color:#000001;font-weight:500}.referral-links-table .table-cell__actions{width:70px;min-width:70px!important}.referral-links-table .table-cell__actions svg{transition:transform .1s ease}.referral-links-table .table-cell__actions .collapse-table svg{transform:rotate(90deg)}.referral-links-table .table-cell__actions .expand-table svg{transform:rotate(-90deg)}.referral-links-table .ant-table-expanded-row>.ant-table-cell{padding:0!important}.referral-links-table .ant-table-expanded-row>.ant-table-cell.cell-number{border-bottom:0!important}.referral-links-table .ant-table-expanded-row>.ant-table-cell .ant-table-wrapper{margin-bottom:0;border-top:1px solid #000001}.referral-links-table .ant-table-expanded-row>.ant-table-cell .ant-table-wrapper .ant-table{border-radius:0;background:#fff}.referral-links-table .ant-table-expanded-row>.ant-table-cell .ant-table-wrapper .ant-table colgroup{display:none}.referral-links-table .ant-table-expanded-row>.ant-table-cell .ant-table-wrapper .ant-table .ant-table-row{display:flex;width:100%;flex:1;justify-content:start;align-items:center;border-bottom:1px solid #DBDBDB}.referral-links-table .ant-table-expanded-row>.ant-table-cell .ant-table-wrapper .ant-table .ant-table-row:hover .ant-table-cell{background:none!important}.referral-links-table .ant-table-expanded-row>.ant-table-cell .ant-table-wrapper .ant-table .ant-table-cell{border-bottom:0}.referral-links-table .ant-table-cell{border-radius:0!important}.referral-links-table .ant-table-cell.cell-number{width:60px!important;min-width:60px}.referral-links-table .ant-table-cell.referral-date-cell{width:120px!important;min-width:120px;margin-left:auto}.referral-links-table .ant-table-cell.earnings-cell{width:145px;min-width:145px}.package-preview-details{border-radius:8px;background:rgba(21,225,152,.06)}.package-preview-details .ant-collapse{margin-left:0;padding-left:0;border:0}.package-preview-details .ant-collapse .ant-collapse-header-text{color:#000001;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.package-preview-details .ant-collapse .ant-collapse-content{border-top:none;background:transparent}.package-preview-details .ant-collapse .ant-collapse-item{border:none}.package-preview-details .ant-collapse .ant-collapse-item svg{transform:rotate(90deg)!important}.package-preview-details .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-arrow svg{transform:rotate(-90deg)!important}.package-preview-details .ant-collapse .ant-collapse-header{flex-direction:row-reverse;align-items:center}.package-preview-details .summary__wrapper .summary__group{border-bottom:1px solid #DBDBDB;padding-bottom:4px;margin-bottom:16px}.package-preview-details .summary__wrapper .summary__group .summary-item{margin-bottom:8px}.package-preview-details .summary__wrapper .summary__group:last-child{border:0;margin-bottom:0}.package-preview-details .summary__wrapper .summary__group:last-child .summary-item:last-child{margin-bottom:0}.referral-links-help{display:flex;flex-direction:row;justify-content:start;align-items:start;margin-top:40px;gap:30px}@media screen and (min-width: 992px){.referral-links-help{gap:150px}}.referral-links-help .make-promo-help h2{font-size:18px;font-weight:600;margin-bottom:8px}.referral-links-help .make-promo-help p{color:#646973;margin-bottom:30px}.referral-links-help .links-steps-help{display:flex;flex-direction:column;gap:32px}.referral-links-help .links-steps-help .links-step-header{margin-bottom:8px;display:flex;align-items:center}.referral-links-help .links-steps-help .links-step-header .step-icon{display:inline-flex;margin-right:8px}.referral-links-help .links-steps-help .links-step-header .step-name{color:#000001;font-size:16px;font-weight:600;line-height:24px}.referral-links-help .links-steps-help .links-step-text{margin-left:11px;padding-left:17px;border-left:1px solid #15E198;color:#646973;font-size:14px;font-weight:400;line-height:24px}.referral-links-help .custom-package{flex-direction:column;justify-content:start;align-items:start}.referral-links-help .custom-package p{margin-bottom:12px}.referral-overview{background-color:#0e5156;padding:16px 60px 16px 15px;border-radius:8px;color:#fff;margin-bottom:16px;display:flex;flex-direction:row;justify-content:space-between;position:relative}.referral-overview__header{display:flex;justify-content:start;align-items:center;flex-direction:row;z-index:1}.referral-overview__header .icon{display:inline-flex;padding:8px;border-radius:8px;background:rgba(255,255,255,.1);align-items:center;margin-right:16px}.referral-overview__header h2{margin:0;font-size:26px;font-weight:500;line-height:34px;color:#fff}.referral-overview__coins{position:absolute;bottom:0;left:0;width:100%;height:100%}.referral-overview__coins .coin{position:absolute;pointer-events:none}.referral-overview__coins .coin--1{width:81px;height:40px;bottom:0;right:430px}.referral-overview__coins .coin--2{bottom:0;left:110px;width:232px;height:119px}.referral-overview__coins .coin--3{top:0;left:450px;width:119px;height:59px}.referral-overview__steps{display:flex;justify-content:space-between;gap:24px;z-index:1}.referral-overview__step{background-color:#266267;padding:12px;border-radius:6px;display:flex;align-items:start;flex-direction:column;gap:16px;position:relative;z-index:1;min-width:168px}.referral-overview__step .currency{color:#c7ff74;font-size:11px;font-style:normal;font-weight:400;margin-right:auto;line-height:18px}.referral-overview__step .value{color:#fff;font-size:26px;font-style:normal;font-weight:600;margin-right:6px;line-height:1}.referral-overview__step .profile-icon{margin-right:auto;margin-bottom:4px;display:flex}.referral-overview__step .overview-arrow-icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;flex-shrink:0;border-radius:6px;background:#0E5156;margin-left:8px}.referral-overview__step .overview-arrow-icon svg path{fill:#15e198}.referral-overview__line{display:flex;flex-direction:row;justify-content:space-between;align-items:end;width:100%}.referral-overview__title{color:#f6f8fa}.referral-analytics-filters{display:flex;flex-direction:row;align-items:center;gap:8px}.referral-analytics-filters .oly-input-wrapper{width:25%}@media screen and (min-width: 768px){.referral-analytics-filters .oly-input-wrapper{width:150px}}@media screen and (min-width: 992px){.referral-analytics-filters .oly-input-wrapper{width:228px}}.referral-analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.referral-analytics-header h2{margin:0}.referral-analytics-header .ant-radio-group{margin-bottom:0!important}.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper{padding:4px 10px;height:36px;line-height:27px}.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper:hover,.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child,.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){color:#fff;border-color:#000001!important;background-color:#000001}.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper:hover:before,.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child:before,.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before,.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#000001}.referral-analytics-header .ant-radio-group .ant-radio-button-wrapper>.ant-radio-button{color:#000001;font-size:12px;font-style:normal;font-weight:500}.package-details-actions{display:flex;justify-content:space-between;align-items:center}.package-details-actions .package-revenue{font-weight:500;line-height:24px;display:flex;align-items:center}.package-details-actions .package-revenue .icon{display:inline-flex;margin-right:4px}.package-details-actions .actions .oly-button{width:200px;font-size:12px;font-weight:600;padding:8px 16px;height:42px}@media screen and (min-width: 1200px){.complaint-form-wrapper{width:752px!important}}.complaint-form-wrapper h3{color:#080808;font-size:18px;font-weight:600}.complaint-form-wrapper h4{margin-bottom:24px;font-size:16px;font-weight:600;color:#080808}.complaint-form-wrapper .content-section-fields{margin-bottom:32px}.complaint-form-wrapper .react-international-phone-country-selector-button{height:47px;border-radius:6px 0 0 6px;border-color:#bfbfbf;border-right:0;padding:0 8px}.complaint-form-wrapper .react-international-phone-input{padding-left:0!important;border-radius:0 6px 6px 0!important}.complaint-form-wrapper .dropzone{margin:14px 0;width:100%;max-width:100%}.complaint-form-wrapper .flex-items{display:flex;gap:24px;flex-wrap:wrap}.complaint-form-wrapper .flex-item{width:100%;margin-bottom:0}@media (min-width: 992px){.complaint-form-wrapper .flex-item{flex:0 0 calc(50% - 12px)}}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}.not-found-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#FBFBFB 0%,#F7F7F7 100%);padding:20px;font-family:Inter,sans-serif;position:relative}.logo-container{position:absolute;top:40px;left:40px}@media (max-width: 768px){.logo-container{position:relative;top:auto;left:auto;margin-bottom:40px}}.logo-container .logo{width:120px;height:auto}@media (max-width: 768px){.logo-container .logo{width:100px}}.not-found-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 768px){.not-found-container{grid-template-columns:1fr;gap:40px;text-align:center}}.not-found-content .error-code{font-size:120px;font-weight:900;color:#15e198;line-height:1;margin-bottom:20px;text-shadow:0 4px 20px rgba(21,225,152,.2)}@media (max-width: 768px){.not-found-content .error-code{font-size:80px}}.not-found-content .error-title{font-size:32px;font-weight:700;color:#000001;margin-bottom:16px;line-height:1.2}@media (max-width: 768px){.not-found-content .error-title{font-size:24px}}.not-found-content .error-description{font-size:16px;color:#6a6a6a;line-height:1.6;margin-bottom:40px;max-width:400px}@media (max-width: 768px){.not-found-content .error-description{font-size:14px;max-width:100%}}.not-found-content .error-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.not-found-content .error-actions{justify-content:center}}.not-found-content .error-actions .home-button{background:#15E198;border-color:#15e198;border-radius:8px;font-weight:600;height:48px;padding:0 24px}.not-found-content .error-actions .home-button:hover{background:#13C786;border-color:#13c786}.not-found-content .error-actions .back-button{border-color:#d9d9d9;border-radius:8px;font-weight:600;height:48px;padding:0 24px;color:#6a6a6a}.not-found-content .error-actions .back-button:hover{border-color:#15e198;color:#15e198}.not-found-illustration{display:flex;justify-content:center;align-items:center;position:relative}.not-found-illustration .illustration-circle{position:relative;width:300px;height:300px}@media (max-width: 768px){.not-found-illustration .illustration-circle{width:200px;height:200px}}.not-found-illustration .illustration-circle .circle-1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,rgba(21,225,152,.1) 0%,rgba(21,225,152,.05) 100%);animation:float 6s ease-in-out infinite}@media (max-width: 768px){.not-found-illustration .illustration-circle .circle-1{width:140px;height:140px}}.not-found-illustration .illustration-circle .circle-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,rgba(21,225,152,.15) 0%,rgba(21,225,152,.08) 100%);animation:float 6s ease-in-out infinite 2s}@media (max-width: 768px){.not-found-illustration .illustration-circle .circle-2{width:100px;height:100px}}.not-found-illustration .illustration-circle .circle-3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(21,225,152,.2) 0%,rgba(21,225,152,.1) 100%);animation:float 6s ease-in-out infinite 4s}@media (max-width: 768px){.not-found-illustration .illustration-circle .circle-3{width:60px;height:60px}}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-20px)}}@media (prefers-color-scheme: dark){.not-found-page{background:linear-gradient(135deg,#121212 0%,#000001 100%)}.not-found-content .error-title{color:#fff}.not-found-content .error-description{color:#bfbfbf}.not-found-content .error-actions .back-button{color:#bfbfbf;border-color:#939393}.not-found-content .error-actions .back-button:hover{color:#15e198;border-color:#15e198}}/*! 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-layout{background:#F6F8FA}.ant-tabs.ant-tabs-top .ant-tabs-nav{margin-bottom:16px;border-bottom:1px solid #DBDBDB}.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 .ant-tabs-tab{padding:16px 0}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#646973!important;font-style:normal;font-weight:400;line-height:24px}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#000001!important;font-size:14px;font-weight:600}.ant-tabs.ant-tabs-top .ant-tabs-nav .ant-tabs-nav-operations-hidden{display:none!important}.ant-tabs-ink-bar.ant-tabs-ink-bar-animated{background-color:#15e198!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{background-color:#15e198;color:#000001}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab-active{background-color:#15e198}.vetrical__tabs .ant-tabs-nav-list .ant-tabs-tab-active:before{border-color:#fff;background:#fff;box-shadow:inset 0 0 0 2px #15e198}.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:#000001;font-size:18px;font-style:normal;font-weight:600;line-height:28px}*{font-family:Inter,sans-serif!important;font-style:normal;font-weight:400}.inputLabel{font-weight:400}.ant-layout-sider{z-index:1}.text-muted{color:#838892;font-size:11px;line-height:18px}label{color:#646973;font-size:13px;font-style:normal;font-weight:500;line-height:21px}.back-link{color:#646973;font-size:12px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center}.back-link .icon{display:flex;margin-right:8px}.text-left{text-align:left!important}a:hover{color:#2cb22c}.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}@media screen and (min-width: 768px){.content-wrapper .content-form{max-width:386px;width:100%}}.ant-steps.ant-steps-horizontal{margin-bottom:32px}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-content{margin-top:-2px}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-title{color:#000001;font-size:12px;font-weight:500;line-height:18px}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-description{color:#838892!important;font-size:11px;line-height:10px}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-icon{height:22px;width:22px;background:#F6F8FA;line-height:22px}.ant-steps.ant-steps-horizontal .ant-steps-item .ant-steps-item-icon>.ant-steps-icon{color:#646973;font-size:12px;font-style:normal;font-weight:500}.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{border:none;background:#000001}.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{color:#15e198}.ant-steps.ant-steps-horizontal .ant-steps-item.ant-steps-item-finish .ant-steps-item-title:after{background-color:#15e198}.table-actions-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px;gap:16px}.table-actions-wrapper .ant-btn{display:inline-flex;height:36px;padding:4px 10px;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;background:#FFF}.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:#000001!important}.ant-spin .ant-spin-dot.ant-spin-dot-spin .ant-spin-dot-item{background-color:#15e198}.ant-spin .ant-spin-text{color:#13c786;font-weight:500}.d-flex{display:flex!important}.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-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}.mb-0{margin-bottom:0!important}.mr-4{margin-right:12px!important}.mb-auto{margin-bottom:auto!important}.text-uppercase{text-transform:uppercase!important}
