@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,600;0,700;1,500&family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap');
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-regular.eot');
  src: url('../fonts/Gotham-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-regular.woff2') format('woff2'),
    url('../fonts/Gotham-regular.woff') format('woff'),
    url('../fonts/Gotham-regular.ttf') format('truetype'),
    url('../fonts/Gotham-regular.svg#Gotham') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-medium.eot');
  src: url('../fonts/Gotham-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-medium.woff2') format('woff2'),
    url('../fonts/Gotham-medium.woff') format('woff'),
    url('../fonts/Gotham-medium.ttf') format('truetype'),
    url('../fonts/Gotham-medium.svg#Gotham') format('svg');
  font-weight: 500;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-bold.eot');
  src: url('../fonts/Gotham-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-bold.woff2') format('woff2'),
    url('../fonts/Gotham-bold.woff') format('woff'),
    url('../fonts/Gotham-bold.ttf') format('truetype'),
    url('../fonts/Gotham-bold.svg#Gotham') format('svg');
  font-weight: 700;
}

body {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #6d7587;
  background: #f8f9fc;
}
.hide {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #263748;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #263748;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #263748;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #263748;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
.form-control::placeholder {
  opacity: 0.5;
}
a:hover {
  text-decoration: none;
}
h1 {
  border: none;
}
h4 {
  /* font-family: 'Gotham'; */
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  /* letter-spacing: -1.34615px; */
  color: #0e4f7f;
}
button {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul > li {
  list-style-type: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #ebecf0;
  /* box-shadow: inset -5px -5px 10px #fafbff, inset 5px 5px 10px #a6abbd; */
  border-radius: 29px;
  /* border: 1px solid #E5E5E5; */
}
.blue-scrollbar ::-webkit-scrollbar-track {
  background: #0d286c;
}
::-webkit-scrollbar-thumb {
  border: 1px solid #ebecf0;
  background: #457ced;
  transform: matrix(0, 1, 1, 0, 0, 0);
  border-radius: 10px;
}
.blue-scrollbar ::-webkit-scrollbar-thumb {
  border: 1px solid #0d286c;
}
::-webkit-scrollbar-thumb:hover {
  background: #457ced;
}
.custom-scroll {
  max-height: 530px;
  overflow-y: auto;
}
.rs__menu > div::-webkit-scrollbar,
.ReactTable .rt-table::-webkit-scrollbar,
.ReactTable .rt-tbody::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.rs__menu > div::-webkit-scrollbar-thumb,
.ReactTable .rt-table::-webkit-scrollbar-thumb,
.ReactTable .rt-tbody::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
  border: 1px solid #ebecf0;
  border-radius: 10px;
  transform: matrix(0, 1, 1, 0, 0, 0);
}
#content {
  padding-left: 0px;
  max-width: 1400px;
  margin-right: 35px;
}
#content {
  padding-top: 6px;
  padding-bottom: 31px;
}
#main .btn-primary {
  padding-left: 30px;
  padding-right: 30px;
}

