@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

:root {
  --black: rgba(0, 0, 0, 1);
  --carribean-green: rgba(0, 201, 167, 1);
  --blue-green: rgba(9, 165, 190, 1);
  --bunting: rgba(19, 33, 68, 0.102);
  --bunting-2: rgba(19, 33, 68, 1);
  --eerie-black: rgba(30, 32, 34, 1);
  --cello: rgba(33, 50, 91, 1);
  --blue-2: rgba(55, 125, 255, 0.102);
  --blue: rgba(55, 125, 255, 1);
  --pale-sky-2: rgba(103, 119, 136, 0.698);
  --pale-sky: rgba(103, 119, 136, 1);
  --hoki: rgba(113, 134, 157, 1);
  --manatee: rgba(140, 152, 164, 1);
  --mystic: rgba(231, 234, 243, 0.698);
  --white: rgba(255, 255, 255, 1);

  --font-size-xxs: 10.5px;
  --font-size-xs: 11.2px;
  --font-size-s: 13px;
  --font-size-m: 14px;
  --font-size-l: 15.8px;
  --font-size-xl: 18.4px;
  --font-size-xxl: 23px;

  --font-family-inter: "Inter";
  --font-family-inter-regular: "Inter-Regular";
  --font-family-open-sans: "Open Sans";
  --font-family-open-sans-bold: "Open Sans-Bold";
  --font-family-open-sans-semibold: "Open Sans-SemiBold";
  --font-text: "Open Sans", sans-serif;
  --font-style: normal;
  --font-weight: 400;
  --line-height: 16px;
  --color: #8c98a4;
}

