@font-face {
  font-family: "e-Ukraine";
  src: url("./res/fonts/e-Ukraine-Thin.woff2") format("woff2"), url("./res/fonts/e-Ukraine-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("./res/fonts/e-Ukraine-Light.woff2") format("woff2"), url("./res/fonts/e-Ukraine-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("./res/fonts/e-Ukraine-UltraLight.woff2") format("woff2"), url("./res/fonts/e-Ukraine-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("./res/fonts/e-Ukraine-Medium.woff2") format("woff2"), url("./res/fonts/e-Ukraine-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("./res/fonts/e-Ukraine-Regular.woff2") format("woff2"), url("./res/fonts/e-Ukraine-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("./res/fonts/e-Ukraine-Bold.woff2") format("woff2"), url("./res/fonts/e-Ukraine-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  height: 100%;
  font-family: "e-Ukraine" !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  line-height: 1;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

ol,
ul {
  padding-left: 0 !important;
}

p {
  margin-bottom: 0;
}

#lottie {
  z-index: 1;
  top: 0;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

#receive-container {
  min-height: 100%;
  background: linear-gradient(178.56deg, #FFF597 1.23%, #FFDC80 98.71%);
  text-align: center;
}

#send-container {
  min-height: 100%;
  background: linear-gradient(174.55deg, #D9F1A8 4.36%, #A3E8AE 95.66%);
  text-align: center;
}

#business-container {
  min-height: 100%;
  background: var(--gradients-blue-l, linear-gradient(180deg, #BEE7F3 0.01%, #9ED8EE 100%));
  text-align: center;
}

#white-container {
  min-height: 100%;
  background: var(--color-shade-500, #FFF);
  text-align: center;
}

.wrapper {
  display: inline-block;
  width: 100%;
  max-width: 351px;
  padding: 90px 0;
  text-align: center;
}
.wrapper > .business-invoice-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--gradients-blue-l, linear-gradient(180deg, #BEE7F3 0.01%, #9ED8EE 100%)) !important;
  border-radius: 16px !important;
}
.wrapper > .business-failed-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--status-orange-50, #FFC8B0) !important;
  border-radius: 16px !important;
}
.wrapper > .business-failed-title {
  margin-bottom: 52px;
}
.wrapper > .header, .wrapper > .business-failed-header, .wrapper > .business-invoice-header {
  position: relative;
  background-color: #FFF;
  text-align: center;
  padding: 60px 12px 20px 12px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.wrapper > .header h4.name, .wrapper > .business-failed-header h4.name, .wrapper > .business-invoice-header h4.name {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.wrapper > .header h1.title, .wrapper > .business-failed-header h1.title, .wrapper > .business-invoice-header h1.title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
}
.wrapper > .header .fee-container, .wrapper > .business-failed-header .fee-container, .wrapper > .business-invoice-header .fee-container {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.12px;
}
.wrapper > .header .price, .wrapper > .business-failed-header .price, .wrapper > .business-invoice-header .price {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 17px;
}
.wrapper > .header .fee, .wrapper > .business-failed-header .fee, .wrapper > .business-invoice-header .fee {
  margin-bottom: 17px;
  color: rgba(20, 20, 20, 0.6);
  font-size: 12px;
  font-weight: 300;
}
.wrapper > .header .status-label, .wrapper > .business-failed-header .status-label, .wrapper > .business-invoice-header .status-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 10em;
  padding: 4px 12px;
  margin: 16px 0;
  color: var(--neutral-0, var(--color-shade-500, #FFF));
  border: 1px solid var(--status-red-100, #E84E1E);
  background: var(--status-red-100, #E84E1E);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 40px;
}
.wrapper > .header .status-label .icon, .wrapper > .business-failed-header .status-label .icon, .wrapper > .business-invoice-header .status-label .icon {
  height: 1.6em;
}
.wrapper > .header .rejected-label, .wrapper > .business-failed-header .rejected-label, .wrapper > .business-invoice-header .rejected-label {
  color: var(--neutral-0, var(--color-shade-500, #FFF));
  border: 1px solid var(--status-red-100, #E84E1E);
  background: var(--status-red-100, #E84E1E);
}
.wrapper > .header .received-label, .wrapper > .business-failed-header .received-label, .wrapper > .business-invoice-header .received-label {
  color: var(--neutral-0, var(--color-shade-500, #FFF));
  border: 1px solid var(--status-green-100, #349C5D);
  background: var(--status-green-100, #349C5D);
}
.wrapper > .header .avatar-wrapper, .wrapper > .business-failed-header .avatar-wrapper, .wrapper > .business-invoice-header .avatar-wrapper {
  box-sizing: content-box !important;
  top: -32px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  background-color: #FFF;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding: 4px;
}
.wrapper > .header .avatar-wrapper .avatar-arrow, .wrapper > .business-failed-header .avatar-wrapper .avatar-arrow, .wrapper > .business-invoice-header .avatar-wrapper .avatar-arrow {
  height: 100%;
  border-radius: 50%;
  background: rgb(241, 159, 0);
  text-align: center;
}
.wrapper > .header .avatar-wrapper .avatar-arrow.arrow-up, .wrapper > .business-failed-header .avatar-wrapper .avatar-arrow.arrow-up, .wrapper > .business-invoice-header .avatar-wrapper .avatar-arrow.arrow-up {
  background: rgb(52, 156, 93);
}
.wrapper > .header .avatar-wrapper .avatar-arrow img, .wrapper > .business-failed-header .avatar-wrapper .avatar-arrow img, .wrapper > .business-invoice-header .avatar-wrapper .avatar-arrow img {
  margin-top: 18px;
  width: 20px;
  height: 20px;
}
.wrapper > .header .avatar-wrapper .avatar-image, .wrapper > .business-failed-header .avatar-wrapper .avatar-image, .wrapper > .business-invoice-header .avatar-wrapper .avatar-image {
  position: relative;
}
.wrapper > .header .avatar-wrapper .avatar-image .avatar-image-wrapper img, .wrapper > .business-failed-header .avatar-wrapper .avatar-image .avatar-image-wrapper img, .wrapper > .business-invoice-header .avatar-wrapper .avatar-image .avatar-image-wrapper img {
  width: 100%;
  height: 100%;
}
.wrapper > .header .avatar-wrapper .avatar-image .receive-image-wrapper, .wrapper > .business-failed-header .avatar-wrapper .avatar-image .receive-image-wrapper, .wrapper > .business-invoice-header .avatar-wrapper .avatar-image .receive-image-wrapper {
  bottom: -8px;
  right: -8px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.wrapper > .header .avatar-wrapper .avatar-image .receive-image-wrapper img, .wrapper > .business-failed-header .avatar-wrapper .avatar-image .receive-image-wrapper img, .wrapper > .business-invoice-header .avatar-wrapper .avatar-image .receive-image-wrapper img {
  width: 100%;
  height: 100%;
}
.wrapper > .header .details-wrapper, .wrapper > .business-failed-header .details-wrapper, .wrapper > .business-invoice-header .details-wrapper {
  padding: 0 18px;
  border-radius: 16px;
  background: rgb(247, 247, 247);
}
.wrapper > .header .details-wrapper .header, .wrapper > .business-failed-header .details-wrapper .header, .wrapper > .business-invoice-header .details-wrapper .header {
  padding: 18px 0;
  overflow: hidden;
  cursor: pointer;
}
.wrapper > .header .details-wrapper .header .left-items, .wrapper > .business-failed-header .details-wrapper .header .left-items, .wrapper > .business-invoice-header .details-wrapper .header .left-items {
  float: left;
}
.wrapper > .header .details-wrapper .header .left-items img, .wrapper > .business-failed-header .details-wrapper .header .left-items img, .wrapper > .business-invoice-header .details-wrapper .header .left-items img {
  margin-left: 2px;
  height: 20px;
  float: left;
  user-select: none;
}
.wrapper > .header .details-wrapper .header .left-items p, .wrapper > .business-failed-header .details-wrapper .header .left-items p, .wrapper > .business-invoice-header .details-wrapper .header .left-items p {
  user-select: none;
  font-size: 12px;
  font-weight: 300;
  float: left;
  margin-left: 15px;
  margin-top: 5px;
}
.wrapper > .header .details-wrapper .header .right-items, .wrapper > .business-failed-header .details-wrapper .header .right-items, .wrapper > .business-invoice-header .details-wrapper .header .right-items {
  float: right;
}
.wrapper > .header .details-wrapper .header .right-items p, .wrapper > .business-failed-header .details-wrapper .header .right-items p, .wrapper > .business-invoice-header .details-wrapper .header .right-items p {
  user-select: none;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.wrapper > .header .details-wrapper .header .right-items img, .wrapper > .business-failed-header .details-wrapper .header .right-items img, .wrapper > .business-invoice-header .details-wrapper .header .right-items img {
  margin-top: 3px;
  float: left;
  height: 16px;
}
.wrapper > .header .details-wrapper .body, .wrapper > .business-failed-header .details-wrapper .body, .wrapper > .business-invoice-header .details-wrapper .body {
  padding-bottom: 18px;
}
.wrapper > .header .details-wrapper .body > .details, .wrapper > .header .details-wrapper .body > .total, .wrapper > .business-failed-header .details-wrapper .body > .details, .wrapper > .business-failed-header .details-wrapper .body > .total, .wrapper > .business-invoice-header .details-wrapper .body > .details, .wrapper > .business-invoice-header .details-wrapper .body > .total {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: rgba(20, 20, 20, 0.2);
}
.wrapper > .header .details-wrapper .body > .total, .wrapper > .business-failed-header .details-wrapper .body > .total, .wrapper > .business-invoice-header .details-wrapper .body > .total {
  margin-top: 18px;
}
.wrapper > .header .details-wrapper .body h3, .wrapper > .business-failed-header .details-wrapper .body h3, .wrapper > .business-invoice-header .details-wrapper .body h3 {
  margin-top: 18px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: left;
}
.wrapper > .header .details-wrapper .body ul li, .wrapper > .business-failed-header .details-wrapper .body ul li, .wrapper > .business-invoice-header .details-wrapper .body ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  color: rgba(20, 20, 20, 0.6);
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
}
.wrapper > .header .details-wrapper .body ul li span, .wrapper > .business-failed-header .details-wrapper .body ul li span, .wrapper > .business-invoice-header .details-wrapper .body ul li span {
  font-size: 12px;
  color: rgb(20, 20, 20);
}
.wrapper > .header .details-wrapper .body ul li:last-of-type, .wrapper > .business-failed-header .details-wrapper .body ul li:last-of-type, .wrapper > .business-invoice-header .details-wrapper .body ul li:last-of-type {
  margin-bottom: 0;
}
.wrapper > .header .details-wrapper .body .total ul li, .wrapper > .business-failed-header .details-wrapper .body .total ul li, .wrapper > .business-invoice-header .details-wrapper .body .total ul li {
  display: flex;
  justify-content: space-between;
}
.wrapper > .header .details-wrapper .body .total ul li span, .wrapper > .business-failed-header .details-wrapper .body .total ul li span, .wrapper > .business-invoice-header .details-wrapper .body .total ul li span {
  font-size: 14px;
}
.wrapper > .header .details-wrapper .body .total ul li.total, .wrapper > .business-failed-header .details-wrapper .body .total ul li.total, .wrapper > .business-invoice-header .details-wrapper .body .total ul li.total {
  font-size: 14px;
  color: rgb(20, 20, 20);
}
.wrapper > .header .details-wrapper .body .total ul li.total span, .wrapper > .business-failed-header .details-wrapper .body .total ul li.total span, .wrapper > .business-invoice-header .details-wrapper .body .total ul li.total span {
  font-size: 20px;
  font-weight: 500;
}
.wrapper .contact-support-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  margin: 16px 0;
  border-radius: 22px;
  background: var(--color-shade-500, #FFF);
  cursor: pointer;
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wrapper .contact-support-button .icon {
  height: 1.6em;
}
.wrapper .share-payment-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  margin: 16px 0;
  border-radius: 22px;
  background: var(--neutral-100, #141414);
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wrapper .share-payment-button .icon {
  height: 1.6em;
}
.wrapper > .divider {
  height: 19px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.wrapper > .divider .left-circle,
.wrapper > .divider .right-circle {
  width: 19px;
}
.wrapper > .divider .middle {
  flex: auto;
  -webkit-flex: auto;
  background: #fff;
}
.wrapper > .divider .middle .dotted-line {
  border-top-style: dashed;
  border-width: 1px;
  border-color: #D0D0D0;
  height: 1px;
  margin-top: 9px;
}
.wrapper > .divider .left-circle {
  width: 19px;
  height: 19px;
  position: relative;
  overflow: hidden;
}
.wrapper > .divider .left-circle::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: -50%;
  top: 0%;
  border-radius: 50%;
  box-shadow: 0 0px 0 19px #fff;
}
.wrapper > .divider .right-circle {
  width: 19px;
  height: 19px;
  position: relative;
  overflow: hidden;
}
.wrapper > .divider .right-circle::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  right: -50%;
  top: 0%;
  border-radius: 50%;
  box-shadow: 0 0px 0 19px #fff;
}
.wrapper > .footer {
  position: relative;
  background-color: #FFF;
  text-align: center;
  padding: 20px 12px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-bottom: 20px;
}
.wrapper > .footer h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}
.wrapper > .footer .bottom-btn {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.wrapper > .footer .apple-btn {
  margin-bottom: 18px;
}
.wrapper > .footer .other-method {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: solid 1px #000;
  border-radius: 4px;
  background-position: right 17% center;
  text-align: center;
  margin-bottom: 23px;
  cursor: pointer;
}
.wrapper > .footer p.description {
  margin-bottom: 15px;
  font-size: 10px;
  color: rgba(20, 20, 20, 0.4);
  line-height: 16px;
}
.wrapper > .footer p.description a {
  color: #000;
  text-decoration: none;
}
.wrapper > .footer .links a {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}

.expired-container {
  display: inline-block;
  width: 100%;
  margin: 130px 0;
  margin-bottom: 30px;
}
.expired-container > .header {
  text-align: center;
  min-height: 230px;
  margin-bottom: 110px;
}
.expired-container > .header h4.name {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
}
.expired-container > .header h1.title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
}
.expired-container > .header .avatar-wrapper {
  box-sizing: content-box !important;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  padding: 5px;
  margin-bottom: 25px;
}
.expired-container > .header .avatar-wrapper .avatar-arrow {
  height: 100%;
  border-radius: 50%;
  background: rgb(232, 78, 30);
  text-align: center;
}
.expired-container > .header .avatar-wrapper .avatar-arrow.arrow-up {
  background: rgb(52, 156, 93);
}
.expired-container > .header .avatar-wrapper .avatar-arrow img {
  margin-top: 27px;
  width: 40px;
  height: 40px;
}
.expired-container > .header .avatar-wrapper .avatar-image {
  position: relative;
}
.expired-container > .header .avatar-wrapper .avatar-image .avatar-image-wrapper img {
  width: 100%;
  height: 100%;
}
.expired-container > .header .avatar-wrapper .avatar-image .receive-image-wrapper {
  bottom: -9px;
  right: -9px;
  position: absolute;
  width: 40px;
  height: 40px;
}
.expired-container > .header .avatar-wrapper .avatar-image .receive-image-wrapper img {
  width: 100%;
  height: 100%;
}
.expired-container > .header .expired-link-warning {
  display: inline-block;
  overflow: hidden;
  padding: 4px 12px;
  padding-top: 0px;
  border-radius: 40px;
  background: rgb(232, 78, 30);
  color: #fff;
  text-align: center;
}
.expired-container > .header .expired-link-warning img {
  width: 18px;
  height: 18px;
}
.expired-container > .header .expired-link-warning p {
  display: inline-block;
  font-size: 12px;
}
.expired-container > .footer {
  margin-bottom: 20px;
}
.expired-container > .footer .download-wrapper {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.expired-container > .footer .brand {
  display: inline-block;
  margin-bottom: 15px;
}
.expired-container > .footer .brand img {
  width: 120px;
  height: auto;
}
.expired-container > .footer p {
  font-size: 12px;
  color: rgb(20, 20, 20);
  margin-bottom: 20px;
}
.expired-container > .footer .download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.expired-container > .footer .download-buttons img {
  width: 149px;
  height: auto;
}

.funds-received, .funds-sent {
  z-index: 100;
  position: relative;
  margin: 0;
  padding-top: 30px;
}
.funds-received .header, .funds-sent .header {
  min-height: auto;
  margin-bottom: 0;
}
.funds-received .header .avatar-wrapper, .funds-sent .header .avatar-wrapper {
  box-sizing: content-box !important;
  background: transparent;
  width: 164px;
  height: 164px;
  margin-bottom: 18px;
}
.funds-received .header .avatar-wrapper .avatar-frog, .funds-sent .header .avatar-wrapper .avatar-frog {
  height: 100%;
  width: 100%;
}
.funds-received .header .avatar-wrapper .avatar-frog img, .funds-sent .header .avatar-wrapper .avatar-frog img {
  height: 100%;
  width: 100%;
}
.funds-received .header h1.title, .funds-sent .header h1.title {
  margin-bottom: 18px;
  font-size: 20px;
}
.funds-received .header > p.description, .funds-sent .header > p.description {
  margin: 0 auto;
  font-size: 12px;
  color: rgba(20, 20, 20, 0.6);
  max-width: 300px;
  margin-bottom: 30px;
  line-height: 20px;
}
.funds-received .header .price, .funds-sent .header .price {
  font-size: 40px;
  color: rgb(20, 20, 20);
  font-weight: 500;
  margin-bottom: 18px;
}
.funds-received .header .price span, .funds-sent .header .price span {
  font-size: 20px;
}
.funds-received .header .from, .funds-received .header .details, .funds-sent .header .from, .funds-sent .header .details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.funds-received .header .from img, .funds-received .header .from p, .funds-received .header .details img, .funds-received .header .details p, .funds-sent .header .from img, .funds-sent .header .from p, .funds-sent .header .details img, .funds-sent .header .details p {
  display: inline-block;
}
.funds-received .header .from img, .funds-received .header .details img, .funds-sent .header .from img, .funds-sent .header .details img {
  width: 35px;
  height: auto;
}
.funds-received .header .from p, .funds-received .header .details p, .funds-sent .header .from p, .funds-sent .header .details p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: rgb(20, 20, 20);
}
.funds-received .header .details, .funds-sent .header .details {
  margin-bottom: 50px;
  text-decoration: none;
}
.funds-received .header .details img, .funds-sent .header .details img {
  width: 28px;
}
.funds-received .header .details p, .funds-sent .header .details p {
  font-size: 14px;
  font-weight: 500;
}
.funds-received .footer, .funds-sent .footer {
  position: initial;
  margin-bottom: 20px;
}

.not-found-container {
  background: url("./res/new-design-images/remonline-404-pattern.png") repeat !important;
  background-size: 155px !important;
}
.not-found-container .header {
  margin-top: 50px;
}
.not-found-container .header > img {
  width: 180px;
  height: auto;
  margin-bottom: 22px;
}
.not-found-container .header h1.title {
  font-size: 20px;
}
.not-found-container .header p.description {
  display: inline-block;
  font-size: 12px;
  max-width: 350px;
  line-height: 20px;
}

.basic-card-container {
  margin: 16px 0;
}
.basic-card-container .details-wrapper {
  padding: 0 18px;
  border-radius: 16px;
  background: rgb(247, 247, 247);
}
.basic-card-container .details-wrapper h3 {
  padding-top: 18px;
  padding-bottom: 25px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.basic-card-container .details-wrapper .body {
  padding-bottom: 18px;
}
.basic-card-container .details-wrapper .body ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  color: rgba(20, 20, 20, 0.6);
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
}
.basic-card-container .details-wrapper .body ul li span {
  float: right;
  font-size: 12px;
  color: rgb(20, 20, 20);
}
.basic-card-container .details-wrapper .body ul li:last-of-type {
  margin-bottom: 0;
}

.field-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 8px;
  gap: var(--paddings-padding-padding-400, 12px);
  border-radius: 16px;
  border: 1px solid var(--neutral-20, #D0D0D0);
  background: var(--color-shade-500, #FFF);
}
.field-card .header {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.field-card .subheader {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.12px;
}
.field-card .field {
  height: auto !important;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--neutral-20, #D0D0D0);
  background: var(--color-shade-500, #FFF);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.field-card .field-label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.12px;
}

.group-payment-card {
  margin: 16px 0 12px 0;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid var(--primary-lilac-5, #F5F4FA);
  background: var(--primary-lilac-5, #F5F4FA);
}

.details-row {
  display: flex;
  justify-content: space-between;
}

.invoice-attachment a {
  display: flex;
  gap: 10px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.invoice-attachment img {
  height: 3em;
  width: 3em;
}
.invoice-attachment span {
  display: flex;
  align-items: center;
  width: 100%;
}

.platform-buttons {
  margin-bottom: 10px;
}

.retry-payment-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  margin: 16px 0;
  border-radius: 22px;
  background: var(--status-green-20, #D6EBDF);
  cursor: pointer;
  color: var(--status-green-100, #349C5D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.retry-payment-button .icon {
  height: 1.6em;
}

.hidden {
  display: none !important;
}

.show-attachments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.additional-attachments {
  margin-top: 20px;
}

.loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 100%;
}

.loader-text {
  color: var(--Opacity-dark_60, rgba(20, 20, 20, 0.6));
  text-align: center;
  font-family: "e-Ukraine";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@keyframes spin {
  0% {
    width: 100%;
  }
  100% {
    width: 110%;
  }
}
.remonline-404 {
  width: 100%;
  height: 100vh;
}
.remonline-404 .navbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 11px 50px;
  height: 80px;
  background-color: #fff;
  width: 100%;
  z-index: 5;
  box-shadow: rgba(34, 36, 39, 0.2) 0 3px 15px 1px;
}
.remonline-404 .navbar .navbar-logo {
  height: 50px;
}
.remonline-404 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.remonline-404 .content .not-found {
  color: #2190DC;
  font-family: "Open Sans", sans-serif;
  font-size: 250px;
  font-style: normal;
  font-weight: 400;
  line-height: 250px;
}
@media (max-width: 768px) and (orientation: landscape) {
  .remonline-404 .content .not-found {
    margin-top: 115px;
  }
}
@media (max-width: 768px) {
  .remonline-404 .content .not-found {
    font-size: 150px;
    line-height: 150px;
  }
}
.remonline-404 .content .not-found-text {
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.remonline-404 .content .not-found-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  color: #2190DC !important;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}
.remonline-404 .content .not-found-link:hover {
  text-decoration: underline;
  color: #2190DC !important;
}

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