.search-box {
  width: 344px;
  position: relative;
}
.form-control.search {
  width: 100%;
  height: 50px;
  padding-left: 56px;
  /* font-family: 'Montserrat'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6d7587;
  text-align: left;

  background: #f5f7fa;
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #d4d6e1;
  border-radius: 20px;
}
.i-search-form {
  width: 21px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 25px;
  display: inline-block;
  background: url('../img/i-search.svg') center center no-repeat;
}
.panel.card-sign {
  margin: 0px auto;
  max-width: 363px;
  background: #fff;
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #d4d6e1;
  border-radius: 10px;
  padding: 28px 38px 45px 38px;
}

.i-setting {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../img/i-setting.svg') center center no-repeat;
}
.i-ring {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../img/i-ring.svg') center center no-repeat;
}

.i-help {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/i-help.svg') center center no-repeat;
}

.cirle-box {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 2px 4px 6px #ccc;
}
.user-menu {
  cursor: pointer;
  overflow: hidden;
}
.user-menu > div.dropdown-toggle {
  height: 47px;
}
.user-menu > div.dropdown-toggle::after {
  border-color: transparent;
}
div.dropdown-menu {
  padding: 0;
}
div.dropdown-menu > a > button {
  /* font-family: 'Montserrat'; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6d7587;
  padding: 10px 20px 10px 15px;
}
div.dropdown-menu > a > button:hover {
  background: #4265dd;
  color: #fff;
}
.card-title {
  margin-bottom: 45px;
}
.card-forgot {
  margin-top: -20px;
}
.card-forgot .col-form-label {
  margin-bottom: 10px;
}
.checkbox-custom > label {
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}
.checkbox-custom a {
  font-size: 12px;
  color: #6498ea;
  font-weight: 700;
}
.auth-btn-group {
  margin-top: 30px;
  text-align: center;
}
.auth-btn-group > button {
  width: 185px;
}
.auth-footer {
  margin-top: 30px;
  margin-bottom: 20px;
}
.auth-footer,
.auth-footer a {
  font-size: 12px;
  color: #838b9f;
}
.text-copyright {
  font-size: 13px;
}
input.form-control {
  height: auto;
}
input[type='text'],
input[type='email'],
input[type='password'] {
  font-size: 14px;
  padding: 10px 20px 11px 20px;
  font-size: 16px;
}
.react-datepicker-wrapper,
.card-register .form-group {
  width: 100%;
}
.react-datepicker-wrapper {
  background: #fff;
  border-radius: 5px;
}
.col-form-label {
  font-size: 11px;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #6498ea; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  z-index: 9999;
}
.loader-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* margin-left: -40px;
  margin-top: -40px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #6498ea; 
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite; */
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mask {
  position: fixed;
  top: 0;
  left: -500px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.auth-logo {
  margin: 0px auto;
  margin-bottom: 60px;
  /* width: 200px; */
  height: 37px;
  background: url(../img/auth-logo.svg) no-repeat center center;
  background-size: contain;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-empty {
  background: transparent;
  border: none;
  outline: none;
  color: #0056b3;
}
.btn-empty,
.btn-empty:active,
.btn-empty:visited,
.btn-empty:focus {
  outline: none;
}
.active-form .btn-empty {
  position: absolute;
  left: -5px;
  bottom: -5px;
  font-size: 13px;
}
#main .btn-add {
  background: #fafbfd url(../img/i-add.svg) no-repeat right 0.8rem center/20px
    12px;
  padding-left: 22px;
  padding-right: 48px;
  border-radius: 8px;
  width: initial;
}
.btn-skip {
  color: #6d7587;
  font-size: 16px;
}
.link-active {
  text-align: center;
  margin-bottom: 10px;
}
.btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  background: #457ced;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
  outline: none;
  border: none;
  font-size: 14px;
  /* text-transform: uppercase; */
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-primary.secondary {
  background: none;
  box-shadow: none;
  color: #457ced !important;
  background: rgba(85, 127, 233, 0.2);
}
.btn-primary.secondary:hover,
.btn-primary.secondary:focus,
.btn-primary.secondary:active {
  color: #457ced;
  background: rgba(85, 127, 233, 0.3);
}
.btn-primary.cancel {
  color: #ea6464 !important;
  box-shadow: none;
  background: rgba(234, 100, 100, 0.2);
  margin-right: 10px;
}
.btn-primary.cancel:disabled {
  color: #6D7587 !important;
}
.btn-primary.cancel:hover,
.btn-primary.cancel:focus {
  color: #ea6464;
  background: rgba(234, 100, 100, 0.3) !important;
}
.btn-primary.cancel:active {
  background: rgba(234, 100, 100, 0.4) !important;
}
.btn-primary.cancel-main {
  color: #fff;
  background: #ea6464;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.btn-primary.cancel-main:hover,
.btn-primary.cancel-main:focus,
.btn-primary.cancel-main:active {
  color: #fff;
  background: #ea6464 !important;
  box-shadow: none;
}
.btn-primary:disabled,
.btn-primary:disabled:hover {
  background: #e5eaf2;
  color: #6d7587;
  box-shadow: none;
}
.react-datepicker__navigation:hover,
.btn-primary:hover {
  background: #457ced;
  color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.btn-primary:active {
  background: #457ced;
  border: none;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.card-body {
  padding: 0;
}
.card-body a {
  color: #457ced;
}
.card-body a:hover {
  color: #788093;
}
.btn-group-box {
  margin-top: 20px;
}
.react-datepicker,
.form-box {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px 23px;
}
.business-info {
  padding: 20px 23px;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group > label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #788093;
  margin-bottom: 11px;
}
.form-horizontal > div > label > i,
.form-group > label > i {
  color: #ea6464;
}
.form-group .right-link {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 12px;
  color: #457ced;
}
.container-form .form-group {
  margin-bottom: 20px;
}
.checkbox-custom label.error,
.form-checkbox label.error,
.form-group label.error {
  position: absolute;
  bottom: -26px;
  left: 0px;
  width: 100%;
  color: #ea6464 !important;
  font-size: 12px;
  display: block;
  text-align: center;
}
.amount.form-error label.error {
  height: 18px;
}
.form-group label.info {
  left: 0px;
  width: 100%;
  font-size: 10px;
  display: block;
  text-align: center;
}
.popover {
  position: relative;
  display: inline-block;
  border-bottom: none;
  background: #FFF;
  box-shadow: 0px 5px 10px #d4d6e1;
  font-family: 'Nunito';
  border-radius: 5px;
  max-width: 200px;
  font-size: 12px;
  line-height: 15px;
  margin: 0 15px;
  padding: 0;
  text-align: left;
  border: 0;
}
.popover .popover-body {
  padding: 20px 15px;
  color: #6d7587;
}
.tooltip-box .arrow {
  display: none;
}
.popover ul {
  text-align: left;
  padding: 5px;
  margin: 0;
  padding: 0 5px;
  margin-left: 12px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
div.has-danger input.form-control,
div.form-error input.form-control,
div.form-error .date-picker-box .date-picker,
div.payment-beneficiary-box.form-error > button,
div.form-error .custom-select-box,
div.form-error textarea.form-control {
  border: 1px solid #ea6464;
}
.react-tel-input .form-control,
.PhoneInput,
input.form-control {
  background: #f8f9fc;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  height: 47px;
  color: #788093;
  outline: none !important;
}
.react-tel-input .form-control:active,
.PhoneInput:active,
input.form-control:active {
  box-shadow: inset 0 1px 3px #d4d6e1;
}
.react-tel-input .form-control,
input.form-control:disabled {
  box-shadow: none !important;
}
textarea.form-control {
  background: #f8f9fc;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #788093;
  height: 150px;
}
textarea.form-control.business-nature {
  height: 100px;
}
textarea.form-control.goods-and-services {
  height: 188px;
}
.form-control:disabled,
.form-control[readonly] {
  background: #e5eaf2;
  box-shadow: none;
  opacity: 1;
}
.PhoneInput {
  overflow: hidden;
}
.PhoneInputInput {
  outline: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  /* font-family: 'Montserrat', sans-serif !important; */
  font-family: 'Nunito' !important;
  color: #788093 !important;
  background: transparent !important;
  border: none !important;
  /* text-align: center; */
}
.PhoneInputCountryIcon--border {
  margin-left: 15px;
  background-color: transparent !important;
  box-shadow: none !important;
}
.react-tel-input {
  border: none !important;
  background: transparent !important;
}
.react-tel-input {
  /* overflow: hidden; */
  /* background: #f0f2f6 !important;
  box-shadow: inset -3px -3px 5px #fafbff, inset 3px 3px 5px #a6abbd !important; */
  outline: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: 'Nunito' !important;
  color: #788093 !important;
}
.react-tel-input .form-control {
  border: none !important;
  background: #f0f2f6 !important;
  /* box-shadow: inset -3px -3px 5px #fafbff, inset 3px 3px 5px #a6abbd !important; */
  box-shadow: inset -1px -1px 3px #fafbff, inset 1px 1px 3px #a6abbd !important;
  width: inherit !important;
  height: 47px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: 'Nunito' !important;
  color: #788093 !important;
  border-radius: 8px !important;
}
.react-tel-input .flag-dropdown,
.react-tel-input .selected-flag {
  border: none !important;
  background: transparent !important;
}
.react-tel-input .flag-dropdown {
  background: #f0f2f6 !important;
  box-shadow: inset 0px -3px 5px #fafbff, inset 3px 3px 5px #a6abbd !important;
  border-top-left-radius: 23.5px !important;
  border-bottom-left-radius: 23.5px !important;
}
.react-tel-input .selected-flag {
  width: 47px !important;
  padding-left: 15px !important;
}
.react-tel-input .country-list .country {
  text-align: left;
}
button.btn-custom-select,
select.custom-select,
select.form-control {
  border: none;
  font-weight: 400;
  font-size: 16px;
  height: 47px;
  color: #6d7587;
}
.date-picker,
select.form-control,
button.btn-custom-select,
.custom-select-box {
  background: #fff;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); */
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
select.form-control {
  background-blend-mode: soft-light, normal;
}
.date-picker,
button.btn-custom-select,
select.custom-select {
  background: #fff url('../img/arrow.svg') no-repeat right 15px center/15px 15px;
  padding: 0 15px;
}
.date-picker {
  background: transparent url('../img/arrow.svg') no-repeat right 15px
    center/15px 15px;
}
button.btn-custom-select {
  width: 100%;
  background-color: #fafbfd !important;
  color: #6d7587;
  padding-right: 30px;
  outline: none;
  padding-left: 0px;
  text-align: center;
}
input.date-picker {
  width: 100%;
  border: none;
  outline: none;
  padding-left: 55px;
  color: #6d7587;
}
.date-picker-box {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.date-picker-box > i {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline-block;
  background: #fff url('../img/i-calendar.svg') no-repeat center center;
  width: 33px;
  height: 33px;
  box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.574082),
    3px 3px 6px -3px #b6c6d4;
  border-radius: 12px;
}
.business-form {
  margin: 30px auto;
  max-width: 710px;
}
.user-review {
  display: flex;
  justify-content: space-between;
}
.user-review > div {
  width: 50%;
}
.user-review > div.p-info {
  margin-right: 25px;
}
.user-review > div.b-info {
  margin-left: 25px;
}
.business-form h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.business-form h1,
.content-box h1 {
  /* font-family: 'Ubuntu'; */
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  align-items: center;
  /* letter-spacing: -1px; */
  /* font-family: 'Montserrat'; */
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  align-items: center;

  color: #457ced;
  margin-bottom: 31px;
  padding: 0px;
}
.content-box > h1 {
  /* margin-bottom: 51px; */
  position: absolute;
  top: 36px;
}
@media only screen and (max-width: 768px) {
  .content-box > h1 {
    margin-bottom: 51px;
    display: flex;
    position: relative;
    /* position: absolute;
    top: 36px; */
  }
}
h2.title {
  /* font-family: 'Gotham'; */
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 25px;
  /* letter-spacing: -1.75px; */
  color: #133d64;
}
.auth-link {
  margin-top: 25px;
}
.auth-link > span {
  font-size: 12px;
  margin-bottom: 13px;
  display: block;
  text-align: center;
}
.auth-link > p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.auth-link > p > a {
  font-weight: bold;
}
.btn-group-box .btn-primary,
.auth-link > div {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 187px;
  margin-bottom: 37px;
}
.btn-group-box .btn-primary {
  margin-bottom: 0px;
}
button.btn-auth {
  width: 47px;
  height: 47px;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.551737);
  border-radius: 23.5px;
  border: none;
}
button.btn-auth:hover {
  opacity: 0.5;
}
.btn-google {
  background: #fafbfd url(../img/i-google.svg) no-repeat center center;
}
.btn-microsoft {
  background: #fafbfd url(../img/i-microsoft.svg) no-repeat center center;
}
.btn-apple {
  background: #fafbfd url(../img/i-apple.svg) no-repeat center center;
}
.StripeElement {
  padding: 14px 15px;
  width: 100%;
  color: #788093;

  background: #f0f2f6;
  box-shadow: inset -3px -3px 5px #fafbff, inset 3px 3px 5px #a6abbd;
  border-radius: 23.5px;
  border: none;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #ea6464;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.modal.on-top {
  z-index: 10000001;
}
.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-title > i {
  font-size: 25px;
  line-height: 25px;
  margin-right: 10px;
}
.modal-title h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.ReactModal__Content--after-open.show {
  display: block;
}
.ReactModal__Content--after-open {
  background: rgba(0, 0, 0, 0.5);
}
.ReactModal__Content--after-open.show.opaque {
  background: rgba(0, 0, 0, 0.3);
}
.status-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  background: #e6eaf1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.status-box > label {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #838b9f;
  margin: 0;
}
.status-box > span {
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 22px;
  height: 22px;
  background: #64eabb;
  /* box-shadow: -3px -3px 6px #f6f7f9, 3px 3px 3px rgba(166, 171, 189, 0.501229); */
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.s-approved > span {
  background: #64eabb url(../img/i-check.svg) no-repeat center center;
}
.s-pending > span {
  background: #457ced url(../img/i-unchecked.svg) no-repeat center center;
}
.custom-radio-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-radio-box > span {
  width: 50%;
}
.my-account-page .custom-radio-box > span {
  width: 28%;
}
.custom-radio-box [type='radio']:checked,
.custom-radio-box [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-box input[type='radio']:not(:checked) + label,
.custom-radio-box input[type='radio']:checked + label {
  height: 47px;
  line-height: 47px;
  text-align: center;
  /* padding: 0 15px; */
  width: 100%;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #838b9f;
  border: 1px solid #e5e5e5;
}
.custom-radio-box input[type='radio']:not(:checked) + label {
  background: #fff;
  /* box-shadow: 0px 1px 3px #D4D6E1; */
  border-radius: 5px;
}
.custom-radio-box input[type='radio']:checked + label {
  background: #f8f9fc;
  box-shadow: inset 0px 1px 4px #d4d6e1;
  /* border: 1px solid #64eabb; */
  border-radius: 5px;
}
.form-tite-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.form-tite-group h4 {
  margin-bottom: 40px;
  font-family: 'Nunito';
}
.form-tite-group > h4 {
  margin-bottom: 0;
}
h5 {
  /* font-family: 'Gotham'; */
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 25px;
  /* letter-spacing: -1.07692px; */
  color: #0e4f7f;
}
.avatar {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
}
.action-link {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #457ced;
  height: inherit;
}
.person-avatar {
  min-width: 160px;
}
.input-ABN {
  letter-spacing: 8px;
}
.my-account {
  display: flex;
  align-items: flex-start;
}
.my-account > .personal-info {
  width: 26.4%;
  margin-right: 50px;
}
.my-account > .business-list {
  width: 73.6%;
  padding: 0px;
  display: flex;
}
.user-role-box {
  padding: 50px 0;
}
.user-role-list {
  border-left: 1px solid #e5e5e5;
  padding: 25px 20px 23px 20px;
  min-height: 300px;
}
.business-info {
  max-width: 330px;
}
.custom-control-label {
  font-size: 12px;
  line-height: 15px;
  padding-left: 5px;
}
.custom-control-label::before {
  top: -1px;
  width: 19px;
  height: 19px;
  background: #fafbfd;
  box-shadow: -3px -3px 6px #f6f7f9, 3px 3px 6px rgba(166, 171, 189, 0.551737);
  border: none;
  background-image: url('../img/i-unchecked.svg');
}
.custom-checkbox .custom-control-label::before {
  border-radius: 50px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: linear-gradient(
      317.7deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 105.18%
    ),
    #ebecf0;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -1px -1px 2px #fafbff, inset 1px 1px 2px #a6abbd;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('../img/i-checked.svg');
}
.custom-control-label::after {
  position: absolute;
  top: -0.5px;
  left: -23.4px;
  width: 18px;
  height: 18px;
}
.tb-checkbox .custom-control-label::before {
  background: linear-gradient(
      317.7deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 105.18%
    ),
    #ebecf0;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -1px -1px 2px #fafbff, inset 1px 1px 2px #a6abbd;
  border-radius: 7.05px;
  background-image: transparent;
}
.tb-checkbox .custom-control-label::before,
.tb-checkbox .custom-control-label::after {
  width: 15px;
  height: 15px;
}
.tdSelect .custom-control-label,
.thSelect .custom-control-label {
  margin: 9px 0 0 14px;
}
.thSelect .custom-control-label {
  margin-top: 6px;
}
.hidden {
  display: none;
}
.payment-box,
.beneficiary-box,
.transaction-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.beneficiary-box > .beneficiary-form.co-au,
.beneficiary-box > .beneficiary-list.co-other {
  width: 29.4%;
}
.beneficiary-box > .beneficiary-form.co-other,
.beneficiary-box > .beneficiary-list.co-au {
  width: 64.4%;
}
.beneficiary-box > .beneficiary-list.full-page {
  width: 100%;
}
.payment-box .payment-right {
  width: 31.93%;
}
.payment-box .payment-list {
  width: 64.07%;
}
.currency-list {
  display: flex;
  align-items: center;
  max-width: 400px;
  background: #457ced;
  box-shadow: 5px 5px 10px #d4d6e1, -5px -5px 10px #ffffff;
  border-radius: 20px;
  height: 75px;
  overflow: hidden;
  padding-left: 11px;
  padding-right: 10px;
  margin-bottom: 41px;
}
.currency-list-select {
  min-width: 92px !important;
}
.currency-list > ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 8px 0;
  overflow: auto;
}
.currency-list > ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.currency-list > ul::-webkit-scrollbar-track {
  margin: 0px 14px;
  background: #000000;
  box-shadow: inset -5px -5px 10px #457ced, inset 5px 5px 10px #07182b;
  transform: matrix(0, 1, 1, 0, 0, 0);
}
.currency-list > ul::-webkit-scrollbar-thumb {
  background: #789cfa;
  transform: matrix(0, 1, 1, 0, 0, 0);
  border: 1px solid #3858a0;
  border-radius: 29.1413px;
}
.currency-list > ul::-webkit-scrollbar-thumb:hover {
  background: #6498ea;
}
.currency-list > ul > li {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.currency-list .img-currency,
.currency-list .wallet-info {
  display: flex;
}
.currency-list .wallet-info {
  flex-flow: column wrap;
  margin-left: 20px;
}
.currency-list .wallet-info > label {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  letter-spacing: -0.807692px;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.currency-list .wallet-info > span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1.07692px;
}
.currency-list .img-currency {
  align-items: center;
  flex-direction: column;
  width: 33px;
  height: 33px;
  background: #5781eb;
  box-shadow: -4px -4px 7px #82a6ff, 4px 4px 8px -3px #2d54b7;
  border-radius: 11.234px;
  padding-top: 7px;
}
.currency-list .img-currency > span {
  /* font-family: 'Gotham'; */
  font-style: normal;
  font-weight: bold;
  font-size: 5.6px;
  line-height: 10px;
  letter-spacing: -0.376923px;
  color: #ffffff;
}
.currency-list .img-currency > img {
  width: 16.8px;
  height: 12px;
}
.form-box .text-contact,
.form-box .stats {
  text-align: center;
}
.form-box .text-contact,
.form-box .stats > span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #8a929f;
}
.form-box .text-contact {
  margin: 50px 0 0 0;
}
.form-box .stats > span > strong,
.form-box .text-contact > a {
  color: #457ced;
  font-weight: 700;
}
.form-box .text-contact > a {
  display: block;
}
.circle-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.circle-progress > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
      317.7deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 105.18%
    ),
    #f4f5f8;
  background-blend-mode: soft-light, normal;
  box-shadow: -6px -6px 11px #ffffff, 6px 6px 11px #d4d6e1;
  border-radius: 60.7549px;
  z-index: 2;
  font-size: 25px;
  line-height: 22px;
  font-weight: 600;
  color: #114671;
}
.p-menu-btn-group {
  text-align: center;
  margin-top: 24px;
}
.payment-menu {
  padding-top: 60px;
  padding-bottom: 55px;
}
.payment-menu .p-menu-btn-group {
  padding-left: 17px;
  padding-right: 17px;
}
.payment-menu .btn-menu {
  width: 100%;
  margin-top: 20px;
  background: #fafbfd;
  box-shadow: -3px -3px 6px #f6f7f9, 3px 3px 6px rgba(166, 171, 189, 0.551737);
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #6d7587;
}
.small-form {
  max-width: 363px;
  margin: 0 auto;
}
.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91px;
  background: #457ced;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu.menu-hide {
  bottom: -91px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu > nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.mobile-menu .m-line {
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -67px;
  width: 134px;
  height: 5px;
  border-radius: 10px;
  background: #fff;
}

.form-horizontal {
  display: flex;
  justify-content: space-between;
}
.bsb-box {
  margin-right: 20px;
}
.input-number {
  letter-spacing: 6px;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w100 {
  width: 100%;
}
.ReactTable {
  border: none !important;
  margin: 0 -8px;
  color: #6d7587;
}
.ReactTable .rt-tbody {
  /* overflow-y: auto !important;
  overflow-x: hidden !important; */
  /* max-height: 530px; */
  /* overflow-y: auto; */
}
.beneficiary-box .ReactTable .rt-tbody {
  /* max-height: 570px; */
}
.payment-box .ReactTable .rt-tbody {
  /* max-height: 660px; */
}
.ReactTable .rt-thead.-header {
  box-shadow: none !important;
}
.ReactTable .rt-thead,
.ReactTable .rt-tbody {
  min-width: fit-content !important;
}
.ReactTable .rt-thead.-header .rt-tr,
.ReactTable .rt-tbody .rt-tr-group .rt-tr {
  margin: 0 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px #d4d6e1;
  /* box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344) !important; */
  border-radius: 3px;
}
.ReactTable .rt-thead.-header .rt-tr,
.ReactTable .rt-tbody .rt-tr-group {
  margin-bottom: 10px;
}
.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: none !important;
  cursor: pointer;
}
.ReactTable .rt-thead .rt-th,
.ReactTable .rt-tbody .rt-td {
  font-size: 12px;
  padding: 0px 10px !important;
  border-right: 1px solid #e5e5e5 !important;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 #457ced !important;
}
.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 #457ced !important;
}
.ReactTable .rt-thead .rt-th:nth-last-child(1),
.ReactTable .rt-tbody .rt-td:nth-last-child(1) {
  border-right: none !important;
}
.ReactTable .rt-td .btn-action {
  background: #fff;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344);
  border-radius: 13px;
  outline: none;
  border: none;
  font-size: 10px;
  line-height: 20px;
  /* letter-spacing: -0.673077px; */
  padding: 1px 11px;
  color: #6d7587;
}
.ReactTable .rt-td .btn-action:disabled {
  background: #e5eaf2;
  box-shadow: none;
}
.ReactTable .rt-noData {
  /* display: block; */
  position: relative !important;
  left: inherit !important;
  top: inherit !important;
  transform: none !important;
  background: transparent !important;
  transition: none !important;
  z-index: 1;
  padding: 20px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  width: 100% !important;
  text-align: center !important;
}
.th-sort {
  display: inline-block;
  background: transparent url(../img/arrow.svg) no-repeat right 0rem center/16px
    16px;
  padding-right: 20px;
}
.date-box > label,
.date-box > span,
.contact > label,
.contact > span {
  display: block;
  margin: 0;
}
.date-box > label,
.contact > label {
  line-height: 16px;
  /* text-align: center; */
  color: #6d7587;
}
.date-box > span,
.contact > label {
  margin-bottom: -2px;
}
.date-box > span,
.contact > span {
  font-size: 8px;
  color: #838b9f;
  opacity: 0.5;
}
.flag-box > img {
  border-radius: 1px;
}
.flag-box > span {
  margin-left: 3.5px;
}
.dot-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
}
.i-3dot {
  width: 4px;
  height: 15px;
  display: inline-block;
  background: url('../img/i-3dot.svg') center center no-repeat;
}
.i-3line {
  width: 21px;
  height: 14px;
  display: inline-block;
  background: url('../img/3line.svg') center center no-repeat;
}
.i-close {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url('../img/i-close.svg') center center no-repeat;
}
.tdMenu {
  padding: 0;
}
.tdMenu > button {
  display: flex;
  align-items: center;
  padding: 10px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
}
.filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.filter-box .filter-search input {
  background: linear-gradient(
      317.7deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 105.18%
    ),
    #f6f7f9;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2px -2px 3px #fafbff,
    inset 2px 2px 3px rgba(166, 171, 189, 0.304906);
  border-radius: 13px;
  height: 26px;
  padding-left: 30px;
  font-weight: normal;
  font-size: 8.85106px;
  line-height: 11px;
  width: 100%;
}
.filter-box .filter-search {
  position: relative;
  min-width: 190px;
}
.filter-box .filter-search .i-search-form {
  top: 2px;
  left: 15px;
  width: 10px;
  background-size: contain;
}
.filter-box .btn {
  display: inline-flex;
  align-items: center;
  background: #fafbfd;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344);
  border-radius: 12.925px;
  padding: 5px 14px;
  font-size: 9.8px;
  height: 25.85px;
  line-height: 25.85px;
  margin-left: 15px;
}
.filter-box .btn:hover {
  opacity: 0.5;
}
.filter-box .btn > i {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
.btn-sort > i {
  background: url(../img/i-sort.svg) no-repeat center center;
  background-size: contain;
}
.btn-filter > i {
  background: url(../img/i-filter.svg) no-repeat center center;
}
.filter-box .btn.btn-create {
  background: #457ced;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344);
  color: #fff;
}
.btn-create > i {
  background: url(../img/i-plus-w.svg) no-repeat center center;
}
.btn-close > i {
  background: url(../img/i-x.svg) no-repeat center center;
}
.btn-menu {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #99a0b4;
  text-align: center;
  background: #fafbfd;
  box-shadow: -3px -3px 6px #f6f7f9, 3px 3px 6px rgba(166, 171, 189, 0.551737);
  border-radius: 23.5px;
}
.btn-menu,
.btn-menu:active,
.btn-menu:visited,
.btn-menu:focus {
  font-size: 14px;
  line-height: 17px;
}
.country-item {
  display: flex;
  align-items: center;
  height: 47px;
  padding-left: 7px;
}
span.flag-currency,
.country-item > span {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  /* background: #ffffff; */
  /* box-shadow: -4px -4px 7px rgba(255, 255, 255, 0.574082),
    4px 4px 8px -3px #b6c6d4; */
  /* border-radius: 12px; */
  /* border: 1px solid red; */
  padding-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
span.flag-currency {
  flex-direction: column;
}
span.flag-currency > img,
.country-item > span > img {
  max-width: 22px;
}
span.flag-currency > i,
.country-item > span > i {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  color: #6d7587;
}
.country-item > label {
  margin: 0;
  padding: 0;
  color: #6d7587;
  font-size: 16px;
}
.flag-dropdown {
  width: 100%;
}
.css-1wa3eu0-placeholder {
  padding-left: 10px;
}
.select-box-style,
.flag-dropdown > div {
  width: 100%;
  min-height: 47px;
  background: #fff;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); */
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 0 11px 0 0px;
}
.flag-dropdown > div.rs__control--is-disabled {
  background: #e5eaf2;
  box-shadow: none;
}
.flag-dropdown > div > div.rs__value-container {
  padding: 0 !important;
  overflow: inherit !important;
}
.rs__indicators {
  /* width: 15px; */
  background: url(../img/arrow.svg) no-repeat center;
}
.css-b8ldur-Input input[type='text'] {
  padding-left: 50px !important;
}
/* .css-26l3qy-menu .css-4ljt47-MenuList .css-yt9ioa-option */
.rs__menu {
  padding-right: 0px !important;
}
.rs__menu > div > div {
  /* margin: 0px !important; */
  padding: 0px !important;
}
.rs__menu > div > div > div:hover,
.rs__menu > div > div .country-item:hover {
  background: rgba(85, 127, 233, 0.075);
  color: #457ced !important;
  cursor: pointer;
}

.rs__indicator-separator {
  display: none !important;
}
.css-1okebmr-indicatorSeparator,
.rs__indicator > svg,
.rs__dropdown-indicator > svg {
  display: none;
}
.beneficiary-intergrate .beneficiary-add {
  border-left: 1px solid #e5e5e5;
}
.payment-intergrate {
  position: relative;
}
.payment-intergrate .form-close {
  top: -70px;
  right: 0px;
}
.full-page,
.btn-full {
  width: 100%;
}
.view-details > button {
  height: 35px;
  font-size: 9.8px;
  line-height: 20px;
  color: #6d7587;
}
.form-box.co-other .filter-box .btn {
  justify-content: center;
  padding: 0px;
  width: 25.85px;
  height: 25.85px;
  border-radius: 50px;
  padding: 0px;
  margin-left: 10px;
}
.form-box.co-other .filter-box .btn > span {
  display: none;
}
.form-box.co-other .filter-box .btn > i {
  margin: 0px;
  width: 9px;
}
.ReactTable .rt-thead .rt-th.thDetails,
.ReactTable .rt-tbody .rt-td.tdDetails {
  display: none;
}
.ReactTable .rt-thead .rt-th:focus,
.ReactTable .rt-thead .rt-th:active {
  outline: none;
}
.form-box.co-other .ReactTable .rt-thead .rt-th.thDesktop,
.form-box.co-other .rt-tbody .rt-td.tdDesktop {
  display: none;
}
.form-box.co-other .ReactTable .rt-thead .rt-th.thDetails,
.form-box.co-other .ReactTable .rt-tbody .rt-td.tdDetails {
  display: flex;
}
.form-box.co-other .ReactTable .rt-thead.-header,
.form-box.co-other .ReactTable .rt-tbody {
  min-width: 200px !important;
}
.form-box.co-other .rt-thead .rt-th .th-sort {
  background: none;
}
@media only screen and (max-width: 768px) {
  .form-box .ReactTable .rt-thead .rt-th.thDesktop,
  .form-box .rt-tbody .rt-td.tdDesktop {
    display: none;
  }
  .form-box .ReactTable .rt-thead .rt-th.thDetails,
  .form-box .ReactTable .rt-tbody .rt-td.tdDetails {
    display: flex;
  }
  .form-box .ReactTable .rt-thead.-header,
  .form-box .ReactTable .rt-tbody {
    min-width: 200px !important;
  }
  .form-box .filter-box .btn {
    justify-content: center;
    padding: 0px;
    width: 25.85px;
    height: 25.85px;
    border-radius: 50px;
    padding: 0px;
    margin-left: 10px;
  }
  .form-box .filter-box .btn > span {
    display: none;
  }
  .form-box .filter-box .btn > i {
    margin: 0px;
    width: 9px;
  }
  #content {
    padding: 20px 0px 130px 0;
  }
  .auth-page #content {
    padding-bottom: 0px;
  }
  .auth-logo {
    margin-bottom: 20px;
  }
  .panel.card-sign {
    padding: 20px 30px;
  }
  .card-title {
    margin-bottom: 20px;
  }
  .leftbar-tab-menu {
    display: none;
  }
  .mobile-menu {
    display: flex;
  }
  #container > .container-fluid {
    padding-left: 15px;
  }
  .user-review > div,
  #content {
    margin-right: 0;
  }
  #basic-content {
    padding: 0 15px;
  }
  .user-review > div.b-info {
    margin-left: 0px;
    margin-top: 30px;
  }
  .user-review,
  .my-account {
    display: block;
  }
  .user-review > div,
  .my-account > .personal-info,
  .my-account > .business-list > div,
  .my-account > .business-list {
    width: 100%;
  }
  .my-account > .business-list > div {
    max-width: 100%;
  }
  .my-account > .business-list {
    flex-direction: column;
  }
  .my-account > .personal-info {
    margin-bottom: 30px;
  }
  .auth-footer {
    margin-bottom: 30px;
  }
  .auth-footer > div {
    text-align: center !important;
  }

  .custom-scroll {
    overflow-y: inherit;
    max-height: auto;
  }
}
.map-container {
  width: 100%;
  height: 550px;
}
.modal-map .form-group {
  max-width: 400px;
  margin: 0 auto;
}
.pac-container {
  z-index: 9999;
}
.search-location {
  margin-top: 20px;
}
.mgt80 {
  margin-top: 80px !important;
}
@media (min-width: 720px) {
  .modal-map .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
}
.cusor-poiter {
  cursor: pointer;
}
.suggestions {
  position: relative;
}
.autocomplete-dropdown-container {
  position: absolute;
  background: #fafbfd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: none !important;
  z-index: 9999;
  top: 85px;
  overflow: hidden;
  /* padding: 5px; */
}
.autocomplete-dropdown-container > div > span:hover {
  background: rgba(85, 127, 233, 0.1);
  color: #557fe9;
}
.autocomplete-dropdown-container span {
  background: #fafbfd;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  min-height: 45px;
  border-radius: 5px;
  margin: 5px;
}
.autocomplete-dropdown-container > div.address-manual {
  color: #547fe9;
  cursor: pointer;
  margin-bottom: 0;
}
.f-drop-menu {
  position: absolute;
  min-width: 230px;
  max-width: 230px;
  min-height: 80px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(166, 171, 189, 0.5);
  border-radius: 5px;
  z-index: 2;
}
.f-drop-menu.f-mobile {
  right: 17px;
  max-width: 220px;
}
.f-drop-menu.drop-beneficiary-menu {
  min-width: 160px;
}
.f-drop-menu.drop-beneficiary-menu.f-mobile {
  max-width: 160px;
  color: #6d7587;
}
.f-drop-menu label {
  margin-bottom: 0;
}
.f-drop-menu ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.f-drop-menu ul > li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 12px;
  height: 30px;
  padding-left: 14px;
  cursor: pointer;
}
.f-drop-menu ul > li label {
  cursor: pointer;
}
.f-drop-menu ul > li:hover {
  background: #fafbff;
}
.f-drop-menu ul > li:hover label {
  color: #6498ea;
}
.f-drop-menu ul > li > i {
  margin-right: 10px;
}
.bank-info,
.name-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.name-info {
  padding: 15px 14px 10px 14px;
}
.bank-info {
  border-bottom: 1px solid #eee;
  margin-bottom: 11px;
  padding: 5px 14px 10px 14px;
}
.bank-info > div {
  display: flex;
  flex-direction: column;
}
.bank-info > div > label {
  margin-bottom: 2px;
}
.bank-info > div > span {
  opacity: 0.5;
  font-size: 10px;
  letter-spacing: -0.538462px;
}
i.i-icon {
  display: inline-block;
  background-size: contain;
  width: 10px;
  height: 10px;
}
i.i-convert {
  background: url(../img/i-convert.svg) no-repeat center center;
}
i.i-history {
  background: url(../img/i-history.svg) no-repeat center center;
}
i.i-pending {
  background: url(../img/i-pending.svg) no-repeat center center;
}
i.i-account {
  background: url(../img/i-account.svg) no-repeat center center;
}
i.i-copy-details {
  background: url(../img/i-copy-details.svg) no-repeat center center;
}
i.i-edit {
  background: url(../img/i-edit.svg) no-repeat center center;
}
i.i-invoice {
  background: url(../img/i-invoice.svg) no-repeat center center;
}
i.i-export-small {
  background: url(../img/i-export-small.svg) no-repeat center center;
}
i.i-share {
  background: url(../img/i-share.svg) no-repeat center center;
}
i.i-delete {
  background: url(../img/i-delete.svg) no-repeat center center;
}

