@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@500;700&display=swap);
.NewflowButtonComponent {
  background-color: #2264f3;
  color: #ffffff;
  border-radius: 12px;
  border: 0;
  padding: 1.5em;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .NewflowButtonComponent {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 480px) {
  .NewflowButtonComponent {
    width: 100%;
  }
}
.NewflowButtonComponent:hover:enabled {
  cursor: pointer;
  background-color: #1d54cc;
}
.NewflowButtonComponent:disabled {
  background-color: #7c9ed7;
}
.NewflowButtonComponent:disabled {
  opacity: 0.5;
}
.NewflowButtonComponent--Disabled {
  opacity: 0.5;
}
.NewflowButtonComponent .LabelWrapper {
  display: flex;
  justify-content: center;
}
.NewflowTransactionPopup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
}
.NewflowTransactionPopup__IconError {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  background-image: url(/source/modern/082d96190218ea3f.svg);
}
.NewflowTransactionPopup__IconSuccess {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  mask-image: url(/source/modern/f6722bd6f2bc3a2e.svg);
  mask-size: 0.5em;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center center;
  background-color: #00d563;
  width: 5em;
  height: 5em;
  mask-size: 5em;
}
.NewflowTransactionPopup__IconInProgress {
  margin-bottom: 1em;
}
.NewflowTransactionPopup .Body {
  margin: 7em 1em 0 1em;
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup .Body {
    margin: 3em 1em 0 1em;
  }
}
.NewflowTransactionPopup .Container {
  padding: 2em;
  margin: 4em auto 0 auto;
  background-color: #fefefe;
  border-radius: 30px;
  max-width: 36rem;
  padding: 4rem;
  box-shadow: 0 48px 100px 0 rgba(17, 12, 46, 0.08);
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup .Container {
    margin: 1em auto 0 auto;
    padding: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup .Container {
    max-width: 18em;
    padding: 2em;
  }
}
.NewflowTransactionPopup .Container__Content {
  text-align: center;
}
.NewflowTransactionPopup .Container__Actions {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-items: stretch;
  gap: 0.5em;
  text-align: center;
}
.NewflowTransactionPopup .Container__ConfirmButton {
  flex-grow: 1;
  background-color: #2264f3;
  color: #ffffff;
  border-radius: 12px;
  border: 0;
  padding: 1.5em;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup .Container__ConfirmButton {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup .Container__ConfirmButton {
    width: 100%;
  }
}
.NewflowTransactionPopup .Container__ConfirmButton:hover:enabled {
  cursor: pointer;
  background-color: #1d54cc;
}
.NewflowTransactionPopup .Container__ConfirmButton:disabled {
  background-color: #7c9ed7;
}
.NewflowTransactionPopup .Container__CancelButton {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.NewflowTransactionPopup .Container__CancelButton:hover {
  cursor: pointer;
}
.NewflowTransactionPopup .Container__CancelButton:active {
  filter: brightness(0.93);
}
.NewflowTransactionPopup .Container__CancelButton {
  background-color: #fff;
  color: #e74b1c;
  border: 1px solid #e74b1c;
}
.NewflowTransactionPopup .Container__CancelButton:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.NewflowTransactionPopup .Container__CancelButton:disabled:hover {
  cursor: pointer;
}
.NewflowTransactionPopup .Container__CancelButton:disabled:active {
  filter: brightness(0.93);
}
.NewflowTransactionPopup .Container__CancelButton:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.NewflowTransactionPopup .Container__CancelButton:disabled:hover {
  cursor: not-allowed;
}
.NewflowTransactionPopup .Container__CancelButton:disabled:active {
  filter: none;
}
.NewflowTransactionPopup .Container__CancelButton {
  flex-grow: 1;
}
.NewflowTransactionPopup__Spinner {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  background-image: url(/source/modern/abdd8b2e52f22645.svg);
  animation: spin 1s linear infinite;
}
.NewflowTransactionPopup__Spinner--Circle {
  opacity: 0.25;
  fill: #ffffff;
  stroke: #2c294b;
}
.NewflowTransactionPopup__Spinner--Element {
  opacity: 0.75;
  fill: #2c294b;
}
.NewflowTransactionPopup__Content--Header {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 700;
  font-weight: bold;
}
.NewflowTransactionPopup__Content--Description {
  margin-top: 0.5em;
}
.NewflowTransactionPopup__BottomContent {
  margin-top: 2em;
}
.NewflowTransactionPopup__Footer {
  margin-top: 2em;
  text-align: center;
}
.NewflowTransactionPopup__Footer button {
  width: 15em;
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.NewflowTransactionPopup__Footer button:hover {
  cursor: pointer;
}
.NewflowTransactionPopup__Footer button:active {
  filter: brightness(0.93);
}
.NewflowTransactionPopup__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.NewflowTransactionPopup__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.NewflowTransactionPopup__Footer button:disabled:hover {
  cursor: pointer;
}
.NewflowTransactionPopup__Footer button:disabled:active {
  filter: brightness(0.93);
}
.NewflowTransactionPopup__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.NewflowTransactionPopup__Footer button:disabled:hover {
  cursor: not-allowed;
}
.NewflowTransactionPopup__Footer button:disabled:active {
  filter: none;
}
.NewflowTransactionPopup__Aml {
  text-align: left;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup__Aml {
    font-size: 0.8125em;
  }
}
.NewflowTransactionPopup__Aml--Bold {
  font-weight: 700;
}
.NewflowTransactionPopup__Aml--Header {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 700;
}
.NewflowTransactionPopup__Nethone {
  text-align: left;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup__Nethone {
    font-size: 0.8125em;
  }
}
.NewflowTransactionPopup__Nethone--Bold {
  font-weight: 700;
}
.NewflowTransactionPopup__Nethone--Header {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 700;
}
.NewflowTransactionPopup__VideoVerification {
  text-align: left;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup__VideoVerification {
    font-size: 0.8125em;
  }
}
.NewflowTransactionPopup__VideoVerification--Bold {
  font-weight: 700;
}
.NewflowTransactionPopup__VideoVerification--Header {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 700;
}
.NewflowTransactionPopup__PayerDetailsPopup {
  text-align: left;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .NewflowTransactionPopup__PayerDetailsPopup {
    font-size: 0.8125em;
  }
}
.NewflowTransactionPopup__PayerDetailsPopup--Bold {
  font-weight: 700;
}
.NewflowTransactionPopup__PayerDetailsPopup--Header {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 700;
}
.Feedback {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.Feedback__title {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.Feedback__container {
  display: block;
  margin-top: 20px;
  justify-content: center;
}
.Feedback__emoticon--container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-top: 20px;
}
.Feedback__emoticon--label {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.Feedback__emoticon--radio {
  display: none;
}
.Feedback__emoticon--icon {
  width: 100%;
  height: 100%;
}
.Feedback__TextArea {
  display: flex;
  align-items: center;
  margin-top: 16px;
  position: relative;
}
.Feedback__TextArea--Input {
  flex-grow: 1;
  border: 1px solid #f3f3f5;
  border-radius: 4px;
  min-width: 1em;
  padding: 8px;
  width: 100%;
  height: 6em;
  box-sizing: border-box;
  resize: none;
}
.Feedback__Footer {
  margin-top: 2em;
  text-align: center;
}
.Feedback__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.Feedback__Footer button:hover {
  cursor: pointer;
}
.Feedback__Footer button:active {
  filter: brightness(0.93);
}
.Feedback__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.Feedback__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.Feedback__Footer button:disabled:hover {
  cursor: pointer;
}
.Feedback__Footer button:disabled:active {
  filter: brightness(0.93);
}
.Feedback__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.Feedback__Footer button:disabled:hover {
  cursor: not-allowed;
}
.Feedback__Footer button:disabled:active {
  filter: none;
}
.Feedback__Footer button {
  width: 15em;
}
.Feedback__Items--Circular {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.Feedback__Items--Alert {
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.TransactionDetailsBox {
  display: flex;
  padding: 12px 16px;
  margin-top: 16px;
  background: #f3f3f5;
  border-radius: 0.25em;
  text-align: left;
}
.TransactionDetailsBox__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 0.25em;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.TransactionDetailsBox__Content p:nth-child(1) {
  padding-bottom: 3px;
}
.TransactionDetailsBox__Content p {
  font-size: 14px;
  width: fit-content;
  margin: unset;
  padding: unset;
  color: #45556c;
}
.TransactionDetailsBox__Content p span {
  font-weight: 700;
  color: #0f112b;
}
.CompletedBankTransfer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.CompletedBankTransfer__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
.CompletedBankTransfer__Content--Header {
  font-weight: bold;
}
.CompletedBankTransfer__Content--Description {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.CompletedBankTransfer--Bold {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
.CompletedBankTransfer__Footer {
  margin-top: 2em;
  text-align: center;
}
.CompletedBankTransfer__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.CompletedBankTransfer__Footer button:hover {
  cursor: pointer;
}
.CompletedBankTransfer__Footer button:active {
  filter: brightness(0.93);
}
.CompletedBankTransfer__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.CompletedBankTransfer__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.CompletedBankTransfer__Footer button:disabled:hover {
  cursor: pointer;
}
.CompletedBankTransfer__Footer button:disabled:active {
  filter: brightness(0.93);
}
.CompletedBankTransfer__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.CompletedBankTransfer__Footer button:disabled:hover {
  cursor: not-allowed;
}
.CompletedBankTransfer__Footer button:disabled:active {
  filter: none;
}
.CompletedBankTransfer__Footer button {
  width: 15em;
}
.CompletedBankTransfer__DescriptionElement {
  margin: 0;
}
.CompletedBankTransfer__Icon {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  width: 64px;
  height: 64px;
  margin-top: 17px;
}
.ConfirmedBankTransfer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.ConfirmedBankTransfer__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
.ConfirmedBankTransfer__Content--Header {
  font-weight: bold;
}
.ConfirmedBankTransfer__Content--Description {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ConfirmedBankTransfer--Bold {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
.ConfirmedBankTransfer__Footer {
  margin-top: 2em;
  text-align: center;
}
.ConfirmedBankTransfer__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.ConfirmedBankTransfer__Footer button:hover {
  cursor: pointer;
}
.ConfirmedBankTransfer__Footer button:active {
  filter: brightness(0.93);
}
.ConfirmedBankTransfer__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.ConfirmedBankTransfer__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.ConfirmedBankTransfer__Footer button:disabled:hover {
  cursor: pointer;
}
.ConfirmedBankTransfer__Footer button:disabled:active {
  filter: brightness(0.93);
}
.ConfirmedBankTransfer__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.ConfirmedBankTransfer__Footer button:disabled:hover {
  cursor: not-allowed;
}
.ConfirmedBankTransfer__Footer button:disabled:active {
  filter: none;
}
.ConfirmedBankTransfer__Footer button {
  width: 15em;
}
.ConfirmedBankTransfer__DescriptionElement {
  margin: 0;
}
.ConfirmedBankTransfer__Icon {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  width: 64px;
  height: 64px;
  margin-top: 17px;
}
.Expired {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.Expired__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
.Expired__Content--Header {
  font-weight: bold;
}
.Expired__Content--Description {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Expired--Bold {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
.Expired__Footer {
  margin-top: 2em;
  text-align: center;
}
.Expired__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.Expired__Footer button:hover {
  cursor: pointer;
}
.Expired__Footer button:active {
  filter: brightness(0.93);
}
.Expired__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.Expired__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.Expired__Footer button:disabled:hover {
  cursor: pointer;
}
.Expired__Footer button:disabled:active {
  filter: brightness(0.93);
}
.Expired__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.Expired__Footer button:disabled:hover {
  cursor: not-allowed;
}
.Expired__Footer button:disabled:active {
  filter: none;
}
.Expired__Footer button {
  width: 15em;
}
.Expired__DescriptionElement {
  margin: 0;
}
.Expired__Icon {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  width: 64px;
  height: 64px;
  margin-top: 17px;
}
.InProgressStatus {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.InProgressStatus__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
.InProgressStatus__Content--Header {
  font-weight: bold;
}
.InProgressStatus__Content--Description {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.InProgressStatus--Bold {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
.InProgressStatus__Footer {
  margin-top: 2em;
  text-align: center;
}
.InProgressStatus__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.InProgressStatus__Footer button:hover {
  cursor: pointer;
}
.InProgressStatus__Footer button:active {
  filter: brightness(0.93);
}
.InProgressStatus__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.InProgressStatus__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.InProgressStatus__Footer button:disabled:hover {
  cursor: pointer;
}
.InProgressStatus__Footer button:disabled:active {
  filter: brightness(0.93);
}
.InProgressStatus__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.InProgressStatus__Footer button:disabled:hover {
  cursor: not-allowed;
}
.InProgressStatus__Footer button:disabled:active {
  filter: none;
}
.InProgressStatus__Footer button {
  width: 15em;
}
.InProgressStatus__DescriptionElement {
  margin: 0;
}
.InProgressStatus__Icon {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  width: 64px;
  height: 64px;
  margin-top: 17px;
}
.InProgressBankTransfer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.InProgressBankTransfer__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
.InProgressBankTransfer__Content--Header {
  font-weight: bold;
}
.InProgressBankTransfer__Content--Description {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.InProgressBankTransfer--Bold {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
.InProgressBankTransfer__Footer {
  margin-top: 2em;
  text-align: center;
}
.InProgressBankTransfer__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.InProgressBankTransfer__Footer button:hover {
  cursor: pointer;
}
.InProgressBankTransfer__Footer button:active {
  filter: brightness(0.93);
}
.InProgressBankTransfer__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.InProgressBankTransfer__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.InProgressBankTransfer__Footer button:disabled:hover {
  cursor: pointer;
}
.InProgressBankTransfer__Footer button:disabled:active {
  filter: brightness(0.93);
}
.InProgressBankTransfer__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.InProgressBankTransfer__Footer button:disabled:hover {
  cursor: not-allowed;
}
.InProgressBankTransfer__Footer button:disabled:active {
  filter: none;
}
.InProgressBankTransfer__Footer button {
  width: 15em;
}
.InProgressBankTransfer__DescriptionElement {
  margin: 0;
}
.InProgressBankTransfer__Icon {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  width: 64px;
  height: 64px;
  margin-top: 17px;
}
.TransactionDetails {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
.TransactionDetails__Popup {
  margin: 2em auto;
  background-color: #fefefe;
  padding: 0.5em 1em;
  border: 1px solid #2c294b;
  border-radius: 0.5em;
  max-width: 35em;
}
.TransactionDetails__Icon {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
}
.TransactionDetails__Spinner {
  margin: 0 auto 1em auto;
  width: 8em;
  height: 8em;
  animation: spin 1s linear infinite;
}
.TransactionDetails__Spinner--Circle {
  opacity: 0.25;
  fill: #ffffff;
  stroke: #2c294b;
}
.TransactionDetails__Spinner--Element {
  opacity: 0.75;
  fill: #2c294b;
}
.TransactionDetails__Content {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
.TransactionDetails__Content--Header {
  font-weight: bold;
}
.TransactionDetails__Content--Description {
  margin-top: 0.5em;
}
.TransactionDetails__Footer {
  margin-top: 2em;
  text-align: center;
}
.TransactionDetails__Footer button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.TransactionDetails__Footer button:hover {
  cursor: pointer;
}
.TransactionDetails__Footer button:active {
  filter: brightness(0.93);
}
.TransactionDetails__Footer button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.TransactionDetails__Footer button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.TransactionDetails__Footer button:disabled:hover {
  cursor: pointer;
}
.TransactionDetails__Footer button:disabled:active {
  filter: brightness(0.93);
}
.TransactionDetails__Footer button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.TransactionDetails__Footer button:disabled:hover {
  cursor: not-allowed;
}
.TransactionDetails__Footer button:disabled:active {
  filter: none;
}
.TransactionDetails__Footer button {
  width: 15em;
}
@keyframes spin {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.App {
  color: #1f2937;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12pt;
}
.App p,
.App li {
  padding: 0.1em 0;
}
.App__infographic {
  max-width: 65%;
  padding: 0.1em 0;
}

.MuiButtonBase-root.MuiButton-root.Mui-disabled {
  background-color: #f3f3f5;
  color: #666;
  cursor: not-allowed;
}

.MuiButtonBase-root.MuiButton-root.Mui-disabled:hover {
  background-color: #f3f3f5;
}
.AppTester__container {
  text-align: center;
  margin: 20px 10em;
}
.AppTester__sdk-tester {
  color: red;
}

.FiatCurrDropDown {
  width: 5em;
}
.FiatCurrDropDown img {
  width: 1em;
  height: 1em;
}
.FiatCurrDropDown__Selected {
  display: flex;
  justify-content: center;
}
.FiatCurrDropDown__Selected:hover {
  cursor: pointer;
}
.FiatCurrDropDown__Selected--Label {
  margin-left: 0.5em;
}
.FiatCurrDropDown__Selected--ArrowIcon {
  margin-left: 0.5em;
  margin-top: 1px;
  width: 1em;
  height: 1em;
}
.FiatCurrDropDown__Selected--disableHover:hover {
  cursor: default;
}
.FiatCurrDropDown__Currencies {
  position: absolute;
  background: #ffffff;
  border-radius: 0.25em;
}
.FiatCurrDropDown__Currencies--Item {
  display: flex;
  justify-content: center;
  padding: 0.25em 1em;
  border-radius: 0.25em;
}
.FiatCurrDropDown__Currencies--Item:hover {
  cursor: pointer;
  background: #f3f3f5;
}
.EdenWidget {
  background-color: white;
  padding: 1em 1em 1em;
  margin: 0 auto;
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
.EdenWidget__Offer {
  background-color: #e6f9f4;
  border-radius: 0.25em;
  display: flex;
  flex-grow: 2;
  padding: 1em;
  align-items: center;
  gap: 1em;
  width: 10em;
  color: #fff;
}
.EdenWidget__Offer__Amount {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1em;
  border-radius: 0.25em;
  padding: 0.5em;
  border: 1px solid #2c294b;
  height: 2em;
  box-sizing: content-box;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.EdenWidget__Offer__Amount.invalid {
  border: 2px solid #ec0000;
}
.EdenWidget__Offer__Amount:focus {
  outline: none;
}
.EdenWidget__Offer__Amount {
  padding: 0;
  height: 100%;
  flex-grow: 2;
  text-align: right;
  background: none;
  border: none;
  color: #1f2937;
  font-size: large;
  min-width: 2em;
}
.EdenWidget__Offer__Currency {
  display: flex;
  align-items: center;
  font-size: large;
  color: #1f2937;
}
.EdenWidget__Button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.EdenWidget__Button:hover {
  cursor: pointer;
}
.EdenWidget__Button:active {
  filter: brightness(0.93);
}
.EdenWidget__Button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.EdenWidget__Button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.EdenWidget__Button:disabled:hover {
  cursor: pointer;
}
.EdenWidget__Button:disabled:active {
  filter: brightness(0.93);
}
.EdenWidget__Button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.EdenWidget__Button:disabled:hover {
  cursor: not-allowed;
}
.EdenWidget__Button:disabled:active {
  filter: none;
}
.EdenWidget__Button {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #20c99a;
  border-radius: 0.25em;
  transition: 0.3s;
  flex-grow: 1;
}
.EdenWidget__Button:active {
  transform: scale(0.95);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.CryptoWidget {
  background-color: #2c294b;
  padding: 1em 1em 0.5em;
}
.CryptoWidget__Wrapper {
  margin: 0 auto;
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
.CryptoWidget__TransactionType {
  background-color: #14112c;
  border-radius: 0.25em;
  padding: 0.25em;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 0.25em;
}
.CryptoWidget__TransactionType__Option {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  border-radius: 0.25em;
  padding: 1em;
  background-color: #1f1d39;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CryptoWidget__TransactionType--Selected {
  background-color: #1f1d39;
}
.CryptoWidget__TransactionType--Disabled {
  background-color: #878787;
  color: #666;
}
.CryptoWidget__BuyCurrency {
  background-color: #14112c;
  border-radius: 0.25em;
  display: flex;
  flex-grow: 2;
  padding: 0.25em;
  align-items: stretch;
  gap: 0.25em;
  flex-wrap: wrap;
}
.CryptoWidget__BuyCurrency button {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.CryptoWidget__BuyCurrency button:hover {
  cursor: pointer;
}
.CryptoWidget__BuyCurrency button:active {
  filter: brightness(0.93);
}
.CryptoWidget__BuyCurrency button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #fbbc21;
  color: #000000;
}
.CryptoWidget__BuyCurrency button:disabled {
  padding: 0.8em;
  border-radius: 0.25em;
  transition: 0.3s;
  border: none;
}
.CryptoWidget__BuyCurrency button:disabled:hover {
  cursor: pointer;
}
.CryptoWidget__BuyCurrency button:disabled:active {
  filter: brightness(0.93);
}
.CryptoWidget__BuyCurrency button:disabled {
  background-color: #f3f3f5;
  color: #666;
}
.CryptoWidget__BuyCurrency button:disabled:hover {
  cursor: not-allowed;
}
.CryptoWidget__BuyCurrency button:disabled:active {
  filter: none;
}
.CryptoWidget__BuyCurrency__Option {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  border-radius: 0.25em;
  padding: 1em;
  background-color: #1f1d39;
  color: #fff;
  transition: 0.3s;
  width: 5.5em;
}
.CryptoWidget__BuyCurrency--Selected {
  background-color: #ffffff;
  color: #000000;
}
.CryptoWidget__CurrencyIcon {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.CryptoWidget__Offer {
  background-color: #ffffff;
  border-radius: 0.25em;
  display: flex;
  flex-grow: 2;
  padding: 1em;
  align-items: center;
  gap: 1em;
  width: 10em;
  color: #fff;
}
.CryptoWidget__Offer__Label {
  margin-top: -1px;
  color: #666;
}
.CryptoWidget__Offer__Amount {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1em;
  border-radius: 0.25em;
  padding: 0.5em;
  border: 1px solid #2c294b;
  height: 2em;
  box-sizing: content-box;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.CryptoWidget__Offer__Amount.invalid {
  border: 2px solid #ec0000;
}
.CryptoWidget__Offer__Amount:focus {
  outline: none;
}
.CryptoWidget__Offer__Amount {
  padding: 0;
  height: 100%;
  flex-grow: 2;
  text-align: right;
  background: none;
  border: none;
  color: #1f2937;
  font-size: large;
  min-width: 2em;
}
.CryptoWidget__Offer__Currency {
  display: flex;
  align-items: center;
  font-size: large;
  color: #1f2937;
}
.CryptoWidget__Buy {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbbc21;
  padding: 1em;
  border-radius: 0.25em;
  transition: 0.3s;
  flex-grow: 1;
}
.CryptoWidget__Buy:hover {
  cursor: pointer;
}
.CryptoWidget__Buy:active {
  transform: scale(0.95);
}
.CryptoWidget__Buy__Button {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  min-width: 13em;
  text-align: center;
  color: #1f2937;
}
.CryptoWidget__Buy__Button--Disabled {
  background-color: #878787;
  color: #666;
}
.CryptoWidget__Buy__Button--Disabled:hover {
  cursor: not-allowed;
}
.CryptoWidget__Footer {
  font-size: 0.5em;
  color: #fff;
  margin-top: 0.75em;
  text-align: end;
}
.CryptoWidget__Footer a {
  color: #f3f3f5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.pulsing-icon {
  animation: pulse 2s infinite alternate;
}

.vertical {
  rotate: 90deg;
  padding: 0 !important;
}
.form-container {
  container-type: inline-size;
}

@container (width > 648px) {
  .exchange-rate-column {
    display: none;
  }
  .hide-desktop {
    display: none;
  }
  .exchange-rate-row {
    display: flex;
    justify-content: space-between;
  }
  .card-container {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@container (width <= 648px) {
  .exchange-rate-row {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .card-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@container (width >= 408px) {
  .top-space {
    margin-top: 0 !important;
  }
}
@container (width < 408px) {
  .top-space {
    margin-top: 8px !important;
  }
}
.MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled.safari {
  color: #666 !important;
}
.MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled.other-browser {
  color: #aaa !important;
}

.MuiInputBase-input.MuiOutlinedInput-input.ari10-widget-input-wrapper {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.crypto-widget.exchangeRate {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  padding-top: 0.5em;
  color: #fff;
}
.separated-page-popup .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-left: 100px;
}

.separated-page-popup .separator {
  height: 1px;
  background-color: #3a4179;
  width: 100%;
}

/*# sourceMappingURL=main.css.map*/