.closeInfo {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-image: url("/backgrounds/close.png");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 1;
}

.arrowupinfo {
  position: absolute;
  left: auto;
  top: -16%;
  right: 7%;
  bottom: auto;
  z-index: 1000;
  width: 20%;
  height: 20%;
  background-image: url("/backgrounds/Triangle_1Triangle.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 48px;
  height: 48px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url("/backgrounds/moreWhite2x_1moreWhite2x.png");
  background-position: 50% 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.closemenublock {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  width: 45px;
  height: 45px;
  border-radius: 20px;
  background-image: url("/backgrounds/closeIcon.png");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 1;
}

.settingsicon.goback {
  width: 48px;
  height: 48px;
  background-image: url("/backgrounds/back_1back.png");
  background-size: auto 17px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.withdrawalnumberwrapper {
  text-align: center;
  flex-grow: 1;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 67px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("/backgrounds/key-grey_1key-grey.png");
  background-position: 97% 50%;
  background-size: 23px 15px;
  background-repeat: no-repeat;
  box-shadow: none;
  font-family: "Roboto Mono", monospace;
  border: 0;
}

.moreblockabsolute {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  margin-top: 5px;
  background-image: url("/backgrounds/more2x_1more2x.png");
  background-position: 50% 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.success-tick {
  position: absolute;
  left: 0px;
  top: -35px;
  right: 0px;
  z-index: 200000;
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: 42%;
  background-repeat: no-repeat;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.21);
}

.morediv {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url("/backgrounds/moreWhite2x_1moreWhite2x.png");
  background-position: 50% 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;

  margin-top: -5px;
  margin-right: -10px;
  padding: 20px;
}

.arrow {
  position: absolute;
  left: 50%;
  top: -13px;
  z-index: 2;
  width: 30px;
  height: 14px;
  background-image: url("/backgrounds/Triangle.png");
  background-position: 50% 50%;
  background-size: contain;
}

.background {
  height: 100%;
  width: 100%;
  z-index: -1;

  position: fixed;
  background-image: url("/backgrounds/AppBackground.png");
  background-size: cover;
}

.canceldiv {
  margin-top: 20px;
  padding: 13px 34px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .09);
  border-radius: 100px;
  background-color: rgba(61, 61, 61, .84);
  background-image: url('/backgrounds/delete-white.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .24), hsla(0, 0%, 100%, .24));
  background-position: 50% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .12);

  position: absolute;
  bottom: -10%;
  left: calc(50% - 34px);
}

.transfertick {
  position: absolute;
  left: 0px;
  top: -35px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  background-color: #fff;
  background-image: url("/backgrounds/export3.png");
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.21);
}

.settingsicon {
  width: 30px;
  height: 30px;
  background-image: url("/backgrounds/settings-var_1settings-var.png");
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.settingsicon.variation {
  width: 48px;
  height: 48px;
  background-image: url("/backgrounds/icons8-menu-96_1icons8-menu-96.png");
  background-size: auto 22px;
}
.settingsicon.alarm {
  position: relative;
  width: 48px;
  height: 48px;
  background-image: url("/backgrounds/icons8-alarm-96_1icons8-alarm-96.png");
  background-size: auto 24px;
  text-decoration: none;
}

.settingsicon.variation {
  width: 35px;
  height: 35px;
  background-image: url("/backgrounds/icons8-menu-96_1icons8-menu-96.png");
  background-position: 50% 50%;
  background-size: 125px 22px;
  background-repeat: no-repeat;
}

.settingsicon {
  width: 30px;
  height: 30px;
  background-image: url("/backgrounds/settings-var_1settings-var.png");
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.settingsicon.variation {
  width: 48px;
  height: 48px;
  background-image: url("/backgrounds/icons8-menu-96_1icons8-menu-96.png");
  background-size: auto 22px;
}
.settingsicon.alarm {
  position: relative;
  width: 48px;
  height: 48px;
  background-image: url("/backgrounds/icons8-alarm-96_1icons8-alarm-96.png");
  background-size: auto 24px;
  text-decoration: none;
}

.chat-wrapper {
  position: relative;
  height: 100vh;
  padding-bottom: 80px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(250, 254, 255, 0.69)),
      to(rgba(250, 254, 255, 0.69))
    ),
    url("/backgrounds/AppBackground.png");
  background-image: linear-gradient(
      180deg,
      rgba(250, 254, 255, 0.69),
      rgba(250, 254, 255, 0.69)
    ),
    url("/backgrounds/AppBackground.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  font-family: Montserrat, sans-serif;
}

.firstcard {
  position: relative;
  overflow: visible;
  padding: 15px 5%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(152.79069767441862, 36.44%, 46.27%, 0.15);
  border-radius: 8px;
  background-color: #03c965;
  background-image: linear-gradient(
      140deg,
      rgba(11, 158, 123, 0.5) 10%,
      rgba(11, 158, 123, 0.2) 25%,
      hsla(0, 0%, 100%, 0) 69%
    ), url("/backgrounds/gradient2.png"),
    linear-gradient(
      139deg,
      rgba(5, 142, 72, 0.88) 10%,
      rgba(5, 142, 72, 0.49) 32%,
      rgba(5, 142, 72, 0.22) 56%,
      rgba(5, 142, 72, 0.15) 68%
    );
  background-position: 0px 0px, 0 0;
  background-size: auto, 100% 70%;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.18);

  height: 27.5vh;
  min-height: 190px;
  max-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.profiledatacard {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 22px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #19bb68;
  background-image: url('backgrounds/Rect11.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.historialhero {
  z-index: 4;

  position: sticky;
  top: -120px;
  z-index: 1;

  padding-top: calc(90px + var(--topSpace));
  border-radius: 0px;

  background-color: #03c965;
  background-image: linear-gradient(
      228deg,
      rgba(11, 158, 123, 0.5) 10%,
      rgba(11, 158, 123, 0.2) 25%,
      rgba(255, 255, 255, 0) 52%
    ),
    linear-gradient(
      228deg,
      rgba(5, 142, 72, 0.67) 10%,
      rgba(5, 142, 72, 0.49) 32%,
      rgba(5, 142, 72, 0.22) 56%,
      rgba(5, 142, 72, 0.15) 70%
    ),
    url("/backgrounds/RECT5.png");

  background-size: auto, auto, 100% 46%;
  background-repeat: repeat, repeat, no-repeat;
}

.nextArrow {
  width: 20px;
  height: 20px;
  background-image: url("/backgrounds/menuArrowNext.png");
  background-position: 50% 50%;
  background-size: auto 58%;
  background-repeat: no-repeat;
}