.ReactTable .rt-tbody .rt-tr.tr-active,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-tr {
  background: #fff;
  /* background: linear-gradient(0deg, #457CED, #457CED), #fafbfd; */
  /* box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344); */
  box-shadow: 0 2px 6px #d4d6e1;
}
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td {
  /* border: 1px solid rgba(229, 229, 229, 0.3); */
}
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td .view-details > button,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td .date-box > label,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td .date-box > span,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td .contact > label,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td .contact > span,
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td,
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .view-details > button,
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .date-box > label,
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .date-box > span,
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .contact > label,
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .contact > span {
  color: #fff;
}
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .btn-action {
  background: #457ced;
  box-shadow: -3px -3px 6px #82a5fd, 3px 3px 6px #4770d7;
  color: #fff;
}
.ReactTable .rt-tbody .rt-tr.tr-active .rt-td .i-3dot,
.ReactTable .rt-tbody .rt-tr-group:hover .rt-td .i-3dot {
  filter: brightness(0) invert(1);
}
.swal2-popup {
  font-family: 'Nunito', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px;
  color: #6d7587 !important;
  background: #f8f9fc !important;
  box-shadow: 0px 20px 50px rgba(20, 53, 87, 0.25071) !important;
  border-radius: 10px !important;
  padding: 20px 23px !important;
  width: fit-content !important;
}
.swal2-header {
  flex-direction: row !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin-bottom: 15px;
}
.swal2-header .swal2-title {
  margin: 0;
}
.swal2-header .swal2-icon {
  margin: 0px 10px 0px 0px !important;
  width: 15px !important;
  height: 15px !important;
  border-width: 3px !important;
}
.swal2-icon .swal2-icon-content {
  font-size: 15px !important;
}
.swal2-content {
  font-size: 15px !important;
  color: #6d7587 !important;
  text-align: left;
  padding: 0 !important;
}
.swal2-title {
  font-size: 25px !important;
  color: #114671 !important;
  font-weight: bold !important;
}
.swal2-icon.swal2-warning {
  border-color: #6498ea !important;
  color: #6498ea !important;
}
.swal2-icon.swal2-info {
  border-color: #457ced !important;
  color: #457ced !important;
}
.swal2-styled {
  height: 40px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  background: #457ced !important;
  box-shadow: -3px -3px 6px #f6f7f9, 3px 3px 6px rgba(166, 171, 189, 0.551737) !important;
  border-radius: 3px !important;
  color: #fff !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.swal2-confirm {
  /* margin: 10px !important; */
  min-width: 120px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.swal2-actions {
  gap: 15px;
  padding: 0 !important;
}
.swal2-actions > button {
  flex: 1;
  margin: 0 !important;
}
.swal2-cancel {
  color: #6d7587 !important;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.18) !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 4px solid #a5dc86 !important;
}
.swal2-success-line-tip {
  top: 24px !important;
  left: 2px !important;
  width: 23px !important;
}
.swal2-success-line-long {
  top: 21px !important;
  right: 0px !important;
  width: 30px !important;
}
.form-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  border: none;
  outline: none;
}
.beneficiary-form {
  position: relative;
}
.payment-status {
  display: flex;
  align-items: center;
}
.payment-status > label {
  white-space: pre-wrap;
  margin-bottom: 0px;
}
.payment-status > i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin-right: 6px;
}
i.status-fixed {
  background-color: #eb84a9;
}
i.status-variable,
i.status-float {
  background-color: #84cceb;
}
i.status-NEW,
i.status-FAILED,
i.status-REJECTED,
i.status-TERMINATED,
i.status-PAIDEXTERNALLY,
i.status-Rejected,
i.status-Todo,
i.status-priority {
  background-color: #ea6464;
}
i.status-SCHEDULED,
i.status-Scheduled {
  background-color: #e77f1f;
}

