@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Muli:200,300,400|Oswald:400,600&display=swap";
.button {
  display: flex;
  border-radius: 20px;
  font-family: Montserrat;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  align-items: center;
}
.button.disabled {
  opacity: 0.2;
  cursor: default;
}
.button.active {
  opacity: 1;
}
.button:hover {
  cursor: pointer;
}
.button p {
  font-family: Montserrat;
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.button.quiet {
  color: #1f2232;
  background: #fff;
}
.button.quiet .icon {
  font-size: 16px;
}
.button.quiet p {
  margin-top: 1px;
}
.button.quiet:hover {
  color: #c9e077;
}
.button.quiet-sm {
  font-size: 10px;
  font-weight: 100;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  padding: 4px 8px;
  color: #fff;
  align-items: center;
  width: 128px;
}
.button.quiet-sm .icon {
  display: flex;
}
.button.quiet-sm:hover {
  background: rgba(255, 255, 255, 0.3);
}
.button.sm {
  min-width: 200px;
  height: 32px;
  font-size: 14px;
  padding: 8px 8px;
}
.button.sm .icon {
  font-size: 16px;
}
.button.md {
  min-width: 200px;
  height: 42px;
  font-size: 16px;
  padding: 12px 16px;
}
.button.md .icon {
  font-size: 20px;
}
.button.primary {
  background: #e11053;
  color: #fff;
}
.button.primary:hover {
  background: #bc092d;
}
.button.secondary {
  background: #91cc4e;
  color: #fff;
}
.button.third {
    background: #7EB336;
    color: #fff;
    border-radius: 8px !important;
    height: 32px !important;
  }
.button.secondary:hover {
  background: #c9e077;
}
.button.accent {
  background: #7b40b7;
  color: #fff;
}
.button.accent:hover {
  background: #a17fc3;
}
.button.ghost {
  background: none;
}
.button.ghost.black {
  color: #302f2f;
  border: 1px solid #302f2f;
}
.button.ghost.black:hover {
  color: #302f2f;
  border: 1px solid #302f2f;
  background-color: rgba(20, 18, 43, 0.2);
}
.button.ghost.white {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
.button.ghost.white:hover {
  color: #c9e077;
  border: 1px solid #c9e077;
  background: none;
}
.button.white {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 100;
}
.button.white:hover {
  background: rgba(255, 255, 255, 0.3);
}
.button.back {
  background: none;
  color: #fff;
  padding: 0px;
}
.button.back .icon {
  font-size: 24px;
}
.button.back p {
  text-align: left;
  font-size: 20px;
  margin-left: 8px;
}
.button.back:hover {
  color: #c9e077;
}
.button.danger {
  background: #e90d39;
  color: #fff;
}
.button.danger:hover {
  background: #bc092d;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
.modal.fixed {
  position: fixed;
}
.modal .page-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-card .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.modal .modal-card h5 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #302f2f;
}
.modal .modal-card.with-icon {
  padding: 18px 16px 24px;
}
.modal .modal-card.with-icon .icon-container {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 14px;
  margin: 0 auto;
}
.modal .modal-card.with-icon .icon-container.secondary {
  background-color: #91cc4e;
}
.modal .modal-card.with-icon h4 {
  margin: 16px 0;
}
.modal .modal-card.with-icon h5 {
  font-family: Muli;
  margin: 0 22px 16px;
}
.modal .modal-card.with-icon p {
  margin: 0;
}
.modal .modal-card.with-icon .modal-p {
  font-family: Muli;
  font-size: 16px;
  text-align: center;
  color: #302f2f;
  margin: 0 8px 16px;
}
.modal .modal-card.with-icon .modal-ok {
  width: 254px;
}
.modal.full-screen {
  position: fixed;
  background-color: #fff;
}
.modal.full-screen .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .modal.full-screen .close-modal {
    top: 30px;
    right: 30px;
    width: 30px;
  }
}
.modal.full-screen .modal-header {
  display: flex;
  width: 100%;
  background-color: #465074;
  padding: 68px 16px 16px;
  justify-content: space-between;
}
@media only screen and (min-width: 1366px) {
  .modal.full-screen .modal-header {
    padding: 72px 16px 32px;
    justify-content: center;
  }
}
.modal.full-screen .modal-body {
  padding: 24px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) {
  .modal.full-screen .modal-body {
    height: 100%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 17, 26, 0.9);
  display: none;
  z-index: 99;
}
.modal .modal-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 358px;
  padding: 16px 8px 8px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 320px) {
  .modal .modal-card {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-card {
    width: 674px;
  }
  .modal .modal-card.menu-card {
    width: 360px;
    padding: 24px 8px;
  }
}
.modal .modal-card .success-container {
  width: 60px;
  height: 60px;
  background-color: #91cc4e;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  padding: 14px;
}
.modal .modal-card .success-container .icon {
  width: 32px;
}
.modal .modal-card .success-text {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 16px auto 8px;
  text-align: center;
  color: #1f2232;
}
.modal .modal-card .close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .modal .modal-card .close {
    font-size: 20px;
    top: 24px;
    right: 24px;
  }
}
.modal .modal-card .card-title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #14122b;
  padding-left: 12px;
  padding-right: 72px;
}
@media screen and (min-width: 768px) {
  .modal .modal-card .card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .modal .modal-card .card-title {
    padding: 0px;
  }
}
.modal .modal-card .menu-preview {
  display: block;
  width: 100%;
  height: 80%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .modal .modal-card .menu-preview {
    width: 100%;
    height: 90%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-card .menu-preview.desktop-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-card .menu-preview.mobile-only {
    display: none;
  }
}
.modal .modal-card .button-with-icon {
  display: block;
  position: relative;
  margin: 8px auto 0;
  width: 225px;
  border: none;
  padding: 12px 12px 12px 50px;
  border-radius: 20px;
  background-color: #e11053;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal .modal-card .button-with-icon {
    position: absolute;
    bottom: -76px;
    left: 0;
    height: 60px;
    width: 100%;
    padding: 20px 16px 20px 60px;
    font-size: 22px;
    font-weight: bold;
  }
}
.modal .modal-card .button-with-icon .icon {
  font-size: 22px;
  position: absolute;
  top: 10px;
  left: 16px;
}
@media screen and (min-width: 768px) {
  .modal .modal-card .button-with-icon .icon {
    font-size: 28px;
    top: 16px;
  }
}
.modal .modal-card .button-with-icon:hover {
  background-color: #bc092d;
}
.modal .modal-card .button-with-icon:active {
  backgroun-color: #870a32;
}
.modal .modal-card .payment-options {
  display: flex;
  align-self: center;
  justify-content: center;
  margin: 16px auto;
}
.modal .modal-card .payment-options .button {
  border-radius: 16px;
}
.modal .modal-card .payment-options .button:nth-of-type(2) {
  margin-left: 20px;
}
.modal .modal-card .payment-options .button.md {
  min-width: 170px;
  border-radius: 20px;
}
@media screen and (max-width: 420px) {
  .modal .modal-card .payment-options .button.md {
    min-width: 160px;
    height: 42px;
  }
}
@media screen and (max-width: 320px) {
  .modal .modal-card .payment-options .button.md {
    min-width: 120px;
    height: 42px;
  }
}
@media screen and (max-width: 420px) {
  .modal .modal-card .payment-options {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .modal .modal-card .payment-options {
    width: 100%;
  }
  .modal .modal-card .payment-options .button.md {
    min-width: 165px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal .modal-card .payment-options {
    width: 60%;
  }
}
body.transfer-data {
  min-height: 100vh;
  height: auto;
  background-color: #14122b;
  display: flex;
  flex-flow: column;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  body.transfer-data {
    width: 342px;
  }
}
body.transfer-data .transfer-card {
  width: 100%;
}
body.transfer-data .payment-resume {
  grid-column: 2/3;
  font-family: Montserrat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 32px 0px 8px 0px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .payment-resume {
    justify-content: space-between;
  }
}
body.transfer-data .payment-resume .item-name {
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .payment-resume .item-name {
    margin-right: 0;
  }
}
body.transfer-data .detail-item {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  border-bottom: solid 1px #e5edf4;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: normal;
  color: #14122b;
  padding: 8px 0px;
  justify-content: space-between;
}
body.transfer-data .detail-item .item-quantity {
  grid-column-start: 1;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 7px;
}
body.transfer-data .detail-item .item-name {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 300;
  text-align: left;
}
body.transfer-data .item-value {
  grid-column-start: 4;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 420px;
  user-select: text;
}
@media screen and (max-width: 420px) {
  body.transfer-data .item-value {
    width: 208px;
  }
}
body.transfer-data .item-value.total {
  font-family: Oswald;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 420px) {
  body.transfer-data .item-value.total {
    text-align: right;
  }
}
body.transfer-data .message {
  grid-column: 2/3;
  font-family: Montserrat;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .message {
    margin-bottom: 8px;
  }
}
body.transfer-data .message p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  body.transfer-data .message p {
    font-size: 16px;
    font-weight: normal;
  }
}
body.transfer-data .section {
  height: fit-content;
}
body.transfer-data .section.venue-welcome {
  grid-row: 2;
  align-self: start;
}
body.transfer-data .section.venue-welcome .welcome-text {
  font-size: 24px;
  font-family: Muli;
  color: #fff;
  margin-left: 16px;
}
body.transfer-data .section.venue-body {
  width: 100%;
  grid-column: 2/3;
  align-self: start;
  transform: translateY(-45px);
}
body.transfer-data .icon::before {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}
body.transfer-data .welcome-logo {
  width: 99px;
  height: 99px;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  body.transfer-data .welcome-logo {
    width: 62px;
    height: 62px;
  }
}
body.transfer-data .welcome-logo #elun-logo {
  fill: #fff;
}
body.transfer-data .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(173, 182, 212, 0.45);
  background-color: #fff;
  padding: 16px 8px 8px;
  position: relative;
  overflow: visible;
  width: 100%;
}
body.transfer-data .card .logo-container {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #465074;
  position: absolute;
  top: 0;
  right: 16px;
  transform: translateY(-30px);
}
@media screen and (max-width: 420px) {
  body.transfer-data .card .logo-container {
    width: 84px;
    height: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .card .logo-container {
    width: 84px;
    height: 84px;
  }
}
body.transfer-data .card .logo-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
body.transfer-data .card .venue-name {
  font-family: Montserrat;
  color: #14122b;
  font-weight: bold;
  font-size: 24px;
  padding-right: 130px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .card .venue-name {
    font-size: 24px;
    padding-right: 88px;
  }
}
body.transfer-data .card .venue-desc {
  display: block;
  font-family: Muli;
  font-size: 12px;
  color: #14122b;
  margin: 8px auto 16px 10px;
  width: 265px;
  font-size: 14px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .card .venue-desc {
    margin: 10px 0px 0px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .card .venue-desc {
    width: 180px;
  }
}
body.transfer-data .card .data-venue {
  font-family: Muli;
  font-size: 14px;
  color: #14122b;
}
body.transfer-data .card .data-venue .phone {
  margin: 8px 0px;
}
body.transfer-data .card .data-venue .phone a {
  color: #14122b;
  text-decoration: none;
}
body.transfer-data .card .data-venue .phone a:hover {
  color: #14122b;
}
body.transfer-data .card .data-venue .phone a:active {
  color: #14122b;
}
body.transfer-data .card .data-venue .address {
  margin: 8px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.transfer-data .card .data-venue .address a {
  color: #14122b;
  text-decoration: none;
}
body.transfer-data .card .data-venue .address a span {
  font-weight: bold;
}
body.transfer-data .card .data-venue .address a:hover {
  color: #14122b;
}
body.transfer-data .card .data-venue .address a:active {
  color: #14122b;
}
body.transfer-data .section-card {
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
}
body.transfer-data .section-card form {
  float: right;
  position: relative;
  z-index: 99;
}
body.transfer-data .section-card form button.close-modal {
  border: none;
  background-color: unset;
  cursor: pointer;
  pointer-events: all;
}
body.transfer-data .section-card form img {
  width: 26px;
  height: 26px;
}
body.transfer-data .section-card .bg-error-compra {
  display: none;
}
@media screen and (max-width: 767px) {
  body.transfer-data .section-card .bg-error-compra {
    display: block;
    position: absolute;
  }
  body.transfer-data .section-card .bg-error-compra img {
    width: 100%;
    padding: 8px 5px 0 5px;
  }
}
body.transfer-data .section-card .ico-success {
  text-align: left;
  margin: 0px 8px 0px 0px;
  display: inline;
}
body.transfer-data .section-card .ico-success img {
  width: 57px;
  transform: unset;
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .ico-success {
    text-align: center;
    margin-bottom: 16px;
    display: block;
  }
  body.transfer-data .section-card .ico-success img {
    transform: translateX(13px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .ico-success {
    text-align: center;
    display: block;
    margin-bottom: 0px;
  }
}
body.transfer-data .section-card .section-title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  color: #14122b;
  text-align: left;
  margin-top: 15px;
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 120px);
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .section-title {
    text-align: center;
    margin: 0px;
    vertical-align: unset;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-title {
    text-align: center;
    display: block;
    width: 100%;
  }
}
body.transfer-data .section-card .section-title p {
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  color: #14122b;
  text-align: left;
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .section-title {
    display: block;
    padding: 16px 0px;
    width: 100%;
  }
  body.transfer-data .section-card .section-title p {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-title {
    display: block;
    width: 100%;
  }
  body.transfer-data .section-card .section-title p {
    text-align: center;
  }
}
body.transfer-data .section-card .message-with-icon {
  display: flex;
  padding: 16px 14px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px rgba(31, 34, 50, 0.2);
}
body.transfer-data .section-card .message-with-icon img {
  width: 128px;
}
body.transfer-data .section-card .message-with-icon span {
  font-family: Montserrat;
  font-size: 20px;
  color: #14122b;
}
body.transfer-data .section-card .message-with-icon.error {
  padding: 8px 14px 50px;
  margin-bottom: 0;
  border-bottom: none;
  justify-content: space-between;
}
body.transfer-data .section-card .message-with-icon.error img {
  width: 88px;
}
body.transfer-data .section-card .message-with-icon.error span {
  max-width: 190px;
}
body.transfer-data .section-card .sub-section-title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #14122b;
}
body.transfer-data .section-card .transaction-code {
  font-family: Montserrat;
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #6fb600;
  display: inline;
  float: right;
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .transaction-code {
    margin-bottom: 8px;
    display: block;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .transaction-code {
    margin-bottom: 8px;
    display: block;
    float: none;
  }
}
body.transfer-data .section-card .text-info {
  font-family: Montserrat;
  font-size: 12px;
  color: #14122b;
  padding-bottom: 7px;
  border-bottom: solid 1px rgba(31, 34, 50, 0.2);
  text-align: right;
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .text-info {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .text-info {
    text-align: center;
  }
}
body.transfer-data .section-card .section-order {
  display: flex;
  flex-direction: column;
  font-family: Montserrat;
  margin-bottom: 24px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .section-order {
    display: block;
    grid-template-columns: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-order {
    width: 100%;
  }
}
body.transfer-data .section-card .section-order .detail-title {
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  color: #14122b;
  width: 100%;
  font-weight: 600;
  margin-bottom: 24px;
}
body.transfer-data .section-card .section-order .detail-title img {
  width: 33px;
}
body.transfer-data .section-card .section-order .detail-title.order {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-order .detail-title.order {
    padding-right: 15px;
  }
}
body.transfer-data .section-card .section-order .detail-title.payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: 1/2;
  grid-row: 1;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-order .detail-title.payment {
    padding-left: 15px;
  }
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .section-order .detail-title {
    width: 100%;
    border: none;
  }
  body.transfer-data .section-card .section-order .detail-title img {
    padding: 0px;
  }
  body.transfer-data .section-card .section-order .detail-title.order {
    grid-column: unset;
    grid-row: unset;
    padding-right: 8px;
  }
  body.transfer-data .section-card .section-order .detail-title.payment {
    grid-column: unset;
    grid-row: unset;
    padding-right: 8px;
    padding-left: 0px;
  }
}
body.transfer-data .section-card .section-order .tbk-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
body.transfer-data .section-card .section-order .tbk-detail.products {
  grid-column: 1;
  grid-row: 2;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #d3dce1;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-order .tbk-detail.products {
    padding-right: 15px;
  }
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.products
  .detail-item {
  grid-template-columns: 32px repeat(2, minmax(0, 1fr)) 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.products
    .detail-item {
    grid-template-columns: 32px repeat(2, minmax(0, 1fr)) 70px;
  }
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .section-order .tbk-detail.products {
    border: 0;
    margin-bottom: 18px;
    padding: 0px 8px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data .section-card .section-order .tbk-detail.payment {
    padding-left: 15px;
  }
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item {
  grid-template-columns: 80px repeat(1, minmax(0, 1fr)) 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item {
    grid-template-columns: 70px repeat(2, minmax(0, 1fr)) 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item {
    grid-template-columns: 7px repeat(2, minmax(0, 1fr)) 7px;
  }
}
@media screen and (max-width: 280px) and (min-height: 650px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item {
    grid-template-columns: 7px repeat(2, minmax(0, 1fr)) 7px;
  }
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-date {
  grid-row: 1;
  grid-column: span 3;
  border-right-style: none;
  border-bottom-style: inset;
  border-bottom-width: thin;
  padding: 10px 0 7px;
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-date
  img {
  margin-right: 8px;
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-date
  .date-text {
  text-align: left;
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-date
  .date-value {
  float: right;
}
@media screen and (max-width: 420px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item
    .item-date {
    align-items: center;
    border-right-style: solid;
    border-right-width: thin;
    border-bottom: 0px;
    padding-right: 11px;
    grid-row: unset;
    text-align: left;
    display: inline-flex;
    grid-column: 1;
  }
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item
    .item-date
    .date-value {
    float: none;
  }
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-time {
  grid-row: 2;
  grid-column: span 3;
  padding: 10px 0 7px;
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-time
  img {
  margin-right: 8px;
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-time
  .time-text {
  text-align: left;
}
body.transfer-data
  .section-card
  .section-order
  .tbk-detail.payment
  .detail-item
  .item-time
  .time-value {
  float: right;
}
@media screen and (max-width: 420px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item
    .item-time {
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    display: inline-flex;
    margin-left: 20px;
  }
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item
    .item-time
    .time-value {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.transfer-data
    .section-card
    .section-order
    .tbk-detail.payment
    .detail-item
    .item-time {
    grid-column-start: 4;
  }
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .section-order .tbk-detail.payment {
    padding: 0px 8px 0px 0px;
  }
}
body.transfer-data .section-card .section-order.tbk {
  display: inline-block;
  margin: 10px 4px;
}
body.transfer-data .section-card .section-order img {
  width: 22px;
  margin-right: 6px;
  vertical-align: bottom;
}
@media screen and (max-width: 280px) and (min-height: 650px) {
  body.transfer-data .section-card .section-order img {
    display: none;
  }
}
body.transfer-data .section-card .section-order.error {
  margin: 0 auto 54px;
  width: 200px;
}
body.transfer-data .section-card .tbk-options {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 420px) {
  body.transfer-data .section-card .tbk-options {
    position: relative;
  }
}
body.transfer-data .status {
  grid-column: 2/3;
  grid-row-start: 3;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-family: Montserrat;
  justify-content: center;
  margin-right: 40px;
}
@media screen and (max-width: 768) {
  body.transfer-data .status {
    flex-direction: column-reverse;
    margin-right: 0px;
  }
}
body.transfer-data .status .button {
  margin-bottom: 24px;
  width: 270px;
  height: 42px;
  border-radius: 16px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .status .button {
    width: 240px;
  }
}
body.transfer-data #tbk-share .check {
  display: none;
}
body.transfer-data #tbk-share.ok i,
body.transfer-data #tbk-share.ok p {
  display: none;
}
body.transfer-data #tbk-share.ok .check {
  display: block;
}
body.transfer-data .contact {
  padding: 16px;
  color: #302f2f;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
@media screen and (max-width: 420px) {
  body.transfer-data .contact {
    padding: 0;
  }
}
body.transfer-data .contact .alert-notification {
  text-align: center;
  font-family: Montserrat;
  color: #14122b;
  margin: 16px 0 24px;
}
body.transfer-data .contact .alert-notification .title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
body.transfer-data .contact .alert-notification .text {
  font-size: 14px;
  font-weight: normal;
}
body.transfer-data .contact .btn-container-contact {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media screen and (max-width: 420px) {
  body.transfer-data .contact .btn-container-contact {
    justify-content: space-between;
  }
}
body.transfer-data .contact .btn-container-contact .button.md.ghost {
  min-width: 0;
  width: 230px;
  height: 42px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .contact .btn-container-contact .button.md.ghost {
    width: 150px;
  }
}
body.transfer-data .contact .sponsor {
  display: block;
  margin: 24px auto;
}
body.transfer-data .footer {
  grid-row-start: 4;
  grid-column: 2;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer {
    color: #000;
    margin: 0px;
    grid-row: 4/5;
    position: relative;
  }
}
body.transfer-data .footer .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.transfer-data .footer .content .elun {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .elun {
    margin-bottom: 0px;
  }
}
body.transfer-data .footer .content .elun p {
  margin-right: 14px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .elun p {
    color: #000;
    font-size: 10px;
    margin-right: 8px;
  }
}
body.transfer-data .footer .content .elun a {
  height: 26px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .elun a {
    height: 16px;
  }
}
body.transfer-data .footer .content .elun a svg {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .elun a svg {
    height: 16px;
  }
}
body.transfer-data .footer .content .elun a svg #elun-logo {
  fill: #fff;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .elun a svg #elun-logo {
    fill: #fff;
  }
}
body.transfer-data .footer .content p {
  font-family: Muli;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content p {
    fill: #000;
  }
}
body.transfer-data .footer .content .brand {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.transfer-data .footer .content .brand img {
  width: 55px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .brand img {
    width: 58px;
    margin: 0px;
  }
}
body.transfer-data .footer .content .brand .separator {
  width: 8px;
  text-align: center;
  margin: 16px 12px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .brand .separator {
    font-size: 12px;
    margin: 16px 8px;
  }
}
body.transfer-data .footer .content .brand p {
  width: 50%;
  height: auto;
  background: none;
  font-size: 14px;
}
@media screen and (max-width: 420px) {
  body.transfer-data .footer .content .brand p {
    color: #000;
    font-size: 10px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.transfer-data .footer .content .elun {
    margin-bottom: 0px;
  }
  body.transfer-data .footer .content .elun p {
    color: #fff;
    font-size: 10px;
    margin-right: 8px;
  }
  body.transfer-data .footer .content .elun a {
    height: 16px;
  }
  body.transfer-data .footer .content .elun a svg {
    height: 16px;
  }
  body.transfer-data .footer .content .elun a svg #elun-logo {
    fill: #fff;
  }
  body.transfer-data .footer .content p {
    fill: #fff;
  }
  body.transfer-data .footer .content .brand img {
    width: 58px;
    margin: 0px;
  }
  body.transfer-data .footer .content .brand .separator {
    font-size: 12px;
    margin: 16px 8px;
  }
  body.transfer-data .footer .content .brand p {
    color: #000;
    font-size: 10px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 320px) and (max-height: 600px) {
  body.transfer-data .footer {
    color: #000;
    margin: 0px;
    position: relative;
    transform: unset;
    left: 0px;
  }
}
@media screen and (max-width: 280px) and (min-height: 650px) {
  body.transfer-data .footer {
    color: #000;
    margin: 0px;
    position: relative;
    transform: unset;
    left: 0px;
  }
}
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  user-select: none;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
} /*# sourceMappingURL=portal.css.map */
