/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
@font-face {
  font-family: "zwodrei bold";
  src: url("../font/zwodrei/zwodrei_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gotham black";
  src: url("../font/gotham/GothamBlack.otf") format("opentype");
}
@font-face {
  font-family: "gotham bold";
  src: url("../font/gotham/GothamBold.ttf") format("truetype");
}
@font-face {
  font-family: "gotham bold italic";
  src: url("../font/gotham/GothamBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "gotham book";
  src: url("../font/gotham/GothamBook.ttf") format("truetype");
}
@font-face {
  font-family: "gotham medium";
  src: url("../font/gotham/GothamMedium.ttf") format("truetype");
}
@font-face {
  font-family: "gotham light";
  src: url("../font/gotham/GothamLight.ttf") format("truetype");
}
@font-face {
  font-family: "gotham light italic";
  src: url("../font/gotham/GothamLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "gotham medium italic";
  src: url("../font/gotham/GothamMediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "gotham narrow black";
  src: url("../font/gotham-narrow/GothamNarrow-Black.otf") format("opentype");
}
@font-face {
  font-family: "gotham narrow light italic";
  src: url("../font/gotham-narrow/GothamNarrow-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: "gotham narrow medium italic";
  src: url("../font/gotham-narrow/GothamNarrow-MediumItalic.otf") format("opentype");
}
.zwodrei-bold {
  font-family: "zwodrei bold" !important;
}

.gotham-black {
  font-family: "gotham black" !important;
}

.gotham-bold {
  font-family: "gotham bold" !important;
}

.gotham-bold-italic {
  font-family: "gotham bold italic" !important;
}

.gotham-book {
  font-family: "gotham book" !important;
}

.gotham-medium {
  font-family: "gotham medium" !important;
}

.gotham-light {
  font-family: "gotham light" !important;
}

.gotham-light-italic {
  font-family: "gotham light italic" !important;
}

.gotham-medium-italic {
  font-family: "gotham medium italic" !important;
}

.gotham-narrow-black {
  font-family: "gotham narrow black" !important;
}

.gotham-narrow-light-italic {
  font-family: "gotham narrow light italic" !important;
}

.gotham-narrow-medium-italic {
  font-family: "gotham narrow medium italic" !important;
}

/*--- Text Weight ---*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--- /Text Weight ---*/
.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.563rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.688rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.938rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-21 {
  font-size: 1.313rem !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.card-product-text h5 {
  font-size: 0.75rem !important;
  line-height: 13px !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-product-text h5 {
    font-size: 1rem !important;
    line-height: 18px !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-product-text h6 {
  font-size: 0.625rem;
  line-height: 18px !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-product-text h6 {
    font-size: 0.625rem;
    line-height: 18px !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-product-text p {
  font-size: 0.5rem;
}

.bg-black {
  background-color: black !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-primary {
  background-color: #005331 !important;
}

.bg-secondary {
  background-color: #ffcb05 !important;
}

.bg-gray-light {
  background-color: #f7f7f7 !important;
}

.bg-gray-text {
  background-color: #dfdfdf !important;
}

.bg-gray-f3 {
  background-color: #f3f3f3 !important;
}

.tc-black {
  color: black !important;
}

.tc-white {
  color: white !important;
}

.tc-primary {
  color: #005331 !important;
}

.tc-secondary {
  color: #ffcb05 !important;
}

.tc-gray {
  color: #292929 !important;
}

.tc-icon {
  color: #707070 !important;
}

.border-primary {
  border: 1px solid #005331 !important;
}

.border-secondary {
  border: 1px solid #ffcb05 !important;
}

.border-f3 {
  border: 1px solid #f3f3f3 !important;
}

.of-cover {
  object-fit: cover !important;
}

.of-contain {
  object-fit: contain !important;
}

.img-circle {
  border-radius: 50%;
}

.img-zoom {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.icon-flash-campaign {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  right: 3px;
  bottom: -13px;
}

.icon-15 {
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-23 {
  width: 23px;
  height: 23px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-30 {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-66 {
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-64 {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.img-profile {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border: 1px solid #707070;
  border-radius: 50%;
}

.img-profile-45 {
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border-radius: 50%;
}

.img-profile-61 {
  width: 61px;
  height: 61px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border-radius: 50%;
}

.img-profile-edit {
  width: 162px;
  height: 162px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border: 1px solid #707070;
  border-radius: 50%;
}

.img-home-banner {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border-radius: 9px;
}

.img-cover-campaign {
  width: 190px;
  aspect-ratio: 16/6;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.bg-download {
  background-color: #005331;
  background-image: url("../img/BG-download.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card {
  background-color: #005331;
  background-image: url("../img/BG-Akun-Head.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.akun-menu-link-icon {
  width: 60px;
  height: 60px;
}
.akun-menu-link-icon img {
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.img-calendar-custom {
  position: absolute;
  top: 22px;
  right: 4px;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.img-calendar-custom button {
  border: none;
  background: rgba(0, 0, 0, 0);
}
.img-calendar-custom button img {
  width: 25px;
  height: 25px;
  background: #fff;
}

.faq-img-icon {
  top: -25px;
  right: 0;
}

.img-home-top {
  z-index: 1;
  top: 55px;
}
@media (min-width: 992px) {
  .img-home-top {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .img-home-top {
    top: 0px;
  }
}
@media (min-width: 1400px) {
  .img-home-top {
    top: -20px;
  }
}
@media (min-width: 1900px) {
  .img-home-top {
    top: -120px;
  }
}

.btn-line-rounded {
  border-radius: 50px;
  padding: 0.356rem 0.975rem;
  transition: 0.3s all;
  cursor: pointer;
}
.btn-line-rounded:hover {
  color: white !important;
  border: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: 0.3s all;
}

.btn-white {
  color: white !important;
  border: 2px solid white;
}
.btn-white:hover {
  background-color: white !important;
  color: black !important;
  text-decoration: none;
}

.akun-edit-btn label img {
  cursor: pointer;
  bottom: -6px;
  right: 32%;
}
@media (min-width: 576px) {
  .akun-edit-btn label img {
    bottom: -6px;
    right: 38%;
  }
}
.akun-edit-btn input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.nav-filter .nav-item .nav-link {
  border: 1px solid #005331;
  height: 34px;
}
.nav-filter .nav-item .nav-link .text-sort::before {
  content: url(../img/icon_Urutkan.svg);
  margin-right: 0.5rem;
}
.nav-filter .nav-item .nav-link .text-filter::before {
  content: url(../img/icon_Filter.svg);
  margin-right: 0.5rem;
}
.nav-filter .nav-item .nav-link.active {
  background-color: #005331 !important;
  color: white !important;
}
.nav-filter .nav-item .nav-link.active .text-sort::before {
  content: url(../img/icon_Urutkan_aktif.svg);
  margin-right: 0.5rem;
}
.nav-filter .nav-item .nav-link.active .text-filter::before {
  content: url(../img/icon_Filter_aktif.svg);
  margin-right: 0.5rem;
}

.btn-h-40 {
  min-height: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
}

.accordion-button:active, .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #005331 !important;
  font-family: "gotham bold" !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-active.png);
  transform: rotate(90deg);
}

.navbar-header {
  z-index: 11;
}

.navbar-menu {
  z-index: 11;
}

.navbar-menu-link {
  font-size: 0.8rem;
}
.navbar-menu-link p {
  color: #707070 !important;
}
.navbar-menu-link.active p {
  color: #005331 !important;
}

#btn-menu-tentang {
  background-color: white;
  max-width: 564px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  top: 60px;
  padding: 0 0 80px 0;
  min-height: 60px;
  cursor: pointer;
}
#btn-menu-tentang img {
  transition: transform 0.2s ease-in-out;
}
#btn-menu-tentang.active img {
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}

#menu-tentang {
  background: white;
  width: 564px;
  position: fixed;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -250px;
  position: fixed;
  top: 120px;
}
#menu-tentang.active {
  margin-top: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.overlay-menu-tentang {
  width: 564px;
  height: 100vh;
  background: rgba(234, 234, 234, 0.5);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  position: fixed;
}
.overlay-menu-tentang.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}

.space-menu-tentang {
  height: 60px;
}

.header-container {
  max-width: 564px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0px auto;
  height: 60px;
}

.main-container {
  background-color: white;
  position: relative;
  max-width: 564px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  top: 60px;
  padding: 0 0 80px 0;
  min-height: calc(100vh - 60px);
}

.detail-container {
  background-color: white;
  position: relative;
  max-width: 564px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0 0 80px 0;
  min-height: calc(100vh - 60px);
}

.navmenu-container {
  max-width: 564px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0px auto;
  height: 70px;
  -webkit-box-shadow: 0 1px 6px -1px rgba(32, 33, 36, 0.28);
  -moz-box-shadow: 0 1px 6px -1px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px -1px rgba(32, 33, 36, 0.28);
}

.src-g {
  width: 430px;
}
.src-g .src-inp {
  border: none;
  background: #f8f8f8;
  height: 32px;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 3.2rem;
}
.src-g .src-inp:focus {
  outline: none;
  box-shadow: none;
}
.src-g .src-inp:active {
  outline: none;
  box-shadow: none;
}
.src-g .src-img {
  top: 1px;
  left: 1rem;
  width: 15px;
  border: none;
  background: transparent;
  padding: 0;
}
@media (max-width: 1200px) {
  .src-g {
    width: 345px;
  }
  .src-g .src-inp {
    height: 32px;
    padding: 0.5rem 1rem 0.5rem 3.2rem;
  }
  .src-g .src-img {
    top: 2px;
    width: 15px;
  }
}

.card-1 {
  -webkit-box-shadow: 0 2px 10px -1px #cccccc;
  -moz-box-shadow: 0 2px 10px -1px #cccccc;
  box-shadow: 0 2px 10px -1px #cccccc;
}
.card-1 .card-1-img img {
  width: 100%;
  aspect-ratio: 16/5;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.card-1 .card-1-img h6 {
  font-size: 15px;
  line-height: 17px;
  text-shadow: 2px 2px #707070;
  font-weight: bold;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 17px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-1 .card-1-desc p {
  font-size: 9px;
  line-height: 10px;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-1 .card-1-pricing p {
  font-size: 0.8rem;
}
.card-1 .card-1-pricing div {
  font-size: 0.9rem;
}
.card-1 .price-ico {
  width: 28px;
  height: 34px;
  bottom: 2px;
  right: 8px;
}

.card-news {
  border-radius: 9px;
}
.card-news .card-news-img {
  border-radius: 9px;
}
.card-news .card-news-img img {
  border-radius: 9px;
  aspect-ratio: 16/8;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.card-news .card-news-text {
  border-radius: 9px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.card-news .card-news-text h5 {
  font-size: 21px;
  line-height: 18px;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-news:hover .card-news-text {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}

.title-maps {
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
  width: 92%;
}
@media (min-width: 576px) {
  .title-maps {
    width: 532px;
  }
}

.pure-material-textfield-standard {
  position: relative;
  display: inline-block;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

/* Input, Textarea */
.pure-material-textfield-standard > input,
.pure-material-textfield-standard > textarea {
  display: block;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-top: solid 27px transparent;
  border-bottom: solid 1px #707070;
  padding: 0 0 4px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: #005331;
  transition: border-bottom 0.2s, background-color 0.2s;
}

/* Span */
.pure-material-textfield-standard > input + span,
.pure-material-textfield-standard > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  padding: 7px 0 0;
  color: #707070;
  font-size: 75%;
  line-height: 18px;
  pointer-events: none;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Underline */
.pure-material-textfield-standard > input + span::after,
.pure-material-textfield-standard > textarea + span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #005331;
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform 0.2s;
}

/* Hover */
.pure-material-textfield-standard > input:hover,
.pure-material-textfield-standard > textarea:hover {
  border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.pure-material-textfield-standard > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-standard > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 56px;
}

/* Focus */
.pure-material-textfield-standard > input:focus,
.pure-material-textfield-standard > textarea:focus {
  outline: none;
}

.pure-material-textfield-standard > input:focus + span,
.pure-material-textfield-standard > textarea:focus + span {
  color: #005331;
}

.pure-material-textfield-standard > input:focus + span::before,
.pure-material-textfield-standard > textarea:focus + span::before {
  opacity: 0.12;
}

.pure-material-textfield-standard > input:focus + span::after,
.pure-material-textfield-standard > textarea:focus + span::after {
  transform: scale(1);
}

/* Disabled */
.pure-material-textfield-standard > input:disabled,
.pure-material-textfield-standard > textarea:disabled {
  border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
}

.pure-material-textfield-standard > input:disabled + span,
.pure-material-textfield-standard > textarea:disabled + span {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .pure-material-textfield-standard > input,
.pure-material-textfield-standard > input + span,
.pure-material-textfield-standard > input + span::after,
.pure-material-textfield-standard > textarea,
.pure-material-textfield-standard > textarea + span,
.pure-material-textfield-standard > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
.akun-type-sec {
  width: 100%;
  text-align: center;
}
.akun-type-sec h1 {
  font-family: "gotham bold";
  color: white;
}
.akun-type-sec input[type=radio] {
  display: none;
}
.akun-type-sec input[type=radio]:checked + .box {
  background-color: #005331;
}
.akun-type-sec input[type=radio]:checked + .box div {
  color: white;
  font-family: "gotham bold";
}
.akun-type-sec input[type=radio]:checked + .perorangan div:before {
  content: url(../img/perorangan-aktive.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.akun-type-sec input[type=radio]:checked + .korporasi div:before {
  content: url(../img/korporasi-aktive.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.akun-type-sec .box {
  width: 150px;
  height: 40px;
  background-color: white;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #005331;
  border-radius: 4px;
}
.akun-type-sec .box:active {
  transform: translateY(2px);
}
.akun-type-sec .box div {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 15px;
  user-select: none;
  color: #005331;
  font-family: "gotham book";
}
.akun-type-sec .perorangan {
  margin-right: 1rem;
}
.akun-type-sec .perorangan div:before {
  content: url(../img/perorangan.png);
  margin-right: 0.5rem;
  vertical-align: middle;
  padding-top: 5px;
}
.akun-type-sec .korporasi {
  margin-left: 1rem;
}
.akun-type-sec .korporasi div:before {
  content: url(../img/korporasi.png);
  margin-right: 0.5rem;
  vertical-align: middle;
  padding-top: 5px;
}

.radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.radio + .radio {
  margin-top: 4px;
}
.radio input {
  display: none;
}
.radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.radio input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
.radio input + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #005331;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}
.radio input:checked + span:before {
  border: 1px solid #005331;
}

/* END CHECKBOX STYLE */
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.item-scroll,
.vertical-align-middle {
  display: inline-blockl;
  vertical-align: middle;
}

.scroll::-webkit-scrolbar {
  display: none;
}

.banner-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -3px;
}
.banner-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 4px;
  background: white !important;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  margin: 4px;
}
.banner-carousel .owl-dots .owl-dot.active span {
  background-color: #ffcb05 !important;
}

.break {
  background: #f7f7f7 !important;
  width: 100%;
  height: 4px;
}

.kategori-link picture {
  width: 60px;
  height: 60px;
}
.kategori-link picture img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.kategori-link p {
  font-size: 0.8rem;
}

.text-more {
  font-size: 0.8rem;
}

.border-bottom-1 {
  border-bottom: 1px solid #707070 !important;
  opacity: 1;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-9 {
  border-radius: 9px;
}

.rounded-10 {
  border-radius: 10px;
}

.progress {
  background-color: #FFE9A2 !important;
  height: 9px !important;
}
.progress .progress-bar {
  background-color: #F9BE00 !important;
  border-radius: 4px;
}
.progress .progress-bar.full {
  background-color: #005331 !important;
}

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