i.status-DONE,
i.status-PAID,
i.status-Done {
  background-color: #61c097;
}
i.status-Invoice,
i.status-regular {
  background-color: #e7c71f;
}
i.status-READY,
i.status-Rossum {
  background-color: #eb84a9;
}
i.status-APPROVED,
i.status-Approved,
i.status-Manual {
  background-color: #1fe787;
}
i.status-REVIEW,
i.status-DRAFT,
i.status-Xero,
i.status-priority2 {
  background-color: #1fc0e7;
}

i.status-PAIDEXTERNALLY {
  background-color: #000000;
}

i.status-local {
  background-color: #d4d1d1;
}
i.status-NEEDSAPPROVAL,
i.status-Email {
  background-color: #8f1fe7;
}
.fx-rate label > i {
  display: inline-block;
  margin-right: 8px;
  border-radius: 10px;
  width: 6px;
  height: 6px;
}
.fx-rate label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-fixed label > i {
  background-color: #e95555;
}
.radio-variable label > i {
  background-color: #457ced;
}
.radio-fixed {
  padding-right: 10px;
}
.radio-variable {
  padding-left: 10px;
}
.upload-box {
  border: 1px dashed #a3a9bb;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  color: #8e96aa;
  padding: 45px 0;
  background: #f8f9fc;
}
.btn-upload-file,
.btn-upload-file:active,
.btn-upload-file:visited,
.btn-upload-file:focus {
  font-size: 12px;
}
.invoice-form .upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.invoice-form {
  padding: 10px 30px;
}
.form-box .s-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.form-box .s-title-box h4 {
  margin: 0;
}
.drop-sub-menu {
  padding: 15px 20px;
}
.drop-sub-menu > button {
  position: absolute;
  top: 12px;
  right: 5px;
}
.drop-sub-menu > ul {
  margin-top: -10px;
}
.drop-sub-menu > ul > li {
  padding-left: 0;
}
.drop-sub-menu input[type='checkbox'] {
  border: 1px solid #788093;
  border-radius: 4px;
  margin-right: 5px;
}
.feature-form .form-box,
.bank-form .form-box {
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
}
.bank-form .form-box {
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  box-shadow: 0 1px 3px #D4D6E1;
}
.bank-form .form-box #tooltip_link_bank {
  background: #FFF;
}
.feature-form .form-tite-group,
.bank-form .form-tite-group {
  margin-bottom: 20px;
}
.feature-form .form-tite-group h4,
.bank-form .form-tite-group h4 {
  font-weight: bold;
  font-size: 20px;
  color: #114671;
}
.currency-box > div {
  display: flex;
  justify-content: space-between;
}
.currency-box > div .currency {
  width: 25.5%;
}
.currency-box > div .amount {
  position: relative;
  width: 70%;
}
.currency-box .amount input {
  color: #6d7587;
  font-weight: 700;
  text-align: left;
}
.currency-box > div .amount.to-amount {
  position: relative;
}
.currency-box > div .amount.to-amount > span {
  position: absolute;
  top: 5px;
  left: 20px;
  /* font-family: 'Gotham'; */
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.807692px;
  color: #6d7587;
  opacity: 0.5;
}
.currency-box > div .amount.to-amount > input {
  /* padding-top: 25px; */
}
.flag-no-label .country-item {
  padding-left: 10px;
}
.flag-no-label .country-item > label {
  display: none !important;
}
.payment-form .btn-primary {
  width: 130px;
  margin: 0;
}
.rate-details > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rate-details > div {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rate-details.rate-expand > div {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rate-details > div {
  margin-top: 20px;
}
.rate-details > span > button {
  color: #5b7fdf;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0;
}
.rate-details > span > label {
  color: #6d7587;
  font-size: 12px;
  mix-blend-mode: normal;
  margin-bottom: 0;
}
.rate-details > span > label > i {
  color: #6d7587;
  font-style: normal;
  opacity: 0.51;
}
.rate-details ul {
  margin-left: 30px;
  border-left: 2px solid #b1b6c1;
  padding: 1px 0;
}
.rate-details ul li {
  position: relative;
  padding: 6px 0 5px 13px;
  height: 47px;
  background: #f8f9fc;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 10px 0px 10px 15px;
}
.rate-details ul li > i {
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #6d7587;
}
.rate-details .select-box-style > div label {
  margin-bottom: 0;
  line-height: 15px;
}
.rate-details .select-box-style > div,
.rate-details ul li > span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: rgba(109, 117, 135, 0.5);
}
.rate-details ul li > span.cal-title {
  font-size: 12px;
  font-weight: 400;
}
.rate-details .select-box-style > div > span strong,
.rate-details ul li > span strong {
  color: rgba(109, 117, 135, 1);
}
.rate-details .select-box-style {
  display: flex;
  justify-content: flex-start;
  padding-left: 14px;
}
.rate-details .select-box-style > span {
  margin-right: 13px;
}
.rate-details .select-box-style > div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.select-box-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.rate-input > label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1.07692px;
  color: #6d7587;
  margin-bottom: 0;
}
.react-datepicker {
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 20px !important;
  padding: 15px;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__navigation,
.react-datepicker__time-name {
  background: #fff;
  border: 1px solid #ececec;
  /* box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.3); */
  border-radius: 5px;
  margin: 4.5px !important;
  width: 34px !important;
  height: 30px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.807692px !important;
  color: #6d7587 !important;
}
.react-datepicker__day {
  cursor: pointer !important;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background: #6498ea !important;
  color: #fff !important;
}
.react-datepicker__day--keyboard-selected {
  background: transparent !important;
}
.react-datepicker__day-name {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  background: #f0f2f6 !important;
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.5),
    inset 1px 1px 2px rgba(166, 171, 189, 0.3);
  border-radius: 5px !important;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -1.07692px !important;
  color: #6d7587 !important;
}
.react-datepicker__header {
  background: transparent !important;
  border-bottom: none !important;
}
.react-datepicker__header .react-datepicker__current-month {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 2px;
}
.react-datepicker__navigation {
}
.react-datepicker__navigation--previous,
.react-datepicker__navigation--next {
  outline: none !important;
}
.react-datepicker__navigation--previous {
  left: inherit !important;
  right: 65px !important;
  border-right-color: transparent !important;
  background: url(../img/i-prev.svg) no-repeat center center !important;
}
.react-datepicker__navigation--next {
  right: 23px !important;
  border-left-color: transparent !important;
  background: url(../img/i-next.svg) no-repeat center center !important;
}
.react-datepicker__navigation:hover {
  background-color: #f0f2f6 !important;
}
.beneficiary-search {
  width: 100%;
  background: #f8f9fc;
  /* box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.551737); */

  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 15px 7px 15px 22px;
}
.beneficiary-search > label {
  display: block;
  clear: both;
  /* background: transparent url('../img/arrow-up.svg') no-repeat right 0px; */
}
.beneficiary-search > div > input {
  height: 35px;
  margin-right: 8px;
  background: #fff url(../img/i-search.svg) no-repeat left 12px center/12px 12px;
  box-shadow: none;
  border-radius: 3px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
}
.beneficiary-search > div > input:active {
  box-shadow: inset 0px 1px 3px #d4d6e1;
}
.beneficiary-search > label {
  margin-right: 8px;
  font-size: 16px;
}
.beneficiary-search > div > input {
  width: 97%;
}
.beneficiary-search .suggest-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  background: #ffffff;
  /* box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.248388); */
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 1px 3px #D4D6E1; */
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-left: 14px;
  margin-left: 2px;
  cursor: pointer;
}
.beneficiary-search .suggest-item:hover {
  background: rgba(85, 127, 233, 0.075);
}
.beneficiary-search .suggest-item:hover,
.beneficiary-search .suggest-item:hover > div > label {
  color: #457ced;
}
.beneficiary-search .suggest-item > div {
  display: flex;
  align-items: center;
}
.beneficiary-search .suggest-item > div > label {
  font-size: 12px;
  color: #6d7587;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 0;
  margin-right: 5px;
}
.beneficiary-search .suggest-item > span {
  font-size: 16px;
  white-space: nowrap;
}
.beneficiary-search .react-autosuggest__suggestions-container {
  padding-top: 5px;
  padding-right: 6px;
  margin-top: 10px;
  overflow: auto;
  max-height: 275px;
}
.beneficiary-search .suggest-item.last-item,
.beneficiary-search .suggest-item.last-item:hover {
  margin-top: 10px;
  margin-right: 10px;
  background: #457ced;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.payment-beneficiary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-beneficiary-box {
  width: 100%;
}
.payment-beneficiary-box > button {
  text-align: left;
  padding-left: 15px;
}
.p-b-1 {
  padding-right: 5px;
}
.p-b-2 {
  padding-left: 5px;
}
.status-unverified {
  color: #ea6464;
}
.status-verified {
  color: #61c097;
}

