@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);.MainLayoutSme{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;position:relative}.MainLayoutSme .navigation-container{width:216px;height:100vh;opacity:1;z-index:1;transition:all .4s}.MainLayoutSme .site-layout{width:100%;background-color:#f1f3f6;overflow-x:hidden;height:100vh;position:relative}.MainLayoutSme .site-layout .top-header{z-index:1;display:block;width:calc(100% - 216px);position:fixed;top:0;right:0;background:#fff;-ms-box-shadow:0 1px 4px rgba(0,0,0,.08);box-shadow:0 1px 4px rgba(0,0,0,.08)}.MainLayoutSme .site-layout .top-header .top-header-container{padding:16px 24px 16px 72px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.MainLayoutSme .site-layout .top-header .page-name{font-weight:600;font-size:14px;line-height:24px;text-transform:uppercase;color:#212121}.MainLayoutSme .site-layout .site-content{padding:88px 72px 32px}.MainLayoutSme .site-layout .mobile-header{width:100%;position:fixed;background-color:#fff;z-index:2;height:auto;top:0;left:0;display:none;-ms-box-shadow:0 4px 7px -3px #ccc;box-shadow:0 4px 7px -3px #ccc}.MainLayoutSme .site-layout .mobile-header .mobile-header-container{padding:8px 16px;margin-right:auto;margin-left:auto;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.MainLayoutSme .site-layout .mobile-header .mobile-menu-section{height:18px}.MainLayoutSme .site-layout .mobile-header .logo{width:162px;height:36px}.MainLayoutSme .site-layout .mobile-header .logo img{width:100%;height:100%}.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile{padding:0;border:none;background:transparent}.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile .bar1,.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile .bar2,.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile .bar3{width:18px;height:2px;background-color:#212121;margin:3px 0;transition:.4s}.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile.open .bar1{-webkit-transform:rotate(-45deg) translate(-3px,3px);transform:rotate(-45deg) translate(-3px,3px)}.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile.open .bar2{opacity:0}.MainLayoutSme .site-layout .mobile-header .btn-menu-mobile.open .bar3{-webkit-transform:rotate(45deg) translate(-4px,-4px);transform:rotate(45deg) translate(-4px,-4px)}.MainLayoutSme .ContentPage .ContentHeader{margin:0 0 20px}.MainLayoutSme .ant-btn-text:focus,.MainLayoutSme .ant-btn-text:hover{color:#46a8f2;background:transparent;border-color:#46a8f2}.MainLayoutSme .anticon-menu-fold.trigger{position:absolute;bottom:20px;right:20px}.MainLayoutSme .layout-sider{height:100%;padding:16px 24px;background-color:#fff;position:relative;box-shadow:1px 0 4px rgba(0,0,0,.08);transition:all .4s}.MainLayoutSme .layout-sider .account-info{display:none}.MainLayoutSme .layout-sider .support-info{background:#f4f4f4;opacity:1;position:absolute;margin-left:-24px;width:100%;bottom:0;height:56px;padding:10px 24px}.MainLayoutSme .layout-sider .support-info .item{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;font-size:10px;line-height:14px}.MainLayoutSme .layout-sider .support-info .item .icon{height:14px;padding-right:5px}.MainLayoutSme .layout-sider .support-info .info-email{color:#1e88e5;padding-bottom:6px}.MainLayoutSme .layout-sider .support-info .info-phone{color:#138172}.MainLayoutSme .layout-sider.ant-layout-sider-collapsed{max-width:0!important;min-width:0!important;padding-left:0;padding-right:0}.MainLayoutSme .layout-sider.ant-layout-sider-collapsed li.ant-menu-item{padding-left:40px!important;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.MainLayoutSme .layout-sider.ant-layout-sider-collapsed li.ant-menu-item.ant-menu-item-selected .ant-menu-item-icon{margin-left:-10px!important;margin-right:0!important}.MainLayoutSme .layout-sider.ant-layout-sider-collapsed .anticon-menu-unfold.trigger{position:absolute;bottom:20px;right:-36px;z-index:1;width:36px;height:36px;color:#fff;font-size:18px;line-height:42px;text-align:center;background:#1e88e5;border-radius:0 2px 2px 0;cursor:pointer;transition:background .3s ease}.MainLayoutSme .layout-sider.ant-layout-sider-collapsed .account-info,.MainLayoutSme .layout-sider.ant-layout-sider-collapsed .support-info{display:none;opacity:0;transition:all .2s}.MainLayoutSme .layout-sider .logo{margin-bottom:12px;text-align:center}.MainLayoutSme .layout-sider .logo img{height:36px}.MainLayoutSme .layout-sider .logo.collapsed img{width:31px}.MainLayoutSme .site-layout .Content.Small{max-width:760px;margin:20px auto}@media(max-width:1299px){.MainLayoutSme .site-layout .site-content{padding:88px 15px 32px}}@media(max-width:991px){.MainLayoutSme .site-layout .site-content{padding:88px 15px 32px}}@media(max-width:767px){.MainLayoutSme .navigation-container{width:0;opacity:0;position:fixed}.MainLayoutSme .site-layout .site-content{padding-top:68px}.MainLayoutSme .site-layout .mobile-header{display:block}.MainLayoutSme .site-layout .top-header{display:none}}.MainLayoutSme.open-menu .navigation-container{width:100%;opacity:1;background-color:rgba(33,33,33,.6)}.MainLayoutSme.open-menu .layout-sider{width:216px;padding:8px 24px}.MainLayoutSme.open-menu .layout-sider .account-info{display:block;opacity:1;position:absolute;bottom:76px;left:24px}.MainLayoutSme.open-menu .site-layout .mobile-header{background-color:transparent;-ms-box-shadow:none;box-shadow:none}.MainLayoutSme.open-menu .site-layout .mobile-header .logo{opacity:0}.ant-menu.MainMenuSme{border:none;padding-top:24px}.ant-menu.MainMenuSme li.ant-menu-item{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:4px;padding-left:0!important;margin-top:10px;margin-bottom:10px;height:48px;padding-right:0}.ant-menu.MainMenuSme li.ant-menu-item .ant-menu-item-icon{line-height:30px;margin-right:14px;width:20px;height:22px;margin-left:2px}.ant-menu.MainMenuSme li.ant-menu-item .ant-menu-item-icon svg path{fill:#212121}.ant-menu.MainMenuSme li.ant-menu-item>span{width:100%}.ant-menu.MainMenuSme li.ant-menu-item>span>a{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.ant-menu.MainMenuSme li.ant-menu-item a{color:#212121;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.ant-menu.MainMenuSme li.ant-menu-item a .referral-earn{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:4px;font-weight:400;font-size:10px;line-height:16px;color:#00c853;background:rgba(0,200,83,.16);border-radius:2px;padding:4px}.ant-menu.MainMenuSme li.ant-menu-item a .referral-earn .icon{height:12px;margin-left:4px}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment,.ant-menu.MainMenuSme li.ant-menu-item.send-money{margin-top:0;background-color:#1e88e5;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;padding-left:16px!important;padding-right:16px;-webkit-justify-content:space-between;justify-content:space-between}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment:after,.ant-menu.MainMenuSme li.ant-menu-item.send-money:after{display:none}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment .ant-menu-item-icon,.ant-menu.MainMenuSme li.ant-menu-item.send-money .ant-menu-item-icon{margin-right:0;margin-left:0}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment .ant-menu-item-icon svg path,.ant-menu.MainMenuSme li.ant-menu-item.send-money .ant-menu-item-icon svg path{fill:#fff}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment a,.ant-menu.MainMenuSme li.ant-menu-item.send-money a{color:#fff;font-weight:600}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment{background-color:#fff;border:2px solid #1e88e5}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment .ant-menu-item-icon svg path{fill:#1e88e5}.ant-menu.MainMenuSme li.ant-menu-item.batch-payment a{color:#1e88e5}.ant-menu.MainMenuSme li.ant-menu-item.ant-menu-item-selected:not(.send-money):not(.batch-payment){background-color:transparent}.ant-menu.MainMenuSme li.ant-menu-item.ant-menu-item-selected:not(.send-money):not(.batch-payment):after{display:none}.ant-menu.MainMenuSme li.ant-menu-item.ant-menu-item-selected:not(.send-money):not(.batch-payment) .ant-menu-item-icon svg path{fill:#1e88e5}.ant-menu.MainMenuSme li.ant-menu-item.ant-menu-item-selected:not(.send-money):not(.batch-payment) a{color:#1e88e5}.ant-menu.MainMenuSme li.ant-menu-item.ant-menu-item-active{opacity:.8}.ant-menu.MainMenuSme .pending-transactions{background:rgba(244,67,54,.1254901961);border-radius:4px;font-weight:400;font-size:10px;line-height:16px;color:#000;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:4px}.ant-menu.MainMenuSme .pending-transactions span{width:16px;height:16px;background:#f44336;border-radius:2px;font-weight:700;font-size:10px;line-height:16px;color:#fff;margin-right:4px;text-align:center}.account-dropdown{cursor:pointer;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.account-dropdown .circle-avatar{margin-right:8px}.account-dropdown .text{font-weight:600;font-size:12px;line-height:16px}.account-dropdown .group-section{font-weight:400;font-size:10px;line-height:16px;color:#888}.account-dropdown .user-name{margin-right:24px}.account-info{display:block;bottom:76px;left:24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;transition:all .2s}.account-info .info{margin:auto 0}.account-info .info .user-name{margin-left:8px;line-height:16px;font-size:12px;font-weight:600}.account-info .info .user-name.desktop{display:block}.account-info .info .user-name.mobile{display:none}.account-info .info .anticon-down{display:block}@media(max-width:767px){.account-info .info .user-name.desktop{display:none}.account-info .info .user-name.mobile{display:block}.account-info .info .anticon-down{display:none}}.account-section{background:#fff;min-width:264px;-ms-box-shadow:0 0 4px 1px rgba(0,0,0,.08);box-shadow:0 0 4px 1px rgba(0,0,0,.08);border-radius:4px}.account-section .company-info{padding:16px;border-bottom:1px solid #f4f4f4}.account-section .company-info label{font-size:12px;font-weight:600;line-height:16px;color:#888}.account-section .company-info .text{margin-top:4px;font-size:14px;font-weight:400;line-height:20px;color:#212121}.account-section .switch-account{padding:8px 16px;border-bottom:1px solid #f4f4f4}.account-section .switch-account button.btn-link{font-weight:600;font-size:14px;line-height:24px;color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;padding:8px 0}.account-section .switch-account button.btn-link>div{width:24px;height:24px;margin-right:10px}.account-section .logout-section{padding:16px}.account-section .logout-section a.logout-button-section{display:block;width:100%}.account-section .logout-section a.logout-button-section .btn-logout{color:#f44336;padding:0;font-size:14px;font-weight:600;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.account-section .logout-section a.logout-button-section .btn-logout>div{margin-right:10px}.LiveChat{position:fixed;bottom:20px;right:24px;z-index:9999}@media(max-width:575px){.LiveChat{bottom:0;right:4px}}#account-pending .content-page{width:744px;margin:72px auto 0;padding:40px;background:#fff;-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}#account-pending .image{margin:0 auto 40px}#account-pending .text{text-align:center}#account-pending .text p{font-size:14px;font-weight:400;line-height:20px}#account-pending .action{text-align:center}#account-pending .action .ant-btn{height:38px!important}@media(max-width:991px){#account-pending .content-page{margin:0;padding:10px;width:100%}}@media(max-width:375px){#account-pending .image svg{width:100%}#account-pending .text p{font-size:12px;font-weight:400;line-height:16px}}.E404SME{margin:104px auto;padding:40px 0 24px;max-width:744px;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.E404SME .logo{max-width:184px;margin-bottom:23px}.E404SME .logo img{width:100%;max-height:209px}.E404SME .content{max-width:360px;text-align:center;margin-bottom:31px}.E404SME .content p{line-height:20px;font-size:14px;margin-bottom:10px}.E404SME .content p.email{display:inline;color:#1e88e5}.E404SME .button{max-width:300px;text-align:center}.E404SME .button button{padding:0 24px;min-height:48px;border-radius:4px;font-weight:600;font-size:14px;line-height:24px}.E404SME .button button>.anticon{margin-left:24px}.E404SME .button button>.anticon svg{width:20px;height:17px}.ChangePasswordForm label,.ForgotPasswordForm label,.ResetPasswordForm label,.SignInForm label{font-weight:600;font-size:12px;line-height:16px;color:#212121}.ChangePasswordForm label.ant-checkbox-wrapper span:last-child,.ForgotPasswordForm label.ant-checkbox-wrapper span:last-child,.ResetPasswordForm label.ant-checkbox-wrapper span:last-child,.SignInForm label.ant-checkbox-wrapper span:last-child{font-size:14px;font-style:normal;font-weight:400;line-height:24px}.ChangePasswordForm .ant-input,.ChangePasswordForm .ant-picker,.ChangePasswordForm .ant-select-selector,.ForgotPasswordForm .ant-input,.ForgotPasswordForm .ant-picker,.ForgotPasswordForm .ant-select-selector,.ResetPasswordForm .ant-input,.ResetPasswordForm .ant-picker,.ResetPasswordForm .ant-select-selector,.SignInForm .ant-input,.SignInForm .ant-picker,.SignInForm .ant-select-selector{height:48px!important}.ChangePasswordForm .ant-form-item:last-child,.ForgotPasswordForm .ant-form-item:last-child,.ResetPasswordForm .ant-form-item:last-child,.SignInForm .ant-form-item:last-child{margin-bottom:0;padding-bottom:16px}.ChangePasswordForm .ForgotPassword,.ForgotPasswordForm .ForgotPassword,.ResetPasswordForm .ForgotPassword,.SignInForm .ForgotPassword{text-align:left;padding:8px 0 0}.ChangePasswordForm .SignInYourPassword,.ForgotPasswordForm .SignInYourPassword,.ResetPasswordForm .SignInYourPassword,.SignInForm .SignInYourPassword{margin-top:48px}.ChangePasswordForm .SignInYourPassword a,.ForgotPasswordForm .SignInYourPassword a,.ResetPasswordForm .SignInYourPassword a,.SignInForm .SignInYourPassword a{color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.ChangePasswordForm .SignInYourPassword a>div,.ForgotPasswordForm .SignInYourPassword a>div,.ResetPasswordForm .SignInYourPassword a>div,.SignInForm .SignInYourPassword a>div{height:24px;margin-left:10px}.ChangePasswordForm .Register,.ForgotPasswordForm .Register,.ResetPasswordForm .Register,.SignInForm .Register{text-align:center;padding:20px 0 0}.ChangePasswordForm .Contact,.ForgotPasswordForm .Contact,.ResetPasswordForm .Contact,.SignInForm .Contact{padding:20px 0}.ChangePasswordForm .Contact .title,.ForgotPasswordForm .Contact .title,.ResetPasswordForm .Contact .title,.SignInForm .Contact .title{font-weight:600;font-size:14px;line-height:16px;color:#212121;padding-top:20px;padding-bottom:10px}.ChangePasswordForm .FormHeader,.ForgotPasswordForm .FormHeader,.ResetPasswordForm .FormHeader,.SignInForm .FormHeader{background:#fff;-webkit-backdrop-filter:blur(54.3656px);backdrop-filter:blur(54.3656px);border-radius:4px 4px 0 0;padding:24px 20px;font-size:20px;line-height:32px;color:#212121;font-weight:600}.ChangePasswordForm .FormHeader .left,.ForgotPasswordForm .FormHeader .left,.ResetPasswordForm .FormHeader .left,.SignInForm .FormHeader .left{margin-left:-20px;border-left:4px solid #4285f4;padding-left:20px;font-weight:600;font-size:14px;line-height:24px;color:#212121}.ChangePasswordForm .FormContent,.ForgotPasswordForm .FormContent,.ResetPasswordForm .FormContent,.SignInForm .FormContent{background:#fff;padding:0 24px}.ChangePasswordForm .FormContent .title,.ForgotPasswordForm .FormContent .title,.ResetPasswordForm .FormContent .title,.SignInForm .FormContent .title{font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:#212121;padding-bottom:20px}.ChangePasswordForm .FormFooter,.ForgotPasswordForm .FormFooter,.ResetPasswordForm .FormFooter,.SignInForm .FormFooter{background:#fff;-webkit-backdrop-filter:blur(54.3656px);backdrop-filter:blur(54.3656px);border-radius:0 0 4px 4px;padding:24px}.ChangePasswordForm .FormFooter button,.ForgotPasswordForm .FormFooter button,.ResetPasswordForm .FormFooter button,.SignInForm .FormFooter button{font-size:14px;letter-spacing:.5px;text-align:center;font-weight:400;line-height:24px;padding-top:11px;padding-bottom:11px}.ChangePasswordForm .FormFooter .ForgotPassword a,.ForgotPasswordForm .FormFooter .ForgotPassword a,.ResetPasswordForm .FormFooter .ForgotPassword a,.SignInForm .FormFooter .ForgotPassword a{font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:#212121}.ChangePasswordForm .without-password,.ForgotPasswordForm .without-password,.ResetPasswordForm .without-password,.SignInForm .without-password{border-top:1px solid #e0e0e0;padding-top:24px;padding-bottom:24px}.ChangePasswordForm .without-password a,.ForgotPasswordForm .without-password a,.ResetPasswordForm .without-password a,.SignInForm .without-password a{color:#1e88e5;font-weight:600;font-size:14px;line-height:24px;margin-bottom:0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ChangePasswordForm .without-password a>div,.ForgotPasswordForm .without-password a>div,.ResetPasswordForm .without-password a>div,.SignInForm .without-password a>div{margin-left:10px}.ChangePasswordForm .ant-form-item-explain.ant-form-item-explain-error,.ForgotPasswordForm .ant-form-item-explain.ant-form-item-explain-error,.ResetPasswordForm .ant-form-item-explain.ant-form-item-explain-error,.SignInForm .ant-form-item-explain.ant-form-item-explain-error{font-size:10px;position:absolute;bottom:-25px;left:0}.ForgotPasswordForm .FormFooter,.ResetPasswordForm .FormFooter{padding-bottom:24px}body{background:#f4f4f4}.UnAuthPage .MainPage{width:312px;margin:0 auto}.UnAuthPage .MainPage .Logo{text-align:center;padding:40px 0}.UnAuthPage .react-tel-input .form-control{height:48px}.UnAuthPage .LiveChat.LiveChatMobile{display:none}@media(max-width:575px){.UnAuthPage .LiveChat.LiveChatApp{display:none}.UnAuthPage .LiveChat.LiveChatMobile{display:block;text-align:center;padding:10px;position:static}}@media screen and (max-width:365px){.UnAuthPage .MainPage{width:100%;padding-left:16px;padding-right:16px}}.SignInPage.SME{width:100%;height:100vh;overflow:hidden;background-size:cover;background-image:url(/bg/login/1920.jpg);display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignInPage.SME .box-left{width:100%;background-image:url(/bg-image-SME.png);background-size:cover}.SignInPage.SME .content-page{min-width:360px;margin:auto;background:hsla(0,0%,100%,.12);box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px}.SignInPage.SME .content-page .Logo{padding:24px;text-align:left}.SignInPage.SME .content-page .Logo img{height:48px}.SignInPage.SME .content-page .form-container{height:auto;width:100%;padding-left:24px;padding-right:24px;padding-top:12px}.SignInPage.SME .content-page .form-container .FormHeader{padding:0;margin-bottom:24px;background:none;-webkit-backdrop-filter:none;backdrop-filter:none}.SignInPage.SME .content-page .form-container .FormHeader .left{border:none;margin-bottom:24px;color:#fff;font-size:20px;line-height:32px;font-weight:400}.SignInPage.SME .content-page .form-container .FormHeader .left.invite{font-size:16px;line-height:24px;font-weight:400}.SignInPage.SME .content-page .form-container .FormHeader .left.invite.more{font-weight:400}.SignInPage.SME .content-page .form-container .SignInForm{padding-left:0;padding-right:0;margin:0}.SignInPage.SME .content-page .form-container .SignInForm .FormContent{padding:0;background:none}.SignInPage.SME .content-page .form-container .SignInForm .ForgotPassword{color:#fff;font-size:14px;line-height:24px;font-weight:400}.SignInPage.SME .content-page .form-container .SignInForm .Register{padding:24px 0;text-align:left;color:#fff;font-size:14px;line-height:24px;font-weight:400}.SignInPage.SME .content-page .form-container .or{margin:0 36px}.SignInPage.SME .content-page .form-container .qrCanvas{width:45%}.SignInPage.SME .content-page .form-container .qrCanvas .title{margin-bottom:32px}.SignInPage.SME .content-page .form-container .qrCanvas .title:before{display:none}.SignInPage.SME .content-page .form-container .qrCanvas .qr-box{padding:0;box-shadow:none}.SignInPage.SME .content-page .form-container .qrCanvas .qr-canvas-image{min-height:220px}.SignInPage.SME .content-page .form-container .FormFooter{padding:0;margin-top:24px;background:#1e88e5;border-radius:4px}.SignInPage.SME .content-page .form-container .FormFooter button{font-weight:600}.SignInPage .Logo{text-align:center;padding:80px 0 40px}.SignInPage .qrCanvas{width:390px;padding-left:15px;padding-right:15px;margin:0 auto}.SignInPage .qrCanvas .qr-box{position:relative;background:#fff;padding:24px 24px 44px;border-radius:2px;-ms-box-shadow:0 0 4px 0 rgba(0,0,0,.08);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.SignInPage .qrCanvas .qr-canvas-content{padding-left:36px;padding-right:36px}.SignInPage .qrCanvas .qr-canvas-image{width:100%;border:4px solid #f4333d;min-height:240px;padding:0!important;border-radius:15px;position:relative;margin:0 auto}.SignInPage .qrCanvas .qr-canvas-image img{width:120px;height:22px;padding-left:4px;padding-right:4px;position:absolute;bottom:-15px;left:92px;background:#fff}.SignInPage .qrCanvas canvas{width:100%!important;height:100%!important;position:absolute;top:0;left:0;z-index:0;padding:21px}.SignInPage .qrCanvas .singpass-app{padding-top:24px;padding-bottom:24px;text-align:center}.SignInPage .qrCanvas .singpass-app a,.SignInPage .qrCanvas .title{font-weight:600;color:#212121}.SignInPage .qrCanvas .title{margin-bottom:40px;font-size:14px;line-height:24px;position:relative}.SignInPage .qrCanvas .title:before{content:"";height:100%;width:4px;background:#1e88e5;position:absolute;left:-24px;top:0}.SignInPage .or{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:24px;margin-left:48px;margin-right:48px;position:relative;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SignInPage .or:before{top:0}.SignInPage .or:after,.SignInPage .or:before{content:"";width:1px;height:47%;background:#e0e0e0;position:absolute;left:10px}.SignInPage .or:after{bottom:0}.SignInPage .form-container{width:902px;margin:0 auto;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignInPage .SignInForm{width:390px;padding-left:15px;padding-right:15px;margin:0 auto}@media(max-width:1199px)and (min-width:992px){.SignInPage.SME{background-image:url(/bg/login/1440.jpg)}.SignInPage.SME .content-page{min-width:440px}.SignInPage.SME .content-page .form-container{display:block}.SignInPage.SME .content-page .form-container .qrCanvas,.SignInPage.SME .content-page .form-container .SignInForm{width:100%}.SignInPage.SME .content-page .form-container .qrCanvas .qr-canvas-image{min-height:290px}.SignInPage.SME .content-page .form-container .or{margin:36px 0;padding-left:15px;padding-right:15px;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignInPage.SME .content-page .form-container .or:before{content:"";width:43%;height:1px;background:#e0e0e0;position:absolute;top:11px;left:11px}.SignInPage.SME .content-page .form-container .or:after{content:"";width:43%;height:1px;background:#e0e0e0;position:absolute;top:11px;left:auto;right:11px}}@media(max-width:991px){.SignInPage.SME{background-image:url(/bg/login/960.jpg)}.SignInPage.SME .box-left{display:none}.SignInPage .content-page{max-width:768px;margin:0 auto}.SignInPage .Logo{padding:40px 0}}@media(max-width:767px){.SignInPage.SME{background-image:url(/bg/login/720.jpg)}.SignInPage.SME .content-page{min-width:440px}.SignInPage.SME .content-page .form-container{display:block}.SignInPage.SME .content-page .form-container .qrCanvas,.SignInPage.SME .content-page .form-container .SignInForm{width:100%}.SignInPage.SME .content-page .form-container .qrCanvas .qr-canvas-image{min-height:290px}.SignInPage.SME .content-page .form-container .or{margin:36px 0;padding-left:15px;padding-right:15px;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignInPage.SME .content-page .form-container .or:before{content:"";width:43%;height:1px;background:#e0e0e0;position:absolute;top:11px;left:11px}.SignInPage.SME .content-page .form-container .or:after{content:"";width:43%;height:1px;background:#e0e0e0;position:absolute;top:11px;left:auto;right:11px}}@media(max-width:575px){.SignInPage.SME .content-page{min-width:100%;max-width:100%}.SignInPage.SME .content-page .form-container .qrCanvas{width:100%}.SignInPage.SME .content-page .form-container .qrCanvas .qr-canvas-content{padding-left:0;padding-right:0}.SignInPage.SME .content-page .form-container .qrCanvas .qr-canvas-image{width:240px;min-height:240px}.SignInPage.SME .content-page .form-container .qrCanvas .qr-canvas-image img{left:25%}.SignInPage.SME .singpass-app{font-size:12px}}.SignUpPage{width:390px;padding-left:15px;padding-right:15px;margin:0 auto;padding-bottom:30px;position:relative}.SignUpPage.SME{height:100vh;overflow:hidden;padding-left:0;padding-right:0;padding-bottom:0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;width:100%;background-image:url(/bg/signup/1920.jpg);background-size:cover}.SignUpPage.SME .box{min-width:504px;max-width:504px}.SignUpPage.SME .box .top-logo{display:none}.SignUpPage.SME .box .Content{height:100%}.SignUpPage.SME.isOhn{background-image:none;background:#011b56}.SignUpPage.SME.isOhn .box-left-content{width:100%;padding:40px}.SignUpPage.SME.isOhn .box-left-content .title-1{font-weight:600;font-size:48px;line-height:56px;color:#00c853;padding-top:24px}.SignUpPage.SME.isOhn .box-left-content .title-2{font-weight:400;font-size:48px;line-height:56px;color:#fff;padding-top:4px}.SignUpPage.SME.isOhn .box-left-content .image{padding-top:56px;text-align:center}.SignUpPage.SME .Content .logo{margin-top:16px;display:-webkit-flex;display:flex}.SignUpPage.SME .Content .logo img{height:50px}.SignUpPage.SME .Content .logo a{padding-right:16px}.SignUpPage.SME .Content .logo .logo-title .logo-name{font-weight:600;font-size:20px;line-height:32px}.SignUpPage.SME .Content .logo .logo-title .logo-sub-name{font-weight:400;font-size:12px;line-height:16px;color:#888}.SignUpPage.SME .Content .Title{margin-top:32px;font-weight:400;font-size:20px;line-height:32px}.SignUpPage.SME .Content .Title.isOhn{margin-top:8px;font-weight:700;font-size:20px;line-height:32px;color:#212121}.SignUpPage.SME .Content .Retrieve button{width:318px}.SignUpPage.SME .Content .RegisterManually{text-align:left}.SignUpPage.SME .Content .ContentSingPass .EstSingPass{margin-top:8px;margin-bottom:24px;font-style:italic}.SignUpPage.SME .Login{padding:16px 0;text-align:left}.SignUpPage.SME .Login a{font-weight:600}.SignUpPage.SME .PoweredBy{position:absolute;bottom:0;padding-bottom:24px;display:none}.SignUpPage .note{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;margin-left:-12px;margin-right:-12px;margin-bottom:24px}.SignUpPage .note>div{width:50%;margin-left:12px;margin-right:12px}.SignUpPage .note .text{font-size:14px;font-weight:400;line-height:20px}.SignUpPage .note .text span{font-weight:600}.SignUpPage .content-title{margin-bottom:24px;font-weight:600;font-size:14px;line-height:24px;color:#212121;position:relative}.SignUpPage .content-title:before{content:"";height:100%;width:4px;background:#1e88e5;position:absolute;left:-24px;top:0}.SignUpPage .FormContent1Col .ant-input,.SignUpPage .FormContent3Col .ant-input,.SignUpPage .FormContent .ant-input{min-height:48px}.SignUpPage .FormContent1Col .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector,.SignUpPage .FormContent1Col .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input,.SignUpPage .FormContent3Col .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector,.SignUpPage .FormContent3Col .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input,.SignUpPage .FormContent .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector,.SignUpPage .FormContent .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:48px}.SignUpPage .FormContent1Col .ant-form-item-explain.ant-form-item-explain-error,.SignUpPage .FormContent3Col .ant-form-item-explain.ant-form-item-explain-error,.SignUpPage .FormContent .ant-form-item-explain.ant-form-item-explain-error{left:0}.SignUpPage .FormContent3Col .ant-form-item-explain.ant-form-item-explain-error{left:12px}.SignUpPage .FormContent1Col .ant-form-item{margin:0 0 20px!important;width:100%}.SignUpPage .FormContent1Col .ant-form-item .ant-col{padding:0!important}.SignUpPage .FormContentLast{margin-bottom:0}.SignUpPage .FormContent{margin-left:-12px;margin-right:-12px;margin-bottom:20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage .FormContent>div{width:50%;padding-left:12px;padding-right:12px}.SignUpPage .ant-form-item{margin-bottom:20px}.SignUpPage .ant-form-item:last-child{margin-bottom:0}.SignUpPage .ant-form-item .ant-form-item-label{font-size:12px;font-style:normal;font-weight:600;line-height:16px;margin-bottom:4px}.SignUpPage .ant-form-item.form-group-col-3{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage .ant-form-item.form-group-col-3 .ant-form-item-control-input-content>.ant-form-item{padding-right:12px}.SignUpPage .ant-form-item.form-group-col-3 .ant-form-item-control-input-content>.ant-form-item:last-child{padding-right:0}.SignUpPage .ant-form-item .ant-input,.SignUpPage .ant-form-item .ant-picker,.SignUpPage .ant-form-item .ant-select-selection-placeholder,.SignUpPage .ant-form-item .ant-select-selector{font-size:14px!important;font-style:normal;font-weight:400;line-height:20px;margin:auto}.SignUpPage .ant-form-item .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.SignUpPage .ant-form-item .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:48px}.SignUpPage .FormContent3Col{margin-left:-12px;margin-right:-12px;margin-bottom:20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage .FormContent3Col>div{-webkit-flex-grow:1;flex-grow:1;padding-left:12px;padding-right:12px}.SignUpPage .box{width:100%;margin:0;padding:0;background:none;-ms-box-shadow:none;box-shadow:none}.SignUpPage .top-logo{margin-top:40px;margin-bottom:20px;text-align:center}.SignUpPage .Content{background:#fff;padding:24px;margin-bottom:24px;border-radius:2px;-ms-box-shadow:0 0 4px 0 rgba(0,0,0,.08);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.SignUpPage .Content .Title{font-weight:600;font-size:14px;line-height:24px;color:#212121;margin-bottom:24px}.SignUpPage .Content .SelectType button{width:100%}.SignUpPage .Content .SelectType .ant-radio-group{margin-left:-12px;margin-right:-12px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.SignUpPage .Content .SelectType .ant-radio-group label.ant-radio-button-wrapper{width:50%;margin-left:12px;margin-right:12px;padding:12px 0;height:auto;border:1.5px solid #e0e0e0;color:#888;border-radius:4px}.SignUpPage .Content .SelectType .ant-radio-group label.ant-radio-button-wrapper.ant-radio-button-wrapper-checked,.SignUpPage .Content .SelectType .ant-radio-group label.ant-radio-button-wrapper:hover{border:1.5px solid #1e88e5!important;color:#1e88e5}.SignUpPage .Content .SelectType .ant-radio-group label.ant-radio-button-wrapper span+span{font-size:14px;font-style:normal;font-weight:600;line-height:24px;height:100%;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignUpPage .Content .SelectType .ant-radio-group label.ant-radio-button-wrapper span+span span.anticon{margin-right:12px}.SignUpPage .Content .ContentSingPass .LogoSingPass{padding-top:32px;padding-bottom:24px}.SignUpPage .Content .ContentSingPass .TitleSingPass{font-weight:600;font-size:14px;line-height:24px;color:#212121;font-family:Inter;margin-bottom:8px}.SignUpPage .Content .ContentSingPass .DescSingPass{font-size:14px;line-height:20px;color:#212121}.SignUpPage .Content .ContentSingPass .EstSingPass{font-size:14px;line-height:20px;color:#212121;margin-top:16px;margin-bottom:24px}.SignUpPage .Content .Retrieve{padding-bottom:24px}.SignUpPage .Content .Retrieve button{padding:0}.SignUpPage .Content .Retrieve img{width:100%}.SignUpPage .Content .RegisterManually{font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-align:center}.SignUpPage .Content .RegisterManually a{font-weight:600}.SignUpPage .Content .RegisterTerms{font-size:12px;line-height:16px;color:#212121}.SignUpPage .Content .ant-divider{margin-bottom:0;margin-top:16px}.SignUpPage .Login{padding:24px 0;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.SignUpPage .ant-form-item-label>label{font-size:12px}.SignUpPage .FooterLogo{margin-top:30px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignUpPage.SignUpManuallyBusiness,.SignUpPage.SignUpManuallyPersonal{width:774px}.SignUpPage.SignUpManuallyBusiness .top-logo,.SignUpPage.SignUpManuallyPersonal .top-logo{margin-top:56px;margin-bottom:32px}.SignUpPage.SignUpManuallyBusiness .note,.SignUpPage.SignUpManuallyPersonal .note{width:570px;margin:0 auto 18px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SignUpPage.SignUpManuallyBusiness .note>div,.SignUpPage.SignUpManuallyPersonal .note>div{padding-left:9px;padding-right:9px;margin-left:0;margin-right:0}.SignUpPage.SignUpManuallyBusiness .note .text,.SignUpPage.SignUpManuallyPersonal .note .text{width:234px}.SignUpPage.SignUpManuallyBusiness .note .image,.SignUpPage.SignUpManuallyPersonal .note .image{width:336px}.SignUpPage.SignUpManuallyBusiness .note .image button,.SignUpPage.SignUpManuallyPersonal .note .image button{padding:0}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .form-group-col-3,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .form-group-col-3,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .form-group-col-3,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .form-group-col-3{margin-left:0!important;margin-right:0!important;width:100%}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .form-group-col-3>.ant-col.ant-form-item-control,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .form-group-col-3>.ant-col.ant-form-item-control,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .form-group-col-3>.ant-col.ant-form-item-control,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .form-group-col-3>.ant-col.ant-form-item-control{padding-left:0!important;padding-right:0!important}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .form-group-col-3 .ant-form-item-control-input-content,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .form-group-col-3 .ant-form-item-control-input-content,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .form-group-col-3 .ant-form-item-control-input-content,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .form-group-col-3 .ant-form-item-control-input-content{padding-left:-12px!important;padding-right:-12px!important}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .form-group-col-3 .form-group-col-3-item,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .form-group-col-3 .form-group-col-3-item,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .form-group-col-3 .form-group-col-3-item,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .form-group-col-3 .form-group-col-3-item{padding-left:12px;padding-right:12px;-webkit-flex-grow:1;flex-grow:1}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .form-group-col-3 .ant-form-item-control-input-content,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .form-group-col-3 .ant-form-item-control-input-content,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .form-group-col-3 .ant-form-item-control-input-content,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .form-group-col-3 .ant-form-item-control-input-content{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .Group3Fields,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .Group3Fields,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .Group3Fields,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .Group3Fields{margin-left:-12px;margin-right:-12px;margin-bottom:20px}.SignUpPage.SignUpManuallyBusiness .Content.BusinessInformation .Group3Fields .ant-form-item-explain.ant-form-item-explain-error,.SignUpPage.SignUpManuallyBusiness .Content.PersonalInformation .Group3Fields .ant-form-item-explain.ant-form-item-explain-error,.SignUpPage.SignUpManuallyPersonal .Content.BusinessInformation .Group3Fields .ant-form-item-explain.ant-form-item-explain-error,.SignUpPage.SignUpManuallyPersonal .Content.PersonalInformation .Group3Fields .ant-form-item-explain.ant-form-item-explain-error{left:12px}.SignUpPage.SignUpManuallyBusiness .Content.Document .FormContent,.SignUpPage.SignUpManuallyPersonal .Content.Document .FormContent{display:block;margin-left:0;margin-right:0}.SignUpPage.SignUpManuallyBusiness .Content.Document .FormContent.upload-document,.SignUpPage.SignUpManuallyPersonal .Content.Document .FormContent.upload-document{width:100%;padding:0;margin-top:24px}.SignUpPage.SignUpManuallyBusiness .Content.Document .FormContent.upload-document .ant-row.ant-form-item.documents,.SignUpPage.SignUpManuallyPersonal .Content.Document .FormContent.upload-document .ant-row.ant-form-item.documents{padding:0;width:100%}.SignUpPage.SignUpManuallyBusiness .Content.Document .FormContent p,.SignUpPage.SignUpManuallyPersonal .Content.Document .FormContent p{margin-bottom:12px;font-size:12px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:0}.SignUpPage.SignUpManuallyBusiness .Content.Document .FormContent p span,.SignUpPage.SignUpManuallyPersonal .Content.Document .FormContent p span{font-weight:400}.SignUpPage.SignUpManuallyBusiness .content-item-left_upload_group,.SignUpPage.SignUpManuallyPersonal .content-item-left_upload_group{width:100%;padding:0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage.SignUpManuallyBusiness .content-item-left_upload_group .content-item-left_upload-item,.SignUpPage.SignUpManuallyPersonal .content-item-left_upload_group .content-item-left_upload-item{-webkit-flex-grow:1;flex-grow:1;margin-right:56px}.SignUpPage.SignUpManuallyBusiness .content-item-left_upload_group .content-item-left_upload-item:last-child,.SignUpPage.SignUpManuallyPersonal .content-item-left_upload_group .content-item-left_upload-item:last-child{margin-right:0}.SignUpPage.SignUpManuallyBusiness .content-item-left_upload_group .content-item-left_upload-item>label,.SignUpPage.SignUpManuallyPersonal .content-item-left_upload_group .content-item-left_upload-item>label{margin-bottom:12px;width:100%;display:block;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.SignUpPage.SignUpManuallyBusiness .FormContent.upload-proof-address,.SignUpPage.SignUpManuallyBusiness .NotCitizenFormContent,.SignUpPage.SignUpManuallyPersonal .FormContent.upload-proof-address,.SignUpPage.SignUpManuallyPersonal .NotCitizenFormContent{margin-top:20px}.SignUpPage.SignUpManuallyBusiness .link-template-download,.SignUpPage.SignUpManuallyPersonal .link-template-download{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.SignUpPage.SignUpManuallyBusiness .upload-letter-of-authorisation,.SignUpPage.SignUpManuallyPersonal .upload-letter-of-authorisation{width:100%;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage.SignUpManuallyBusiness .upload-letter-of-authorisation ul,.SignUpPage.SignUpManuallyPersonal .upload-letter-of-authorisation ul{padding-left:8px}.SignUpPage.SignUpManuallyBusiness .upload-letter-of-authorisation ul:first-child,.SignUpPage.SignUpManuallyPersonal .upload-letter-of-authorisation ul:first-child{padding-right:44px}.SignUpPage.SignUpManuallyBusiness .upload-letter-of-authorisation ul li,.SignUpPage.SignUpManuallyPersonal .upload-letter-of-authorisation ul li{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.SignUpPage.SignUpManuallyBusiness .upload-proof-address-list,.SignUpPage.SignUpManuallyPersonal .upload-proof-address-list{width:100%;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpPage.SignUpManuallyBusiness .upload-proof-address-list ul,.SignUpPage.SignUpManuallyPersonal .upload-proof-address-list ul{padding-left:8px}.SignUpPage.SignUpManuallyBusiness .upload-proof-address-list ul:first-child,.SignUpPage.SignUpManuallyPersonal .upload-proof-address-list ul:first-child{padding-right:50px}.SignUpPage.SignUpManuallyBusiness .upload-proof-address-list ul li,.SignUpPage.SignUpManuallyPersonal .upload-proof-address-list ul li{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.SignUpPage .ant-form-item .ant-upload.ant-upload-btn,.SignUpPage .ant-form-item .ant-upload.ant-upload-drag,.SignUpPage.SignUpManuallyBusiness .FormContent.upload-proof-address-selector .form-content-left,.SignUpPage.SignUpManuallyPersonal .FormContent.upload-proof-address-selector .form-content-left{padding:0}.SignUpPage .upload-text-section{padding:18px 0}.SignUpPage .Actions{padding-bottom:40px;padding-top:36px;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.SignUpPage .Actions a{margin-right:40px}.SignUpPage .Actions button{padding:11px 24px;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.SignUpPage .Actions button.btn-primary>div{height:20px}.SignUpPage .Actions button .icon{margin-left:26px}@media(max-height:650px){.SignUpPage.SME .Content .PoweredBy{position:unset;padding:24px 0 0}}@media(max-width:1439px){.SignUpPage.SME.isOhn .box-left-content .title-1,.SignUpPage.SME.isOhn .box-left-content .title-2{font-size:38px;line-height:46px}}@media(max-width:1199px){.SignUpPage.SME{background-image:url(/bg/signup/1440.jpg)}.SignUpPage.SME.isOhn .box-left-content .title-1,.SignUpPage.SME.isOhn .box-left-content .title-2{font-size:26px;line-height:34px}.SignUpPage.SME.isOhn .box-left-content .image img{height:300px}}@media(max-width:991px){.SignUpPage.isOhn{display:block}.SignUpPage.SME{background-image:url(/bg/signup/960.jpg);height:100%}.SignUpPage.SME .box{width:360px;margin:0 auto}.SignUpPage.SME .Content .logo,.SignUpPage.SME .Content .Title{text-align:center;display:block}.SignUpPage.SME .Content .Login,.SignUpPage.SME .Content .RegisterManually,.SignUpPage.SME .Content .RegisterTerms,.SignUpPage.SME .Content .retrieve-section{text-align:center}.SignUpPage.SME .Content .PoweredBy{text-align:center;position:unset}}@media(max-width:767px){.SignUpPage.SME{background-image:url(/bg/signup/720.jpg)}.SignUpPage .retrieve-section{-webkit-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0}.SignUpPage .retrieve-section>div{width:100%;padding-left:0;padding-right:0}.SignUpPage .retrieve-section>div.Retrieve{margin-bottom:24px}.SignUpPage.SignUpManuallyBusiness,.SignUpPage.SignUpManuallyPersonal{width:100%}.SignUpPage.SignUpManuallyBusiness .note,.SignUpPage.SignUpManuallyPersonal .note{display:block;width:100%}.SignUpPage.SignUpManuallyBusiness .note .text,.SignUpPage.SignUpManuallyPersonal .note .text{margin:0 auto 24px}.SignUpPage.SignUpManuallyBusiness .note .image,.SignUpPage.SignUpManuallyPersonal .note .image{margin:0 auto}.SignUpPage.MTO .Content .Retrieve,.SignUpPage.SME .Content .Retrieve{margin-bottom:0}}@media(max-width:575px){.SignUpPage .FormContent,.SignUpPage .FormContent3Col{display:block}.SignUpPage .FormContent3Col>div,.SignUpPage .FormContent>div{width:100%}.SignUpPage .FormContent3Col>div:first-child,.SignUpPage .FormContent>div:first-child{margin-bottom:20px}.SignUpPage .FormContent3Col .form-group-col-3,.SignUpPage .FormContent .form-group-col-3{margin-top:20px}.SignUpPage .FormContent3Col>div{margin-left:0;margin-right:0}.SignUpPage.SignUpManuallyBusiness .content-item-left_upload_group,.SignUpPage.SignUpManuallyPersonal .content-item-left_upload_group{display:block}.SignUpPage.SignUpManuallyBusiness .content-item-left_upload_group .content-item-left_upload-item,.SignUpPage.SignUpManuallyPersonal .content-item-left_upload_group .content-item-left_upload-item{margin-right:0;margin-bottom:20px}.SignUpPage.MTO .box,.SignUpPage.SME .box{width:100%;min-width:100%;max-width:100%}}@media(max-width:575px){.SignUpPage{width:100%}.SignUpPage.SignUpManuallyBusiness .note,.SignUpPage.SignUpManuallyPersonal .note{display:block;width:100%}.SignUpPage.SignUpManuallyBusiness .note .image,.SignUpPage.SignUpManuallyPersonal .note .image{width:300px;margin:0 auto}.SignUpPage.SignUpManuallyBusiness .note .image button,.SignUpPage.SignUpManuallyBusiness .note .image button svg,.SignUpPage.SignUpManuallyPersonal .note .image button,.SignUpPage.SignUpManuallyPersonal .note .image button svg{width:100%}.SignUpPage.SignUpManuallyBusiness .upload-proof-address-list,.SignUpPage.SignUpManuallyPersonal .upload-proof-address-list{display:block;margin-bottom:16px}.SignUpPage.SignUpManuallyBusiness .upload-proof-address-list ul,.SignUpPage.SignUpManuallyPersonal .upload-proof-address-list ul{padding-left:0;margin-bottom:0}.SignUpPage.SME .box{width:100%}.SignUpPage.SME .Content .Retrieve{text-align:center}.SignUpPage.SME .Content .Retrieve button{width:270px}.SignUpPage.SME .Content .RegisterManually{font-size:12px}.SignUpPage.SME .Content .Login{font-size:12px;line-height:18px}.SignUpPage.SME.isOhn{display:block}.SignUpPage.SME.isOhn .box-left-content{padding:24px;text-align:center}.SignUpPage.SME.isOhn .box-left-content .logo{height:48px}.SignUpPage.SME.isOhn .box-left-content .title-1{font-size:16px;line-height:24px;padding-top:8px}.SignUpPage.SME.isOhn .box-left-content .title-2{font-size:16px;line-height:24px;padding-top:0}.SignUpPage.SME.isOhn .box-left-content .image{display:none}.SignUpPage.SME.isOhn .Content{margin-bottom:0;box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px 16px 0 0}}.SignUpManually{width:390px;padding:0 15px;margin:0 auto}.SignUpManually .box{padding:0;margin:24px 0 0}.SignUpManually.SME{min-height:100vh;width:100%;padding:0;background-image:url(/bg/signup/1920.jpg);background-size:cover;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.SignUpManually.SME .box-left{width:100%}.SignUpManually.SME .box{min-width:768px;max-width:768px;margin:0;padding:0 24px}.SignUpManually.SME .Logo{text-align:left;padding-top:58px;padding-bottom:48px}.SignUpManually.SME .box-content{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SignUpManually.SME .Content{padding:0;min-width:312px;-ms-box-shadow:none;box-shadow:none}.SignUpManually.SME .Content .title{font-size:20px;font-weight:400;line-height:32px}.SignUpManually.SME .Content .title:before{display:none}.SignUpManually.SME .Content .title.invite{font-size:16px;line-height:24px;font-weight:400}.SignUpManually.SME .Content .title.invite.more{font-size:14px;line-height:24px;font-weight:400}.SignUpManually.SME .Content .ant-input{font-size:14px!important;line-height:20px}.SignUpManually.SME .Content .Login{margin-top:24px;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.SignUpManually.SME .Content .Login a{font-weight:600}.SignUpManually.SME .Content .RegisterTerms{font-size:12px;line-height:16px;color:#212121}.SignUpManually.SME .or{font-size:14px;font-weight:600;line-height:24px;margin-left:36px;margin-right:36px;position:relative;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SignUpManually.SME .or:before{top:0}.SignUpManually.SME .or:after,.SignUpManually.SME .or:before{content:"";width:1px;height:47%;background:#e0e0e0;position:absolute;left:10px}.SignUpManually.SME .or:after{bottom:0}.SignUpManually.SME .note{display:block;margin-left:0;margin-right:0;margin-bottom:0}.SignUpManually.SME .note>div{width:100%;margin-left:0;margin-right:0}.SignUpManually.SME .note .text{font-size:20px;font-weight:400;line-height:32px;margin-bottom:24px}.SignUpManually.SME .note .text span{font-weight:600}.SignUpManually.SME .note .image button{padding:0}.SignUpManually.AU .Logo{padding:24px 0}.SignUpManually.AU .box{min-width:360px;max-width:360px;margin:auto;height:100%;padding:0 24px 24px}.SignUpManually .SelectType{padding-bottom:24px}.SignUpManually .SelectType button{width:100%}.SignUpManually .SelectType .ant-radio-group{margin-left:-12px;margin-right:-12px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.SignUpManually .SelectType .ant-radio-group a{width:50%;margin-left:12px;margin-right:12px}.SignUpManually .SelectType .ant-radio-group label.ant-radio-button-wrapper{width:100%;padding:12px 0;height:auto;border:1.5px solid #e0e0e0;color:#888}.SignUpManually .SelectType .ant-radio-group label.ant-radio-button-wrapper.ant-radio-button-wrapper-checked,.SignUpManually .SelectType .ant-radio-group label.ant-radio-button-wrapper:hover{border:1.5px solid #1e88e5!important;color:#1e88e5}.SignUpManually .SelectType .ant-radio-group label.ant-radio-button-wrapper span+span{font-size:14px;font-style:normal;font-weight:600;line-height:24px;height:100%;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignUpManually .SelectType .ant-radio-group label.ant-radio-button-wrapper span+span span.anticon{margin-right:12px}.SignUpManually .Logo{padding-top:56px;padding-bottom:32px;text-align:center}.SignUpManually .FooterLogo{text-align:center;margin-top:100px}.SignUpManually .note{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;margin-left:-12px;margin-right:-12px;margin-bottom:0}.SignUpManually .note>div{width:50%;margin-left:12px;margin-right:12px}.SignUpManually .note .text{font-size:14px;font-weight:400;line-height:20px}.SignUpManually .note .text span{font-weight:600}.SignUpManually .note .image button{padding:0}.SignUpManually .Login{text-align:center;margin-top:24px}.SignUpManually .Content{background:#fff;padding:24px;border-radius:2px;-ms-box-shadow:0 0 4px 0 rgba(0,0,0,.08);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.SignUpManually .Content .title{margin-bottom:24px;font-weight:600;font-size:14px;line-height:24px;color:#212121;position:relative}.SignUpManually .Content .title:before{content:"";height:100%;width:4px;background:#1e88e5;position:absolute;left:-24px;top:0}.SignUpManually .Content .ant-form-item{margin-bottom:20px}.SignUpManually .Content .ant-form-item-label label{font-size:12px;font-style:normal;font-weight:600;line-height:16px}.SignUpManually .Content .help{display:-webkit-flex;display:flex;padding-bottom:10px;-webkit-justify-content:space-between;justify-content:space-between}.SignUpManually .Content .help .left{font-size:10px;line-height:16px;color:#888}.SignUpManually .Content .help .right button{padding:7px 12px;font-weight:600;font-size:12px;line-height:16px;color:#1e88e5;border:1px solid #1e88e5;box-sizing:border-box;border-radius:2px}.SignUpManually .Content .EditLogin{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.SignUpManually .Content .EditLogin button{color:#1e88e5;font-weight:600;font-size:14px;line-height:24px;display:-webkit-flex;display:flex}.SignUpManually .Content .ant-input{font-size:14px;font-weight:400;line-height:20px;padding:13px 12px}.SignUpManually .Content .ant-select-selector{height:48px!important;line-height:48px}.SignUpManually .Content .action{margin-top:12px}.SignUpManually .Content .ant-btn{padding:11px 12px;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.SignUpManually .Content .ant-form-item-extra{font-size:10px;font-weight:400;line-height:16px;color:#888}.SignUpManually .Content .ant-input-group-addon{border:1px solid #e0e0e0;border-right:none;padding-right:0;-webkit-borde-top-left-radius:2px;-moz-border-top-left-radius:2px;border-top-left-radius:2px;-webkit-borde-bottom-left-radius:2px;-moz-border-bottom-left-radius:2px;border-bottom-left-radius:2px}.SignUpManually .Content .ant-input-group-addon .ant-select{margin:0 -5px}.SignUpManually .Content .ant-input-group-addon .ant-select-selector{border:none!important;-ms-box-shadow:none;box-shadow:none}.SignUpManually .Content .ant-input-group-addon .ant-select-arrow svg{display:none}.SignUpManually .Content .ant-input-group-addon .ant-select-arrow>span:after{content:url(/icons/triangle.svg);position:absolute;right:7px;top:35%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.SignUpManually .Content .ant-input-group-addon+input{padding-left:0;border-left:none;border-color:#e0e0e0}.SignUpManually .Content .ant-input-group-addon+input:focus,.SignUpManually .Content .ant-input-group-addon+input:hover{border-color:#e0e0e0;-ms-box-shadow:none;box-shadow:none}.SignUpManually .ant-input-password input{padding:13px 0!important}@media(max-width:1199px)and (min-width:992px){.SignUpManually.SME .box{min-width:440px}.SignUpManually.SME .box-content{display:block}.SignUpManually.SME .or{margin:36px 0;padding-left:15px;padding-right:15px;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignUpManually.SME .or:before{left:11px}.SignUpManually.SME .or:after,.SignUpManually.SME .or:before{content:"";width:43%;height:1px;background:#e0e0e0;position:absolute;top:11px}.SignUpManually.SME .or:after{left:auto;right:11px}.SignUpManually.SME .Content .Login,.SignUpManually.SME .note{text-align:center}}@media(max-width:991px){.SignUpManually.SME .box-left{display:none}.SignUpManually.SME .box{max-width:768px;margin:0 auto}}@media(max-width:767px){.SignUpManually.SME .box{min-width:440px;max-width:440px}.SignUpManually.SME .box-content{display:block}.SignUpManually.SME .or{margin:36px 0;padding-left:15px;padding-right:15px;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SignUpManually.SME .or:before{left:11px}.SignUpManually.SME .or:after,.SignUpManually.SME .or:before{content:"";width:43%;height:1px;background:#e0e0e0;position:absolute;top:11px}.SignUpManually.SME .or:after{left:auto;right:11px}.SignUpManually.SME .Content .Login,.SignUpManually.SME .note{text-align:center}}@media(max-width:575px){.SignUpManually{width:100%}.SignUpManually.SME .box{min-width:100%;max-width:100%}.SignUpManually.SME .Content{min-width:100%}.SignUpManually .note{display:block;margin-left:0;margin-right:0;margin-bottom:24px}.SignUpManually .note>div{width:100%;margin-left:0;margin-right:0;text-align:center}.SignUpManually .note .text{max-width:100%;margin:0 auto 24px}}.date-input-container.ant-row{margin-left:0!important;margin-right:0!important}.date-input-container.ant-row .ant-col{padding:0!important}.date-input-container .ant-input-group.ant-input-group-compact{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.date-input-container .ant-input-group.ant-input-group-compact>.ant-row{margin-left:0!important;margin-right:0!important}.date-input-container .ant-input-group.ant-input-group-compact>.ant-row.ant-form-item,.date-input-container .ant-input-group.ant-input-group-compact>div.ant-select{width:33.33%;max-width:33.33%}.date-input-container .ant-input-group.ant-input-group-compact .ant-form-item .ant-select{width:100%}.date-input-container.date-input-small .ant-input-group-compact>.ant-row.ant-form-item,.date-input-container.date-input-small .ant-input-group-compact>div.ant-select{height:32px}.date-input-container.date-input-small .ant-input-group-compact>.ant-row.ant-form-item:not(:last-child),.date-input-container.date-input-small .ant-input-group-compact>div.ant-select:not(:last-child){margin-right:10px!important}.date-input-container.date-input-small .ant-input-group-compact input.ant-input{height:32px}.date-input-container.date-input-large .ant-input-group.ant-input-group-compact>.ant-row.ant-form-item,.date-input-container.date-input-large .ant-input-group.ant-input-group-compact>div.ant-select{height:48px}.date-input-container.date-input-large .ant-input-group.ant-input-group-compact>.ant-row.ant-form-item:not(:last-child),.date-input-container.date-input-large .ant-input-group.ant-input-group-compact>div.ant-select:not(:last-child){margin-right:24px!important}.date-input-container.date-input-large .ant-input-group.ant-input-group-compact input.ant-input{height:48px}.SignUpMyinfo{width:770px;padding:0 15px;margin:0 auto}.SignUpMyinfo .TopLogo{margin-top:72px;margin-bottom:24px;text-align:center}.SignUpMyinfo .Title{margin-bottom:24px}.SignUpMyinfo .Content{background:#fff;padding:24px;width:100%;margin-bottom:24px;border-radius:2px;-ms-box-shadow:0 0 4px 0 rgba(0,0,0,.08);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.SignUpMyinfo .Content:last-child{margin-bottom:0}.SignUpMyinfo .Content .content-title{margin-bottom:24px;font-weight:600;font-size:14px;line-height:24px;color:#212121;position:relative}.SignUpMyinfo .Content .content-title:before{content:"";height:100%;width:4px;background:#1e88e5;position:absolute;left:-24px;top:0}.SignUpMyinfo .FormContent{margin-left:-12px;margin-right:-12px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.SignUpMyinfo .FormContent .ant-form-item{width:100%;margin-bottom:20px}.SignUpMyinfo .FormContent .ant-form-item:last-child{margin-bottom:0}.SignUpMyinfo .FormContent .ant-form-item textarea.ant-input{min-height:136px}.SignUpMyinfo .FormContent .ant-form-item textarea.ant-input.ant-input-disabled{resize:none!important}.SignUpMyinfo .FormContent .suffix{position:absolute;right:10px;top:10px;line-height:28px;color:#00c853}.SignUpMyinfo .FormContent .suffix .ant-btn-link{color:#46a8f2}.SignUpMyinfo .FormContent .ant-input-textarea-show-count:after{position:absolute;bottom:26px;right:12px}.SignUpMyinfo .FormContent .form-content-left,.SignUpMyinfo .FormContent .form-content-right{width:50%;padding-left:12px!important;padding-right:12px!important}.SignUpMyinfo .FormContent .ant-input-affix-wrapper-lg{padding:8px 11px}.SignUpMyinfo .FormContent .ant-input-affix-wrapper{font-size:14px;line-height:20px}.SignUpMyinfo .FormContent .ant-form-item-explain.ant-form-item-explain-error{bottom:-25px}.SignUpMyinfo .FormContent .ant-input-password{min-height:48px}.SignUpMyinfo .FormContent .ant-form-item-label{margin-bottom:0}.SignUpMyinfo .FormContent .ant-form-item-label label{font-size:12px;font-style:normal;font-weight:600;line-height:16px}.SignUpMyinfo .FormContent .ant-input-suffix{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#00c853}.SignUpMyinfo .FormContent .ant-input-suffix .ant-btn-link{color:#46a8f2}.SignUpMyinfo .FormContent .ant-input-affix-wrapper-disabled .ant-input-suffix{color:#888}.SignUpMyinfo .FormContent .ant-form-item-extra{font-size:10px;font-weight:400;line-height:16px;color:#888}.SignUpMyinfo .FormContent .ant-input-group-addon{border:1px solid #e0e0e0;border-right:none;padding-right:0;-webkit-borde-top-left-radius:2px;-moz-border-top-left-radius:2px;border-top-left-radius:2px;-webkit-borde-bottom-left-radius:2px;-moz-border-bottom-left-radius:2px;border-bottom-left-radius:2px}.SignUpMyinfo .FormContent .ant-input-group-addon .ant-select{margin:0 -5px}.SignUpMyinfo .FormContent .ant-input-group-addon .ant-select-selector{border:none!important;-ms-box-shadow:none;box-shadow:none}.SignUpMyinfo .FormContent .ant-input-group-addon .ant-select-arrow svg{display:none}.SignUpMyinfo .FormContent .ant-input-group-addon .ant-select-arrow>span:after{content:url(/icons/triangle.svg);position:absolute;right:7px;top:35%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.SignUpMyinfo .FormContent .ant-input-group-addon+.ant-input-affix-wrapper{border-left:none;padding-left:0}.SignUpMyinfo .FormContent .ant-input-group-addon+.ant-input-affix-wrapper:focus,.SignUpMyinfo .FormContent .ant-input-group-addon+.ant-input-affix-wrapper:hover{border-color:#e0e0e0;-ms-box-shadow:none;box-shadow:none}.SignUpMyinfo .FormContent .ant-form-item-control-input-content .ant-input,.SignUpMyinfo .FormContent .ant-select-selector{min-height:48px}.SignUpMyinfo .FormContent .ant-input-affix-wrapper .ant-input{min-height:30px}.SignUpMyinfo .FormContent .ant-select-selection-search-input{min-height:42px}.SignUpMyinfo .Actions{padding-bottom:40px;padding-top:36px;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.SignUpMyinfo .Actions a{margin-right:40px}.SignUpMyinfo .Actions button{padding:11px 24px;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.SignUpMyinfo table tbody.ant-table-tbody tr td{padding:12px 16px}@media(max-width:767px){.SignUpMyinfo{width:100%}.SignUpMyinfo .FormContent{margin-left:0;margin-right:0}.SignUpMyinfo .FormContent .ant-form-item{padding-left:0!important;padding-right:0!important}.SignUpMyinfo .FormContent .ant-form-item:last-child{margin-bottom:20px}.SignUpMyinfo .FormContent .form-content-left,.SignUpMyinfo .FormContent .form-content-right{width:100%!important;padding-left:0!important;padding-right:0!important}.SignUpMyinfo .Content.LoginInformation .FormContent .ant-form-item{width:100%!important}}.ContentPage.SmsDashboardPage .ContentHeader{margin:0}.ContentPage.SmsDashboardPage .ContentHeader .HeaderTitle{font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:48px;text-transform:capitalize}.ContentPage.SmsDashboardPage .Content{margin-top:24px}.ContentPage.SmsDashboardPage .Content .box{background:#fff;margin:24px 0 0;padding:24px;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.ContentPage.SmsDashboardPage .Content .box:first-child{margin:0}.ContentPage.SmsDashboardPage .Content .content-title{margin-bottom:24px;font-size:14px;font-weight:600;line-height:24px;color:#212121}.MainLayoutSme button.btn-secondary{min-height:48px;padding:10px 24px;font-size:14px;line-height:24px;font-weight:600;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.MainLayoutSme button.btn-secondary>div{margin-left:24px}.MainLayoutSme button.btn-secondary div{line-height:14px}.MainLayoutSme button.btn-secondary div svg{width:16px;height:16px}.MainLayoutSme button.btn-secondary:hover{border:1px solid #1e88e5;color:#1e88e5;opacity:.8}.MainLayoutSme button.btn-primary{min-height:48px;padding:10px 24px;font-size:14px;line-height:24px;font-weight:600;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:4px}.MainLayoutSme button.btn-primary>div{margin-left:24px}.MainLayoutSme button.btn-primary div{line-height:14px}.MainLayoutSme button.btn-primary div svg{width:16px;height:16px}.MainLayoutSme .btn-link{font-size:14px;font-weight:600;color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.MainLayoutSme .btn-link>div{margin-right:12px}.MainLayoutSme .review-box{background:#fff;margin:0 0 24px;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.MainLayoutSme b{font-weight:600}.MainLayoutSme .ant-input-affix-wrapper{font-size:14px!important;border-radius:4px}.MainLayoutSme .ant-input-affix-wrapper input{font-size:14px!important}.MainLayoutSme .ant-select-selection-item{font-size:14px}@media(max-width:575px){.MainLayoutSme .Content .box{margin:0;padding:16px}}.sme-modal{width:888px!important}.sme-modal.send-money-usd-bank-modal,.sme-modal.sme-sm{width:384px!important}.sme-modal.send-money-usd-bank-modal .note{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sme-modal.sme-settings-change-password-modal{width:384px!important}.sme-modal.sme-settings-change-password-modal .ant-modal-content{padding:0}.sme-modal.sme-settings-change-password-modal .FormFooter{padding-top:20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end}.sme-modal.sme-settings-change-password-modal .FormFooter .btn-primary{width:auto;padding:10px 24px;border-radius:4px}.sme-modal.sme-settings-change-password-modal .FormFooter .btn-primary>div{margin-left:26px;height:20px}.sme-modal.sme-settings-change-password-modal .FormFooter .btn-link{margin-right:40px}.sme-modal .ant-select-selection-item img{margin-right:8px}.sme-modal .ant-modal-content{padding:24px}.sme-modal .modal-header h2{font-size:14px;font-weight:600;line-height:24px;color:#212121;position:relative}.sme-modal .modal-header h2:before{content:"";width:4px;height:100%;position:absolute;left:-24px;top:0;background-color:#1e88e5}.sme-modal .select-type-section{margin-top:30px;margin-bottom:15px}.sme-modal .select-type-section .ant-radio+*{font-size:14px;font-weight:400;line-height:24px;padding-left:10px}.sme-modal .select-type-section .ant-radio-group,.sme-modal .select-type-section label.ant-radio-wrapper{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.sme-modal .select-type-section label.ant-radio-wrapper{-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.sme-modal .select-type-section label.ant-radio-wrapper:first-child{margin-right:74px}.sme-modal .select-type-section .ant-radio-inner{width:20px;height:20px}.sme-modal .select-type-section .ant-radio-inner:after{top:4px;left:4px;width:10px;height:10px}.sme-modal .form-group{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.sme-modal .form-group .ant-row{margin-left:0!important}.sme-modal .form-group .ant-row .ant-col{padding-left:0!important;padding-right:0!important}.sme-modal .form-group .ant-row.ant-form-item,.sme-modal .form-group>div{-webkit-flex-flow:column;flex-flow:column;-webkit-flex-grow:1;flex-grow:1}.sme-modal .form-group .ant-row.ant-form-item:not(:last-child),.sme-modal .form-group>div:not(:last-child){margin-right:24px!important}.sme-modal .form-group .ant-row.ant-form-item:last-child,.sme-modal .form-group>div:last-child{margin-right:0!important}.sme-modal .form-group .ant-row.ant-form-item.currency,.sme-modal .form-group>div.currency{-webkit-flex-grow:0;flex-grow:0;width:33.33%;padding-right:18px;margin-right:5px!important}.sme-modal .form-group .ant-row.ant-form-item.type .ant-form-item-control-input,.sme-modal .form-group>div.type .ant-form-item-control-input{min-height:48px}.sme-modal .form-group .form-col-3{width:33.33%}.sme-modal .form-group .ant-form-item-label{text-align:left;margin-bottom:4px}.sme-modal .form-group .ant-form-item-label label{font-size:12px;font-style:normal;font-weight:600;line-height:16px;height:auto}.sme-modal .form-group .ant-form-item-label label:after{display:none}.sme-modal .form-group .ant-form-item-control{position:relative}.sme-modal .form-group .ant-form-item-control .optional-text{position:absolute;top:-23px;right:0;font-size:12px;font-style:normal;font-weight:400;line-height:16px;color:#888}.sme-modal .form-group .ant-input{min-height:48px;font-size:14px!important;line-height:24px}.sme-modal .form-group .ant-select-selector{height:48px!important;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.sme-modal .form-group .ant-select-selector input{min-height:48px}.sme-modal .form-group .ant-select-selector .ant-select-selection-placeholder{font-size:14px;line-height:24px;font-weight:400}.sme-modal .ant-divider-horizontal{margin-top:4px;margin-bottom:0}.sme-modal .form-title{margin-top:24px;margin-bottom:24px;font-size:14px;font-weight:600;line-height:24px}.sme-modal .form-actions{margin-top:24px;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end}.sme-modal .form-actions,.sme-modal .form-actions>button{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.sme-modal .form-actions>button{min-height:48px;padding:10px 24px;font-size:14px;line-height:24px;font-weight:600;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:4px}.sme-modal .form-actions>button>div{margin-left:24px}.sme-modal .form-actions>button div{line-height:14px}.sme-modal .form-actions>button div svg{width:16px;height:16px}.sme-modal .form-actions>button.btn-link{padding:0}.sme-modal .form-actions>button:first-child{margin-right:56px}@media(max-width:575px){.sme-modal .select-type-section .ant-radio-group{-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.sme-modal .select-type-section label.ant-radio-wrapper:first-child{margin-right:36px}.sme-modal .form-group{display:block}.sme-modal .form-group .ant-row.ant-form-item:not(:last-child),.sme-modal .form-group>div:not(:last-child){margin-right:0!important}.sme-modal .form-group .form-col-3{width:100%}.MainLayoutSme button.btn-primary{padding:10px}}.ContentPage.SmsDashboardPage{font-weight:400}.ContentPage.SmsDashboardPage .ContentHeader{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmsDashboardPage .ContentHeader .company-title .company-name{margin-bottom:4px;font-size:20px;font-weight:600;line-height:32px;color:#1e88e5}.ContentPage.SmsDashboardPage .ContentHeader .company-title p{margin-bottom:0;font-size:14px;line-height:20px}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item{color:#fff;padding:8px;margin-right:24px;min-width:168px;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item:last-child{margin-right:0}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item label{font-size:12px;line-height:16px;margin-bottom:4px}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item div.amount{font-size:14px;line-height:20px}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item.cashback-amount{background-color:#1e88e5}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item.used{background-color:#ffc400}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item.earnings{background-color:#00c853}.ContentPage.SmsDashboardPage .label-transaction{font-size:20px;font-weight:600;line-height:32px}.ContentPage.SmsDashboardPage .label-license{font-weight:100;font-size:12px}.ContentPage.SmsDashboardPage .transfer-status{margin-top:24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmsDashboardPage .transfer-status .status{font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:16px;display:block;padding:4px 16.5px;margin-right:16px;border-radius:2px}.ContentPage.SmsDashboardPage .transfer-status .status.pending{color:#888;background:hsla(0,0%,53.3%,.12)}.ContentPage.SmsDashboardPage .transfer-status .transfer-code{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.ContentPage.SmsDashboardPage .details{margin-top:24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmsDashboardPage .details .details-box{width:50%;border:1px solid #e0e0e0;box-sizing:border-box;padding:24px;border-radius:4px}.ContentPage.SmsDashboardPage .details .details-box.details-left{margin-right:24px}.ContentPage.SmsDashboardPage .details .details-box h2{font-size:14px;font-weight:600;line-height:24px;margin-bottom:12px}.ContentPage.SmsDashboardPage .details .details-box.BatchPaymentRecipients{width:100%}.ContentPage.SmsDashboardPage .details .details-content-item{padding-top:13px;padding-bottom:13px;border-bottom:1px solid #f4f4f4;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmsDashboardPage .details .details-content-item:last-child{border-bottom:none}.ContentPage.SmsDashboardPage .details .details-content-item>label{min-width:156px;margin-right:16px;font-size:10px;font-weight:600;line-height:14px}.ContentPage.SmsDashboardPage .details .details-content-item .value{font-size:12px;font-weight:400;line-height:16px}.ContentPage.SmsDashboardPage .details .details-content-item .value.type{text-transform:capitalize}.ContentPage.SmsDashboardPage .supporting-documents label{font-weight:600;font-size:12px;line-height:16px;color:#212121;padding-top:24px;padding-bottom:8px;display:block}.ContentPage.SmsDashboardPage .actions{margin-top:24px;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.ContentPage.SmsDashboardPage .actions,.ContentPage.SmsDashboardPage .actions .actions-left{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmsDashboardPage .actions .actions-left>button:first-child{margin-right:24px}.ContentPage.SmsDashboardPage .actions button{padding:11px 24px;font-size:14px;line-height:24px;border:1.5px solid}.ContentPage.SmsDashboardPage .actions button>div{margin-left:27px}.ContentPage.SmsDashboardPage .actions button.btn-secondary>div{height:16px}@media(max-width:1199px){.ContentPage.SmsDashboardPage .actions{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmsDashboardPage .actions .actions-left{margin-bottom:24px}}@media(max-width:1199px)and (min-width:992px){.ContentPage.SmsDashboardPage .ContentHeader .company-title .company-name{font-size:18px}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item{margin-right:8px}}@media(max-width:992px){.ContentPage.SmsDashboardPage .details{display:block}.ContentPage.SmsDashboardPage .details .details-box{width:100%}.ContentPage.SmsDashboardPage .details .details-box.details-left{margin-right:0;margin-bottom:24px}.ContentPage.SmsDashboardPage .actions{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.ContentPage.SmsDashboardPage .actions .actions-left{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmsDashboardPage .actions .actions-left>button:first-child{margin-bottom:24px;margin-right:0}.ContentPage.SmsDashboardPage .actions .actions-right{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.ContentPage.SmsDashboardPage .ContentHeader{display:block}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts{margin-top:16px}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item{margin-right:8px}}@media(max-width:575px){.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts{display:block}.ContentPage.SmsDashboardPage .ContentHeader .cashback-amounts div.cashback-amounts-item:not(:last-child){margin-right:0;margin-bottom:8px}}@media(max-width:479px){.ContentPage.SmsDashboardPage .logo{text-align:center}.ContentPage.SmsDashboardPage .logo img{width:100%}.ContentPage.SmsDashboardPage .details .details-content-item>label{width:90px;min-width:90px}}.document-viewer-section a,.document-viewer-section button{border:none;background:none;text-align:left;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-weight:400;font-size:12px;line-height:16px;text-decoration:underline;color:#212121}.document-viewer-section a span,.document-viewer-section button span{text-decoration:underline}.document-viewer-section a:last-child,.document-viewer-section button:last-child{margin-bottom:0}.document-viewer-section a:hover,.document-viewer-section button:hover{color:#46a8f2}.document-preview-modal .ant-modal-close-x{display:block;width:56px;height:56px;position:absolute;top:-45px;right:-19px;color:#fff}.upload-sender-documents-form-container .upload-documents label{font-weight:600;font-size:12px;line-height:16px;color:#212121}.upload-sender-documents-form-container .upload-documents label span{font-weight:400}.upload-sender-documents-form-container .upload-documents .ant-form-item.documents{margin-top:4px}.upload-sender-documents-form-container .upload-documents .ant-form-item .ant-upload.ant-upload-drag{padding:8px 0}.upload-sender-documents-form-container .upload-documents .ant-upload-list-item-list-type-text .ant-upload-list-item-name{max-width:100%}.export-receipt-template-container{color:#212121;font-size:12px;line-height:14px;font-family:"Arial"}.export-receipt-template-container .content-page{width:calc(100% - 48px)}.export-receipt-template-container .content-page .BatchPaymentRecipients{border-bottom:1px solid #e0e0e0}.export-receipt-template-container .content-page .BatchPaymentRecipients:last-child{border:none}.export-receipt-template-container .content-page .BatchPaymentRecipients .line{margin-top:12px;position:relative;font-size:12px;line-height:14px;font-weight:700}.export-receipt-template-container .content-page .BatchPaymentRecipients .line:after{content:"";width:100%;height:2px;position:absolute;top:20px;left:0;background-color:#888}.export-receipt-template-container h2.company-name{font-size:12px;line-height:14px;text-align:center;text-transform:uppercase;margin-bottom:24px;font-weight:700}.export-receipt-template-container h2.receipt-label{text-align:center;font-size:12px;color:#212121;line-height:14px;font-weight:700;margin-bottom:24px}.export-receipt-template-container .your-details label{font-size:12px;font-weight:700;line-height:14px}.export-receipt-template-container .your-details p{margin-bottom:0}.export-receipt-template-container table{width:100%;margin-top:16px}.export-receipt-template-container table tr td{width:70%;padding-bottom:10px;vertical-align:top;font-size:10px;line-height:12px}.export-receipt-template-container table tr td span{min-width:90px;display:inline-block}.export-receipt-template-container table tr td:last-child{width:30%}.export-receipt-template-container table tr td .label-table{font-size:10px;line-height:12px;color:#767171;margin-bottom:6px;display:inline-block}.export-receipt-template-container table tr td .value-table{text-transform:uppercase;font-weight:700;font-size:10px;line-height:12px;color:#212121;margin-bottom:0;display:-webkit-flex;display:flex}.export-receipt-template-container table tr td .value-upper-case{word-spacing:3px}.export-receipt-template-container table tr td .value-chinese{font-family:"notoSans"}.export-receipt-template-container .label-boarder{margin-top:12px;position:relative;font-size:12px;line-height:14px;font-weight:700}.export-receipt-template-container .label-boarder:after{content:"";width:100%;height:2px;position:absolute;top:20px;left:0;background-color:#888}.export-receipt-template-container .footer{height:100%}.export-receipt-template-container .footer .footer-divider{width:calc(100% - 48px);height:2px;background-color:#888}.export-receipt-template-container .footer .footer-text{color:#888;font-size:12px;line-height:14px}.recipient-form-container .disable-recipient{font-weight:600;font-size:12px;line-height:16px;text-align:center;color:#e3af00;background:#fff8e0;border:1px solid #ffc400;box-sizing:border-box;border-radius:4px;padding:8px 16px;margin-top:12px}.recipient-form-container .form-title{margin-top:20px;margin-bottom:20px;font-size:14px;font-weight:600;line-height:24px}.recipient-form-container .ant-divider-horizontal{margin-top:15px;margin-bottom:0}.recipient-form-container .recipient-fields{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;justify-content:space-between;margin-left:-12px;margin-right:-12px}.recipient-form-container .recipient-fields .ant-row{width:50%;margin:0 0 15px!important}.recipient-form-container .recipient-fields .ant-form-item-label label{font-size:12px;font-style:normal;font-weight:600;line-height:16px;height:auto}.recipient-form-container .recipient-fields .ant-input,.recipient-form-container .recipient-fields .ant-picker,.recipient-form-container .recipient-fields .react-tel-input .form-control{min-height:48px;font-size:14px!important;line-height:24px}.recipient-form-container .recipient-fields .ant-select-selector{height:48px!important;-ms-align-items:center;-o-align-items:center;-webkit-align-items:center;align-items:center}.recipient-form-container .recipient-fields .ant-radio-group{height:48px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.recipient-form-container .recipient-fields .ant-form-item-explain.ant-form-item-explain-error{font-size:10px;position:absolute;bottom:-25px;left:auto}.recipient-form-container .recipient-fields.three-items .ant-row{width:33.33%}.recipient-form-container .recipient-fields .date-input-container{padding-left:12px;padding-right:12px}@media(max-width:576px){.recipient-form-container .recipient-fields{display:block}.recipient-form-container .recipient-fields .ant-row,.recipient-form-container .recipient-fields.three-items .ant-row{width:100%}}.ContentPage.SmeRecipientsPage{width:744px;margin:0 auto}.ContentPage.SmeRecipientsPage .ContentHeader{margin-top:0}.ContentPage.SmeRecipientsPage .ContentHeader .HeaderActions button{background:#1e88e5;color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.ContentPage.SmeRecipientsPage .ContentHeader .HeaderActions button img{padding-left:5px}.ContentPage.SmeRecipientsPage .Search{display:-webkit-flex;display:flex}.ContentPage.SmeRecipientsPage .Search .ant-select{margin-left:24px;min-width:264px}.ContentPage.SmeRecipientsPage .Search .ant-select .ant-select-selection-item img{padding-right:5px}.ContentPage.SmeRecipientsPage .Currencies{padding:24px 0}.ContentPage.SmeRecipientsPage .CurrencyItem{background:#fff;box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px;padding:24px;margin-bottom:24px}.ContentPage.SmeRecipientsPage .CurrencyItem .TitleItem{margin-bottom:24px;font-weight:600;font-size:14px;line-height:24px;color:#212121;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeRecipientsPage .CurrencyItem .TitleItem img{padding-left:5px}.ContentPage.SmeRecipientsPage .CurrencyItem .ContentItem{box-sizing:border-box;border-radius:4px;padding:20px 24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeRecipientsPage .CurrencyItem .ContentItem .Name{margin-bottom:4px;font-weight:600;font-size:14px;line-height:24px;color:#212121}.ContentPage.SmeRecipientsPage .CurrencyItem .ContentItem .Bank{font-size:14px;line-height:24px;color:#212121}.ContentPage.SmeRecipientsPage .CurrencyItem .ContentItem .Bank span{font-size:14px;line-height:24px;color:#888}.ContentPage.SmeRecipientsPage .ant-collapse{border:none}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item{margin-bottom:16px;border:none}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item:last-child{margin-bottom:0}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-header{padding:0;background:#fff;border:1px solid #e0e0e0;border-radius:4px;transition:-webkit-transform .24s;transition:transform .24s;transition:transform .24s,-webkit-transform .24s}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{top:27px;right:30px}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-content{border-top:none}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-content.ant-collapse-content-active{border:1px solid #e0e0e0;border-top:none}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0 24px 24px}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item.ant-collapse-item-active{border-bottom:none}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{border-bottom:none;-webkit-borde-bottom-left-radius:0;-moz-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-borde-bottom-right-radius:0;-moz-border-bottom-right-radius:0;border-bottom-right-radius:0}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header .ant-collapse-arrow svg{-webkit-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important}.ContentPage.SmeRecipientsPage .ContentItemBody .item{padding:13px 0;border-top:1px solid #f4f4f4;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmeRecipientsPage .ContentItemBody .item:first-child{border-top:none}.ContentPage.SmeRecipientsPage .ContentItemBody .item label{min-width:152px;margin-right:16px;font-size:10px;font-weight:600;line-height:14px}.ContentPage.SmeRecipientsPage .ContentItemBody .item .value{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.ContentPage.SmeRecipientsPage .ContentItemBody .item .value.type{text-transform:capitalize}.ContentPage.SmeRecipientsPage .ContentItemFooter{margin-top:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end}.ContentPage.SmeRecipientsPage .ContentItemFooter button{padding:8px 12px;margin-left:10px;line-height:14px;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeRecipientsPage .ContentItemFooter button span{margin-right:10px}.ContentPage.SmeRecipientsPage .ContentItemFooter button div{line-height:11px}@media(max-width:991px){.ContentPage.SmeRecipientsPage{width:100%}}@media(max-width:767px){.ContentPage.SmeRecipientsPage .Search .ant-select{min-width:165px}}@media(max-width:575px){.ContentPage.SmeRecipientsPage .CurrencyItem,.ContentPage.SmeRecipientsPage .CurrencyItem .ContentItem{padding:16px}.ContentPage.SmeRecipientsPage .CurrencyItem .ContentItem .Bank span{display:block}.ContentPage.SmeRecipientsPage .ContentItemBody .item label{min-width:80px;max-width:80px}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0 16px 16px}.ContentPage.SmeRecipientsPage .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{top:38px}.ContentPage.SmeRecipientsPage .Search{display:block}.ContentPage.SmeRecipientsPage .Search .ant-select{margin-top:16px;margin-left:0;width:100%}}@media(max-width:575px){.SmeTransactionsPage .ContentHeader{-webkit-flex-direction:column;flex-direction:column}.SmeTransactionsPage .ContentHeader .HeaderTitle{width:100%;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start}.SmeTransactionsPage .ContentHeader .HeaderActions{width:100%;margin-top:16px;-webkit-flex-direction:column;flex-direction:column}.SmeTransactionsPage .ContentHeader .HeaderActions a{width:100%}.SmeTransactionsPage .ContentHeader .HeaderActions a:first-child{margin-right:0!important;margin-bottom:8px}.SmeTransactionsPage .ContentHeader .HeaderActions a button{width:100%;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}.SmeTransactionsPage .ContentHeaderActions{margin-bottom:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeTransactionsPage .ContentHeaderActions button.btn-secondary{padding:6.5px 12px;min-height:32px;font-size:12px;line-height:16px;font-weight:600;border-radius:2px}.SmeTransactionsPage .ContentHeaderActions button.btn-secondary div{margin-left:4px}.SmeTransactionsPage .ContentHeaderActions button.btn-secondary div svg{width:10px;height:14px}.SmeTransactionsPage .ContentHeaderActions button.btn-secondary:hover{opacity:.5}.SmeTransactionsPage .ContentHeaderActions .items-no-section{font-size:14px;line-height:24px}.SmeTransactionsPage .ContentHeaderActions .items-no-section span{font-weight:600}.SmeTransactionsPage .SmeTransactionsContent table tbody.ant-table-tbody tr{cursor:pointer}.SmeTransactionsPage .SmeTransactionsContent table tbody.ant-table-tbody tr td{padding:6px 16px}.SmeTransactionsPage .SmeTransactionsContent table tbody.ant-table-tbody span.table-status{width:136px}.SmeTransactionsPage .SmeTransactionsContent table tbody.ant-table-tbody .action button{padding:0;min-height:24px}.SmeTransactionsPage .SmeTransactionsContent table tbody.ant-table-tbody .action button.btn-download svg{height:auto}.ExportForm .FormHeader{padding:24px 20px;font-size:20px;line-height:32px;color:#212121;font-weight:600}.ExportForm .FormHeader .left{margin-left:-20px;border-left:4px solid #4285f4;padding-left:20px;font-weight:600;font-size:14px;line-height:24px;color:#212121}.ExportForm .FormContent{background:#fff;padding:0 24px 24px}.ExportForm .FormFooter{padding:24px;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;border-top:1px solid #e0e0e0}.ExportForm .FormFooter button{font-size:14px;letter-spacing:.5px;text-align:center;font-weight:400;line-height:24px}.ExportForm .FormFooter .btn-link{margin-right:20px}.ContentPage.SmeTransactionPage .box{margin:0}.ContentPage.SmeTransactionPage .ContentHeader .HeaderTitle{font-size:24px;line-height:40px;font-weight:400;text-transform:capitalize}.ContentPage.SmeTransactionPage .ant-breadcrumb-link{color:#1e88e5}.ContentPage.SmeTransactionPage .ant-breadcrumb-link a{color:#212121}.ContentPage.SmeTransactionPage .ContentHeaderActions{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeTransactionPage .ContentHeaderActions .btn-secondary{padding:8px 12px;font-size:10px;line-height:12px;min-height:auto}.ContentPage.SmeTransactionPage .ContentHeaderActions .btn-secondary>div{height:11px;margin-left:8px;line-height:10px}.ContentPage.SmeTransactionPage .ContentHeaderActions .btn-secondary>div svg{width:10px;height:11px}.ContentPage.SmeTransactionPage .SmeTransactionBreadcrumb{font-size:14px;line-height:24px;font-weight:600;text-transform:uppercase}.ContentPage.SmeTransactionPage .ContentPageBody{width:552px;margin:24px auto 0;padding-bottom:45px}.ContentPage.SmeTransactionPage .ContentPageBody.BatchPaymentRecipients{width:100%}.ContentPage.SmeTransactionPage .company-name-section h2{margin-bottom:0;font-size:20px;line-height:32px;font-weight:600}.ContentPage.SmeTransactionPage .company-name-section p{margin-bottom:0;font-size:12px;line-height:16px;font-weight:400;color:#888}.ContentPage.SmeTransactionPage .sender-info{margin-top:32px}.ContentPage.SmeTransactionPage .sender-info h2{margin-bottom:0;font-size:14px;line-height:24px;font-weight:600}.ContentPage.SmeTransactionPage .sender-info p{margin-top:4px;margin-bottom:0;font-size:12px;line-height:16px;font-weight:400}.ContentPage.SmeTransactionPage .details-box-item{margin-bottom:16px;padding:20px 24px;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.ContentPage.SmeTransactionPage .details-box-item .box-title{font-size:14px;line-height:24px;font-weight:600}.ContentPage.SmeTransactionPage .details-box-item.transfer-confirm-box{margin-top:24px}.ContentPage.SmeTransactionPage .details-box-item:last-child{margin-bottom:0}.ContentPage.SmeTransactionPage .BatchPaymentRecipients .box-details{padding-top:24px}.ContentPage.SmeTransactionPage .details-item{padding:12px 0;border-top:1px solid #f4f4f4;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmeTransactionPage .details-item:first-child{margin-top:12px;border-top:none}.ContentPage.SmeTransactionPage .details-item label{min-width:152px;margin-right:16px;font-size:10px;line-height:14px;font-weight:600}.ContentPage.SmeTransactionPage .details-item .value{font-size:12px;line-height:16px;font-weight:400}.ContentPage.SmeTransactionPage .details-item .value.type{text-transform:capitalize}.ContentPage.SmeTransactionPage .details-item .value p{margin-bottom:0}@media(max-width:575px){.ContentPage.SmeTransactionPage .ContentPageBody{width:100%}.ContentPage.SmeTransactionPage .details-item label{width:115px}.ContentPage.SmeTransactionPage .ContentHeaderActions{display:block}.ContentPage.SmeTransactionPage .ContentHeaderActions .HeaderActions{margin-top:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end}}.SmeSettingForm{margin-top:24px}.SmeSettingForm .ant-form-item .ant-input-affix-wrapper,.SmeSettingForm .ant-form-item .form-control{height:48px}.SmeSettingForm .ant-form-item .ant-input-affix-wrapper .ant-input,.SmeSettingForm .ant-form-item .form-control .ant-input{min-height:32px}.SmeSettingForm .suffix{position:absolute;right:10px;top:10px;line-height:28px;color:#00c853}.SmeSettingForm .suffix .ant-btn-link{color:#46a8f2}.SmeSettingForm .ant-input-suffix{font-size:14px;font-weight:400;line-height:20px;color:#00c853}.SmeSettingForm .ant-input-suffix .ant-btn-link{color:#46a8f2}.SmeSettingForm .ant-form-item-explain.ant-form-item-explain-error{bottom:-23px;left:12px}.sme-modal .form-actions.sme-settings-form{padding-top:12px;border-top:1px solid #e0e0e0}.ContentPage.SmeSettingsPage{width:744px;margin:0 auto}.ContentPage.SmeSettingsPage .box-header{margin-bottom:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.ContentPage.SmeSettingsPage .box-header .title{margin-bottom:0;max-height:18px}.ContentPage.SmeSettingsPage .box-header button{padding:7px 11px;background:#fff;border:1px solid #1e88e5;box-sizing:border-box;font-weight:600;font-size:12px;line-height:16px;color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:4px}.ContentPage.SmeSettingsPage .box-header button img{padding-left:8px;height:14px}.ContentPage.SmeSettingsPage .Content{padding-bottom:24px}.ContentPage.SmeSettingsPage .Content .box{margin:24px 0}.ContentPage.SmeSettingsPage .Content .box:first-child{margin-top:0}.ContentPage.SmeSettingsPage .Content .box .title{margin-left:-24px;padding-left:20px}.ContentPage.SmeSettingsPage .Content .box .details table{width:100%;border-bottom:1px solid #f4f4f4}.ContentPage.SmeSettingsPage .Content .box .details table td{border-bottom:1px solid #f4f4f4;height:40px}.ContentPage.SmeSettingsPage .Content .box .details table tbody tr:last-child td{border:none}.ContentPage.SmeSettingsPage .Content .box .details .label{font-weight:600;font-size:10px;line-height:14px;color:#212121;width:168px}.ContentPage.SmeSettingsPage .Content .box .details .value{font-size:12px;line-height:16px;color:#212121}.ContentPage.SmeSettingsPage .Content .box .details .value div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.ContentPage.SmeSettingsPage .Content .box .details .value div button{color:#1e88e5}@media(max-width:991px){.ContentPage.SmeSettingsPage{width:100%}}@media(max-width:575px){.ContentPage.SmeSettingsPage .Content .box .title{margin-left:-16px;padding-left:11px}.ContentPage.SmeSettingsPage .Content .box .details .label{width:115px;padding-right:16px}.ContentPage.SmeSettingsPage .box-header{-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeSettingsPage .box-header .title{max-height:32px}}.SmeSendMoneyPage{padding-bottom:56px}.SmeSendMoneyPage .progress-section{width:936px;margin:0 auto;padding:0 36px 40px}.SmeSendMoneyPage .progress-section .send-money-progress{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.SmeSendMoneyPage .progress-section .step{-webkit-flex-direction:column;flex-direction:column;position:relative;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start}.SmeSendMoneyPage .progress-section .step .text{position:absolute;top:34px;left:-12px;font-size:14px;font-style:normal;font-weight:400;line-height:48px;color:#888}.SmeSendMoneyPage .progress-section .step:not(:last-child){width:33.33%}.SmeSendMoneyPage .progress-section .step:not(:last-child):after{content:"";width:calc(100% - 32px);height:1px;background-color:#888;position:absolute;top:16px;left:32px}.SmeSendMoneyPage .progress-section .step span{display:block;width:32px;height:32px;color:#888;border:1px solid #e0e0e0;box-sizing:border-box;position:relative;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:50%}.SmeSendMoneyPage .progress-section .step.active span{color:#1e88e5;border-color:#1e88e5;background-color:#fff}.SmeSendMoneyPage .progress-section .step.active .text{color:#1e88e5}.SmeSendMoneyPage .progress-section .step.passed:not(:last-child):after{background-color:#1e88e5}.SmeSendMoneyPage .progress-section .step.passed span{background-color:#1e88e5;border:1px solid #1e88e5;color:#fff}.SmeSendMoneyPage .progress-section .step.passed .text{color:#212121}.SmeSendMoneyPage .Content{width:936px;padding:0;margin:24px auto 0}.SmeSendMoneyPage .content-sending-as{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:16px 24px;background:#fff;box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px;font-weight:400;font-size:14px;line-height:24px;color:#212121;margin-bottom:24px}.SmeSendMoneyPage .content-network{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SmeSendMoneyPage .content-network>div{width:75%;background:#fff;padding:24px;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px;position:relative}.SmeSendMoneyPage .content-network .content-cny-notice .cny-block{background:#fff;opacity:.6;position:absolute;top:0;left:0;height:100%;width:100%}.SmeSendMoneyPage .content-network .content-cny-notice .cny-note{font-weight:400;font-size:16px;line-height:30px;color:#9a6500;background:#fff8e0;border:1px solid #9a6500;border-radius:4px;padding:24px;position:absolute;bottom:165px;left:0;width:100%}.SmeSendMoneyPage .content-network .content-cny-notice .cny-note ul{margin:0;padding-left:18px;list-style-type:auto}.SmeSendMoneyPage .content-network .content-cny-notice .cny-note .cny-action{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10px}.SmeSendMoneyPage .content-network .content-cny-notice .cny-note .cny-action button{color:#1e88e5;border-color:#1e88e5;height:40px!important}.SmeSendMoneyPage .content-network .content-network-header{font-size:20px;font-weight:600;line-height:32px;color:#212121;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage .content-network .content-network-header>div{width:33.33px;height:33.33px;margin-right:20px}.SmeSendMoneyPage .content-network .content-network-header>div svg{width:100%;height:100%}.SmeSendMoneyPage .content-network .content-network-header>div svg path{fill:#1e88e5}.SmeSendMoneyPage .content-network .info-list ul{list-style:none;padding-left:0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage .content-network .info-list ul li{font-size:12px;font-weight:400;line-height:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage .content-network .info-list ul li>div{width:7.33px;min-width:7.33px;height:9.33px;margin-right:10px}.SmeSendMoneyPage .content-network .info-list ul li>div svg{width:100%;height:100%}.SmeSendMoneyPage .content-network .info-list ul li>div svg path{fill:#1e88e5}.SmeSendMoneyPage .content-network .info-list ul li div.info-icon{width:13.33px;min-width:13.33px;height:13.33px;margin-left:4px;margin-top:1px}.SmeSendMoneyPage .content-network .info-list ul li div.info-icon svg path{fill:#a1a1a1}.SmeSendMoneyPage .content-network .info-list ul li span{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage .content-network .info-list ul li:first-child{width:153px}.SmeSendMoneyPage .content-network .exchange-rate-section{position:relative}.SmeSendMoneyPage .content-network .exchange-rate-section:before{content:"";width:1px;height:100px;background-color:#888;position:absolute;left:20px;top:18px}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate{padding-left:32px;font-size:12px;font-weight:400;line-height:16px;color:#888;min-height:24px}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate p{margin-bottom:0}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate span{color:#212121}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate .ant-divider-horizontal{margin:8px 0}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate .exchange-rate-usd-bank{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate .exchange-rate-usd-bank .btn-link{padding:0;font-size:12px;line-height:16px}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate .exchange-rate-usd-bank .btn-link span{color:#1e88e5}.SmeSendMoneyPage .content-network .exchange-rate-section.USD .exchange-rate{margin:12px 0;min-height:16px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate){display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;padding:7px 16px;background:#fff;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) span.exchange-rate-title{display:block;margin-bottom:8px;font-size:12px;font-weight:600;line-height:16px;padding-left:16px;position:relative;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) span.exchange-rate-title:before{content:"";width:8px;height:8px;position:absolute;left:0;top:3px;border-radius:50%}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) span.exchange-rate-title span.recipient-fees{display:-webkit-flex;display:flex;color:#1e88e5;font-weight:400;font-size:12px;line-height:16px;cursor:pointer}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) span.exchange-rate-title span.recipient-fees .info-icon{padding-right:5px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) span.exchange-rate-title span.recipient-fees .info-icon svg path{fill:#1e88e5}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .exchange-amount{padding-left:16px;font-size:28px;font-weight:400;line-height:40px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .exchange-amount input{border:none;background:inherit;font-size:28px!important;line-height:40px;font-weight:400;padding:0;width:100%}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .exchange-amount input:focus{outline:none}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .you-send{width:100%;padding-right:16px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .you-send span.exchange-rate-title{color:#1e88e5}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .you-send span.exchange-rate-title:before{background-color:#1e88e5}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .recipient-gets{width:100%;padding-right:16px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .recipient-gets span.exchange-rate-title{color:#00c853}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .recipient-gets span.exchange-rate-title:before{background-color:#00c853}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .currency{padding:20px 12px;margin:-16px -16px -16px 0;background:#011b56;box-sizing:border-box;border-radius:0 4px 4px 0;color:#fff;border:none}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .currency .ant-select-selection-item img{margin-right:8px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .currency .ant-select-selector{min-width:103px;background:#011b56;color:#fff;border:none}.SmeSendMoneyPage .content-network .message-round{font-size:10px;line-height:14px;color:#888}.SmeSendMoneyPage .content-network .estimated-section{padding-top:24px}.SmeSendMoneyPage .content-network .estimated-section .estimated-item{font-weight:600;font-size:12px;line-height:16px;color:#212121}.SmeSendMoneyPage .content-network .estimated-section .estimated-list{font-size:12px;line-height:20px;color:#212121;padding-top:4px}.SmeSendMoneyPage .content-network .estimated-section .estimated-list ul{margin:0;padding-left:24px}.SmeSendMoneyPage .content-network .fee-section{margin-top:24px;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.SmeSendMoneyPage .content-network .fee-section div.fee-item{padding:16px;font-size:12px;font-weight:400;line-height:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage .content-network .fee-section div.fee-item:last-child{border:none}.SmeSendMoneyPage .content-network .fee-section .fee-cashback{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.SmeSendMoneyPage .content-network .fee-section .fee-cashback .info-icon{height:14px;margin-left:5px}.SmeSendMoneyPage .content-network .fee-section .fee-cashback .info-icon svg path{fill:#a1a1a1}.SmeSendMoneyPage .content-network .fee-section .fee-amount{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;height:16px}.SmeSendMoneyPage .content-network .fee-section .fee-amount>div{margin-right:8px}.SmeSendMoneyPage .content-network .fee-section .fee-amount>div svg path{fill:#888}.SmeSendMoneyPage .content-network .fee-section .fee-amount>span{min-width:64px}.SmeSendMoneyPage .content-network .fee-section .fee-amount.plus div{line-height:12px}.SmeSendMoneyPage .content-network .fee-section .fee-amount.minus div{line-height:0}.SmeSendMoneyPage .content-network .fee-section .fee-flat{font-size:10px;line-height:14px;color:#888}.SmeSendMoneyPage .recipient-fee-section{background:rgba(30,136,229,.08);border-radius:4px;margin-top:16px;padding:8px 12px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage .recipient-fee-section.RecipientFeeChecked{border:1px solid #1e88e5}.SmeSendMoneyPage .recipient-fee-section.RecipientFeeChecked .fee-text{padding-right:8px}.SmeSendMoneyPage .total-payment-section{margin-top:24px}.SmeSendMoneyPage .total-payment-section label{margin-bottom:8px;display:block;font-size:12px;font-weight:600;line-height:16px}.SmeSendMoneyPage .total-payment-section span{font-size:28px;font-weight:400;line-height:40px;color:#1e88e5}.SmeSendMoneyPage .total-payment-section .total-payment-content{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage .total-payment-section .total-payment-content>span{padding-right:12px}.SmeSendMoneyPage .total-payment-section .cashback{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:4px;background:#e0f9ea;width:-webkit-max-content;width:max-content;line-height:16px;height:24px}.SmeSendMoneyPage .total-payment-section .cashback .name,.SmeSendMoneyPage .total-payment-section .cashback .value,.SmeSendMoneyPage .total-payment-section .cashback span{font-size:12px;line-height:16px;color:#00c853}.SmeSendMoneyPage .total-payment-section .cashback .name{padding:0 5px}.SmeSendMoneyPage .total-payment-section .cashback .value,.SmeSendMoneyPage .total-payment-section .cashback .value span{font-weight:600}.SmeSendMoneyPage .actions{margin-top:16px;width:100%}.SmeSendMoneyPage .actions button{width:100%;padding:12px 0;background-color:#1e88e5;border:1px solid #1e88e5;color:#fff;font-size:14px;font-weight:600;line-height:24px;border-radius:4px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.SmeSendMoneyPage .compare-banks-section{margin-top:56px}.SmeSendMoneyPage .compare-banks-section p{margin-bottom:16px;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.SmeSendMoneyPage .compare-banks-section .campare-banks-table{overflow-x:auto}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table{width:100%;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th{background:transparent!important}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.recipient-gets-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.recipient-gets-td{min-width:210px}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.total-amount-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.total-amount-td{min-width:140px}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table thead th{padding:16px 24px;font-size:12px;font-weight:600;line-height:16px;color:#212121;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table tbody td{padding:16px 24px;font-size:14px;font-weight:400;line-height:24px;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table tbody td img{max-width:152px;max-height:32px}.SmeSendMoneyPage .footer-actions{margin:0 20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage .footer-actions .back-button{padding-top:5px}.SmeSendMoneyPage.RecipientPage .content-title{font-size:14px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage.RecipientPage .content-title .flag-icon{margin-left:8px;width:28px;height:20px}.SmeSendMoneyPage.RecipientPage .recipient-search-section{margin-bottom:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.SmeSendMoneyPage.RecipientPage .recipient-search-input-section{width:100%;margin-right:24px}.SmeSendMoneyPage.RecipientPage .ant-input-group .ant-input{border-radius:4px!important;font-size:14px!important;line-height:20px;height:48px}.SmeSendMoneyPage .recipient-table{overflow-x:auto}.SmeSendMoneyPage .recipient-table table{width:100%;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.SmeSendMoneyPage .recipient-table table td,.SmeSendMoneyPage .recipient-table table th{background:transparent!important;min-width:162px}.SmeSendMoneyPage .recipient-table table td:first-child,.SmeSendMoneyPage .recipient-table table th:first-child{min-width:30px;border-right:none}.SmeSendMoneyPage .recipient-table table td:last-child,.SmeSendMoneyPage .recipient-table table th:last-child{border-left:none}.SmeSendMoneyPage .recipient-table table thead th{padding:16px 24px;font-size:12px;font-weight:600;line-height:16px;color:#212121;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage .recipient-table table tbody tr{cursor:pointer}.SmeSendMoneyPage .recipient-table table tbody td{padding:16px 24px;font-size:14px;font-weight:400;line-height:24px;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage.ReviewPage .review-details-section{border-bottom:1px solid #e0e0e0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.ReviewPage .review-details-section>div.review-details-item{width:50%;padding:24px}.SmeSendMoneyPage.ReviewPage .review-details-section>div.review-details-item:first-child{border-right:1px solid #e0e0e0}.SmeSendMoneyPage.ReviewPage .review-details-list ul{padding-left:0;list-style:none;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.SmeSendMoneyPage.ReviewPage .review-details-list ul li{width:100%;padding:16px;font-size:12px;line-height:20px;font-weight:400;-webkit-flex-direction:row;flex-direction:row;color:#212121;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage.ReviewPage .review-details-list ul li:not(:last-child){border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage.ReviewPage .review-details-list ul li .value{margin-left:8px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage.ReviewPage .review-details-list ul li .value>div{line-height:10px;margin-right:8px;max-height:20px}.SmeSendMoneyPage.ReviewPage .review-details-list ul li .value>div svg{max-height:20px}.SmeSendMoneyPage.ReviewPage .review-details-list ul li .value>div.minus-icon{line-height:0}.SmeSendMoneyPage.ReviewPage .review-details-list ul li .value.type{text-transform:capitalize}.SmeSendMoneyPage.ReviewPage .review-details-list ul li span{min-width:120px}.SmeSendMoneyPage.ReviewPage .review-exchange-rate{font-size:12px;line-height:16px;font-weight:400;color:#888}.SmeSendMoneyPage.ReviewPage .review-exchange-rate span{font-weight:600;color:#212121}.SmeSendMoneyPage.ReviewPage .content-title{font-size:14px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:24px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info{padding:28px 24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-remarks-form label{font-size:12px;line-height:16px;font-weight:600;margin-bottom:4px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form{width:100%;padding-top:20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div{width:50%;margin-bottom:0}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div:first-child{margin-right:24px!important}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div label{font-size:12px;line-height:16px;font-weight:600;margin-bottom:4px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div .ant-select{width:100%}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div .ant-select-selection-item{font-size:14px;line-height:24px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div .ant-select-selection-placeholder{font-size:14px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div .ant-form-item-explain.ant-form-item-explain-error{left:auto}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div .ant-select-selector{border-radius:4px!important}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-remarks-form>div{margin-bottom:0}.SmeSendMoneyPage.ReviewPage .review-notes{font-size:12px;line-height:16px;text-align:center;color:#212121;margin-bottom:24px}.SmeSendMoneyPage.ReviewPage .review-notes p{margin:0}.SmeSendMoneyPage.ReviewPage .upload-documents{padding:28px 24px;border-top:1px solid #e0e0e0}.SmeSendMoneyPage.ReviewPage .upload-documents label{font-weight:600;font-size:12px;line-height:16px;color:#212121}.SmeSendMoneyPage.ReviewPage .upload-documents label span{font-weight:400}.SmeSendMoneyPage.ReviewPage .upload-documents .ant-form-item.documents{margin-top:4px}.SmeSendMoneyPage.ReviewPage .upload-documents .ant-form-item .ant-upload.ant-upload-drag{padding:8px 0}.SmeSendMoneyPage.ReviewPage .upload-documents .ant-upload-list-item-list-type-text .ant-upload-list-item-name{max-width:100%}.SmeSendMoneyPage.PaymentPage .Content{margin-top:0;position:relative}.SmeSendMoneyPage.PaymentPage .ant-form-item{margin-bottom:0}.SmeSendMoneyPage.PaymentPage .select-payment-type-section{margin-bottom:34px;margin-top:16px}.SmeSendMoneyPage.PaymentPage .select-payment-type-section .ant-radio{height:24px;font-size:14px;font-weight:400;line-height:24px;padding-left:10px}.SmeSendMoneyPage.PaymentPage .select-payment-type-section .ant-radio-group{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.PaymentPage .select-payment-type-section label.ant-radio-wrapper{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage.PaymentPage .select-payment-type-section label.ant-radio-wrapper:first-child{margin-right:59px}.SmeSendMoneyPage.PaymentPage .select-payment-type-section .ant-radio-inner{width:20px;height:20px}.SmeSendMoneyPage.PaymentPage .select-payment-type-section .ant-radio-inner:after{top:4px;left:4px;width:10px;height:10px}.SmeSendMoneyPage.PaymentPage .payment-notes{background:#fff8e0;border:1px solid #ffc400;box-sizing:border-box;border-radius:4px;font-weight:600;font-size:12px;line-height:16px;text-align:center;color:#e3af00;padding:10px;margin-bottom:30px}.SmeSendMoneyPage.PaymentPage .content-payment-notice .payment-block{background:#fff;opacity:.6;position:absolute;top:0;left:0;height:100%;width:calc(100% + 48px);z-index:1;margin:0 -24px}.SmeSendMoneyPage.PaymentPage .content-payment-notice .payment-note{font-weight:400;font-size:16px;line-height:30px;color:#9a6500;background:#fff8e0;border:1px solid #9a6500;border-radius:4px;padding:24px;position:absolute;top:30%;left:0;width:100%;z-index:2}.SmeSendMoneyPage.PaymentPage .content-payment-notice .payment-note p{margin:0;padding-top:8px}.SmeSendMoneyPage.PaymentPage .content-payment-notice .payment-note ul{margin:0;padding-left:18px;list-style-type:disc}.SmeSendMoneyPage.PaymentPage .content-payment-notice .payment-note .payment-action{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10px}.SmeSendMoneyPage.PaymentPage .content-payment-notice .payment-note .payment-action button{color:#1e88e5;border-color:#1e88e5;height:40px!important}.SmeSendMoneyPage.PaymentPage .send-money-payment{padding-bottom:24px}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section>div{width:50%}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section>div:first-child{border-right:1px solid #e0e0e0}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section .qrcode-section-container{width:360px}.SmeSendMoneyPage.PaymentPage .note{font-size:16px;line-height:24px;margin-bottom:24px}.SmeSendMoneyPage.PaymentPage .qrcode-image{text-align:center}.SmeSendMoneyPage.PaymentPage .qrcode-note{margin-top:24px;font-size:14px;line-height:24px}.SmeSendMoneyPage.PaymentPage .qrcode-note .link,.SmeSendMoneyPage.PaymentPage .qrcode-note a{color:#1e88e5;cursor:pointer}.SmeSendMoneyPage.PaymentPage .qrcode-note p{margin-bottom:8px}.SmeSendMoneyPage.PaymentPage .qrcode-note p:last-child{color:#888;margin-bottom:0}.SmeSendMoneyPage.PaymentPage .qrcode-image div,.SmeSendMoneyPage.PaymentPage .qrcode-image div img,.SmeSendMoneyPage.PaymentPage .qrcode-image div svg{width:100%}.SmeSendMoneyPage.PaymentPage .payment-details-container{width:360px;float:right}.SmeSendMoneyPage.PaymentPage .payment-details-container.margin-auto{margin:auto;float:none}.SmeSendMoneyPage.PaymentPage .payment-details-form{padding:24px;background-color:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.SmeSendMoneyPage.PaymentPage .payment-details-form label{margin-bottom:4px;font-size:12px;line-height:16px;font-weight:600}.SmeSendMoneyPage.PaymentPage .payment-details-form .payment-details-form-group>div:not(:last-child){margin-bottom:20px}.SmeSendMoneyPage.PaymentPage .payment-details-form .payment-details-items{padding:6px 12px;width:100%;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:2px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage.PaymentPage .payment-details-form .payment-details-items button{padding:8px 12px;font-size:12px;line-height:16px;font-weight:600;min-height:auto;border-radius:2px}.SmeSendMoneyPage.PaymentPage .payment-actions{width:100%;margin-top:24px}.SmeSendMoneyPage.PaymentPage .payment-actions button{width:100%;color:#fff;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SmeSendMoneyPage.PaymentPage .notice-section{padding:8px 16px;margin-top:24px;font-size:12px;font-weight:600;line-height:16px;color:#00953e;text-align:center;background:#e0f8ea;border:1px solid #00c853;box-sizing:border-box;border-radius:4px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-section{background-color:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div{width:50%}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div:first-child{border-right:1px solid #e0e0e0}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div:first-child div{width:372px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-details-form-group{padding:24px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-details-form-group>div:not(:last-child){margin-bottom:20px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-details-form-group label{margin-bottom:4px;font-size:12px;line-height:16px;font-weight:600}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-details-items{padding:6px 12px;width:100%;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:2px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-details-items button{padding:8px 12px;font-size:12px;line-height:16px;font-weight:600;min-height:auto;border-radius:2px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-actions{width:100%;margin-top:24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-actions button{width:360px;font-size:14px;font-weight:600;line-height:24px;color:#fff;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .notice-section{max-width:360px;margin:24px auto 0}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-other-details{padding:24px 16px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-other-details label{margin-bottom:16px;font-size:12px;line-height:16px;font-weight:600;display:block}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-other-details-item>span{font-size:12px;font-weight:600;line-height:16px;color:#888}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-other-details-item p{margin-bottom:0;font-size:14px;line-height:20px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-other-details-item:not(:last-child){margin-bottom:16px}.SmeSendMoneyPage.DonePage .done-page-container{width:552px;padding:24px 24px 32px;margin:24px auto 0;background:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.SmeSendMoneyPage.DonePage .done-content h2{font-size:24px;font-weight:400;line-height:48px;margin-bottom:16px}.SmeSendMoneyPage.DonePage .done-content div{font-size:14px;line-height:24px;font-weight:400}.SmeSendMoneyPage.DonePage .done-content label{font-weight:600;display:block;margin-bottom:4px}.SmeSendMoneyPage.DonePage .footer-actions{width:552px;margin:24px auto 0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.SmeSendMoneyPage.DonePage .footer-actions>*{width:50%}.SmeSendMoneyPage.DonePage .footer-actions>:first-child{margin-right:24px}.SmeSendMoneyPage.DonePage .footer-actions>:first-child button.btn-secondary{width:100%}.SmeSendMoneyPage.DonePage .footer-actions>:first-child button.btn-secondary svg{width:16px;height:16px}.SmeSendMoneyPage.DonePage .footer-actions button{-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;border-radius:4px}.SmeSendMoneyPage.DonePage .footer-actions button.btn-secondary>div{margin-left:0;margin-right:28px}@media(max-width:1199px){.SmeSendMoneyPage .Content{width:100%}.SmeSendMoneyPage .progress-section{width:100%;padding:0 40px 40px}.SmeSendMoneyPage .progress-section .text{font-size:20px}.SmeSendMoneyPage .content-network{display:block}.SmeSendMoneyPage .content-network>div{width:100%}.SmeSendMoneyPage .content-network>div:first-child{margin-right:0;margin-bottom:24px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div:first-child div{width:100%}}@media(max-width:1199px)and (min-width:992px){.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.recipient-gets-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.total-amount-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.recipient-gets-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.total-amount-td{min-width:0}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table tbody td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table thead th{padding:12px 16px;font-size:12px}}@media(max-width:991px){.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.recipient-gets-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.total-amount-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.recipient-gets-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.total-amount-td{min-width:0}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table tbody td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table thead th{padding:12px 16px;font-size:12px}.SmeSendMoneyPage.ReviewPage .review-details-section{display:block}.SmeSendMoneyPage.ReviewPage .review-details-section>div.review-details-item{width:100%;border-right:none;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage.ReviewPage.ReviewPage .review-more-transfer-info{display:block}.SmeSendMoneyPage.ReviewPage.ReviewPage .review-more-transfer-info .review-note{min-width:100%;margin-bottom:24px}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section{display:block}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section>div{width:100%}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section>div:first-child{border-right:0;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section>div .qrcode-section-container{margin:0 auto;padding-bottom:24px}.SmeSendMoneyPage.PaymentPage .payment-details-container{float:unset;margin:0 auto}.SmeSendMoneyPage.PaymentPage .select-payment-type-section{margin-bottom:34px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container{display:block}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div{width:100%}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div:first-child{border-right:0;border-bottom:1px solid #e0e0e0}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .payment-other-details{padding:24px}}@media(max-width:767px){.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.recipient-gets-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.bank-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.exchange-rate-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.recipient-gets-td{min-width:160px}.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table td.total-amount-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.fee-td,.SmeSendMoneyPage .compare-banks-section .campare-banks-table table th.total-amount-td{min-width:135px}.SmeSendMoneyPage.RecipientPage .recipient-search-input-section{margin-right:12px}.SmeSendMoneyPage.RecipientPage button.btn-secondary{padding:10px 11px}.SmeSendMoneyPage.RecipientPage button.btn-secondary>span{display:none}.SmeSendMoneyPage.RecipientPage button.btn-secondary>div{margin-left:0}}@media(max-width:575px){.SmeSendMoneyPage .progress-section .step:after,.SmeSendMoneyPage .progress-section .step:not(.active){display:none}.SmeSendMoneyPage .progress-section .step.active{width:100%;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.SmeSendMoneyPage .progress-section .step.active .text{position:static;margin-top:24px;font-size:20px;line-height:22px}.SmeSendMoneyPage.RecipientPage .box{margin:0 0 24px}.SmeSendMoneyPage .footer-actions{margin:0}.SmeSendMoneyPage.DonePage .done-page-container,.SmeSendMoneyPage.DonePage .footer-actions{width:100%}}@media(max-width:575px){.SmeSendMoneyPage .progress-section{padding-bottom:24px}.SmeSendMoneyPage .content-network>div{padding:24px 16px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .exchange-amount{font-size:20px;line-height:34px}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .currency .ant-select-selection-item img{display:none}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .currency .ant-select-selector{min-width:67.2px}.SmeSendMoneyPage .content-network .exchange-rate-section.USD:before{height:65%}.SmeSendMoneyPage .content-network .exchange-rate-section .exchange-rate .exchange-rate-usd-bank p span{display:block}.SmeSendMoneyPage.ReviewPage .review-details-section>div.review-details-item{padding:16px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .ant-row{display:block}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .ant-row .ant-col{max-width:100%}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form{display:block;padding-bottom:20px}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div{width:100%}.SmeSendMoneyPage.ReviewPage .review-more-transfer-info .review-transfer-form>div:first-child{margin-bottom:20px}.SmeSendMoneyPage.PaymentPage .payment-details-container,.SmeSendMoneyPage.PaymentPage .send-money-payment-paynow .paynow-section .qrcode-section-container{width:290px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-details-container>div{padding:16px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-actions button{width:100%;max-width:290px}.SmeSendMoneyPage.PaymentPage .send-money-payment-bank-transfer .bank-transfer-actions button>div{margin-left:8px}.SmeSendMoneyPage.DonePage .footer-actions{display:block}.SmeSendMoneyPage.DonePage .footer-actions .btn-primary{width:100%}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .recipient-gets span.exchange-rate-title{display:block}.SmeSendMoneyPage .content-network .exchange-rate-section>div:not(.exchange-rate) .recipient-gets span.exchange-rate-title .recipient-fees{margin-left:-19px}.SmeSendMoneyPage .total-payment-section .total-payment-content{display:block}}.ant-select-item-option-content img{margin-right:8px}.ant-popover-inner-content .popover-text{margin-bottom:0;font-size:12px;line-height:16px;font-weight:600;text-align:center}.ant-popover-inner-content .popover-content{width:270px;font-weight:400;font-size:12px;line-height:16px}.ant-popover-inner-content .popover-content .popover-action{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;font-weight:600;color:#1e88e5;cursor:pointer}@media(max-width:575px){.ant-select-item-option-content img{display:none}}.notice-modal{max-width:410px;padding:16px}.notice-modal .ant-modal-close{display:none}.notice-modal .ant-modal-content{padding:24px;background:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.notice-modal .modal-logo{margin-top:8px;margin-bottom:24px;text-align:center}.notice-modal .modal-content{text-align:center;font-size:14px;line-height:24px;font-family:400}.notice-modal .modal-content .all-done-text{margin-bottom:16px;font-weight:600;font-size:16px;line-height:24px;color:#00c853}.notice-modal .modal-action{margin-top:24px}.notice-modal .modal-action,.notice-modal .modal-action button.btn-primary{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.notice-modal .modal-action button.btn-primary{width:168px;min-height:48px;font-size:14px;line-height:24px;font-family:400}.notice-modal.referral-modal{max-width:800px;width:800px!important}.notice-modal.referral-modal .modal-content .all-done-text{color:#1e88e5}.notice-modal.referral-modal .modal-content .content{text-align:left}.notice-modal.referral-modal .modal-content .content .title{font-weight:600}.notice-modal.referral-modal .modal-content .content ul{padding-left:18px}.ContentPage.SmeCashback{margin:auto;font-weight:400}.ContentPage.SmeCashback .box{padding:24px;margin:0;background-color:#fff}.ContentPage.SmeCashback .ContentHeader{margin-bottom:40px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeCashback .ContentHeader .company-title .company-name{margin-bottom:4px;font-size:20px;font-weight:600;line-height:32px;color:#1e88e5}.ContentPage.SmeCashback .ContentHeader .company-title p{margin-bottom:0;font-size:14px;line-height:20px}.ContentPage.SmeCashback .cashback-amounts{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item{color:#fff;padding:8px;margin-right:24px;min-width:192px;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item:last-child{margin-right:0}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item label{font-size:12px;line-height:16px;margin-bottom:4px}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item div.amount{font-size:14px;line-height:20px}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item.cashback-amount{background-color:#1e88e5}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item.used{background-color:#ffc400}.ContentPage.SmeCashback .cashback-amounts div.cashback-amounts-item.earnings{background-color:#00c853}.ContentPage.SmeCashback .title{margin-left:-24px;border-left:4px solid #4285f4;padding-left:24px;font-weight:600;font-size:14px;line-height:18px;color:#212121;margin-bottom:24px}.ContentPage.SmeCashback .content-page .box.box-withdraw{min-width:456px}.ContentPage.SmeCashback .content-page .box.box-list{margin-top:24px}.ContentPage.SmeCashback .ContentDetail table{overflow:hidden!important;width:100%}.ContentPage.SmeCashback .ContentDetail .FormContent .title{margin-left:-24px;padding-left:24px}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item{margin-bottom:12px;display:block}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-label{width:100%}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-label label{font-weight:600;color:#212121;font-size:12px;line-height:16px;word-wrap:break-word;white-space:-moz-pre-wrap;white-space:pre-wrap}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-label label span{font-weight:400}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-control .ant-input,.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-control .ant-select-selector,.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-control textarea{min-height:48px;line-height:16px;font-size:14px;height:auto}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-form-item-control .ant-picker{width:100%}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-input-affix-wrapper{padding:0 8px}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-input-number-input{height:46px}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-radio-group{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-radio-group label{font-size:14px;font-style:normal;font-weight:400;line-height:16px;min-width:93px;width:40%;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-radio-group label.ant-radio-button-wrapper-checked{border-color:#00c853;color:#00c853;border-right-color:#00c853!important;border-left-color:#00c853!important;-ms-box-shadow:none;box-shadow:none}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-radio-group label.ant-radio-button-wrapper-checked:after{content:url(/icons/check-outline-green.svg);position:absolute;right:7px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:13px;height:13px}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-radio-group label span.ant-radio{top:0}.ContentPage.SmeCashback .ContentDetail .FormContent .typeWithdraw{max-width:400px}.ContentPage.SmeCashback .ContentDetail .FormContent .group-section-input{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.SmeCashback .ContentDetail .FormContent .group-section-input .ant-form-item{width:100%;margin-right:12px!important}.ContentPage.SmeCashback .ContentDetail .Actions{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;margin-top:32px}.ContentPage.SmeCashback .ContentDetail .Actions button{height:48px!important}.ContentPage.SmeCashback table tbody.ant-table-tbody span.table-status{width:90px}@media(max-width:1320px){.ContentPage.SmeCashback .content-page .box.box-withdraw{min-width:360px}}@media(max-width:1199px){.ContentPage.SmeCashback .content-page{display:block}.ContentPage.SmeCashback .content-page .box.box-withdraw{min-width:100%;margin-bottom:24px}.ContentPage.SmeCashback .content-page .box.box-withdraw .group-section-input{display:block}}@media(max-width:767px){.ContentPage.SmeCashback .ContentHeader{display:block}.ContentPage.SmeCashback .ContentHeader .cashback-amounts{margin-top:24px}}@media(max-width:575px){.ContentPage.SmeCashback .ContentHeader .cashback-amounts{-webkit-flex-direction:row;flex-direction:row}.ContentPage.SmeCashback .ContentHeader .cashback-amounts div.cashback-amounts-item{min-width:145px}.ContentPage.SmeCashback .ContentHeader .cashback-amounts div.cashback-amounts-item:first-child{margin-right:5px;margin-bottom:0}.ContentPage.SmeCashback .content-page .box.box-withdraw{width:100%;min-width:100%}.ContentPage.SmeCashback .ContentDetail .FormContent .ant-radio-group label{width:50%}}.ReferralContentPage .content-box{width:600px;margin:0 auto;padding:24px;background:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.ReferralContentPage h2{font-weight:600;font-size:24px;line-height:40px;text-align:center;color:#212121;margin-bottom:32px}.ReferralContentPage h2 span{color:#00c853}.ReferralContentPage .referral-image{text-align:center;margin-bottom:24px}.ReferralContentPage .sub-title{font-weight:400;font-size:14px;line-height:24px;text-align:center;color:#212121;margin-bottom:12px}.ReferralContentPage .sub-title span{color:#00c853}.ReferralContentPage .terms{text-align:center;margin-bottom:12px}.ReferralContentPage .terms .ant-btn{color:#1e88e5}.ReferralContentPage .terms .ant-btn span{text-decoration:underline}.ReferralContentPage .note{font-weight:400;font-size:12px;line-height:16px;text-align:center;color:#888;margin-bottom:12px}.ReferralContentPage .copy-link{margin-bottom:24px}.ReferralContentPage .copy-link label{font-weight:600;font-size:12px;line-height:16px;margin-bottom:4px}.ReferralContentPage .copy-link .input-group{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ReferralContentPage .copy-link .input-group input{width:100%;margin-right:8px;background:#fff;border:1px solid #e0e0e0;box-sizing:border-box;font-size:14px!important;line-height:20px;color:#212121;border-radius:4px!important}.ReferralContentPage .copy-link .input-group button{font-weight:400;background:#fff;border:1.5px solid #1e88e5;box-sizing:border-box;padding:12px 13px 12px 24px;border-radius:4px}.ReferralContentPage .copy-link .input-group button div svg{width:19px;height:22px}.ReferralContentPage .icons p{margin-bottom:16px;font-weight:600;font-size:12px;line-height:16px}.ReferralContentPage .icons .icons-link{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ReferralContentPage .icons .icons-link a{margin-right:16px}.ReferralContentPage .icons .icons-link a:last-child{margin-right:0}@media(max-width:850px){.ReferralContentPage .content-box{width:100%}}@media(max-width:480px){.ReferralContentPage h2{font-size:14px;line-height:16px}.ReferralContentPage .sub-title{font-size:12px;line-height:16px}.ReferralContentPage .copy-link .input-group{-webkit-flex-direction:column;flex-direction:column;text-align:center}.ReferralContentPage .copy-link .input-group input{height:36px;margin-bottom:16px}.ReferralContentPage .copy-link .input-group button{max-width:120px;min-height:32px;margin:0 auto;height:32px!important}.ReferralContentPage .copy-link .input-group button>div{margin-left:8px}.ReferralContentPage .icons .icons-link{-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.ReferralContentPage .icons .icons-link a{margin-right:10px}}.TeammatesContentPage .content-box{padding:24px;background:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:4px}.TeammatesContentPage .content-box:first-child{margin-bottom:24px}.TeammatesContentPage .content-box h2.title{margin-left:-24px;padding-left:20px}.TeammatesContentPage .notify-invitations{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;cursor:pointer;font-size:16px;line-height:24px}.TeammatesContentPage .notify-invitations .number{width:24px;height:24px;background:#f44336;color:#fff;position:absolute;text-align:center;right:50px;border-radius:50%}.TeammatesContentPage .note{margin-bottom:20px}.TeammatesContentPage .note ul{padding-left:15px}.TeammatesContentPage .note ul li{font-weight:400;font-size:14px;line-height:24px}.TeammatesContentPage .send-invite-input{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.TeammatesContentPage .send-invite-input input{height:48px;margin-right:24px;background:#fff;border:1px solid #e0e0e0;box-sizing:border-box;width:100%;border-radius:4px}.TeammatesContentPage .send-invite-input .ant-form-item-explain-error{left:auto}.TeammatesContentPage .send-invite-input button{max-height:48px;padding:10px 20px!important}.TeammatesContentPage .send-invite-input button>div{margin-left:20px}.TeammatesContentPage .send-invite-input button>div svg{width:21px;height:18px}.TeammatesContentPage table thead th{border-top:none}.TeammatesContentPage table thead th:first-child{border-right:none}.TeammatesContentPage table thead th:last-child{border-left:none}.TeammatesContentPage table tbody tr:last-child td{border-bottom:none}.TeammatesContentPage table tbody tr td{font-size:14px;line-height:24px;font-weight:300}.TeammatesContentPage table tbody tr td:first-child{border-right:none!important}.TeammatesContentPage table tbody tr td:last-child{border-left:none!important}.TeammatesContentPage table tbody tr td .btn-table-action-danger{font-size:14px;line-height:24px;font-weight:600;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.TeammatesContentPage table tbody tr td .btn-table-action-danger>div{margin-left:13px;width:14px;height:18px}.TeammatesContentPage table tbody tr td .btn-table-action-danger>div svg{width:14px;height:18px}@media(max-width:575px){.TeammatesContentPage .send-invite-input{-webkit-flex-direction:column;flex-direction:column}.TeammatesContentPage .send-invite-input input{min-height:36px;margin-bottom:16px}.TeammatesContentPage .send-invite-input button{max-width:168px;max-height:36px;min-height:36px;margin:0 auto}}.TeamsAcceptPage{height:auto;width:552px;padding:24px;text-align:center;background:#fff;margin:24px auto auto}.TeamsAcceptPage .Main b{font-weight:600;font-size:16px;line-height:24px;color:#212121}.TeamsAcceptPage .Main p{font-size:14px;line-height:24px;color:#212121;padding-top:8px;margin:0}.TeamsAcceptPage .Actions{-webkit-justify-content:space-between;justify-content:space-between;padding-top:24px}.TeamsAcceptPage .Actions,.TeamsAcceptPage .Actions .ant-btn{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.TeamsAcceptPage .Actions .ant-btn{height:48px!important;width:100%;-webkit-justify-content:center;justify-content:center;font-weight:600;font-size:14px;line-height:24px;border:1.5px solid #fff;box-sizing:border-box;border-radius:4px;padding:8px 12px}.TeamsAcceptPage .Actions .ant-btn .icon{height:24px;margin-left:24px}.TeamsAcceptPage .Actions .ant-btn.Cancel{border-color:#888;color:#888;background:#fff;margin-right:12px}.TeamsAcceptPage .Actions .ant-btn.Cancel .icon svg path{fill:#888}.TeamsAcceptPage .Actions .ant-btn.Accept{background:#1e88e5;border-color:#1e88e5;color:#fff;margin-left:12px}.TeamsAcceptPage.InviteItem{display:-webkit-flex;display:flex;width:100%;-webkit-justify-content:space-between;justify-content:space-between;text-align:left}.TeamsAcceptPage.InviteItem .Main p{color:#888}.TeamsAcceptPage.InviteItem .Actions{padding-top:0}.ContentPage.BatchPaymentPage{width:936px;margin:0 auto}.ContentPage.BatchPaymentPage .box-header{margin-bottom:16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.ContentPage.BatchPaymentPage .box-header .title{margin-bottom:0;max-height:18px}.ContentPage.BatchPaymentPage .Content{padding-bottom:24px}.ContentPage.BatchPaymentPage .Content .box{margin:0}.ContentPage.BatchPaymentPage .Content .box .title{margin-left:-24px;padding-left:20px}.ContentPage.BatchPaymentPage .Content .box .details label{font-weight:400;font-size:12px;line-height:16px;color:#212121}.ContentPage.BatchPaymentPage .Content .box .details .batch-dragger-upload{padding-top:8px}.ContentPage.BatchPaymentPage .Content .box .details .batch-dragger-upload .ant-upload-list{height:30px}.ContentPage.BatchPaymentPage .Content .box .details .batch-dragger-upload .ant-upload-text{font-weight:400;font-size:12px;line-height:16px;color:#888}.ContentPage.BatchPaymentPage .Content .box .details .batch-dragger-upload .ant-upload-hint{font-weight:600;font-size:12px;line-height:16px;color:#1e88e5;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin-top:12px}.ContentPage.BatchPaymentPage .Content .box .details .batch-dragger-upload .ant-upload-hint div{height:12px;padding-left:2px}.ContentPage.BatchPaymentPage .Content .box .details table{width:100%;border-bottom:1px solid #f4f4f4}.ContentPage.BatchPaymentPage .Content .box .details table td{border-bottom:1px solid #f4f4f4;height:40px}.ContentPage.BatchPaymentPage .Content .box .details table tbody tr:last-child td{border-bottom:none}.ContentPage.BatchPaymentPage .Content .box .details .label{font-weight:600;font-size:10px;line-height:14px;color:#212121;width:168px}.ContentPage.BatchPaymentPage .Content .box .details .value{font-size:12px;line-height:16px;color:#212121}.ContentPage.BatchPaymentPage .Content .box .details .value div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.ContentPage.BatchPaymentPage .Content .box .details .value div button{color:#1e88e5}.ContentPage.BatchPaymentPage .Content .box .actions{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:24px}.ContentPage.BatchPaymentPage .Content .box .actions .btn{font-weight:600;font-size:14px;line-height:24px}.ContentPage.BatchPaymentPage .Content .box .actions .btn-cancel{padding-right:40px}.ContentPage.BatchPaymentPage .Content .box.Right .details{text-align:center}.ContentPage.BatchPaymentPage .Content .box.Right .details label{font-weight:400;font-size:16px;line-height:24px}.ContentPage.BatchPaymentPage .Content .box.Right .details .icon-download-template{padding-top:24px;padding-bottom:40px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails{margin-top:24px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details>div.review-details-list{width:50%}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul{padding-left:0;list-style:none;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px;margin:0}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li{width:100%;padding:16px;font-size:12px;line-height:20px;font-weight:400;-webkit-flex-direction:row;flex-direction:row;color:#212121;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li:not(:last-child){border-bottom:1px solid #e0e0e0}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li .value{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;margin-left:8px;height:20px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li .value>div{line-height:10px;margin-right:8px;max-height:20px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li .value>div svg{max-height:20px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li .value>div.minus-icon{line-height:0}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li .value.type{text-transform:capitalize}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list ul li span{min-width:120px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list.list-left{padding-right:12px}.ContentPage.BatchPaymentPage .Content .box.TransferDetails .details .review-details .review-details-list.list-right{padding-left:12px}.ContentPage.BatchPaymentPage .Content .review-notes{font-size:12px;line-height:16px;text-align:center;color:#212121;margin-bottom:24px;margin-top:24px}.ContentPage.BatchPaymentPage .Content .review-notes p{margin:0}.ContentPage.BatchPaymentPage .Content .footer-actions{margin-top:24px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.ContentPage.BatchPaymentPage .Content .footer-actions button{-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;border-radius:4px}.ContentPage.BatchPaymentPage .Content .footer-actions button .back-icon div{height:18px}.ContentPage.BatchPaymentPage .Content .information{background-color:#fff;margin:0 12px 24px;padding:24px!important;display:-webkit-flex;display:flex;max-width:calc(100% - 24px)}.ContentPage.BatchPaymentPage .Content .information-image{width:160px;height:160px}.ContentPage.BatchPaymentPage .Content .information-description{margin-left:32px;padding-right:16px;border-right:1px solid #e0e0e0}.ContentPage.BatchPaymentPage .Content .information-description .information-description-title{font-size:16px;line-height:24px;margin-bottom:13px}.ContentPage.BatchPaymentPage .Content .information-description .information-description-content{font-size:12px;line-height:16px}.ContentPage.BatchPaymentPage .Content .information-description .two{margin-bottom:28px}.ContentPage.BatchPaymentPage .Content .information-timeline{margin-left:30px;margin-top:6px;width:750px}.ContentPage.BatchPaymentPage .Content .information-timeline .information-timeline-title{font-size:12px;line-height:16px;font-weight:600;margin-bottom:16px}.ContentPage.BatchPaymentPage .Content .information-timeline .information-timeline-content{font-size:12px;line-height:14px!important}.ContentPage.BatchPaymentPage .Content .information-timeline .two{padding-bottom:30px!important;line-height:18px!important}.ContentPage.BatchPaymentPage .Content .information-timeline .information-timeline-number{padding:4px 10px;color:#1e88e5;background-color:#e8f3fc;border-radius:4px;font-size:14px;line-height:24px;font-weight:600}.ContentPage.BatchPaymentPage .Content .information-timeline .ant-timeline-item-last{padding-bottom:0}.ContentPage.BatchPaymentPage .Content .information-timeline .ant-timeline-item-last .ant-timeline-item-content{min-height:unset!important}@media(max-width:991px){.ContentPage.BatchPaymentPage{width:100%}}@media(max-width:575px){.ContentPage.BatchPaymentPage .Content .box .title{margin-left:-16px;padding-left:11px}.ContentPage.BatchPaymentPage .Content .box .details .label{width:115px;padding-right:16px}.ContentPage.BatchPaymentPage .box-header{-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage.BatchPaymentPage .box-header .title{max-height:32px}.ContentPage.BatchPaymentPage .UploadFile .ant-row{display:block}.ContentPage.BatchPaymentPage .UploadFile .ant-row .Right{margin-top:16px}.ContentPage.BatchPaymentPage .TransferDetails .review-details{display:block!important}.ContentPage.BatchPaymentPage .TransferDetails .review-details .review-details-list{width:100%!important;padding:0!important}.ContentPage.BatchPaymentPage .TransferDetails .review-details .review-details-list.list-right{padding-top:16px!important}}.DownloadBatchTemplateForm .notes ul{padding-left:20px}.DownloadBatchTemplateForm .recipients{margin-top:16px;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px}.DownloadBatchTemplateForm .recipients .title{padding:12px;font-weight:600;font-size:14px;line-height:24px}.DownloadBatchTemplateForm .recipients .table{overflow-x:auto}.DownloadBatchTemplateForm .recipients table{width:100%}.DownloadBatchTemplateForm .recipients table td,.DownloadBatchTemplateForm .recipients table th{background:transparent!important;min-width:100px}.DownloadBatchTemplateForm .recipients table td:first-child,.DownloadBatchTemplateForm .recipients table th:first-child{min-width:30px;border-right:none}.DownloadBatchTemplateForm .recipients table td:last-child,.DownloadBatchTemplateForm .recipients table th:last-child{border-left:none}.DownloadBatchTemplateForm .recipients table thead th{padding:12px;font-size:12px;font-weight:600;line-height:16px;color:#212121;border-bottom:1px solid #e0e0e0}.DownloadBatchTemplateForm .recipients table tbody tr{cursor:pointer}.DownloadBatchTemplateForm .recipients table tbody tr:last-child td{border:none}.DownloadBatchTemplateForm .recipients table tbody td{padding:12px;font-size:12px;font-weight:400;line-height:16px;border-bottom:1px solid #e0e0e0}.SignUpUploadDocument .BusinessAppointment,.SignUpUploadDocument .BusinessShareholder{display:-webkit-flex;display:flex}.SignUpUploadDocument .BusinessAppointment .ant-form-item,.SignUpUploadDocument .BusinessShareholder .ant-form-item{margin-bottom:8px}.SignUpUploadDocument .BusinessAppointment .ant-form-item .ant-form-item-label,.SignUpUploadDocument .BusinessShareholder .ant-form-item .ant-form-item-label{margin-bottom:12px;display:none}.SignUpUploadDocument .BusinessAppointment .ant-form-item .ant-btn,.SignUpUploadDocument .BusinessShareholder .ant-form-item .ant-btn{height:48px!important}.SignUpUploadDocument .BusinessAppointment .ant-form-item:first-child,.SignUpUploadDocument .BusinessShareholder .ant-form-item:first-child{margin-right:20px!important;width:40%}.SignUpUploadDocument .BusinessAppointment .ant-input[disabled],.SignUpUploadDocument .BusinessShareholder .ant-input[disabled]{border:none;background:none;padding:0;color:rgba(0,0,0,.85)}.SignUpUploadDocument .BusinessAppointments,.SignUpUploadDocument .BusinessShareholders{width:100%!important;padding:0!important}.SignUpUploadDocument .BusinessAppointments .BusinessAppointment:first-child .ant-form-item .ant-form-item-label,.SignUpUploadDocument .BusinessAppointments .BusinessShareholder:first-child .ant-form-item .ant-form-item-label,.SignUpUploadDocument .BusinessShareholders .BusinessAppointment:first-child .ant-form-item .ant-form-item-label,.SignUpUploadDocument .BusinessShareholders .BusinessShareholder:first-child .ant-form-item .ant-form-item-label{display:block}@media(max-width:767px){.SignUpUploadDocument .BusinessAppointment,.SignUpUploadDocument .BusinessShareholder{display:block}.SignUpUploadDocument .BusinessAppointment .ant-form-item:first-child,.SignUpUploadDocument .BusinessShareholder .ant-form-item:first-child{margin-right:0!important}.SignUpUploadDocument .BusinessAppointment .ant-form-item.date-input-container,.SignUpUploadDocument .BusinessShareholder .ant-form-item.date-input-container{margin-bottom:0}}.ProtectionForm{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:24px}.ProtectionForm .ant-form-item-explain.ant-form-item-explain-error{left:auto}body{font-family:Inter,Arial,sans-serif}*{-webkit-backface-visibility:hidden!important}.ant-modal-confirm-body-wrapper{padding:20px}.text-capitalize{text-transform:capitalize}.react-tel-input .special-label{display:none}.react-tel-input .form-control{height:32px;width:100%;border:1px solid #e0e0e0;border-radius:2px;font-size:14px;padding:10px 10px 10px 50px}.react-tel-input .form-control:focus,.react-tel-input .form-control:hover{border:1px solid #e0e0e0;box-shadow:none}.react-tel-input .flag-dropdown .country-list{border:1px solid #e0e0e0;border-radius:2px;margin-top:1px}.react-tel-input .flag-dropdown .country-list .search{border-bottom:1px solid #e0e0e0;padding-bottom:10px}.react-tel-input .flag-dropdown .country-list .search .search-box{width:calc(100% - 20px);height:32px}.react-tel-input .flag-dropdown .country-list .search .search-box:focus,.react-tel-input .flag-dropdown .country-list .search .search-box:hover{border:1px solid #e0e0e0;box-shadow:none}.ContentPage .ContentHeader{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin:20px}.ContentPage .ContentHeader .ant-breadcrumb{text-transform:uppercase;color:#212121;line-height:32px;font-weight:600}.ContentPage .ContentHeader .ant-breadcrumb>span:last-child{color:#1e88e5}.ContentPage .ContentHeader .HeaderTitle{text-transform:capitalize;font-size:24px;font-style:normal;font-weight:600;line-height:48px;font-weight:400}.ContentPage .ContentHeader .HeaderActions{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ContentPage .ContentHeader .HeaderActions a{display:block}.ContentPage .ContentHeader .HeaderActions a:first-child{margin-right:16px}.ContentPage .ContentHeader .HeaderActions a:last-child{margin-right:0}.ContentPage .ContentFooter{text-align:right;background:#fff;padding:16px 64px;position:fixed;bottom:0;width:100%}.ContentPage .ContentFooter>a{margin-right:30px;display:inline-block}.ContentPage .Content .ant-form-item-label,.ContentPage .FormContent .ant-form-item-label{text-align:left}.ContentPage .Content .ant-form-item-label label,.ContentPage .FormContent .ant-form-item-label label{white-space:normal}.ContentPage .Content .title,.ContentPage .FormContent .title{margin-left:-16px;border-left:4px solid #4285f4;padding-left:12px;font-weight:600;font-size:14px;line-height:18px;color:#212121;margin-bottom:16px}.form-content-col-50{width:50%}.box{margin:20px;padding:24px;background-color:#fff;-ms-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-radius:2px}.ant-form-item{margin-bottom:16px}.ant-select-single .ant-select-selector .ant-select-selection-search{left:8px}.ant-popover-inner-content .btn-close{position:absolute;right:10px;top:2px}.ant-btn-lg{height:40px!important;font-size:14px}.ant-picker{width:100%}.ant-picker .ant-picker-clear{background:transparent}.ant-picker .ant-picker-clear .anticon-close-circle{background-color:#fff;border-radius:50%}.ant-table-cell-fix-left,.ant-table-cell-fix-right{z-index:1}.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:hidden;height:100vh;overflow:scroll}.ant-btn>.anticon+a,.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:0;margin-right:5px}.selection-popover{padding:20px;border-top:1px solid rgba(0,0,0,.16);font-weight:600}.selection-popover .text-selected{padding-right:20px}.selection-popover .text-selected .ant-btn-link{color:rgba(0,0,0,.65)}.selection-popover .ant-space .ant-btn .anticon{float:right;padding-top:5px;padding-left:5px}.FormContent .ant-select-selection-placeholder{margin:auto}.FormContent .ant-select-selection-placeholder ::-webkit-input-placeholder{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.FormContent .ant-select-selection-placeholder :-moz-placeholder,.FormContent .ant-select-selection-placeholder ::-moz-placeholder{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.FormContent .ant-select-selection-placeholder :-ms-input-placeholder{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.FormContent .ant-form-item-control-input-content input ::-webkit-input-placeholder{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.FormContent .ant-form-item-control-input-content input :-moz-placeholder,.FormContent .ant-form-item-control-input-content input ::-moz-placeholder{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.FormContent .ant-form-item-control-input-content input :-ms-input-placeholder{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.btn-primary-full-width{width:100%}.btn-bk-yellow{background-color:#ffc400!important;border:1px solid #ffc400!important}.btn-bk-yellow:hover{opacity:.8!important}.btn-bk-green{background-color:#00c853!important;border:1px solid #00c853!important}.btn-bk-green:hover{opacity:.8!important}.btn-bk-red{background-color:#f44336!important;border:1px solid #f44336!important}.btn-bk-red:hover{opacity:.8!important}.ant-select-multiple .ant-select-selection-item{margin-left:0}.ant-select-selection-item{margin:auto;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.ant-select-multiple .ant-select-selection-item{background:none;border:none;padding:0;margin:0}.ant-select-multiple .ant-select-selection-item-remove{display:none}.ant-select-multiple .ant-select-selection-overflow-item .ant-select-selection-item-content:after{content:",";position:absolute;bottom:2px;right:1px}.ant-select-multiple .ant-select-selection-overflow-item:nth-last-child(2) .ant-select-selection-item-content:after{display:none}.ant-select-multiple .ant-select-selector{position:relative}.ant-select-multiple .ant-select-selector:after{content:url(/icons/arrow-down.svg);position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ant-select-arrow svg{display:none}.ant-select-arrow>span:after{content:url(/icons/arrow-down.svg);position:absolute;right:-6px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ant-select-selector{margin:0;padding:0}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:0 8px}.ant-pagination-jump-next,.ant-pagination-jump-prev{line-height:20px}.ant-input,.ant-picker,.ant-select-selector{background-color:#fff;font-size:12px!important;border:1px solid #e0e0e0;border-radius:2px!important;min-height:32px;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.ant-input:not[textarea],.ant-picker,.ant-select-selector{height:32px!important}.ant-input{min-height:30px}textarea.ant-input{resize:both!important;font-size:12px!important;min-height:48px}.ant-input-affix-wrapper>input.ant-input{border:none!important}.ant-input-password-large{padding-top:0!important;padding-bottom:0!important}.ant-input-group{border-radius:5px}.ant-input-group .ant-input-group-addon{border:none;background-color:#ebebeb;border-bottom-left-radius:5px;border-top-left-radius:5px}.ant-input-group .ant-input{border-radius:0!important;-webkit-borde-top-right-radius:5px;-moz-border-top-right-radius:5px;border-top-right-radius:5px;-webkit-borde-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ant-select-dropdown{padding:16px 0}.ant-select-item{padding:0;margin-bottom:8px}.ant-select-item:last-child{margin-bottom:0}.ant-select-item-option-content,.ant-select-selection-item{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.ant-select-item-option-content>div,.ant-select-selection-item>div{margin-right:20px}.ant-select-item-option-content>div>div,.ant-select-selection-item>div>div{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ant-select-item-option-content svg,.ant-select-selection-item svg{width:28px;height:20px}.ant-select-item-option-content img,.ant-select-selection-item img{margin-right:10px}.ant-select-item-option{padding-left:16px;padding-right:16px;margin-bottom:0;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.FormContent .ant-row{margin-left:0!important;margin-right:0!important}.FormContent .ant-row .ant-col{padding-left:0!important;padding-right:0!important}.ant-input-group .ant-input-group-addon{background-color:transparent}.ant-form-item-explain.ant-form-item-explain-error{font-size:10px;position:absolute;bottom:-22px;left:0}.ant-form-item-explain.ant-form-item-explain-success{position:absolute;bottom:-20px;left:0}.ant-input-group .ant-input-group-addon .ant-form-item-control{width:48px;max-width:48px;margin-right:8px}.ant-input-affix-wrapper{font-size:12px!important;font-style:normal;font-weight:400;line-height:16px}.ant-input-affix-wrapper input{font-size:12px!important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before,.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-disabled):before{display:none}.ant-radio-button-wrapper:hover{color:#00c853;border-color:#00c853!important}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:#e0e0e0}.ant-input-affix-wrapper-focused,.ant-input-focused,.ant-input-number-focused,.ant-input-number:hover,.ant-input:focus,.ant-input:hover,.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#e0e0e0;-ms-box-shadow:none;box-shadow:none}.ant-row{-webkit-flex-flow:row;flex-flow:row}.ant-btn{border-radius:5px}.ant-modal .CustomerForm .FormContent{margin:0;padding:0}.ant-modal .ant-modal-header .ant-modal-title{font-weight:600;font-size:20px}.ant-modal.sme-modal .ant-modal-footer{padding:16px}.ant-table .row-actions{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.ant-table .row-actions button{font-weight:600}.ant-table .row-actions button.edit{color:#1e88e5}.ant-table .row-actions button.delete{color:#f44336}@-webkit-keyframes fadeInOpacity{0%{opacity:.6}to{opacity:1}}@keyframes fadeInOpacity{0%{opacity:.6}to{opacity:1}}button.ant-btn:hover{opacity:.8}button.ant-btn:focus{opacity:1;-webkit-animation-name:fadeInOpacity;animation-name:fadeInOpacity;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.2s;animation-duration:.2s}.btn-red:focus,.btn-red:hover{color:#fff;background:#e05a55;border-color:#e05a55}.ant-form-item .ant-upload.ant-upload-drag{background:#fff;border:1px dashed #e0e0e0;border-radius:2px;padding:32px 0}.ant-form-item .ant-upload.ant-upload-drag .ant-upload{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.ant-form-item .ant-upload.ant-upload-drag .ant-upload-text{font-size:12px;line-height:16px;color:#888;padding:0 12px}.ant-form-item .ant-upload.ant-upload-drag .ant-upload-hint{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;font-weight:600;font-size:12px;line-height:16px;color:#1e88e5;margin:16px 0 0}.ant-form-item .ant-upload.ant-upload-drag .ant-upload-hint svg{margin:2px 0 0 6px;width:12px}.ant-row{margin-left:-12px!important;margin-right:-12px!important}.ant-row .ant-col{padding-left:12px!important;padding-right:12px!important}.ant-btn{padding:6px 8px 6px 12px;font-size:12px;font-style:normal;font-weight:600;line-height:14px;height:auto!important;border-radius:2px}.ant-btn span+.anticon{margin-right:0;margin-left:10px}.ant-btn-link{color:#888;border:none}.btn-custom-icon{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;padding:6px 8px 6px 12px;font-size:12px;font-style:normal;font-weight:600;line-height:14px;border-radius:2px}.btn-custom-icon .anticon+span{margin-right:10px}.btn-custom-border{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;padding:6px 8px 6px 12px;font-size:12px;font-style:normal;font-weight:600;line-height:14px;background-color:#fff;color:#1e88e5;border:1px solid #1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:2px}.btn-custom-border .anticon+span{margin-right:10px}.btn-default{color:#1e88e5;border:1px solid #1e88e5;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.btn-default .anticon+span{margin-right:10px}.btn-table-action-primary{font-size:12px;font-style:normal;font-weight:600;line-height:16px;color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.btn-table-action-primary>div{margin-left:8px}.btn-table-action-danger{font-size:12px;font-style:normal;font-weight:600;line-height:16px;color:#f44336;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}.btn-table-action-danger>div{margin-left:8px}.btn-primary{color:#fff;border:1px solid #1e88e5;background-color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.btn-primary>div{margin-left:10px;height:16px}.btn-secondary{border:1px solid #1e88e5;color:#1e88e5;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:4px}.btn-secondary>div{margin-left:10px}.btn-danger{color:#f44336;border:1px solid #f44336;border-radius:4px}.btn-danger,.btn-link-icon{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.btn-link-icon{color:#1e88e5}.btn-link-icon span+div{height:16px;margin-left:6px}.btn-link{padding:0;font-size:14px;font-weight:600;line-height:24px;color:#888}.text-align-center{text-align:center}table thead th{border-top:1px solid #f4f4f4;font-size:12px;font-style:normal;font-weight:600;line-height:16px;-webkit-flex:none;flex:none;padding:0;background:#fff!important}table thead th:first-child{border-right:1px solid #f4f4f4}table thead th:last-child{border-left:1px solid #f4f4f4}table thead th span.ant-table-filter-column-title{font-size:12px;font-style:normal;font-weight:600;line-height:16px;-webkit-flex:none;flex:none;padding:0}table thead th .ant-table-filter-column{padding:17px 16px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}table thead th .ant-table-filter-trigger-container{position:unset;margin-left:5px}table thead th .ant-table-filter-trigger-container:hover{background:#fff}table thead th .ant-table-filter-trigger{text-align:center;border-radius:2px}table thead th .ant-table-filter-trigger .anticon{position:unset;color:#212121;-webkit-transform:none;transform:none}table td{font-size:12px;font-style:normal;font-weight:400;line-height:16px;background:#fff}table tbody.ant-table-tbody tr td{padding:12px 16px}table tbody.ant-table-tbody tr td:first-child{border-right:1px solid #f4f4f4}table tbody.ant-table-tbody tr td:last-child{border-left:1px solid #f4f4f4}table tbody.ant-table-tbody tr td span.action{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}table tbody.ant-table-tbody tr td span.action>a,table tbody.ant-table-tbody tr td span.action>button{padding-left:8px;padding-right:8px}table tbody.ant-table-tbody tr td span.action>a>button,table tbody.ant-table-tbody tr td span.action>button>button{padding:6px 0}table tbody.ant-table-tbody tr td span.action .ant-dropdown-button button{padding:6px 8px;border:none;background-color:transparent;-webkit-transform:rotate(90deg);transform:rotate(90deg)}table tbody.ant-table-tbody tr td span.action .ant-dropdown-button button:first-child{display:none}table tbody.ant-table-tbody tr td .foreign-currency-td{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}table tbody.ant-table-tbody tr td .foreign-currency-td>div{margin-right:12px}table tbody.ant-table-tbody tr td .foreign-currency-td>div>div{display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex}table tbody.ant-table-tbody tr td .sms-transaction-details .details-type{font-size:12px;line-height:16px;font-weight:600;text-transform:capitalize}table tbody.ant-table-tbody tr td .sms-transaction-details .details-account-no{font-size:12px;line-height:16px;font-weight:400}table tbody.ant-table-tbody tr:last-child td{padding-bottom:12px}table tbody.ant-table-tbody .btn-download{position:relative;min-width:100%;min-height:32px;-webkit-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}table tbody.ant-table-tbody .btn-download>div{margin-left:0}table tbody.ant-table-tbody .btn-download svg{width:16px;height:30px}table tbody.ant-table-tbody span.table-status{text-transform:capitalize;padding-top:4px;padding-bottom:4px;width:120px;display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-align:center;border-radius:2px}table tbody.ant-table-tbody span.table-status.draft{color:#888;background-color:hsla(0,0%,53.3%,.12)}table tbody.ant-table-tbody span.table-status.inactive,table tbody.ant-table-tbody span.table-status.refunded{color:#ffc400;background-color:rgba(255,196,0,.12)}table tbody.ant-table-tbody span.table-status.pending.kyc{color:#1e88e5;background-color:rgba(30,136,229,.12)}table tbody.ant-table-tbody span.table-status.active{color:#00c853;background-color:rgba(0,200,83,.12)}table tbody.ant-table-tbody span.table-status.suspended{color:#f44336;background-color:rgba(244,67,54,.12)}table tbody.ant-table-tbody span.table-status.processing{color:#ffc400;background-color:rgba(255,196,0,.12)}table tbody.ant-table-tbody span.table-status.issued{color:#1e88e5;background-color:rgba(30,136,229,.12)}table tbody.ant-table-tbody span.table-status.cancelled,table tbody.ant-table-tbody span.table-status.failed{color:#f44336;background-color:rgba(244,67,54,.12)}table tbody.ant-table-tbody span.table-status.in-transit,table tbody.ant-table-tbody span.table-status.paid,table tbody.ant-table-tbody span.table-status.Transfer,table tbody.ant-table-tbody span.table-status.transfer{color:#1e88e5;background-color:rgba(30,136,229,.12)}table tbody.ant-table-tbody span.table-status.expired,table tbody.ant-table-tbody span.table-status.Expired{color:#f44336;background-color:rgba(244,67,54,.12)}table tbody.ant-table-tbody span.table-status.completed,table tbody.ant-table-tbody span.table-status.returned,table tbody.ant-table-tbody span.table-status.Transferred,table tbody.ant-table-tbody span.table-status.transferred{color:#00c853;background-color:rgba(0,200,83,.12)}table tbody.ant-table-tbody span.table-status.pending,table tbody.ant-table-tbody span.table-status.Pending.Payment,table tbody.ant-table-tbody span.table-status.pending.payment{color:#888;background-color:hsla(0,0%,53.3%,.12)}table tbody.ant-table-tbody span.table-status.awarded{color:#ff6d00;background-color:rgba(255,109,0,.12)}.ant-select-selection-placeholder,.ant-upload-list-item-list-type-text .ant-upload-list-item-name{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.ant-upload-list-item-list-type-text .ant-upload-list-item-name{color:#212121;padding-left:0;-webkit-flex:unset;flex:unset;width:auto}.ant-upload-list-item-list-type-text .ant-upload-text-icon{display:none}.ant-upload-list-item-list-type-text .ant-upload-list-item-name{color:#1e88e5;max-width:165px}.ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions-btn svg path{fill:#f44336}.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label,.ant-form-vertical .ant-form-item-label{padding:0}.ant-switch{width:40px;height:20px;min-width:40px;background-color:#fff;border:1px solid #e0e0e0}.ant-switch .ant-switch-handle{top:1px;left:1px;width:16px;height:16px}.ant-switch .ant-switch-handle:before{background:#e0e0e0;-ms-box-shadow:none;box-shadow:none}.ant-switch .ant-switch-handle:after{content:url(/icons/close.svg);position:absolute;top:-2px;left:2px}.ant-switch.ant-switch-checked{top:1px;background-color:#e0f8ea;border:1px solid #00c853}.ant-switch.ant-switch-checked .ant-switch-handle{left:calc(100% - 17px)}.ant-switch.ant-switch-checked .ant-switch-handle:before{background:#00c853}.ant-switch.ant-switch-checked .ant-switch-handle:after{content:url(/icons/check.svg)}.ant-checkbox-inner{border:1px solid #888}.input-search input{background:#fff;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px;background:url(/icons/search.svg) no-repeat 100% #fff;background-position-x:99%;background-size:17px;min-height:32px}.input-search .ant-input-group-addon{display:none}.ant-input-search .ant-input:focus,.ant-input-search .ant-input:hover{border-color:#e0e0e0}ul.ant-table-pagination.ant-pagination{margin-top:20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}ul.ant-table-pagination.ant-pagination li{margin-right:8px}ul.ant-table-pagination.ant-pagination li.ant-pagination-item,ul.ant-table-pagination.ant-pagination li.ant-pagination-next,ul.ant-table-pagination.ant-pagination li.ant-pagination-prev{min-width:auto;height:auto;line-height:22px;border:none;background-color:transparent}ul.ant-table-pagination.ant-pagination li.ant-pagination-item a,ul.ant-table-pagination.ant-pagination li.ant-pagination-next a,ul.ant-table-pagination.ant-pagination li.ant-pagination-prev a{padding:0 6.4px;color:#888}ul.ant-table-pagination.ant-pagination li.ant-pagination-item button,ul.ant-table-pagination.ant-pagination li.ant-pagination-next button,ul.ant-table-pagination.ant-pagination li.ant-pagination-prev button{padding:0 5px}ul.ant-table-pagination.ant-pagination li.ant-pagination-item.ant-pagination-item-active,ul.ant-table-pagination.ant-pagination li.ant-pagination-next.ant-pagination-item-active,ul.ant-table-pagination.ant-pagination li.ant-pagination-prev.ant-pagination-item-active{background-color:#1e88e5;border:1px solid #1e88e5}ul.ant-table-pagination.ant-pagination li.ant-pagination-item.ant-pagination-item-active a,ul.ant-table-pagination.ant-pagination li.ant-pagination-next.ant-pagination-item-active a,ul.ant-table-pagination.ant-pagination li.ant-pagination-prev.ant-pagination-item-active a{color:#fff}.otp-input-section{padding-right:12px;margin-bottom:20px;display:-webkit-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end}.otp-input-section .ant-row.ant-form-item{width:100%;margin-right:8px!important;margin-bottom:0!important;padding-right:0!important}.otp-input-section input{height:48px}.otp-input-section button{padding:10px 24px;font-size:14px;line-height:24px;font-weight:600;border-radius:4px}.ant-input-password-icon svg{width:22px;height:15px}.ant-input-affix-wrapper input{font-size:14px!important}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder,input.ant-input::-webkit-input-placeholder{text-transform:capitalize!important}input.ant-input:-ms-input-placeholder{text-transform:capitalize}input.ant-input::-webkit-input-placeholder{text-transform:capitalize}input.ant-input::placeholder{text-transform:capitalize}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-modal-body{padding:0}.ant-modal-close-x{display:none}@media(max-width:575px){.ant-form-item .ant-form-item-label{padding:0}}.copied{-webkit-animation:copied 4s;animation:copied 4s}.RecipientContent .cny-note{font-weight:400;font-size:14px;line-height:20px;color:#9a6500;background:#fff8e0;border:1px solid #9a6500;border-radius:4px;padding:5px 8px;margin:16px 0;text-align:center}@-webkit-keyframes copied{0%{color:#00c853}to{color:#fff}}@keyframes copied{0%{color:#00c853}to{color:#fff}}