/* classes */
.opensans-semi-bold-eerie-black-15-8px {
  color: var(--eerie-black);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-l);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-carribean-green-14px {
  color: var(--carribean-green);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-normal-manatee-11-2px {
  color: var(--manatee);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.opensans-semi-bold-eerie-black-23px {
  color: var(--eerie-black);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  font-style: normal;
}

.inter-normal-hoki-15-8px {
  color: var(--hoki);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.opensans-semi-bold-manatee-11-2px {
  color: var(--manatee);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-xs);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-blue-10-5px {
  color: var(--blue);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-xxs);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-blue-18-4px {
  color: var(--blue);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xl);
  font-weight: 600;
  font-style: normal;
}

.inter-regular-normal-pale-sky-18px {
  color: var(--pale-sky-2);
  font-family: var(--font-family-inter-regular);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.opensans-semi-bold-blue-14px {
  color: var(--blue);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-manatee-11-2px {
  color: var(--manatee);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xs);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-eerie-black-14px {
  color: var(--eerie-black);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-blue-10-5px {
  color: var(--blue);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xxs);
  font-weight: 600;
  font-style: normal;
}

.inter-normal-pale-sky-18px {
  color: var(--pale-sky-2);
  font-family: var(--font-family-inter);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.inter-regular-normal-hoki-15-8px {
  color: var(--hoki);
  font-family: var(--font-family-inter-regular);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.opensans-semi-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-manatee-11-2px {
  color: var(--manatee);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xs);
  font-weight: 700;
  font-style: normal;
}

.opensans-semi-bold-eerie-black-14px {
  color: var(--eerie-black);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-bunting-15-8px {
  color: var(--bunting-2);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-l);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-carribean-green-14px {
  color: var(--carribean-green);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-bunting-15-8px {
  color: var(--bunting-2);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-l);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-blue-14px {
  color: var(--blue);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.opensans-normal-blue-13px {
  color: var(--blue);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-s);
  font-weight: 400;
  font-style: normal;
}

.inter-normal-pale-sky-15-8px {
  color: var(--pale-sky);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.inter-regular-normal-pale-sky-15-8px {
  color: var(--pale-sky);
  font-family: var(--font-family-inter-regular);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.opensans-bold-manatee-11-2px {
  color: var(--manatee);
  font-family: var(--font-family-open-sans-bold);
  font-size: var(--font-size-xs);
  font-weight: 700;
  font-style: normal;
}

.opensans-semi-bold-eerie-black-15-8px {
  color: var(--eerie-black);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-l);
  font-weight: 600;
  font-style: normal;
}

.opensans-semi-bold-eerie-black-23px {
  color: var(--eerie-black);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  font-style: normal;
}

.opensans-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.opensans-semi-bold-blue-18-4px {
  color: var(--blue);
  font-family: var(--font-family-open-sans-semibold);
  font-size: var(--font-size-xl);
  font-weight: 600;
  font-style: normal;
}

.opensans-normal-pale-sky-13px {
  color: var(--pale-sky);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-s);
  font-weight: 400;
  font-style: normal;
}

.opensans-semi-bold-blue-green-21px {
  color: var(--blue-green);
  font-family: var(--font-family-open-sans);
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
}

.hidden,
.hidden * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.home {
  display: flex;
  height: 812px;
  min-width: 375px;
  border: 1px none;
  background-color: var(--white);
  align-items: flex-start;
}

/* header */
.headerheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 375px;
  height: 60px;
  z-index: 1;
}

.headerheaderborder {
  position: fixed;
  top: 0;
  left: 0;
  width: 375px;
  height: 60px;
  z-index: 2;
}

.div-menu {
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid #377dff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 10px 40px 10px #8c98a42d;
  display: flex;
  height: 76px;
  min-width: 359px;
  top: 552px;
  left: 8px;
  padding: 15.5px 8px;
  position: fixed;
  z-index: 3;
}

.div-menu a {
  text-decoration: none;
}

.home-1:hover,
.job:hover,
.profil:hover,
.notifikasi:hover {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.home-1:hover,
.job:hover,
.profil:hover,
.notifikasi:hover img,
.notifikasi:hover div {
  filter: invert(40%) sepia(89%) saturate(3008%) hue-rotate(210deg)
    brightness(107%) contrast(107%);
}

.home-1,
.job,
.profil,
.notifikasi {
  width: 73px;
  height: 40px;
  cursor: pointer;
}

.job {
  margin-left: 17px;
  margin-top: 0.5px;
}

.profil {
  margin-left: 15px;
  margin-top: 0.5px;
}

.notifikasi {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: 17px;
  margin-top: 0.5px;
}

.notifications-on {
  height: 24px;
  width: 24px;
  margin-right: 3px;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notifikasi-1 {
  color: #8c98a4;
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-xs);
  font-weight: 400;
  height: 16px;
  letter-spacing: 0;
  line-height: 15.7px;
  margin-right: 2px;
  text-align: center;
  white-space: nowrap;
  width: 73px;
}

/* main section */
.div {
  align-items: center;
  border: 1px none;
  display: flex;
  flex-direction: column;
  min-height: 3915px;
  overflow-x: hidden;
  width: 373px;
}

.overlap-group6 {
  align-items: flex-end;
  background-color: var(--blue-2);
  display: flex;
  height: 317px;
  margin-top: -27px;
  margin-left: -45px;
  width: 373px;
  padding: 24px 15px;
}

.div-akun {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid var(--mystic);
  margin-left: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 6px 12px #8c98a413;
  display: flex;
  flex-direction: column;
  min-height: 218px;
  padding: 1px 0;
  width: 343px;
}

.overlap-group1-1 {
  position: relative;
  width: 341px;
  height: 117px;
  margin-left: 1px;
}

.text1-2 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 304px;
  letter-spacing: 0;
  line-height: 15.8px;
  text-align: center;
  white-space: nowrap;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.div-1 {
  align-items: center;
  display: flex;
  min-width: 341px;
  height: 117px;
  top: 0;
  left: 0;
  position: absolute;
  padding: 17.2px 12px;
}

.overlap-group-4 {
  align-items: flex-end;
  background-image: url(/Image/img8-jpg@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 73px;
  justify-content: flex-end;
  min-width: 73px;
  padding: 3px;
  cursor: pointer;
}

.span-2 {
  background-color: var(--carribean-green);
  border: 2px solid var(--white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 12px;
  height: 12px;
}

.flex-col-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 1.25px;
  margin-left: 17px;
  min-height: 56px;
  width: 125px;
}

.name {
  height: 25px;
  letter-spacing: 0;
  line-height: 25.7px;
  margin-left: 0.02px;
  white-space: nowrap;
}

.div-3 {
  align-items: flex-start;
  display: flex;
  gap: 7px;
  height: 22px;
  min-width: 87px;
  padding: 0 1px;
}

.overlap-group-5 {
  align-self: center;
  height: 17px;
  margin-bottom: 1.25px;
  position: relative;
  width: 16px;
}

.text-2 {
  height: 16px;
  left: 0;
  letter-spacing: 0;
  line-height: 15.8px;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 16px;
}

.ico-24-map-places-poi {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.place {
  color: var(--pale-sky);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-m);
  font-weight: 400;
  height: 19px;
  letter-spacing: 0;
  line-height: 22.4px;
  text-align: center;
  white-space: nowrap;
  width: 61px;
}

.a {
  align-items: flex-start;
  background-color: var(--blue-2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  height: 26px;
  justify-content: flex-end;
  margin-left: 24px;
  margin-top: 4px;
  min-width: 56.63px;
  padding: 5px 7.8px;
}

.booster {
  height: 14px;
  letter-spacing: 0;
  line-height: 10.5px;
  text-align: center;
  width: 41px;
  margin-top: 6px;
  margin-right: 6px;
}

.divborder-2 {
  height: 1px;
  width: 341px;
  margin-left: 1px;
  margin-top: 6px;
  object-fit: cover;
}

.div-4 {
  align-items: flex-start;
  border-radius: 0px 0px 11px 11px;
  -webkit-border-radius: 0px 0px 11px 11px;
  -moz-border-radius: 0px 0px 11px 11px;
  -ms-border-radius: 0px 0px 11px 11px;
  -o-border-radius: 0px 0px 11px 11px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-left: 1px;
  margin-top: 4px;
  min-height: 76px;
  padding: 8.5px 12px;
  width: 341px;
}

.saldo-kamu {
  height: 18px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.flex-row-4 {
  align-items: center;
  display: flex;
  min-width: 316px;
}

.credit-card-outlined {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.rp-234000 {
  color: var(--blue);
  font-family: var(--font-family-open-sans);
  font-size: 21px;
  font-weight: 600;
  height: 28px;
  line-height: 29.4px;
  letter-spacing: 0;
  margin-bottom: 1px;
  margin-left: 4px;
  white-space: nowrap;
  width: 143px;
}

.label {
  align-items: flex-start;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 35px;
  width: 110.36px;
  margin-left: 18px;
  padding: 7px 8px;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}

.overlap-group-6 {
  align-self: center;
  height: 18px;
  margin-top: 1px;
  position: relative;
  width: 18px;
  cursor: pointer;
}

.label img {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}

.label:hover {
  background-color: var(--carribean-green);
}

.label:hover img {
  transform: translateX(0.23rem);
  -webkit-transform: translateX(0.23rem);
  -moz-transform: translateX(0.23rem);
  -ms-transform: translateX(0.23rem);
  -o-transform: translateX(0.23rem);
}

.text-3 {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: 14.6px;
  font-weight: 400;
  height: 15px;
  width: 15px;
  left: 4px;
  letter-spacing: 0;
  line-height: 14.6px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.arrow-forward {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.tarik-saldo {
  color: var(--white);
  font-family: var(--font-family-open-sans);
  font-size: var(--font-size-s);
  font-weight: 400;
  height: 18px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
  margin-top: 9px;
  margin-left: 7px;
}

.div-akun a {
  text-decoration: none;
}

/* saldo */
.maincontent {
  display: none;
}