#content.dashboard-layout {
  max-width: 1255px;
}

.dashboard-container {
  display: flex;
  align-items: flex-start;
}
.dashboard-container > .info {
  width: 31.72%;
  margin-right: 50px;
}
.dashboard-container > .dashboard {
  width: 71.87%;
  padding: 0px;
  display: block;
}
.text-center {
  text-align: center;
}
.under-view {
  background: #e5eaf2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.under-view i {
  width: 25px;
  height: 25px;
  background: url(../img/i-review.svg) no-repeat center center;
  margin: 11px 18px 11px 14px;
  display: block;
}
.under-view span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.dashboard-container .info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 23px;
}
.dashboard-container .info .form-box.account-under-view {
  margin-bottom: 40px;
  padding: 40px 32px;
}
.dashboard-container h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #114671;
}
.dashboard-container .help-container h3 {
  margin-bottom: 25px;
}

.dashboard-container .help-center {
  background: #457ced;
  box-shadow: inset -2px -2px 4px #f6f7f9,
    inset 2px 2px 4px rgba(166, 171, 189, 0.551737);
  border-radius: 10px;
  margin-bottom: 24px;
}
i.i-helpcenter {
  width: 60px;
  height: 64px;
  background: url(../img/i-helpcenter.svg) no-repeat center top;
  background-size: 70px auto;
  display: block;
  margin-right: 12px;
}
.dashboard-container .help-center .help-uploading {
  display: flex;
  align-items: center;
  padding: 63px 36px 32px;
  flex-flow: wrap;
}
.dashboard-container .help-center h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.dashboard-container .help-container .help-center p {
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
  opacity: 1;
}
.i-start-watching {
  width: 19px;
  height: 22px;
  background: url(../img/i-start-watching.svg) no-repeat center center;
  background-size: contain;
  display: block;
  margin-right: 4px;
}
.dashboard-container .help-center .watching {
  display: flex;
  align-items: center;
  padding: 0 11px 8px 11px;
}
.dashboard-container .help-center .watching span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.dashboard-container .help-container h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #114671;
  margin-bottom: 16px;
}
.dashboard-container .help-container p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #6d7587;
  opacity: 0.5;
}
.help-scroll {
  max-height: 331px;
  overflow-y: scroll;
  padding-right: 18px;
}
.help-container.form-box {
  padding: 24px 18px 40px 23px;
}
.dashboard h3 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #114671;
  margin-bottom: 28px;
}
i.i-upload-invoice {
  width: 60px;
  height: 64px;
  background: url(../img/i-upload-invoice.svg) no-repeat center center;
  display: block;
  background-size: 69px auto;
}
i.i-create-beneficiary {
  width: 60px;
  height: 64px;
  background: url(../img/i-create-beneficiary.svg) no-repeat center center;
  display: block;
  background-size: 69px auto;
}
i.i-add-user {
  width: 60px;
  height: 64px;
  background: url(../img/i-add-user.svg) no-repeat center center;
  display: block;
  background-size: 69px auto;
}
i.i-refer-friend {
  width: 60px;
  height: 64px;
  background: url(../img/i-refer-friend.svg) no-repeat center center;
  display: block;
  background-size: 69px auto;
}
i.i-talk {
  width: 60px;
  height: 64px;
  background: url(../img/i-talk.svg) no-repeat center center;
  display: block;
  background-size: 69px auto;
}
i.i-integrate {
  width: 60px;
  height: 64px;
  background: url(../img/i-integrate.svg) no-repeat center center;
  display: block;
  background-size: 69px auto;
}
i.i-lock {
  width: 60px;
  height: 64px;
  background: url(../img/i-lock.svg) no-repeat center center;
  display: block;
  background-size: contain;
}
.dashboard-container .dashboard .form-box {
  padding: 15px 28px 15px 37px;
  margin-bottom: 26px;
}
.dashboard-container .dashboard .form-box.last-child {
  margin-bottom: 31px;
}
.dashboard-container .dashboard .form-box.gray {
  background-color: #e5eaf2;
}
.dashboard-container .dashboard .form-box .block {
  display: flex;
  align-items: center;
}

.dashboard-container .dashboard .form-box .block .btn {
  margin-left: auto;
  min-width: 208px;
}

.dashboard-container .dashboard .form-box .block i {
  margin: 0 44px 0 0;
}
.dashboard-container .dashboard .form-box .block .info {
  max-width: 353px;
}
.dashboard-container .dashboard .form-box .block h4 {
  margin: 0 0 10px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6d7587;
}
.dashboard-container .dashboard .form-box.gray .block h4 {
  margin: 0;
}
.dashboard-container .dashboard .form-box .block p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #6d7587;
  margin: 0;
}
.i-add-friend {
  background: #fafbfd url(../img/i-add.svg) no-repeat center center;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344);
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.dashboard-container .dashboard .form-box .block .i-add-friend {
  margin-right: 13px;
}
.btn-blue {
  background: #5b7fdf;
  box-shadow: -3px -3px 6px #f6f7f9, 3px 3px 3px rgba(166, 171, 189, 0.501229);
  border-radius: 23.5px;
  color: #ffffff;
}
.btn.btn-active {
  background: #e5eaf2;
}
.db-form {
  margin-top: 32px;
  margin-bottom: 32px;
}
.react-datepicker__day--highlighted-invalid-date {
  background-color: #e95555 !important;
  color: #fff !important;
  /* background: #f0f2f6 !important; */
  box-shadow: none;
  /* box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(166, 171, 189, 0.316543); */
  cursor: default !important;
}
.swal2-icon.swal2-error .swal2-x-mark-line-right,
.swal2-icon.swal2-error .swal2-x-mark-line-left {
  top: 7px !important;
  width: 17px !important;
  height: 3px !important;
}
.swal2-icon.swal2-error .swal2-x-mark-line-left {
  left: 0px !important;
}
.swal2-icon.swal2-error .swal2-x-mark-line-right {
  right: 0px !important;
}
.your-rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.your-rate > div {
  display: flex;
  flex-direction: column;
  padding: 0px 13px;
}
.your-rate > div:first-child {
  padding-left: 0px;
}
.your-rate > span,
.your-rate > div > label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.your-rate > div > span {
  font-size: 12px;
  line-height: 12px;
  color: rgba(109, 117, 135, 0.5);
}
.payment-status > i.status-Conversion {
  background: #8059d1;
}
.payment-status > i.status-Deposit {
  background: #6dc0b0;
}
.payment-status > i.status-Withdrawal {
  background: #dd62c3;
}
.payment-status > i.status-Payment {
  background: #84cceb;
}
.payment-status > i.status-Fee {
  background: #e9b955;
}
.payment-status > i.status-Tradetermination {
  background: #ea6464;
}
.transaction-table.ReactTable .rt-thead .rt-th,
.transaction-table.ReactTable .rt-tbody .rt-td {
  justify-content: left;
}
.transaction-table.ReactTable .rt-thead .rt-th.-cursor-pointer > div,
.transaction-table.ReactTable .rt-thead .rt-th.-cursor-pointer > div > span {
  display: block;
  width: 100%;
  text-align: left;
}
.currency-negative {
  color: #ea6464;
}
.currency-positive {
  color: #6dc0b0;
}
.transaction-table.ReactTable .tdMenu > button,
.transaction-table.ReactTable .thMenu button {
  padding: 3px;
}
h1.transaction-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.05em;
  padding: 0;
  margin: 0;
}
.transaction-box .action-group .filter-search {
  display: inline-block;
}
.transaction-box .flag-box > img {
  margin-right: 3px;
}
.filter-box .btn.btn-export {
  background: #457ced;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344);
  color: #fff;
}
.filter-box .btn.btn-edit > i {
  background: url(../img/i-eye.svg) no-repeat center center;
}
.filter-box .btn.btn-export > i {
  background: url(../img/i-export.svg) no-repeat center center;
}
.transaction-left {
  width: 37.15%;
}
.transaction-box .funds-right {
  width: 59.62%;
}
.transaction-box .button-transaction-groups .btn {
  background: #f5f7fa;
  box-shadow: -3px -3px 6px #ffffff, 3px 3px 6px #d4d6e1;
  border-radius: 20px;
  height: 90px;
  width: 100px;
  color: #6d7587;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.transaction-box .button-transaction-groups .btn i {
  height: 33px;
  width: 33px;
  background-size: 60%;
  border-radius: 27.846px;
  background-color: #fafbfd;
  box-shadow: -2px -2px 4px #ffffff, 2px 2px 4px #d4d6e1;
  display: block;
  margin: 0 auto 7px;
}
.transaction-box .button-transaction-groups .btn:hover,
.transaction-box .button-transaction-groups .btn.active {
  background: #457ced;
  box-shadow: -3px -3px 6px #ffffff, 3px 3px 6px #d4d6e1;
  color: #fff;
}
.transaction-box .button-transaction-groups .btn:hover i,
.transaction-box .button-transaction-groups .btn.active i {
  background-color: #698eed;
  box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.15),
    2px 2px 4px rgba(0, 0, 0, 0.15);
}
i.i-deposit {
  display: inline-block;
  background: url(../img/i-deposit.svg) no-repeat center center;
}
.btn.active > i.i-deposit,
.btn:hover > i.i-deposit {
  background: url(../img/i-deposit-active.svg) no-repeat center center;
}
i.i-withdraw {
  display: inline-block;
  background: url(../img/i-withdraw.svg) no-repeat center center;
}
.btn.active > i.i-withdraw,
.btn:hover > i.i-withdraw {
  background: url(../img/i-withdraw-active.svg) no-repeat center center;
}
i.i-converse {
  display: inline-block;
  background: url(../img/i-convert-transaction.svg) no-repeat center center;
}
/* .btn.active > i.i-converse,
.btn:hover > i.i-converse {
  background: url(../img/i-convert-transaction-active.svg) no-repeat center
    center;
} */
i.i-export {
  display: inline-block;
  background: url(../img/i-export-transaction.svg) no-repeat center center;
}
.btn.active > i.i-export,
.btn:hover > i.i-export {
  background: url(../img/i-export-transaction-active.svg) no-repeat center
    center;
}
.transaction-box .button-transaction-groups {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-menu img {
  max-width: 30px;
  object-fit: cover;
}
.load-more {
  height: 5%;
  position: relative;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.invoice-modal {
  max-width: 964px;
}
.invoice-modal .modal-content {
  border-radius: 10px;
  background: #fff;
}
.invoice-modal .modal-body {
  display: flex;
  padding: 0 27px 30px 29px;
  max-height: 75vh;
}
.invoice-modal .modal-header {
  padding: 30px 27px 27px 29px;
  border: 0;
}
.invoice-modal h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #133d64;
}
.invoice-modal .left-invoice {
  width: 40.76%;
  padding: 0 21px 20px 0;
  max-height: 665px;
  overflow: auto;
}
.invoice-modal .left-invoice > .form-box {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.invoice-modal .left-invoice .s-title-box {
  display: none;
}
.invoice-modal .right-invoice {
  width: 59.24%;
  padding: 0 0 0 26px;
  max-height: 665px;
  /* overflow-x: hidden;
  overflow-y: auto; */
}
.invoice-modal .right-invoice embed {
  height: 100%;
  width: 100%;
}
.invoice-modal .right-invoice .image-wrap {
  height: 100%;
  width: 100%;
  overflow: scroll;
}
@media only screen and (max-width: 768px) {
  .invoice-modal .modal-body {
    flex-direction: column-reverse;
    overflow: auto;
    height: 65vh;
  }
  .invoice-modal .right-invoice,
  .invoice-modal .left-invoice {
    width: 100%;
  }
  .invoice-modal .right-invoice {
    height: 30vh;
    overflow: auto;
    margin-bottom: 30px;
  }
}
.invoice-modal .right-invoice img {
  width: 100%;
}
.cancel-upload {
  background: transparent;
  border: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cancel-upload:active,
.cancel-upload:focus,
.cancel-upload:hover {
  outline: none;
  border: none;
}
.cancel-upload div {
  padding-right: 4px;
}
.confirm-beneficiary-modal .btn-close i,
.cancel-upload i {
  background: url(../img/i-x.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: block;
}
.btn-approve {
  background: #e5eaf2;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 23.5px;
}
.i-error {
  background: url(../img/i-error.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  margin-right: 9px;
}
.error-message .swal2-header {
  align-items: normal;
  justify-content: center;
  padding: 0;
}
.error-message .swal2-header .swal2-title {
  align-items: center;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #133d64 !important;
}
.error-message .swal2-content {
  text-align: left;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #6d7587 !important;
  padding: 0;
}
.error-message .swal2-popup {
  max-width: 406px !important;
}
.error-message .swal2-actions {
  margin: 20px auto 0 !important;
}
.right-invoice .react-pdf__Page__canvas {
  width: 100% !important;
  height: auto !important;
}
.page-controls {
  position: absolute;
  bottom: 5%;
  left: 50%;
  background: white;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity ease-in-out 0.2s;
  box-shadow: 0 30px 40px 0 rgba(16, 36, 94, 0.2);
  border-radius: 4px;
}
.page-controls span {
  font: inherit;
  font-size: 0.8em;
  padding: 0 0.5em;
}
.page-controls button {
  background: white;
  border: 0;
  font: inherit;
  font-size: 0.8em;
  border-radius: 4px;
  margin: 0 10px;
  padding: 10px;
}
.page-controls button:enabled:hover {
  cursor: pointer;
}
.page-controls button:enabled:hover,
.page-controls button:enabled:focus {
  background-color: #e6e6e6;
  outline: none;
  border: none;
}
.page-controls button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-controls button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.react-pdf__Document:hover .page-controls {
  opacity: 1;
}
.react-pdf__Document {
  position: relative;
}
.i-success {
  background: url(../img/i-success.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  margin-right: 9px;
}
.success-message .swal2-header {
  align-items: normal;
  justify-content: center;
  padding: 0;
}
.success-message .swal2-header span {
  position: relative;
  margin-right: 18px;
}
.success-message .swal2-header span sup {
  position: absolute;
  top: 3px;
}
.success-message .swal2-header .swal2-title {
  align-items: center;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #133d64 !important;
}
.success-message .swal2-header .swal2-title sup {
  font-size: 10px !important;
  color: #457ced !important;
}
.success-message .swal2-content {
  text-align: left;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #6d7587 !important;
  padding: 0;
}
.success-message .swal2-popup {
  max-width: 406px !important;
}
.success-message .swal2-actions {
  margin: 20px auto 0 !important;
}
.i-x {
  background: url(../img/i-x.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: block;
}
.currency-box > div .amount .i-x {
  position: absolute;
  right: 15px;
  top: 17px;
  width: 10px;
  height: 10px;
  display: none;
  cursor: pointer;
}
.currency-box > div .amount:hover .i-x,
.currency-box > div .amount:focus .i-x {
  display: block;
}
.preference-box > div {
  display: flex;
  justify-content: space-between;
}
.preference-box > div .offset {
  width: 70%;
}
.preference-box > div .offset-time {
  width: 25.5%;
}
.i-view,
.i-unview {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 45px;
  cursor: pointer;
  z-index: 5;
}
.i-view {
  background: url('../img/i-view.svg') center center no-repeat;
}
.i-unview {
  background: url('../img/i-unview.svg') center center no-repeat;
}
.alert {
  display: flex;
  padding: 10px;
  align-items: center;
}
.alert span {
  flex: 1;
}
.alert button.close {
  border-left: 1px solid #e5e5e5;
  padding: 15px 10px 15px 20px;
  margin-left: 10px;
  opacity: 1;
  outline: none;
}
.alert-success {
  background: #fff;
  color: #6d7587;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #79be9a;
}
.alert-success.blue {
  background: #fff;
  color: #6d7587;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(69, 124, 237, 0.3);
  border-left: 5px solid #457ced;
}
.alert-danger {
  background: #fff;
  color: #6d7587;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #da6c68;
}
.alert-danger ul > li {
  list-style-type: circle;
  margin: 0 25px;
}
.react-datepicker__navigation--years-upcoming,
.react-datepicker__navigation--years-previous {
  margin: 0px auto !important;
  width: 0 !important;
  height: 0 !important;
  box-shadow: none;
}
.react-datepicker__month-select,
.react-datepicker__year-select,
.react-datepicker__month-select:focus,
.react-datepicker__year-select:focus {
  border: none;
  color: #6d7587 !important;
  outline: none;
}
.react-datepicker__month-select {
  margin-right: 15px;
}
i.closeAutosuggest {
  display: block;
  background: transparent url(../img/arrow-up.svg) no-repeat right 0px;
  width: 17px;
  height: 17px;
  float: right;
  cursor: pointer;
}
.rt-td.tdDAccountName .contact {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tr-Invoice-NEW > div > button > i {
  background: url('../img/i-3dot.svg') center center no-repeat;
  height: 19px;
}
button.disabled {
  opacity: 0.5;
}
.rate-progress-bar {
  margin-top: 10px;
  height: 8px;
  width: 100%;
  background: #ebecf0;
  /* box-shadow: inset -2px -2px 6px #FAFBFF, inset 2px 2px 7px #A6ABBD; */
  border: 1px solid #ebecf0;
  border-radius: 4px;
}
.rate-progress-bar > div {
  background: #84cceb;
  border-radius: 3px;
  height: 6px;
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  96% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.user-complete {
  height: 100%;
}
.user-complete .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.user-complete .col-12.signup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.user-complete .col-12.signup .flex-col {
  width: 45%;
}
.user-complete .col-12.signup .flex-col.full-width {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-complete .col-12.signup .flex-col.full-width > div {
  max-width: 500px;
}
.user-complete .col-12.signup .flex-col.full-width > div.setup {
  width: 100%;
}
.user-complete .col-12.signup .flex-col .other-packages {
  border: 1px solid #457ced;
  color: #457ced;
  background: rgba(69, 124, 237, 0.1);
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}
.custom-swal-container {
  z-index: 1000000005 !important;
}

@media only screen and (max-width: 800px) {
  .user-complete .mfa .container > form {
    align-items: center;
  }
  .user-complete {
    height: fit-content;
  }
  .user-complete .row {
    display: block;
  }
  .user-complete .row.connections {
    margin-bottom: 30px;
  }
  .user-complete .col-12.signup {
    flex-direction: column;
  }
  .user-complete .col-12.signup .flex-col {
    width: 100%;
  }
  .user-complete .col-12.signup .flex-col .setup {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 800px) and (max-height: 700px) {
  .user-complete .col-12.signup .flex-col.hide-overflow {
    max-height: 290px;
    overflow-y: auto;
  }
}
