@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-ExtraBold.ttf') format("truetype"), url('../fonts/Teachers-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-BoldItalic.ttf') format("truetype"), url('../fonts/Teachers-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Teachers;
  src: url('../fonts/Teachers-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray700: #344054;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --white: var(--untitled-ui--white);
  --black: black;
  --whites: var(--untitled-ui--gray400);
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.koperasi-logo-image {
  border-radius: 50%;
}

.div-koperasi-logo {
  z-index: 3;
  border-radius: 50%;
  width: 2%;
  position: fixed;
  inset: 9% auto auto 7.25%;
  box-shadow: 1px 1px 3px #1427706b;
}

.avatar-display {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-right: 5%;
  padding-top: 5%;
  padding-left: 5%;
}

.member-info {
  font-weight: 600;
}

.member-info._2 {
  color: #3c4858;
  font-size: 12px;
  font-weight: 500;
}

.member-info._1 {
  color: #9fadbe;
  font-size: 12px;
  font-weight: 400;
}

.div-info-profile {
  padding-top: 0%;
  padding-left: 5%;
}

.link-block-12 {
  width: 30%;
  height: 30%;
  margin-right: 5%;
  padding-top: 5%;
  padding-left: 5%;
}

.greetings {
  color: #3c4858;
  font-weight: 600;
}

.avatar-image {
  background-color: #fff;
  border-radius: 50%;
  width: auto;
  height: auto;
  padding-top: 0%;
  box-shadow: 5px 5px 13px #0000001c;
}

.user-profile {
  border-radius: 16px 16px 0 0;
  height: auto;
  padding: 2.5% 5%;
  display: flex;
}

.dashboard-panel {
  background-color: #fff;
  border-radius: 12px;
  width: 20%;
  height: 96%;
  position: fixed;
  top: 2%;
  bottom: 2%;
  left: 2%;
  overflow: auto;
  box-shadow: 0 3px 20px #0000001a;
}

.dashboard-panel.cust {
  width: 11%;
  overflow: visible;
}

.logo {
  object-fit: contain;
  justify-content: center;
  height: 80px;
  margin-bottom: 0%;
  padding: 2.5%;
  display: flex;
}

.body {
  color: #3c4858;
  object-fit: fill;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.menu.flex {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 7%;
  padding-right: 5%;
  display: flex;
}

.div-menu.dashboard {
  height: 40px;
  padding: 2.5% 2%;
  display: flex;
}

.div-menu.dokumen, .div-menu.kabar, .div-menu.whatsapp, .div-menu.pinjaman, .div-menu.simpanan {
  height: 50px;
  padding: 5% 8%;
  display: flex;
}

.icon-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 0%;
  display: flex;
}

.icon-menu-wrapper.cust {
  align-items: center;
  width: 100%;
}

.icon-menu {
  width: auto;
  max-width: none;
  height: 30px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.icon-menu.main {
  height: 60px;
}

.icon-menu.main._2nd {
  padding-top: 5%;
}

.icon-menu.sidebar {
  padding-right: 4%;
}

.menu-name-wrapper {
  align-items: center;
  padding-left: 5%;
  display: flex;
}

.menu-name {
  color: #3c4858;
  font-size: 16px;
  font-weight: 600;
}

.line-divider {
  text-align: left;
  border: 1px solid #e4e4e4;
  width: 85%;
  padding-right: 0;
}

.wrap-line-divider {
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.link-block-13, .link-block-menu {
  height: auto;
  text-decoration: none;
  display: block;
}

.div-block {
  height: 75px;
}

.div-main-right {
  object-fit: fill;
  background-color: #fff0;
  border-radius: 12px;
  flex-flow: column;
  width: 83%;
  height: auto;
  min-height: 0%;
  max-height: none;
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  transition: box-shadow .5s;
  display: block;
  position: absolute;
  inset: 2% 2% 2% auto;
  overflow: auto;
  box-shadow: 0 3px 20px #0000001a;
}

.div-main-right.main {
  height: 1000px;
}

.div-main-right.main.pengaturan {
  height: auto;
  box-shadow: 0 3px 20px #0000001a;
}

.div-main-right.main.operasional {
  width: 83%;
  height: auto;
}

.div-main-right._100 {
  height: auto;
  max-height: 2000px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-main-right.outlet {
  height: 1000px;
  margin-bottom: 5%;
}

.div-main-right.data-kendaraan {
  height: 2400px;
  max-height: 2500px;
}

.div-main-right.data-kendaraan.auto {
  height: auto;
}

.div-main-right.sopir {
  height: auto;
  max-height: 2000px;
}

.div-main-right.jadwal {
  max-width: none;
  height: auto;
  max-height: 2000px;
}

.div-main-right.operations {
  height: 1200px;
}

.div-main-right.reservasi {
  height: 1000px;
}

.div-main-right.reservasi.book {
  height: 1600px;
}

.div-main-right.reservasi.book.checkout {
  height: 1250px;
}

.div-main-right.reservasi.auto, .div-main-right.reservasi._900 {
  height: auto;
}

.div-main-right.user {
  height: 850px;
}

.div-main-right.tambah-jadwal {
  height: 1550px;
}

.div-main-right.cust {
  width: 83%;
  height: auto;
  position: absolute;
}

.div-main-right.cust._2 {
  height: auto;
}

.div-main-right.cust._2.auto {
  height: auto;
  min-height: 0;
  position: absolute;
  overflow: auto;
}

.div-main-right.artikel {
  min-height: 0%;
}

.row-wrapper-menu {
  justify-content: flex-start;
  height: 150px;
  margin-top: 5%;
  margin-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.row-wrapper-menu.pengaturan {
  justify-content: flex-start;
}

.row-wrapper-menu.pengaturan.hide, .row-wrapper-menu.hide, .row-wrapper-menu.hidden {
  display: none;
}

.card-wrapper-menu {
  object-fit: contain;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 5% 2%;
  transition: box-shadow .5s;
  display: flex;
  box-shadow: -1px -1px 4px #fff, 11px 14px 9px -15px #0000007a;
}

.card-wrapper-menu:hover {
  box-shadow: -13px -13px 20px 6px #fff, 14px 14px 36px -10px #0000003d;
}

.card-wrapper-menu.charter {
  display: none;
}

.title-1 {
  color: #3c4858;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block {
  text-align: center;
}

.text-card-menu {
  color: #3c4858;
  text-align: center;
  margin-bottom: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-weight: 700;
}

.header-title {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.iconkabar {
  width: 200px;
  height: 200px;
}

.image-wrapper {
  justify-content: center;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 4%;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
}

.image-wrapper.header-simpanan {
  object-fit: fill;
  width: 30%;
  height: auto;
  position: relative;
  bottom: 4%;
  left: -4%;
}

.image-wrapper.header-simpanan.simp {
  object-fit: fill;
  width: 40%;
}

.image-wrapper.header-simpanan.simp.kabar {
  width: 50%;
  padding-top: 0%;
  padding-bottom: 0%;
  bottom: 4%;
  left: 1%;
}

.image-wrapper.login {
  position: static;
}

.image-wrapper.login.no-padding {
  justify-content: center;
  width: auto;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.link-block-cat {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  text-decoration: none;
}

.back-button-wrapper {
  margin-bottom: 2.5%;
}

.back-button-wrapper.kategori {
  margin-bottom: 5%;
}

.body-market-keranjang {
  background-color: #fff;
  border-radius: 16px;
  max-width: none;
  height: auto;
  max-height: 1400px;
  margin-top: 2.5%;
  padding: 2.5%;
  overflow: visible;
}

.text-icon {
  color: #3c4858;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.wrapper-kategori {
  border-radius: 8px;
  box-shadow: 2px 2px 4px -1px #00000012;
}

.kembali {
  color: #305bff;
  background-color: #0000;
  font-weight: 700;
}

.right-header-wrapper {
  width: 75%;
  padding: 2.5%;
}

.grid-kategori {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper-right {
  width: 70%;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrapper-right.card-top {
  flex-direction: column;
  height: auto;
  margin-top: 1.5%;
  display: flex;
  inset: 0% 0% auto 27.5%;
}

.wrapper-right.card-top.kabar {
  margin-top: 1.5%;
}

.icon-wrp {
  justify-content: center;
  display: flex;
}

.icons {
  width: 75%;
  margin-bottom: 4%;
}

.header-wrapper {
  background-image: linear-gradient(161deg, #0030ea, #476dff 50%, #7592ff);
  border-radius: 16px;
  flex-direction: row;
  width: 100%;
  height: 350px;
  display: flex;
}

.header-wrapper.kabar {
  height: 200px;
}

.search-div {
  border-radius: 6px;
  width: 40%;
  padding: 2.5%;
}

.search-div.sched {
  width: auto;
}

.search-div.sched.no-padding {
  margin-right: 2%;
  padding-left: 0%;
  display: flex;
}

.search-div.sched.no-padding.flex {
  align-items: flex-end;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
}

.search-div.sched.no-padding.flex.no-margin {
  margin-right: 0%;
}

.search-div.date {
  width: 30%;
}

.search-div.date.small {
  width: 20%;
}

.search-div.date.voucher {
  width: 50%;
  padding-left: 0%;
}

.search-div.manifest {
  width: 25%;
}

.search-div.user {
  width: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 0%;
}

.search-div.user.hide {
  display: none;
}

.search-wrap {
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.search-wrap.outlet {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 0%;
  padding-right: 2.5%;
}

.search-wrap.voucher {
  flex-direction: column;
  align-items: flex-start;
}

.text-field {
  border-radius: 8px;
  height: 30px;
  margin-right: 5%;
  font-size: 12px;
}

.search-button {
  background-color: #b20921;
  border-radius: 8px;
  align-items: center;
  height: 30px;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.text-small {
  color: #3397ef;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0%;
  margin-right: 5%;
  font-size: 12px;
  line-height: 14px;
}

.text-small.legend {
  color: #3c4858;
  text-align: center;
  margin-right: 0%;
  padding-left: 2.5%;
}

.text-small.legend.center {
  text-align: center;
}

.text-small.red {
  color: #ad0c0f;
  height: auto;
}

.text-small.keterangan {
  color: #3c4858;
}

.text-small.pemesanan {
  color: #921d2d;
  margin-bottom: 2%;
  font-size: 14px;
  line-height: 20px;
}

.text-small.pemesanan.isi-keterangan {
  width: auto;
  height: 57.6px;
  margin-bottom: 10%;
}

.text-small.pemesanan.ss {
  font-size: 10px;
  line-height: 16px;
}

.text-small.pemesanan-answer {
  color: #012748;
  margin-bottom: 2%;
  font-size: 14px;
  line-height: 20px;
}

.text-small.pemesanan-answer.isi-keterangan {
  height: 57.6px;
  margin-bottom: 10%;
}

.text-small.pemesanan-answer.bold {
  font-weight: 700;
}

.text-small.pemesanan-answer.red {
  color: #ff0004;
}

.text-small.pemesanan-answer.large {
  font-size: 18px;
  line-height: 22px;
}

.text-small.pemesanan-answer.ss {
  font-size: 10px;
  line-height: 16px;
}

.form {
  align-items: center;
  display: flex;
}

.form.search {
  padding-left: 2.5%;
}

.form.search.seat {
  padding-top: 0%;
  padding-left: 0%;
}

.form.search.seat.reserve {
  padding-top: 0%;
}

.form.search.flex.vertical, .form.daftar-manifest {
  flex-direction: column;
  align-items: flex-start;
}

.date-wrapper {
  margin-bottom: 2.5%;
}

.date-wrapper.hide {
  display: none;
}

.date-wrapper.reservasi {
  width: 100%;
  display: block;
}

.date-wrapper.reservasi.padding {
  padding-left: 2.5%;
}

.date-wrapper.reservasi.size {
  width: 100%;
}

.date-wrapper.reservasi._50, .date-wrapper.reservasi.fifty {
  width: 50%;
}

.date-wrapper.reservasi.v {
  margin-bottom: 0%;
}

.date-wrapper.outlet {
  padding-left: 2.5%;
}

.date-wrapper.outlet._50 {
  width: 50%;
  padding-left: 0%;
}

.sub-title-div {
  padding: 2.5%;
}

.text-block-2 {
  color: #fff;
  background-color: #b20921;
}

.sub-title-text {
  color: #fff;
  text-align: center;
  background-color: #b20921;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 2.5%;
  font-size: 12px;
  font-weight: 600;
}

.column {
  padding: 2.5% 2%;
}

.button-wrapper {
  justify-content: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.button-wrapper._2-buttons {
  justify-content: space-around;
}

.button-wrapper._2-buttons.adjust-left {
  justify-content: flex-start;
  width: 50%;
  margin-bottom: 5%;
  padding-left: 0%;
}

.button-wrapper._2-buttons.left-margin {
  justify-content: flex-start;
  padding-left: 0%;
}

.button-wrapper._2-buttons.left-margin.top-margin {
  padding-top: 2rem;
}

.button-wrapper.reservasi {
  justify-content: flex-start;
}

.button-wrapper.top {
  margin-top: 5%;
}

.button-wrapper.top._30 {
  width: 20%;
  margin-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.button-wrapper.left {
  justify-content: flex-start;
  width: 350px;
  margin-top: 2.5%;
  padding-left: 1.5%;
  padding-right: 2.5%;
}

.button-wrapper.profile {
  margin-top: 5%;
  padding-left: 0%;
}

.button-wrapper.menu {
  justify-content: flex-start;
  margin-top: 0%;
  padding-left: 0%;
}

.button-wrapper.flex {
  padding: 10% 1%;
}

.button-wrapper.fix {
  width: 35px;
  height: 35px;
  margin: 5px;
  padding-left: 0%;
  padding-right: 0%;
}

.button-wrapper._40 {
  width: 40px;
}

.button {
  background-color: #3397ef;
  border-radius: 8px;
  height: 30px;
  margin-bottom: 2.5%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 30px;
}

.button.jenis-payment {
  text-align: center;
  width: 100%;
  margin-top: 2.5%;
  font-weight: 700;
}

.button.jenis-payment.reservasi {
  background-color: #921d2d;
  width: 40%;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.button.jenis-payment.reservasi.popup {
  width: 100%;
}

.calendar-div {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.calendars-div {
  margin-top: 5%;
  margin-bottom: 5%;
}

.outlet-wrapper {
  height: auto;
  max-height: 300px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2.5%;
  overflow: auto;
}

.outlet-wrapper.hide {
  display: block;
}

.outlet-wrapper.reservasi {
  margin-bottom: 2.5%;
}

.outlet-wrapper.reservasi.kursi {
  object-fit: fill;
  max-height: none;
  padding-left: 0%;
  overflow: visible;
}

.outlet-wrapper.reservasi.kursi.auto, .outlet-wrapper.reservasi.outlet {
  height: auto;
}

.outlet-wrapper.reservasi.outlet._50 {
  width: 50%;
  padding-left: 0%;
}

.outlet-wrapper.auto {
  height: auto;
  max-height: none;
  margin-bottom: 2.5%;
  padding-left: 0%;
  display: flex;
  position: static;
  overflow: visible;
}

.outlet-wrapper.auto.none {
  overflow: visible;
}

.outlet-wrapper.auto.none.flex {
  flex-flow: column;
}

.outlet-wrapper.auto.none.vertical.fifty {
  width: 50%;
}

.outlet-wrapper.auto.none.vertical.v {
  padding-top: 0%;
}

.outlet-wrapper.auto._50 {
  z-index: 10;
  width: 40%;
  display: block;
  position: relative;
  top: -350px;
}

.outlet-wrapper.auto._50.diff {
  width: 30%;
  top: -380px;
}

.outlet-wrapper.auto._50.no {
  top: 0;
}

.outlet-wrapper.auto._50.change {
  width: 100%;
  top: 0;
}

.outlet-wrapper.auto._50.norm {
  margin-bottom: 5%;
  position: static;
  top: 0;
}

.outlet-wrapper.auto.vertical, .outlet-wrapper.auto.flex {
  flex-flow: column;
}

.outlet-wrapper.auto.flex.v {
  padding-bottom: 0%;
}

.outlet-wrapper.auto.flex-vertical {
  flex-flow: column;
}

.outlet-wrapper.scroll {
  padding-left: 0%;
  padding-right: 0%;
  overflow: auto;
}

.outlet-wrapper.scroll.no-scroll {
  overflow: visible;
}

.outlet-wrapper.card-tiket {
  height: auto;
}

.outlet-wrapper.card-tiket.tiket {
  flex: none;
  width: 60%;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: .5rem;
  overflow: visible;
}

.outlet-wrapper.card-tiket.tiket.schedule, .outlet-wrapper.card-tiket.tiket.history {
  width: 100%;
}

.outlet-wrapper.card-tiket.tiket.notifikasi {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.outlet-wrapper.card-tiket.tiket.main, .outlet-wrapper.card-tiket.tiket.full {
  width: 100%;
}

.outlet-wrapper.card-tiket.tiket.point-history {
  width: 90%;
}

.outlet-wrapper.tiket {
  padding-left: 0%;
}

.outlet-wrapper.tiket.space {
  margin-bottom: 5%;
}

.outlet-wrapper.tiket.space._50 {
  width: 60%;
  max-height: 400px;
}

.outlet-wrapper.tiket.space._50.main-menu {
  flex-direction: row;
  width: 92%;
  margin-left: 2rem;
  padding-left: 0;
  display: flex;
}

.outlet-wrapper.tiket.space._50.small-padding {
  padding-left: .5rem;
  padding-right: .5rem;
}

.outlet-wrapper.smaller {
  max-height: 120px;
}

.outlet-wrapper.smaller.full {
  max-height: none;
  padding-left: 0%;
  overflow: visible;
}

.dropdown-div {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.dropdown-div.reservasi {
  margin-top: 0%;
  margin-bottom: 0%;
}

.select-field {
  background-color: #0000;
  border-radius: 8px;
  height: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 30px;
}

.select-field._25 {
  background-color: #0000;
  width: 90%;
}

.select-field._25._100 {
  width: 100%;
}

.keberangkatan-div {
  flex-direction: column;
  height: 200px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  overflow: visible;
}

.keberangkatan-div.reservasi {
  height: 400px;
  margin-top: 0%;
  margin-bottom: 0%;
}

.left-text-fill {
  text-align: right;
  flex: 0 auto;
  width: 20%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  font-size: 12px;
  line-height: 16px;
}

.right-text-fill {
  text-align: left;
  width: 80%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

.columns {
  display: block;
}

.legend-div {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.legend-div.reservasi {
  margin-bottom: 2.5%;
}

.legend-div.reservasi.seat {
  margin-bottom: 5%;
  padding-left: 0%;
}

.legend-div-content {
  align-items: center;
  margin-bottom: 2.5%;
  display: flex;
}

.legend-div-content.vertical {
  flex-direction: column;
}

.small-icon {
  width: 30px;
  max-width: none;
}

.column-2 {
  padding: 2.5% 2%;
}

.data-keberangkatan-div {
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  overflow: visible;
}

.data-keberangkatan-div.penumpang.reservasi {
  justify-content: flex-end;
  margin-top: 0%;
  margin-bottom: 0%;
}

.data-keberangkatan-div.penumpang.reservasi.pemesanan {
  flex-direction: column;
}

.data-keberangkatan-div.penumpang.reservasi.left {
  justify-content: flex-start;
}

.data-keberangkatan-div.reserve {
  flex-direction: column;
  margin-top: 0%;
  margin-bottom: 2.5%;
}

.data-keberangkatan-div.reserve.res-2 {
  flex-direction: row;
}

.data-keberangkatan-div.reserve.res-2.pemesanan {
  flex-direction: column;
  padding-left: 0%;
  padding-right: 0%;
}

.data-keberangkatan-div.reserve.tarif {
  flex-direction: row;
}

.data-keberangkatan-div.reserve._0margin {
  padding-left: 0%;
  padding-right: 0%;
}

.data-keberangkatan-div.reserve._0margin.right {
  align-items: stretch;
  width: auto;
}

.data-keberangkatan-div.reserve._0margin.right.v {
  margin-bottom: 0%;
}

.data-keberangkatan-div.reserve.margin {
  width: 100%;
  margin-top: 2.5%;
}

.data-keberangkatan-div.reserve.margin.no-padding {
  padding-left: 0%;
}

.div-keterangan {
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.div-keterangan.reservasi.reserve {
  margin-bottom: 2.5%;
  padding-left: 0%;
}

.div-info {
  width: 50%;
}

.div-info.reservasi {
  width: 25%;
}

.div-seat.reservasi {
  width: 340px;
}

.div-seat.reservasi.smaller {
  width: 200px;
}

.div-seat.reservasi._4-seat {
  width: 340px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 30% 30% 30%;
}

.grid-seat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 30% 30%;
  margin-top: 5%;
  margin-bottom: 5%;
  position: static;
}

.icon-seat {
  width: 70px;
}

.seat-wrapper {
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.seat-wrapper.box {
  width: 45%;
  height: auto;
}

.seat-wrapper.box.flex {
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  top: 50px;
}

.seat-wrapper.box.flex.innova {
  width: 40%;
  height: 40%;
}

.seat-wrapper.low {
  height: 80px;
}

.seat-wrapper.round-trip {
  height: 160px;
}

.column-3 {
  padding: 2.5% 2%;
}

.text-field-2 {
  border-radius: 6px;
  height: 20px;
  margin-bottom: 2%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 14px;
}

.text-field-pemesanan {
  border-radius: 6px;
  height: 20px;
  margin-bottom: 2%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.textarea {
  height: 49.6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 16px;
}

.textarea-2, .textarea-pemesanan {
  border-radius: 6px;
}

.drop-down-pemesanan {
  background-color: #0000;
  border-radius: 6px;
  height: 20px;
  margin-bottom: 2%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
}

.div-payment {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5%;
  padding: 2.5% 0%;
  display: flex;
}

.div-payment.reservasi {
  margin-bottom: 0%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-payment.reservasi.v {
  padding-top: 0%;
}

.payment-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-payment {
  height: 65px;
}

.medium-text {
  color: #3c4858;
  text-align: center;
}

.medium-text.bold {
  font-weight: 700;
}

.medium-text.bold.reservasi {
  text-align: left;
  padding-left: 2.5%;
}

.medium-text.outlet {
  text-align: left;
  margin-bottom: 2.5%;
}

.link-block-payment {
  text-decoration: none;
}

.form-search-jadwal {
  justify-content: flex-end;
  margin-bottom: 1%;
}

.outlet-selection {
  background-color: #0000;
  border-radius: 6px;
  height: 31.6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.text-field-3 {
  border-radius: 6px;
  width: 200px;
  height: 31.6px;
  margin-bottom: 0;
}

.text-field-3.larger {
  width: 300px;
}

.div-penjadwalan {
  margin-bottom: 2.5%;
  padding: 2.5%;
}

.div-top-menu-penjadwalan {
  justify-content: flex-start;
  display: flex;
}

.button-penjadwalan {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #921d2d;
  background-clip: border-box;
  border-radius: 6px;
  width: 140px;
  font-size: 12px;
  line-height: 16px;
}

.button-penjadwalan.semibold {
  border: 1px solid #921d2d;
  margin-right: 2.5%;
  font-weight: 500;
}

.button-penjadwalan.semibold.off {
  border: 1px solid #921d2d;
}

.button-penjadwalan.off {
  color: #921d2d;
  background-color: #fff;
}

.div-date-switch {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5%;
  display: flex;
}

.date-button {
  text-align: center;
  background-color: #921d2d;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.date-button.bold {
  font-weight: 600;
}

.date-text {
  text-align: center;
  width: 120px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 0%;
  padding-right: 0%;
  font-weight: 600;
  line-height: 28px;
}

.date-text.alt {
  color: #3c4858;
  margin: 5% 5% 5% 0%;
  line-height: 16px;
}

.date-text.justify-right {
  margin-right: 0%;
}

.date-text.justify-right.align-right {
  text-align: right;
}

.date-switch-wrapper {
  align-items: center;
  display: flex;
}

.div-date-wrapper {
  max-height: 1000px;
  padding: 2.5%;
  overflow: scroll;
}

.div-date-wrapper.dashboard-penjadwalan {
  min-height: 400px;
  max-height: none;
  margin-top: 1%;
  margin-bottom: 2%;
  overflow: visible;
}

.grid-date {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-2 {
  background-color: #921d2d;
  border-radius: 6px;
  margin-top: 0%;
  padding-top: 9px;
  font-size: 12px;
  line-height: 16px;
}

.button-2.discount {
  text-align: center;
  width: 110px;
  margin-top: 0%;
  margin-right: 5%;
  font-weight: 500;
}

.button-2.search {
  height: 31.6px;
  margin-left: 2.5%;
}

.button-2.foto {
  text-align: center;
  width: 150px;
  font-weight: 600;
}

.button-2.login {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  margin-top: 15%;
  margin-bottom: 5%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2.del, .button-2.edit {
  margin-left: 2%;
  margin-right: 2%;
  font-family: "Fa solid 900", sans-serif;
}

.button-2.gradient {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.button-2.gradient.non-aktif {
  text-align: center;
  width: 125px;
  margin-right: 2.5%;
}

.button-2.gradient.aktif {
  text-align: center;
  background-image: linear-gradient(#6e8fe1, #241f72);
  width: 125px;
}

.button-2.gradient.margin {
  margin-right: 2.5%;
}

.button-2.gradient._100 {
  width: 100%;
  margin-top: 7.5%;
}

.button-2.gradient._100.smaller {
  width: 25%;
  margin-top: 5%;
}

.button-2.gradient.cust {
  margin-right: 5%;
}

.button-2.gradient.cust.smaller {
  font-size: 12px;
  line-height: 16px;
}

.button-2.gradient.manifest {
  text-align: center;
  margin-bottom: 2%;
  margin-right: 2.5%;
}

.button-2.gradient.space {
  width: 100%;
  margin-top: 10%;
}

.button-2.gradient.larger {
  text-align: center;
  width: 200px;
}

.button-2.gradient._30 {
  text-align: center;
  background-image: linear-gradient(#fb6c6c, #921d2d);
  width: 40%;
}

.button-2.gradient._30.sm {
  width: 30%;
}

.button-2.gradient.smaller {
  font-size: 12px;
  line-height: 16px;
}

.button-2.gradient.margin-right {
  margin-bottom: 2.5%;
  margin-right: 2.5%;
}

.button-2.gradient.tambah {
  align-items: center;
  height: 31.6px;
  margin-top: 0%;
  margin-left: 0%;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.button-2.gradient.search-komisi {
  height: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Fa solid 900", sans-serif;
}

.button-2.gradient.small {
  text-align: center;
  width: 30%;
  min-width: 150px;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.button-2.gradient.submit {
  width: 200px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.button-2.gradient.submit._220p {
  background-image: url('../images/Frame-125.png'), linear-gradient(#fb6c6c, #921d2d);
  background-position: 50% 140%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 140% 450%, auto;
  width: 220px;
  height: 50px;
  margin-top: 3%;
  font-size: 18px;
  line-height: 26px;
  transition: background-position .4s cubic-bezier(.455, .03, .515, .955);
}

.button-2.gradient.submit._220p:hover {
  background-position: 50%, 0 0;
}

.button-2.gradient.submit._220p.smaller-width {
  width: 175px;
}

.button-2.gradient.submit._220p.smaller-width.schedule {
  width: 100px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0 2px 5px #0003;
}

.button-2.gradient._250p {
  text-align: center;
  width: 150px;
}

.button-2.iconic {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.button-2.cari {
  height: 31.6px;
  font-family: "Fa solid 900", sans-serif;
}

.button-2.box {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.button-2.box.blue {
  background-color: #0d3de8;
}

.button-3 {
  margin-right: 5px;
}

.form-diskon {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-kembali {
  margin-bottom: 1%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 2.5%;
}

.div-kembali.laporan {
  margin-bottom: 1%;
  padding-left: 2.5%;
}

.return-button {
  color: #921d2d;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.return-button.blk {
  color: #3c4858;
  -webkit-text-stroke-color: transparent;
}

.div-tambah-jenis-diskon {
  height: auto;
  max-height: 100vh;
  overflow: visible;
}

.div-tambah-jenis-diskon.no-overflow {
  overflow: visible;
}

.field-label {
  height: auto;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.field-label.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.field-label.top-space {
  margin-top: 2.5%;
}

.text-field-form {
  border-radius: 8px;
  height: 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.text-field-form.diskon {
  width: 87%;
}

.text-field-form.date {
  width: 15%;
}

.text-field-form.margin {
  margin-bottom: 2.5%;
}

.text-field-form.durasi {
  width: 15%;
  margin-right: 2.5%;
}

.text-field-form.durasi.point {
  width: 25%;
}

.text-field-form.space {
  margin-bottom: 2.5%;
}

.text-field-form._25 {
  width: 90%;
}

.text-field-form._25._100 {
  width: 100%;
}

.text-field-form.spacing {
  width: 60px;
}

.text-field-form.smaller {
  width: 80%;
}

.text-field-form.margin-bottom, .line-content-form {
  margin-bottom: 2.5%;
}

.line-content-form.foto {
  flex-direction: column;
  display: flex;
}

.line-content-form.foto.left {
  align-items: flex-start;
}

.line-content-form.login {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-title {
  margin-top: 2.5%;
  margin-bottom: 1%;
  font-weight: 400;
}

.div-title.out {
  margin-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-title.laporan {
  margin-bottom: 1%;
  padding-left: 2.5%;
}

.heading-font {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.select-field-2 {
  background-color: #0000;
  border-radius: 8px;
  height: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.select-field-2.diskon {
  width: 10%;
  margin-right: 2.5%;
}

.select-field-2.jam {
  width: 15%;
}

.select-field-2.margin {
  margin-bottom: 2.5%;
}

.select-field-2.rp {
  background-color: #0000;
  width: 10%;
  margin-right: 2.5%;
}

.select-field-2._25 {
  width: 25%;
}

.select-field-2._w-select {
  background-color: #fff;
}

.field-label-wrapper._2-line {
  flex-direction: row;
  display: flex;
}

._2-line-wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5%;
  display: flex;
}

._2-line-wrapper.durasi {
  margin-bottom: 2.5%;
}

._2-line-wrapper.right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

._2-line-wrapper.right.space-bot {
  margin-bottom: 0%;
}

._2-line-wrapper.right.v {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
}

._2-line-wrapper.top {
  margin-bottom: 2.5%;
}

._2-line-wrapper.harga {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0%;
}

._2-line-wrapper.harga.align-right {
  justify-content: flex-end;
}

._2-line-wrapper.harga.round-trip {
  width: 50%;
}

._2-line-wrapper.sched {
  align-items: center;
  margin-bottom: 0%;
}

._2-line-wrapper._70 {
  width: 70%;
}

._2-line-wrapper._70._100 {
  width: 100%;
}

._2-line-wrapper.b {
  margin-bottom: 2.5%;
}

._2-line-wrapper.b.flex-vertical {
  flex-flow: column;
}

._2-line-wrapper.ringkasan.justify-edge {
  justify-content: space-between;
  margin-bottom: 2.5%;
}

._2-line-wrapper.nor {
  margin-bottom: 1%;
}

._2-line-wrapper.space {
  align-items: flex-end;
  height: auto;
  margin-bottom: 2.5%;
}

._2-line-wrapper.bot {
  margin-bottom: 2.5%;
}

._2-line-wrapper.bot.pesanan-saya, ._2-line-wrapper.bot.horizontal, ._2-line-wrapper.profil.menu {
  justify-content: space-between;
}

._2-line-wrapper.padding-on {
  height: 100%;
  padding-top: 5%;
  padding-bottom: 0%;
}

._2-line-wrapper.padding {
  padding-left: 5%;
}

._2-line-wrapper.padding.voucher {
  padding-left: 0%;
}

._2-line-wrapper.flex.space-around, ._2-line-wrapper.flex.stretch {
  justify-content: space-around;
}

._2-line-wrapper.vertical {
  flex-direction: column;
}

._2-line-wrapper.vertical.justify-left.smallgap.flex-horizontal.notification {
  flex-flow: row;
}

._2-line-wrapper.vertical.justify-left.smallgap.flex-horizontal.notification.no-margin {
  margin-bottom: 0%;
}

._2-line-wrapper.bottom-space {
  margin-bottom: 2.5%;
}

._2-line-wrapper.content {
  align-items: center;
}

._2-line-wrapper.gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

._2-line-wrapper.justify-left {
  justify-content: flex-start;
  align-items: center;
}

._2-line-wrapper.v {
  margin-left: 40px;
}

.button-confirmation {
  text-align: center;
  background-color: #921d2d;
  border-radius: 6px;
  width: 120px;
  margin-top: 5%;
  margin-right: 2.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.button-confirmation.discount {
  margin-top: 0%;
  margin-right: 5%;
}

.button-confirmation.extra {
  width: auto;
}

.button-confirmation.no-margin {
  margin-top: 0%;
}

.dash-text {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.day-button {
  text-align: center;
  background-color: #921d2d;
  border-radius: 6px;
  width: 45px;
  height: 30px;
  margin-right: 2.5%;
  padding: 0;
  line-height: 30px;
}

.day-button.bold {
  font-weight: 600;
}

.form-dashoard {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.textarea-3 {
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
}

.textarea-3.voucher {
  min-height: 150px;
}

.select-field-3 {
  background-color: #0000;
  border-radius: 6px;
  height: 31.6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.div-search-daftar-manifest-1 {
  width: 100%;
  margin-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.div-search-daftar-manifest-1.top {
  margin-bottom: 0%;
}

.div-search-daftar-manifest-1.no-padding, .div-search-daftar-manifest-1.penumpang {
  padding-left: 0%;
}

.div-block-2 {
  overflow: scroll;
}

.text-durasi {
  line-height: 30px;
}

.text-durasi.space {
  margin-right: 2.5%;
}

.div-block-3 {
  max-width: none;
  height: 300px;
  overflow: scroll;
}

.div-outlet {
  background-color: #bf0000;
  background-image: linear-gradient(#bf0000a8, #bf0000a8), url('../images/vtransoffic.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  width: auto;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 6%;
  overflow: hidden;
}

.image {
  width: 400px;
  margin-bottom: 5%;
}

.image.photo {
  object-fit: contain;
  width: 325px;
}

.image.photo.portrait {
  object-fit: contain;
  width: auto;
  height: 600px;
}

.image.photo.large-landscape {
  object-fit: contain;
  width: 650px;
}

.div-tabel-biaya {
  overflow: scroll;
}

.login-page-wrapper {
  flex-direction: row;
  display: flex;
}

.left.profile {
  width: 30%;
}

.left.profile.menu {
  width: 50%;
}

.left.profile.horizontal {
  display: flex;
}

.left.profile.horizontal.full {
  width: 100%;
}

.left.icon-warp {
  width: 10%;
}

.right.profile {
  margin-left: 2.5%;
  font-size: 16px;
  line-height: 22px;
}

.right.profile.flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.right.profile.flex.menu {
  text-align: left;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  line-height: 20px;
}

.right.subject {
  width: 80%;
  max-width: 80ch;
  margin-left: 2.5%;
  font-size: 12px;
  line-height: 16px;
}

.login-div {
  width: 50%;
  height: 100vh;
}

.login-div.left {
  background-image: linear-gradient(148deg, #87272780, #4460a680), url('../images/164609832420211227_172821-min-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.login-div.right {
  justify-content: center;
  align-items: center;
  padding: 2.5%;
  display: flex;
}

.body-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(#ffffffab, #ffffffab), url('../images/Decoration.png');
  background-position: 0 0, 80%;
  background-size: auto, auto;
}

.body-2.login {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.div-block-4 {
  object-fit: fill;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.login-card {
  border-radius: 12px;
  width: 300px;
  height: 400px;
  box-shadow: 0 2px 14px #0000001c;
}

.login-card.flex {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 400px;
  margin-bottom: 5%;
  display: flex;
}

.login-card.flex.login {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.logo-wrapper {
  justify-content: center;
  padding: 0%;
  display: flex;
}

.image-2 {
  width: 80%;
  margin-bottom: 5%;
}

.form-2 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 5%;
  display: flex;
}

.form-block {
  height: 100%;
}

.form-block.login {
  justify-content: flex-start;
}

.link-pengaturan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-right: 5%;
  text-decoration: none;
  display: flex;
}

.link-pengaturan.hide {
  display: flex;
}

.link-pengaturan.hide.hidden {
  display: block;
}

.checkbox-label {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.checkbox-label.hide {
  margin-bottom: 0;
}

.checkbox-field {
  margin-right: 2.5%;
}

.radio-button-field {
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.radio-button {
  margin-bottom: 5%;
  margin-left: 0;
}

.radio-button-label {
  margin-bottom: 2.5%;
}

.radio-button-label.sml {
  font-size: 10px;
  line-height: 14px;
}

.modal-wrapper {
  z-index: 10;
  object-fit: fill;
  background-color: #16161699;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 2.5%;
}

.pop-up-centering {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-37 {
  color: #646464;
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-36 {
  text-align: center;
  margin-bottom: 10px;
}

.pop-up {
  z-index: 30;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 2.5%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #ff2d2d26;
}

.pop-up.padding {
  display: flex;
  box-shadow: 4px 4px 15px #12121226;
}

.pop-up.padding.large {
  color: #454545;
  text-align: left;
  order: 0;
  width: 1000px;
  height: auto;
  position: relative;
  overflow: auto;
}

.pop-up.padding.large.overflow-auto {
  height: 80vh;
}

.rocket {
  z-index: 32;
  margin-top: -108px;
  position: relative;
}

.pop-up-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent.delete {
  display: block;
}

.pop-up-parent.delete-confirm {
  z-index: 99;
  display: none;
}

.pop-up-parent.success-confirm {
  display: block;
}

.pop-up-parent.delete-confirm {
  z-index: 99;
  display: none;
  position: fixed;
}

.modal-input-email {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.pop-up-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close {
  color: #323d4a;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  position: absolute;
  inset: -25px -25px auto auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #ff2d2d26;
}

.submit-button-4 {
  color: #305bff;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  font-weight: 700;
  position: static;
}

.modal-text {
  color: #646464;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 10%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.modal-text.smaller-margin {
  margin-top: 5%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.notification-icon {
  width: 38%;
  margin-top: 5%;
  margin-bottom: 10%;
  display: inline-block;
}

.button-4 {
  padding-bottom: 10px;
}

.div-text-field {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.text-field-4 {
  padding: 2.5%;
}

.button-wrapper-pembayaran {
  width: auto;
  padding-left: 0%;
  padding-right: 1.5%;
}

.button-wrapper-pembayaran.merchant {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-label-2 {
  display: none;
}

.checkbox {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  width: 60px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.checkbox-field-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  padding: 2.5% 1.5%;
  display: flex;
  position: static;
}

.checkbox-seat {
  background-image: url('../images/kursikosong-01_1.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  width: 65px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.checkbox-seat:hover {
  background-image: url('../images/kursihover-03.png');
}

.checkbox-seat.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/checked-04.png');
}

.checkbox-seat.wait-payment {
  background-image: url('../images/seatkursi-10.png');
}

.checkbox-seat.wait-payment.serang {
  background-image: url('../images/kursi-10.png');
}

.checkbox-seat.wait-payment.cilegon {
  background-image: url('../images/kursi-12.png');
}

.checkbox-seat.payment-received {
  background-image: url('../images/paid-06.png');
}

.checkbox-seat.payment-received.serang {
  background-image: url('../images/kursi-09.png');
}

.checkbox-seat.payment-received.cilegon {
  background-image: url('../images/kursi-11.png');
}

.icon {
  height: 60px;
  margin-bottom: 15px;
}

.image-3 {
  width: 60px;
  height: 70px;
  margin-top: 25%;
}

.image-3._50 {
  width: 32px;
  height: 45px;
}

.div-image-driver {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  padding: 2.5%;
  display: flex;
}

.radio-field-pembayaran {
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
  padding: 2.5%;
  display: flex;
}

.radio-button-2 {
  background-image: url('../images/money-3.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  width: 50px;
  height: 50px;
  margin-bottom: 5%;
  margin-left: 0;
}

.radio-button-2.tunai {
  background-size: contain;
}

.radio-button-2.tunai:hover {
  background-image: url('../images/money-3.png');
  background-position: 50%;
  background-size: contain;
}

.radio-button-2.edc {
  object-fit: cover;
  background-image: url('../images/point-of-sale.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 40px;
  height: 50px;
}

.radio-button-2.edc:hover {
  background-image: url('../images/point-of-sale.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.radio-button-2.merchant {
  background-image: url('../images/digital-wallet.png');
}

.label-text-pembayaran {
  color: #b20921;
  font-weight: 700;
}

.pembayran-icon {
  width: 40px;
  margin-right: 10%;
}

.pembayran-icon.reserve {
  margin-right: 2.5%;
}

.pembayran-icon.reserve.space {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pembayran-icon.reserve.smlr {
  width: 37px;
}

.radio-button-field-2 {
  align-items: center;
  display: flex;
}

.radio-button-3 {
  margin-right: 10%;
}

.radio-button-3.reserve {
  margin-right: 2.5%;
}

.text-radio-pembayaran {
  font-weight: 600;
}

.radio-button-field-3 {
  width: 100%;
  margin-bottom: 2%;
  padding: 1.5%;
  display: flex;
}

.radio-button-field-3:hover {
  background-color: #4460a629;
}

.radio-button-field-3:active {
  color: #fff;
  background-color: #4460a6;
}

.radio-button-4 {
  object-fit: fill;
  border-color: #5a5a5a;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 1.5%;
  display: block;
}

.radio-button-label-2 {
  color: #fff;
  background-color: #921d2d;
  height: auto;
  margin-right: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-weight: 500;
  display: none;
}

.div-text {
  flex-direction: row;
  display: block;
}

.log-out-button {
  color: #3c4858;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 5% 8% 5% 16%;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-span-90 {
  color: #c5273c;
  margin-right: 10%;
  font-family: "Fa solid 900", sans-serif;
}

.log-out-buttin {
  width: 100%;
  height: 50px;
}

.form-3 {
  border-radius: 12px;
  justify-content: space-around;
  width: 90%;
  display: flex;
}

.form-block-2 {
  justify-content: space-around;
  width: 100%;
  margin-top: 5%;
  display: flex;
}

.submit-button-5 {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  border-radius: 12px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button-5.reservasi {
  border-radius: 7px;
  width: 40%;
}

.submit-button-5.reservasi.round-trip {
  width: 150px;
}

.div-wrapper-seat {
  justify-content: space-between;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.sub-text-reservasi {
  color: #b20921;
  font-weight: 600;
}

.subtitle-div-reservasi {
  padding: 0% 2.5% 1.5%;
}

.subtitle-div-reservasi.reservasi {
  padding-left: 0%;
}

.subtitle-div-reservasi._0margin {
  padding-left: 0%;
  padding-right: 0%;
}

.subtitle-div-reservasi._0margin.padding, .subtitle-div-reservasi.unseat, .subtitle-div-reservasi.v {
  padding-left: 0%;
}

.submit-button-wrapper {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
}

.submit-button-wrapper.cust {
  padding-left: 5%;
}

.submit-button-wrapper.cust.round-trip {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  padding-left: 1.5%;
}

.div-line-wrapper {
  width: 30%;
}

.div-line-wrapper._50 {
  width: 50%;
}

.div-line-wrapper.full {
  width: auto;
}

.form-reservasi {
  align-items: flex-start;
  padding-left: 2.5%;
  display: block;
  position: static;
  overflow: visible;
}

.form-reservasi.round-trip {
  width: 100%;
  padding-left: 0%;
}

.div-text-question {
  width: 20%;
}

.div-text-question.right {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
  margin-right: 5%;
  display: flex;
}

.div-text-question.right.cus, .div-text-question.right.cus._100 {
  width: 40%;
}

.div-text-question.right.v {
  justify-content: flex-start;
  width: 10%;
}

.div-text-question.right.v.t {
  width: 14%;
  margin-right: 1%;
}

.div-input-answer {
  width: 60%;
}

.div-input-answer.v {
  width: 75%;
}

.card {
  border: 1px solid #0000;
  border-radius: 6px;
  width: 96%;
  height: auto;
  margin-bottom: .25%;
  padding: 1.5% 2.5%;
  overflow: visible;
  box-shadow: 0 1px 12px #0000001a;
}

.card.smaller {
  background-color: #ffffffc9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.card.smaller.curve {
  border-radius: 12px;
}

.card.toolbar {
  border-radius: 12px 0 0 12px;
  width: 8%;
  height: 80%;
  margin: 5% 3.5% 0%;
  padding: 1%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.card.main {
  border-radius: 0 12px 12px 0;
  height: auto;
  min-height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card.tiket {
  height: auto;
}

.card.tiket.pesanan-saya.promo {
  background-color: #ffffffd6;
  height: 200px;
  padding-bottom: 0%;
  padding-right: 0%;
  box-shadow: 0 2px 12px #0000001a;
}

.card.tiket.pesanan-saya.promo.gojek {
  background-image: url('../images/News-Card2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.card.tiket.pesanan-saya.notification.flex {
  margin-bottom: 0%;
  padding: 1rem .5rem;
}

.card.auto {
  height: auto;
}

.card.auto._50 {
  width: 70%;
  margin-bottom: 4%;
  text-decoration: none;
  display: flex;
}

.card.auto._50.align-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 375px;
}

.card.auto._50.align-center.use {
  width: 450px;
}

.card.auto._50.align-center._70 {
  width: 100%;
}

.card.auto._50.hidden {
  display: none;
}

.card.auto._50.price {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card.auto._70 {
  flex: none;
  width: 60%;
  max-width: none;
  margin-right: 5%;
  overflow: visible;
}

.card.detail-penumpang._70 {
  width: 70%;
  height: auto;
}

.card.detail-penumpang._70-copy {
  width: 50%;
  height: auto;
  margin-bottom: 5%;
}

.card.flex {
  background-color: #ffffffe6;
  border-radius: 18px;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 2rem;
  display: flex;
}

.card.flex.profil {
  margin-bottom: 5%;
}

.card.flex.profil.vertical {
  flex-direction: column;
}

.card.flex.profil.vertical.menu {
  width: 60%;
}

.card.flex.profil.voucher {
  flex-direction: column;
  width: 60%;
}

.card.flex.profil.voucher.history {
  flex-direction: row;
  width: 70%;
  margin-bottom: 2.5%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.card.flex.profil.voucher.history.link-block, .card.flex.profil.voucher.detail.full {
  width: 100%;
}

.card.penumpang-tersimpan {
  height: auto;
}

.card.penumpang-tersimpan.flex {
  justify-content: space-between;
  width: 80%;
  margin-bottom: 2.5%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card.penumpang-tersimpan.flex.horizontal {
  flex-flow: row;
}

.card.penumpang-tersimpan.flex.horizontal.smaller-card {
  width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card.shadow {
  box-shadow: 0 1px 4px #0000001a;
}

.card.shadow.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.card.highlight {
  background-color: #ffbaba;
}

.div-left {
  width: 60%;
}

.div-left.destination {
  width: 30%;
}

.div-left.destination.spacing {
  width: 18%;
  margin-right: 2%;
}

.div-left.destination.spacing.cust {
  width: 40%;
}

.div-left.destination.spacing.pesanan-saya {
  width: 30%;
}

.div-left.destination.spacing.pesanan-saya._50.align-left {
  justify-content: flex-start;
  align-items: center;
}

.div-left.destination.spacing.pesanan-saya._50.align-left._40 {
  width: 40%;
}

.div-left.destination.spacing.tiket {
  width: 25%;
}

.div-left.destination.spacing.full {
  width: 30%;
}

.div-left.destination.spacing.time {
  width: 150px;
}

.div-left.destination.larger {
  width: 40%;
}

.div-left.destination.round-trip {
  width: 17%;
}

.div-left.destination.smaller {
  width: 15%;
}

.div-left.destination._20percent {
  width: 20%;
}

.div-left.cust {
  width: 50%;
  padding: 1.5% 1%;
}

.div-left.cust.full {
  width: 100%;
}

.div-left.cust.full._90 {
  width: 70%;
  padding-bottom: 0%;
}

.div-left.cust.round-trip {
  padding-top: .5%;
  padding-bottom: .5%;
}

.div-left._70 {
  width: 70%;
}

.div-left._70.auto {
  width: 70%;
  margin-right: 2.5%;
}

.div-left._70.auto._100 {
  width: 100%;
}

.div-left._70.auto._100.flex {
  flex-flow: column;
}

.div-left._50 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-left._50.flex.vertical {
  flex-direction: column;
}

.div-left._20 {
  width: 20%;
}

.div-left._20.main {
  width: 15%;
  height: 100vh;
  padding: 5% 2% 5% 5%;
}

.div-left._40 {
  text-align: left;
  width: 100%;
  margin-right: 5%;
}

.div-left.small {
  width: 50%;
}

.div-left.text {
  width: 60%;
  padding-top: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-left._100 {
  width: 100%;
  display: flex;
}

.div-left.fifty {
  width: 50%;
}

.div-left.cek-tiket {
  width: 45%;
}

.div-right {
  width: 30%;
}

.div-right.cust {
  width: 50%;
  padding: 1.5% 1%;
}

.div-right.cust.sml {
  width: 40%;
}

.div-right.cust.sml.full {
  width: 100%;
}

.div-right.cust.round-trip._100 {
  width: 50%;
  padding-top: .5%;
  padding-bottom: .5%;
}

.div-right._100, .div-right._100.vertical.full {
  width: 100%;
}

.div-right._100.vertical.full.flex {
  flex-flow: column;
}

.div-right.vertical {
  flex-direction: column;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.div-right.vertical.horizontal {
  flex-direction: row;
  width: 100%;
}

.div-right._60 {
  width: 60%;
  height: 100vh;
}

.div-right._60.main {
  width: 95%;
  margin-left: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}

.div-right._60.main.show {
  mix-blend-mode: normal;
  margin-left: 0%;
}

.div-right._60.main.show.right {
  width: 85%;
}

.div-right._60.main.dif {
  width: 80%;
}

.div-right._20 {
  width: 20%;
}

.div-right.custom {
  text-align: right;
  width: 40%;
  margin-left: 5%;
  padding-top: 1.5%;
}

.div-right.custom.history {
  width: 50%;
}

.div-right.custom.top-padding {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.div-right.text {
  align-items: flex-end;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-right._100.horizontal {
  display: flex;
}

.div-right.fifty {
  width: 50%;
}

.div-right.round-trip {
  width: 17%;
}

.div-right.cek-tiket {
  width: 45%;
}

.div-right._40 {
  width: 30%;
}

.div-right._40._40percent {
  width: 40%;
}

.div-right._40._40percent.flex.justify-right {
  justify-content: flex-end;
  align-items: center;
}

.div-right.smaller, .div-right._20percent {
  width: 20%;
}

.div-right._60percent {
  text-align: right;
  width: 60%;
}

.destination-text {
  color: #3c4858;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 16px;
}

.destination-text.bold {
  color: #004eb6;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.destination-text.bold.grey {
  color: #3c48584d;
}

.destination-text.bold.grey.alt {
  font-size: 14px;
}

.destination-text.bold._2 {
  font-weight: 800;
}

.destination-text.bold._1 {
  font-weight: 700;
}

.destination-text.smaller {
  font-size: 14px;
  font-weight: 600;
}

.destination-text.smaller.align-right {
  text-align: right;
}

.destination-text.normal {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.destination-text.justify-right.numerical-money {
  text-align: right;
}

.destination-text.schedule {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.destination-text.schedule.time {
  color: #921d2d;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.destination-text.schedule.time-est {
  font-size: 14px;
  line-height: 20px;
}

.destination-text.schedule.price {
  font-size: 30px;
  line-height: 36px;
}

.stock {
  color: #921d2d;
}

.stock.bold {
  font-size: 15px;
  font-weight: 700;
}

.stock.bold.harga {
  align-self: center;
  font-size: 15px;
}

.number {
  z-index: 10;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  position: relative;
  inset: -65% auto auto 0%;
}

.number.relative {
  position: relative;
  top: -80%;
  bottom: 0;
}

.number.alt {
  top: -70%;
}

.number.smlr {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: -62%;
}

.number.smlr.hidepaid {
  color: #3c485800;
}

.number.smlr.adj {
  top: -106%;
}

.number.smlr.adj.round-trip {
  top: -54%;
}

.title-text-card {
  color: #3c4858;
  font-weight: 700;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c80, #921d2d80);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 2.5%;
  margin-right: 3%;
  padding: 0 10px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  flex-direction: column;
  width: 80px;
  height: 80px;
  margin-bottom: 2.5%;
  padding: 0 20px;
  display: flex;
}

.text-date {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  font-size: 30px;
  font-weight: 800;
}

.tabs-menu {
  justify-content: flex-start;
  margin-bottom: 0%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.tabs-menu.tiket {
  padding-left: 0%;
}

.tab-link-tab-2 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c80, #921d2d80);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 3%;
  padding: 0 10px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
}

.tab-link-tab-3 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c80, #921d2d80);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 3%;
  padding: 0 10px;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
}

.tab-link-tab-4 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c80, #921d2d80);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 3%;
  padding: 0 10px;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
}

.tab-link-tab-5 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c80, #921d2d80);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0 10px;
  display: flex;
}

.tab-link-tab-5.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
}

.tabs-content {
  padding-left: 1%;
}

.tabs-content.tiket {
  padding-left: 0%;
}

.form-4 {
  padding-left: 1.5%;
}

.form-4.tiket {
  padding-left: 0%;
}

.link-block-14 {
  text-decoration: none;
  display: block;
}

.link-block-14:hover {
  background-color: #f0f4ff;
}

.link-block-14.space {
  margin-bottom: 2%;
}

.div-penumpang {
  width: 60%;
  margin-left: 2.5%;
  padding-left: 2.5%;
}

.div-penumpang.larger {
  width: 75%;
}

.div-penumpang.larger._100 {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 2.5%;
}

.clock {
  text-align: center;
}

.text-month {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
}

.tab-link-tab-1-2 {
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c66, #921d2d80);
  border-radius: 6px;
  width: auto;
  margin-bottom: 2.5%;
  margin-right: 0%;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1-2.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  padding-left: 20px;
  padding-right: 20px;
}

.white-bold {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.tab-link-tab-2-2 {
  background-color: #0000;
  background-image: linear-gradient(#fb6c6c80, #921d2d80);
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-2.w--current {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  width: auto;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 100%;
  margin-bottom: 5%;
  display: flex;
}

.mobile-menu {
  display: none;
}

.link-panel {
  width: 100%;
  padding-left: 2%;
  text-decoration: none;
}

.link-panel:hover {
  background-image: linear-gradient(#80aaff52, #80aaff52);
}

.avatar-display-2 {
  width: 100%;
  height: 100%;
  margin-right: 5%;
  padding-top: 5%;
  padding-left: 5%;
}

.icon-menu-2 {
  height: 100%;
}

.div-info-profile-2 {
  padding-top: 7%;
  padding-left: 5%;
}

.avatar-image-2 {
  border-radius: 50%;
  width: auto;
  height: auto;
  padding-top: 0%;
  box-shadow: 5px 5px 13px #0000001c;
}

.user-profile-2 {
  border-radius: 16px 16px 0 0;
  height: auto;
  display: flex;
}

.user-profile-2.mobile {
  display: flex;
}

.navbar {
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
}

.brand {
  display: none;
}

.link-2 {
  text-decoration: none;
}

.heading-sk {
  color: #323d4a;
  text-align: center;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.text-span-63 {
  font-weight: 700;
}

.text-span-69 {
  color: #323d4a;
}

.section-sk {
  margin-top: 20px;
  padding-top: 5%;
}

.text-span-60 {
  font-weight: 700;
}

.text-span-57 {
  font-weight: 400;
}

.text-span-57.ed {
  text-align: left;
}

.text-span-70 {
  font-family: "Fa solid 900", sans-serif;
}

.text-span-64, .text-span-62, .text-span-67 {
  font-weight: 700;
}

.link-3 {
  color: #323d4a;
  text-decoration: none;
}

.text-span-68 {
  font-weight: 700;
}

.paragraph-sk._1 {
  color: #323d4a;
  text-align: justify;
  margin-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-sk._1.align-left.no-bottom-margin {
  margin-bottom: 24px;
}

.paragraph-sk._2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-sk._1 {
  color: #323d4a;
  text-align: justify;
  margin-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}

.text-span-65, .text-span-58 {
  font-weight: 700;
}

.button-9 {
  background-color: #305bff;
  border-radius: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-61, .text-span-59 {
  font-weight: 700;
}

.div-button-syarat-ketentuan {
  justify-content: center;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-span-66, .text-span-91 {
  font-weight: 700;
}

.img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
}

.image-5 {
  width: 150px;
}

.text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96 {
  font-weight: 700;
}

.link-4 {
  color: #323d4a;
  text-decoration: none;
}

.text-span-97 {
  font-weight: 700;
}

.section-sk-2 {
  margin-top: 20px;
  padding-top: 5%;
}

.text-span-98 {
  font-weight: 700;
}

.paragraph-priv._1 {
  color: #323d4a;
  text-align: justify;
  margin-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-priv._2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-span-99, .text-span-100 {
  font-weight: 700;
}

.heading-kebijakan-priv {
  color: #323d4a;
  text-align: center;
  margin-bottom: 80px;
  font-size: 45px;
}

.text-span-101, .text-span-71, .text-span-102, .text-span-103, .text-span-104, .text-span-105 {
  font-weight: 700;
}

.div-button-syarat-ketentuan-2 {
  justify-content: center;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-span-106 {
  font-weight: 700;
}

.body-3 {
  margin-bottom: 200px;
}

.section-hapus-data {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-hapus-data {
  background-color: #fff;
  border-radius: 16px;
  width: 300px;
  height: auto;
  box-shadow: 0 2px 5px #0000001f;
}

.image-6 {
  width: 50%;
  padding: 5%;
}

.title-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading {
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.form-block-3 {
  padding: 5%;
}

.text-field-5, .text-field-6 {
  border: 1px solid #ffb3b3;
  border-radius: 6px;
}

.submit-button-6 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.hide {
  display: none;
}

.radio-button-5 {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-5:active {
  background-color: #0000;
}

.radio-button-5.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.radio-button-5.smaller {
  width: 48.75px;
  height: 75px;
}

.radio-button-5.clg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-5.clg.paid {
  background-image: url('../images/paid-06.png');
}

.radio-button-5.srg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-5.srg.paid {
  background-image: url('../images/paid-06.png');
}

.radio-button-5._50 {
  width: 32.5px;
  height: 50px;
}

.radio-button-5.paid {
  background-image: url('../images/paid-06.png');
}

.radio-button-5.unpaid, .radio-button-5.unpaid.clg, .radio-button-5.unpaid.srg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-5.penjualan-asmat {
  background-image: url('../images/kursi-13.png');
}

.radio-button-5.penjualan-asmat.serang {
  background-image: url('../images/kursi-14.png');
}

.radio-button-5.penjualan-asmat.srg {
  background-image: url('../images/kursi-13.png');
}

.radio-button-5.penjualan-asmat.clg, .radio-button-5.mutasi-asmat {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-5.mutasi-asmat.srg, .radio-button-5.mutasi-asmat.clg {
  background-image: url('../images/kursi-19.png');
}

.radio-button-5.mutasi-internal, .radio-button-5.mutasi-internal.srg {
  background-image: url('../images/kursi-16.png');
}

.radio-button-5.mutasi-internal.clg {
  background-image: url('../images/kursi-18.png');
}

.radio-button-field-4 {
  padding-left: 0;
}

.form-block-4 {
  width: 70%;
}

.form-block-4.full {
  width: 100%;
}

.nama-penumpang {
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  display: flex;
  position: relative;
  top: -100px;
}

.div-container {
  width: 100vw;
  height: 100vh;
}

.div-container.flex {
  padding: 0%;
  display: flex;
}

.div-container.flex.center, .div-container.flex._404 {
  justify-content: center;
  align-items: center;
}

.image-7 {
  object-fit: cover;
  border: 1px solid #0000;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: none;
  height: 600px;
}

.body-4 {
  background-image: url('../images/frosted.png');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.body-4.alter {
  background-image: none;
}

.login-form {
  width: auto;
  padding: 5% 10%;
}

.login-form.password {
  padding-left: 1rem;
  padding-right: 1rem;
}

.field-label-2, .field-label-3 {
  color: #cf283e;
}

.text-field-login-web {
  border: 1px solid #ffbfbf;
  border-radius: 12px;
}

.div-field {
  margin-bottom: 5%;
}

.div-field.pasword {
  width: 50%;
  margin-bottom: 2%;
}

.login-button-wrapper {
  margin-bottom: 2.5%;
}

.white-button {
  color: #cf283e;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  margin-top: 2.5%;
  font-weight: 700;
  box-shadow: 0 7px 9px -4px #00000012;
}

.text-login {
  color: #a1a1a1;
  text-align: center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  font-size: 12px;
  line-height: 16px;
}

.text-block-38 {
  color: #c32c2f;
  -webkit-text-stroke-color: #ff0004;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
}

.link-5 {
  color: #cf283e;
  -webkit-text-stroke-color: #ff0004;
  font-weight: 600;
  text-decoration: none;
}

.mid-text.bold {
  color: #3c4858;
  margin-bottom: 2.5%;
  font-weight: 700;
}

.smaller-text {
  color: #3c4858;
  margin-bottom: 2.5%;
}

.smaller-text.bold {
  font-weight: 700;
}

.div-code {
  width: 427.2px;
}

.form-5 {
  flex-direction: row;
  display: block;
}

.text-field-7 {
  width: 60%;
  margin-top: 5%;
}

.text-field-verifikasi {
  color: #3c4858;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fb6c6c;
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 38px;
  line-height: 44px;
  overflow: visible;
}

.div-flex {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  padding: 2% 0%;
  display: flex;
}

.div-flex.center {
  justify-content: space-between;
}

.div-flex.larger.vertical {
  justify-content: flex-end;
  align-items: center;
}

.div-flex.larger.vertical.voucher {
  padding-left: 1rem;
}

.div-flex.larger.vertical.voucher.bot {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-flex.larger.vertical.v {
  flex-direction: column;
}

.div-flex.larger.vertical.v.align-left {
  align-items: flex-start;
}

.div-flex.wrapper-history-voucher {
  flex-direction: column;
  align-items: flex-start;
}

.div-flex.wrapper-history-voucher.bot-margin {
  margin-bottom: 1rem;
}

.div-flex.justify-space-between {
  justify-content: space-between;
}

.div-flex.vertical {
  flex-flow: column;
}

.div-flex.vertical.auto-size {
  width: 740px;
}

.div-flex.vertical.auto-size.align-right {
  align-items: flex-end;
}

.div-flex.vertical.auto-size.align-right.space-between {
  justify-content: space-between;
  width: 700px;
}

.div-flex.vertical.auto-size.align-right.space-between.auto {
  width: 25%;
}

.div-flex.vertical.auto-size.align-right.space-between.auto.padding {
  width: 30%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-flex.vertical.auto-size.search {
  width: auto;
}

.div-flex.vertical.app-download {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-flex.app {
  background-image: url('../images/ssvtrans01.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  min-width: 575px;
  height: 100%;
}

.div-flex.app2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
}

.div-flex.app-mobile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  min-width: 0;
  max-width: none;
}

.div-flex.app-mobile-wrapper.vertical {
  justify-content: flex-start;
  padding-left: 10%;
}

.div-flex.horizontal {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  width: 50%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.div-flex.horizontal.less-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.div-flex.horizontal._100 {
  width: 100%;
}

.div-flex.horizontal.bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.div-flex.horizontal.auto-size {
  width: auto;
}

.div-flex.horizontal.auto-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 70%;
}

.div-flex.horizontal.full {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.div-flex.horizontal.lower-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: auto;
}

.div-flex.horizontal.cek-jadwal {
  width: 100%;
}

.div-flex.horizontal.cek-jadwal.smaller-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.div-flex.horizontal.cek-jadwal.smaller-gap.justify-center {
  justify-content: center;
}

.div-flex.horizontal.main-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.div-flex.layanan {
  width: 50%;
}

.div-flex.left {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 6%;
}

.div-flex.right {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 2%;
  padding-right: 12%;
}

.div-flex._50 {
  width: 50%;
}

.div-flex.width {
  width: 340px;
}

.div-flex.nav-wrapper {
  flex-flow: row;
}

.div-flex.nav-wrapper.align-space-between {
  justify-content: flex-start;
  width: 80%;
}

.div-flex.nav-wrapper._80 {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-flex.tujuan-note {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-flex.center-outlet {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-flex.schedule.justify-center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.div-flex.schedule.justify-center.align-top {
  justify-content: center;
  align-items: center;
}

.div-flex.schedule.justify-center.destination {
  width: auto;
}

.div-flex.schedule.justify-left.align-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
}

.div-flex.schedule.justify-left.align-top.vertical.adjust-width {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 1.5rem;
}

.div-flex.auto {
  width: auto;
}

.div-flex.main {
  padding-top: 0%;
  padding-bottom: 0%;
}

.paragraph-thank-you {
  color: #3c4858;
  text-align: center;
  margin-bottom: 5%;
}

.text-larger {
  color: #3c4858;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-larger.bold {
  margin-bottom: 7.5%;
  font-weight: 700;
}

.text-normal {
  color: #cf283e;
  font-weight: 500;
}

.text-normal.bold {
  margin-bottom: 5%;
  font-weight: 500;
}

.div-center {
  justify-content: center;
  display: flex;
}

.button-wrapper-main {
  justify-content: center;
  align-items: center;
  height: 14%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.button-10 {
  width: auto;
}

.button-main {
  width: 100%;
}

.link-block-toolbar {
  text-decoration: none;
}

.toolbar-name {
  color: #cf283e;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.div-button-toolbar {
  border-top-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 70px;
  height: 70px;
}

.icon-image {
  width: 40px;
  max-width: none;
  height: 40px;
  margin-bottom: 2.5%;
}

.div-header.div-flex.justify-right {
  justify-content: flex-end;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.div-header.div-flex.justify-right.return {
  justify-content: flex-start;
}

.div-header.div-flex.justify-right.return.head-order {
  padding-left: 2.5%;
}

.div-header.div-flex.justify-right.flex {
  flex-flow: row;
  padding-bottom: 0%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-2 {
  color: #3c4858;
  text-align: left;
}

.heading-2.mobile {
  text-align: left;
  font-weight: 600;
}

.heading-2.mobile.larger {
  font-size: 40px;
  line-height: 48px;
}

.heading-2.align-left {
  align-self: flex-start;
}

.heading-2.align-left.nomargintop {
  margin-top: 0;
}

.heading-2.bigger {
  font-size: 42px;
  line-height: 46px;
}

.div-main.div-flex {
  margin-bottom: 2.5%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-main.div-flex.vertical {
  flex-direction: column;
  padding-left: 0%;
}

.div-main.div-flex.vertical.tambah-data {
  padding-left: 0%;
}

.div-l._40 {
  width: 220px;
}

.div-l._40.bottom-1 {
  width: 190px;
  margin-right: 0;
}

.div-l._40.menu {
  width: 220px;
}

.div-r {
  width: 100%;
}

.div-r._40 {
  width: 220px;
}

.div-r._40.bttom-2 {
  width: 220px;
  margin-left: 0;
}

.main-form {
  width: 100%;
}

.main-form.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.dash {
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 50px;
  display: flex;
}

.field-label-blue {
  color: #6c6c6c;
  font-weight: 600;
}

.select-field-4 {
  background-color: #fff6;
  border: 1px solid #ffbfbf;
  border-radius: 6px;
  width: 220px;
}

.select-field-4.beranda {
  width: 220px;
}

.select-field-5 {
  background-color: #fff;
  border: 1px solid #ffbfbf;
  border-radius: 12px;
}

.text-field-8 {
  border: 1px solid #ffbfbf;
  border-radius: 12px;
}

.tabs {
  width: 100%;
}

.form-tiket {
  margin-bottom: 0;
}

.form-tiket.main-menu {
  flex: none;
  width: 360px;
}

.form-tiket.main-menu.size {
  flex: none;
}

.price {
  color: #3c4858;
  font-weight: 800;
}

.waktu-tempuh {
  color: #921d2d;
  text-align: center;
  background-color: #921d2d26;
  border-radius: 6px;
  font-weight: 600;
  line-height: 28px;
}

.waktu-tempuh.space {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-image: linear-gradient(#fb6c6c, #921d2d);
  margin-bottom: 1%;
}

.waktu-tempuh.space.promo {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.waktu-tempuh.space.promo.reverse {
  color: #c10000;
  background-color: #c1000033;
  background-image: none;
  margin-bottom: 5%;
  font-weight: 700;
}

.waktu-tempuh.space.promo.reverse.news {
  color: #c10000;
  background-color: #c1000033;
}

.waktu-tempuh.padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.time-text {
  color: #3c485866;
  font-weight: 500;
  line-height: 28px;
}

.time-text.align-right {
  text-align: right;
}

.text-span-107 {
  font-family: "Fa solid 900", sans-serif;
}

.div-legend {
  margin-bottom: 2.5%;
  display: flex;
}

.multiple-div.flex {
  display: flex;
}

.multiple-div.flex.center {
  align-items: center;
  width: 15%;
  margin-right: 2.5%;
}

.div-color {
  color: #333;
  background-color: #0000;
  border-radius: 4px;
  width: 28px;
  height: 28px;
}

.div-color.border {
  border: .5px solid #0000001f;
  border-radius: 5px;
}

.div-color.blue {
  background-color: #07b9ff;
  width: 31px;
}

.div-color.yellow {
  background-color: #fe9b4b;
}

.div-color.red {
  background-color: #ec0000;
}

.legend-text {
  color: #3c4858;
  margin-left: 5%;
  font-weight: 600;
}

.div-block-6 {
  background-image: url('../images/vtrans1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 300px;
  height: 500px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 80px 70px 80px;
  grid-template-columns: 55px 55px 55px;
  justify-items: center;
  padding-top: 50%;
}

.form-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  position: relative;
}

.car-seat-wrapper {
  background-color: #fff;
  background-image: url('../images/vanseatempty-07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  width: 350px;
  height: 500px;
}

.car-seat-wrapper.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.car-seat-wrapper.flex.innova {
  background-image: url('../images/innovaseat.png');
}

.hidden {
  margin-bottom: 0;
  display: none;
}

.div-seat-row.justify-edge {
  justify-content: space-between;
  margin-bottom: 5%;
  display: flex;
}

.div-seat-row.justify-edge._2-empty {
  justify-content: flex-end;
}

.checkbox-label-3 {
  display: none;
}

.checkbox-box {
  z-index: 0;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.checkbox-box.w--redirected-checked {
  background-image: none;
  border-color: #07b9ff;
}

.checkbox-box.right-space {
  margin-right: 8px;
}

.checkbox-box.right-space.large-space {
  margin-right: 27px;
}

.checkbox-box.right-space.large-space.smaller-space {
  margin-right: 17.5px;
}

.checkbox-box.right-space.none {
  margin-left: 8px;
  margin-right: 0;
}

.checkbox-field-3 {
  width: 34px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
}

.div-ringkasan-pemesanan.flex {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-ringkasan-pemesanan._100 {
  width: 100%;
}

.div-ringkasan-pemesanan.auto._100._80 {
  width: 80%;
}

.penumpang {
  text-align: right;
}

.penumpang.smaller {
  font-size: 15px;
  line-height: 16px;
}

.div-penumpang-tersimpan {
  margin-bottom: 2.5%;
}

.icon-wrapper {
  margin-right: 1%;
}

.text-wrapper-title.center {
  line-height: 24px;
}

.title-text-normal {
  color: #3c4858;
  font-weight: 700;
  line-height: 22px;
}

.title-text-normal.center {
  color: #3c4858;
  line-height: 30px;
}

.form-7 {
  display: flex;
}

.text-penumpang {
  color: #3c4858;
  font-weight: 700;
}

.email-text {
  color: #3c48588c;
  font-size: 12px;
  line-height: 18px;
}

.email-text.normal {
  color: #3c4858;
}

.email-text.point {
  color: #3f94cf;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.email-text.bold.no-opacity {
  color: #3c4858;
}

.div-scroll.flex {
  width: auto;
  max-width: 100%;
  margin-bottom: 2.5%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
  overflow: auto;
}

.field-label-4, .field-label-5 {
  color: #3c4858;
}

.field-label-penumpang {
  color: #3c4858;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.text-field-penumpang-1 {
  background-color: #eaeaea;
  border: 1px solid #0000;
  border-bottom-color: #3c4858;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 4%;
}

.notification-paragraph {
  color: #3c4858;
  font-size: 10px;
  line-height: 14px;
}

.div-line-wrapper-1 {
  margin-bottom: 2.5%;
}

.title {
  color: #3c4858;
}

.title.bold {
  margin-bottom: 1%;
  font-weight: 700;
}

.title.bold.red {
  color: #bb2c2c;
}

.text-data.small {
  color: #3c4858;
  margin-bottom: .5%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-data.small.larger {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.image-profile {
  width: 100%;
  height: 100%;
}

.image-profile.voucher.larger {
  object-fit: contain;
}

.image-profile.voucher._30 {
  width: 30%;
}

.name-text {
  color: #3c4858;
  font-weight: 700;
}

.name-text.space {
  margin-bottom: 5%;
}

.name-text.space.smaller {
  margin-bottom: 1%;
}

.text-menu {
  color: #3c4858;
  font-weight: 600;
}

.link-block-18 {
  text-decoration: none;
}

.text-block-39 {
  text-align: left;
}

.link-block-menus {
  margin-bottom: 2.5%;
  text-decoration: none;
}

.link-block-menus._100 {
  width: 100%;
}

.button-11 {
  color: #3c4858;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.button-11.bold {
  color: #cf283e;
  font-weight: 800;
}

.phone-text {
  color: #3c4858;
  font-size: 12px;
  line-height: 16px;
}

.delete-trash {
  background-color: #0000;
  background-image: url('../images/trash-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
}

.icon-mail {
  width: 35px;
}

.paragraph {
  color: #3c4858;
}

.paragraph.no-margin {
  margin-bottom: 0;
}

.brand-2 {
  background-image: url('../images/WhatsApp_Image_2023-02-21_at_10_01_38_AM-transformed.png');
  background-position: 50%;
  background-size: contain;
}

.navbar-2 {
  background-color: #fff;
  display: none;
}

.text-kata-sandi {
  margin-bottom: 2%;
}

.text-kata-sandi.bold {
  color: #3c4858;
  margin-bottom: 2.5%;
  font-weight: 700;
}

.text-unseat {
  margin-bottom: 1%;
}

.loader {
  border: .5rem solid #1a1a1a;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.loader---ball-wrap {
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translate(-50%);
}

.loader---ball {
  transform-origin: 50% 500%;
  background-color: #1f61ff;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.lottie-animation, .image-9 {
  width: 150px;
}

.form-block-reservasi {
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-12 {
  border-radius: 8px;
  font-weight: 500;
}

.button-12.margin {
  margin-left: 1%;
  margin-right: 1%;
}

.text-span-108 {
  font-family: "Fa solid 900", sans-serif;
}

.text-sidebar {
  color: #3c4858;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.switch-button {
  color: #921d2d;
  background-color: #fff;
  margin-left: 5%;
  font-family: "Fa solid 900", sans-serif;
}

.switch-button.no-margin {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 0%;
  display: flex;
}

.sub-header-main {
  font-weight: 700;
}

.sub-header-main.margin {
  color: #3c4858;
  margin-bottom: 2.5%;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
}

.swap-button {
  color: #921d2d;
  text-align: center;
  background-color: #0000;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  line-height: 30px;
}

.swap-button.shorter-margin {
  margin-left: 0;
  margin-right: 0;
}

.image-10 {
  object-fit: scale-down;
  height: auto;
}

.cont-title {
  color: #3c4858;
  margin-top: 20%;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.cont-title.red {
  color: #cf283e;
}

.button-13 {
  color: #cf283e;
  text-align: center;
  background-color: #0000;
  margin-top: 10%;
  margin-bottom: 10%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-span-109 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  position: static;
}

.success-message {
  background-color: #4460a6a1;
  border-radius: 8px;
  font-weight: 600;
}

.text-block-40 {
  color: #fff;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fbb1b1;
  border-radius: 8px;
  font-weight: 600;
}

.logout {
  color: #cf283e;
  text-align: center;
  background-color: #0000;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-span-111 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.check {
  color: #5965e4;
  text-align: right;
  justify-content: flex-end;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  position: relative;
  top: -80px;
  left: 8px;
}

.check.hidepaid {
  color: #5965e400;
}

.text-block-41 {
  position: absolute;
}

.seat-number {
  z-index: 1;
  color: #3c4858;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  position: absolute;
}

.tab-link-tab-1-3 {
  background-color: #e19ca6;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  background-color: #921d2d;
  width: auto;
  font-weight: 600;
}

.tab-link-tab-1-3._30 {
  width: 104.013px;
}

.tab-link-tab-1-3._30.w--current {
  width: auto;
}

.tab-link-tab-2-3 {
  background-color: #e19ca6;
  width: auto;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #921d2d;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-42 {
  color: #fff;
  font-weight: 400;
}

.tab-link-tab-3-2 {
  color: #fff;
  background-color: #e19ca6;
  width: auto;
}

.tab-link-tab-3-2.w--current {
  background-color: #921d2d;
}

.text-block-43 {
  color: #fff;
}

.text-block-44 {
  font-weight: 400;
}

.tabs-content-2 {
  display: flex;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  width: 90%;
}

.div-wrapper {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-404 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.heading-3 {
  color: #3c4858;
  text-align: center;
  margin-top: 2.5%;
  margin-bottom: 5%;
  font-size: 22px;
  line-height: 30px;
}

.heading-3.mid {
  margin-bottom: 0%;
}

.image-12 {
  width: 40%;
}

._404 {
  color: #cf283e;
  margin-bottom: 2%;
  font-size: 70px;
  line-height: 80px;
}

.login-image {
  box-sizing: border-box;
  object-fit: cover;
  max-width: none;
}

.pop-up-parent-2 {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent-2.delete {
  display: block;
}

.pop-up-parent-2.delete-confirm {
  z-index: 99;
  display: none;
}

.pop-up-parent-2.success-confirm {
  display: block;
}

.grid-pinjaman-opt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 90px 120px;
}

.grid-pinjaman {
  grid-template-rows: auto;
  grid-template-columns: 284px 50px 125px 1fr 1fr;
  padding: 15px 15px 0;
}

.grid-pinjaman.pengajuan-pinjaman {
  grid-column-gap: 10px;
  grid-template-columns: 140px 150px 150px 150px 145px;
  width: auto;
  height: auto;
}

.grid-pinjaman.cust {
  grid-template-columns: 284px 141px 213px;
  grid-auto-columns: 1fr;
}

.grid-43-copy {
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr 1fr .25fr;
}

.div-sub-title-simpanan {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-field-13 {
  border: 1px solid #305bff5c;
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.text-field-13.large {
  height: 30px;
}

.text-block-57 {
  color: #323d4a;
  font-size: 12px;
  line-height: 16px;
}

.select-field-6 {
  background-color: #0000;
  border: 1px solid #305bff5c;
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
}

.select-field-6.max {
  margin-left: 4px;
}

.text-field-33 {
  border: 1px solid #305bff59;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  line-height: 16px;
}

.div-jenis-pinjaman {
  padding-left: 0;
  padding-right: 0;
}

.div-jenis-pinjaman.right {
  padding-left: 20px;
}

.div-jenis-pinjaman._20 {
  width: 20%;
  margin-right: 2.5%;
}

.div-jenis-pinjaman._20.bottom-align {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-jenis-pinjaman._20.flex {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  display: flex;
}

.div-jenis-pinjaman._10 {
  width: 10%;
  margin-right: 2%;
}

.div-jenis-pinjaman._70 {
  width: 65%;
}

.div-jenis-pinjaman._50 {
  align-items: flex-end;
  height: 50px;
  display: flex;
}

.div-jenis-pinjaman.name {
  width: 50%;
}

.div-jenis-pinjaman.name._22 {
  width: 42.5%;
}

.div-jenis-pinjaman.space {
  margin-right: 5%;
}

.div-jenis-pinjaman._30 {
  width: 30%;
  margin-right: 2.5%;
}

.div-jenis-pinjaman._625 {
  width: 42.5%;
}

.div-jenis-pinjaman._25 {
  width: 20%;
  margin-right: 2.5%;
}

.div-jenis-pinjaman._17 {
  width: 17.5%;
  margin-right: 2.5%;
}

.text-field-31 {
  border: 1px solid #305bff59;
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
}

.text-block-60 {
  align-items: center;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.checkbox-2 {
  border: 1px solid #305bff;
}

.button-30 {
  background-color: #305bff;
  border-radius: 20px;
  height: 30px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.button-16-copy {
  background-color: #921d2d;
  border-radius: 6px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.div-block-59 {
  justify-content: flex-end;
  padding-right: 50px;
  display: flex;
}

.title-grid {
  grid-template-rows: 40px;
  grid-template-columns: 50px 1fr 1fr 1fr;
}

.title-grid.jurnal {
  grid-column-gap: 5px;
  grid-template-columns: 50px 1fr 1fr;
}

.title-grid.jurnal.fix {
  grid-template-columns: 50px 1fr 1fr 1fr 1fr;
}

.title-grid.jurnal.fix.less-grid {
  grid-template-columns: 50px 1fr 1fr 1fr;
}

.title-wrapper-2 {
  align-items: center;
  height: 30px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.button-24 {
  text-align: center;
  background-color: #305bff;
  border-radius: 40px;
  width: 150px;
}

.text-field-32 {
  border: 1px solid #305bff59;
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
}

.button-16 {
  background-color: #305bff;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
}

.button-16.button-submit {
  border-radius: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-cont {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.grid-cont.space {
  margin-bottom: 2.5%;
}

.heading-27 {
  color: #323d4a;
  width: 600px;
  font-size: 39px;
}

.heading-27.sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.heading-27.sub.par {
  width: auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-47 {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  min-height: 600px;
  padding: 20px 15px;
}

.div-block-47.jenis-pinjaman {
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  height: auto;
}

.tabble-wrapper-copy {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-label-9 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-61 {
  color: #323d4a;
  font-size: 12px;
  line-height: 16px;
}

.text-field-34 {
  border: 1px solid #305bff5c;
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.select-field-7 {
  background-color: #0000;
  border: 1px solid #305bff5c;
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-form {
  border-radius: 8px;
}

.grid-total-harga {
  grid-template-rows: auto;
  grid-template-columns: 165px 200px;
}

.grid-total-harga.bottom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-span-81 {
  color: #921d2d;
  font-weight: 400;
}

.total-left {
  color: #323d4a;
  text-align: right;
}

.total-left.bottom {
  color: #305bff;
  font-weight: 400;
}

.div-total-harga-wrapper {
  padding-top: 20px;
  padding-left: 15px;
}

.total-right {
  color: #323d4a;
}

.total-right.bottom {
  color: #921d2d;
  font-weight: 700;
}

.tabble-wrapper {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-62 {
  align-items: center;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.text-field-35 {
  border: 1px solid #305bff59;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  line-height: 16px;
}

.select-field-8 {
  background-color: #f8f8f8;
  border: 1px solid #0000;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.button-31 {
  background-color: #305bff;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
}

.text-field-14 {
  background-color: #0000;
  border: 1px solid #0000;
  height: 30px;
  font-size: 12px;
}

.pengajuan-pinjaman-button-wrapper {
  justify-content: flex-end;
  margin-top: 40px;
  padding-right: 30px;
  display: flex;
  position: static;
  inset: auto 6% 3% auto;
}

.button-15 {
  background-color: #921d2d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.grid-tambah-anggota {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-field-anggota {
  margin-top: 15px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.div-field-anggota.no-padding {
  padding-left: 0;
}

.button-template {
  text-align: center;
  background-color: #305bff;
  border-radius: 40px;
  width: 170px;
  margin-top: 10px;
}

.text-span-112 {
  font-family: "Fa solid 900", sans-serif;
}

.div-name {
  position: relative;
  top: -83px;
}

.text-block-63 {
  text-align: center;
}

.text-nama {
  text-align: center;
  width: 7ch;
  height: 40px;
  position: static;
  bottom: 10px;
}

.text-nama.round-trip {
  margin-top: 60px;
}

.text-span-113 {
  font-family: "Fa solid 900", sans-serif;
}

.div-payment-wrapper {
  background-color: #fdfdfd;
  border: 1px solid #c50000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  top: -95px;
  left: 43px;
  overflow: visible;
}

.div-payment-wrapper.penjualan-asmat {
  background-color: #1e00ff;
  border-color: #1e00ff;
}

.div-payment-wrapper.cash {
  background-image: url('../images/cash-money.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: -95px;
}

.div-payment-wrapper.midtrans {
  background-image: url('../images/midtrans-logoo-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: -95px;
}

.div-payment-wrapper.edc {
  background-image: url('../images/point-of-sale.png');
  background-position: 0 0;
  background-size: cover;
  top: -95px;
}

.div-payment-wrapper.bca {
  background-image: url('../images/bca-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -95px;
}

.div-payment-wrapper.voucher {
  background-image: url('../images/voucher.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -95px;
}

.div-payment-wrapper.transfer-ke-asmat {
  background-image: url('../images/asmats-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: -95px;
}

.div-payment-wrapper.transfer-dari-asmat {
  background-image: url('../images/asmats-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -95px;
}

.div-payment-wrapper.paid, .div-payment-wrapper.paid.hidepaid {
  background-color: #fdfdfd00;
  border-color: #c5000000;
}

.div-payment-wrapper.hidepaid {
  opacity: 0;
  background-color: #fdfdfd00;
  border-color: #c5000000;
}

.div-payment-wrapper.redbus {
  color: #3c485800;
  background-image: url('../images/redbuss.png');
  background-position: 50%;
  background-size: cover;
}

.div-payment-wrapper.traveloka {
  background-image: url('../images/traveloka.png');
  background-position: 50%;
  background-size: cover;
  top: -95px;
}

.text-block-64 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.text-block-64.hidepaid {
  color: #fff0;
}

.subtile-div-drop-down-reservasi {
  position: static;
}

.text-block-65 {
  color: #b20921;
  font-weight: 600;
}

.icon-3 {
  color: #b20921;
}

.dropdown-toggle-8 {
  padding-left: 0;
}

.dropdown-list-3 {
  background-color: #fff0;
}

.dropdown-list-3.w--open {
  position: static;
}

.image-13 {
  height: 200px;
}

.image-wraps {
  justify-content: center;
  display: flex;
}

.number-div {
  width: 5%;
  margin-right: 1%;
}

.checklist-div {
  width: 7.5%;
  margin-right: 1%;
}

.status-div {
  width: 40%;
}

.name-div {
  width: 40%;
  margin-right: 1%;
}

.text-block-66 {
  margin-right: 0%;
}

.text-block-66.bold {
  font-weight: 700;
}

.text-block-67 {
  margin-right: 0%;
}

.text-block-67.bold {
  font-weight: 700;
}

.text-justfiy-right {
  text-align: right;
  font-weight: 400;
}

.text-justfiy-right.bold, .bold {
  font-weight: 700;
}

.checkbox-3 {
  color: #3c4858;
  border: 1px solid #3c48584f;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field-4 {
  margin-bottom: 0;
  padding-left: 0;
}

.input {
  border: 1px solid #00000026;
  border-radius: 6px;
  height: 31.6px;
  padding-left: 12px;
  padding-right: 12px;
}

.export {
  text-align: center;
  background-color: #20d2a2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 31.6px;
  margin-bottom: 0%;
  padding: 0 12px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 60%;
  padding-left: 0;
}

.justify-bottom {
  justify-content: flex-end;
}

.wrapper-button {
  align-items: flex-end;
  display: flex;
}

.wrapper-button.padding-bottom {
  margin-left: 5%;
  padding-bottom: 1.25%;
}

.wrapper-button.padding-bottom.rekap {
  margin-left: 0%;
  padding-bottom: 2.5%;
}

.wrapper-button.padding-bottom.rekap.margin {
  margin-left: 2.5%;
}

.wrapper-button.padding-bottom.laporan {
  margin-left: 4%;
  padding-top: 3.5%;
  padding-bottom: 1%;
}

.wrapper-button.padding-bottom.laporan._2 {
  margin-left: 2%;
  padding-bottom: 0%;
}

.wrapper-button.padding-bottom.laporan.no-bottom {
  padding-bottom: 0%;
}

.wrapper-button.padding-bottom.no-margin {
  margin-left: 0%;
}

.wrapper-button.padding-bottom.no-margin.left-margin {
  margin-left: 2rem;
}

.div-wrapper-laporan.horizontal-flex {
  width: 100%;
  margin-bottom: 1%;
  display: flex;
}

.div-wrapper-laporan.horizontal-flex.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-wrapper-month.horizontal-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.month-select {
  color: #fff;
  background-color: #921d2d;
  border-radius: 6px;
  padding: 9px 10px;
  font-weight: 600;
  text-decoration: none;
}

.month-select.selected {
  background-color: #07c9eb;
}

.month-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-60 {
  display: flex;
}

.div-block-60._60 {
  width: 55%;
}

.div-block-60._60.auto {
  width: auto;
}

.div-block-61.horizontal {
  display: flex;
}

.div-button-search {
  align-items: flex-end;
  margin-top: 14px;
  display: flex;
}

.input-2 {
  border: 1px solid #0003;
  border-radius: 8px;
  width: 18%;
  min-width: 150px;
  height: 30px;
  margin-bottom: 10px;
  padding: 8px 12px;
}

.input-2.voucher, .profil-text {
  width: 30%;
}

.profil-text.jumlah-voucher {
  width: 50%;
  max-width: 150px;
}

.div-block-62 {
  width: 70%;
}

.scroll-wrapper {
  max-height: 600px;
  display: flex;
  overflow: auto;
}

.scroll-wrapper.vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.text-voucher, .text-voucher.bold {
  color: #333;
}

.link-block-19 {
  width: 100%;
  text-decoration: none;
}

.text-block-68 {
  color: #333;
}

.link-voucher-saya {
  width: 100%;
  text-decoration: none;
}

.paragraph-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-wrapper.justify-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  padding-left: 2rem;
}

.paragraph-description {
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.ticket-ammount {
  color: #333;
  font-size: 12px;
}

.link-block-voucher {
  width: 50%;
  text-decoration: none;
}

.small-text {
  margin-bottom: 0;
  font-size: 12px;
}

.radio-button-field-5 {
  padding-left: 0;
}

.radio-button-6 {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-6:active {
  background-color: #0000;
}

.radio-button-6.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.text-block-69 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.image-14 {
  width: 60px;
  height: 70px;
  margin-top: 25%;
}

.image-14._4-seat {
  width: 48px;
  height: 56px;
}

.radio-button-7 {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-7:active {
  background-color: #0000;
}

.radio-button-7.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.radio-button-7.unpaid, .radio-button-7.unpaid.clg, .radio-button-7.unpaid.srg {
  background-image: url('../images/waiting-payment-08.png');
}

.text-block-70 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.radio-button-8 {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-8:active {
  background-color: #0000;
}

.radio-button-8.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.radio-button-8.clg {
  background-image: url('../images/kursi-12.png');
}

.radio-button-8.clg.paid {
  background-image: url('../images/paid-06.png');
}

.radio-button-8.srg {
  background-image: url('../images/kursi-10.png');
}

.radio-button-8.srg.paid {
  background-image: url('../images/paid-06.png');
}

.text-block-71 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.radio-button-9 {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-9:active {
  background-color: #0000;
}

.radio-button-9.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.radio-button-9.unpaid {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-9.paid {
  background-image: url('../images/paid-06.png');
}

.text-block-72 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.dropdown-form {
  border: 1px solid #bebebe;
  border-radius: 8px;
  align-items: center;
  height: 30px;
  padding: 8px 12px;
  line-height: 14px;
  display: flex;
}

.dropdown-form-voucher {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list-4 {
  background-color: #b49a9a;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-radius: 0 0 8px 8px;
}

.dropdown-link {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-link.navbar {
  color: #242424;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-link.navbar:hover {
  color: #d8001e;
  background-color: #ffe6e6;
}

.div-voucher {
  padding-left: 2rem;
  padding-right: 2rem;
}

.beli-voucher-card {
  background-color: #fff;
  width: 500px;
  margin-bottom: 2rem;
  padding: 1rem;
}

.beli-voucher-card.horizontal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 8px;
  width: 350px;
  display: flex;
  box-shadow: 0 2px 8px #00000017;
}

.voucher-icon {
  width: 100px;
}

.text-judul {
  color: #3c4858;
  font-weight: 600;
}

.content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pesanan-icon-wrapper {
  align-items: center;
  display: flex;
}

.icon-pesanan {
  width: 70px;
}

.content-pesanan {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-voucher {
  background-color: #921d2d;
  background-image: linear-gradient(#fb6c6c, #921d2d);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-voucher.large {
  color: #fff;
  width: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.text-pemesanan.bold {
  color: #3c4858;
  font-size: 16.5px;
}

.link-block-20 {
  text-decoration: none;
}

.link-block-20.voucher {
  align-self: flex-start;
  width: 70%;
}

.glyph {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-button-bold {
  font-weight: 600;
}

.div-status-wrapper.novisible {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  flex-flow: column;
  height: 135px;
  display: flex;
  position: absolute;
}

.seat-wrapper-copy {
  height: 110px;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.seat-wrapper-copy.box {
  width: 45%;
  height: auto;
}

.seat-wrapper-copy.box.flex {
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  top: 50px;
}

.seat-wrapper-copy.box.flex.innova {
  width: 40%;
  height: 40%;
}

.seat-wrapper-copy.low {
  height: 80px;
}

.seat-wrapper-copy._4-seat {
  height: 90px;
  padding-left: 5px;
  padding-right: 5px;
}

.radio-button-field-5-copy {
  padding-left: 0;
}

.radio-button-6-copy {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-6-copy:active {
  background-color: #c2e1ff;
}

.radio-button-6-copy.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.radio-button-6-copy.unpaid, .radio-button-6-copy.unpaid.clg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-6-copy.unpaid.srg {
  background-image: url('../images/kursi-10.png');
}

.radio-button-6-copy.paid {
  background-image: url('../images/paid-06.png');
}

.radio-button-6-copy.paid.clg {
  background-image: url('../images/kursi-11.png');
}

.radio-button-6-copy.paid.srg {
  background-image: url('../images/paid-06.png');
}

.hide-copy {
  display: none;
}

.number-copy {
  z-index: 10;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  position: relative;
  inset: -65% auto auto 0%;
}

.number-copy.relative {
  position: relative;
  top: -80%;
  bottom: 0;
}

.number-copy.alt {
  top: -70%;
}

.number-copy.smlr {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  inset: 18% 0% auto;
}

.number-copy.smlr.hidepaid {
  color: #3c485800;
}

.number-copy.smlr.adj {
  top: -82%;
}

.div-status-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: 135px;
  padding-top: 35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-status-wrapper-copy.novisible {
  opacity: 0;
}

.div-status-wrapper-copy._4-seat {
  margin-right: -5px;
  padding-top: 12px;
}

.div-payment-wrapper-copy {
  background-color: #fdfdfd;
  border: 1px solid #c50000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: static;
  top: -90px;
  left: 43px;
  overflow: visible;
}

.div-payment-wrapper-copy.penjualan-asmat {
  background-color: #1e00ff;
  border-color: #1e00ff;
}

.div-payment-wrapper-copy.cash {
  background-image: url('../images/cash-money.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: static;
  top: 0;
  left: 0;
}

.div-payment-wrapper-copy.midtrans {
  background-image: url('../images/midtrans-logoo-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: static;
  top: -90px;
}

.div-payment-wrapper-copy.edc {
  background-image: url('../images/point-of-sale.png');
  background-position: 0 0;
  background-size: cover;
  position: static;
  top: -90px;
}

.div-payment-wrapper-copy.bca {
  background-image: url('../images/bca-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
  top: -90px;
}

.div-payment-wrapper-copy.voucher {
  background-image: url('../images/voucher.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -90px;
}

.div-payment-wrapper-copy.transfer-ke-asmat {
  background-image: url('../images/asmats-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: -90px;
}

.div-payment-wrapper-copy.transfer-dari-asmat {
  background-image: url('../images/asmats-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -90px;
}

.div-payment-wrapper-copy.paid, .div-payment-wrapper-copy.paid.hidepaid {
  background-color: #fdfdfd00;
  border-color: #c5000000;
}

.div-payment-wrapper-copy.hidepaid {
  opacity: 0;
  background-color: #fdfdfd00;
  border-color: #c5000000;
}

.div-payment-wrapper-copy.midtrans-copy {
  background-image: url('../images/midtrans-logoo-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.div-payment-wrapper-copy.bca-copy {
  background-image: url('../images/bca-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.div-payment-wrapper-copy.voucher-copy {
  background-image: url('../images/voucher.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.div-payment-wrapper-copy.transfer-ke-asmat-copy {
  background-image: url('../images/asmats-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.div-payment-wrapper-copy.transfer-dari-asmat-copy {
  background-image: url('../images/asmats-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.div-payment-wrapper-copy.traveloka {
  background-image: url('../images/traveloka.png');
  background-position: 50%;
  background-size: cover;
}

.div-payment-wrapper-copy.redbus {
  background-image: url('../images/redbuss.png');
  background-position: 50%;
  background-size: cover;
}

.div-payment-wrapper-copy.easybook {
  background-image: url('../images/easybook.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-payment-wrapper-copy.tiketux {
  background-image: url('../images/pngegg-2.png');
  background-position: 50%;
  background-size: cover;
}

.check-copy {
  color: #5965e4;
  text-align: right;
  justify-content: flex-end;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.check-copy.hidepaid {
  color: #5965e400;
}

.div-name-copy {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  top: -68px;
  overflow: hidden;
}

.div-seat-wrapper-top {
  width: auto;
}

.div-tabel-wrapper {
  height: auto;
  max-height: 100vh;
  overflow: auto;
}

.tab-rekapitulasi {
  color: #fff;
  background-color: #d34054;
  font-weight: 700;
}

.tab-rekapitulasi.w--current {
  background-color: #921d2d;
}

.image-15 {
  width: 110px;
  max-width: 100%;
}

.image-15.fix-size {
  width: 150px;
  min-width: 110px;
}

.navbar-3 {
  background-color: #0000;
}

.navbar-3.alt {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffeb;
  width: 100%;
  height: auto;
  padding: .5% 0 .5% 0%;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-header {
  direction: ltr;
  color: #242424;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  padding: 0 20px;
  font-weight: 600;
}

.nav-link-header.w--current {
  color: #d8001e;
}

.nav-link-header.hide {
  display: none;
}

.nav-link-header.solid {
  color: #d8001e;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 15px;
  line-height: 20px;
}

.nav-link-header.solid.alt {
  color: #fff;
  background-color: #d8001e;
}

.nav-link-header.solid.alt.sml {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-menu-3 {
  padding-top: 1%;
  padding-bottom: 1%;
  position: static;
}

.nav-menu-3.flex {
  align-items: center;
  width: 20%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.navbar-wrapper {
  max-width: none;
  padding: 0% 7.5%;
}

.navbar-wrapper.cus {
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.div-wrapper-main-body {
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.div-wrapper-main-body.tentang-kami {
  padding-top: 7%;
  padding-bottom: 6%;
}

.div-wrapper-main-body.tentang-kami.horizontal {
  height: auto;
  display: flex;
}

.div-wrapper-main-body.tentang-kami.horizontal.top-margin {
  margin-top: 2rem;
}

.slider {
  height: 100vh;
  padding-top: 89px;
}

.div-search-ticket {
  padding: 6%;
}

.div-search-ticket.flex {
  background-image: url('../images/vtransshuttlecar2s.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1rem 4rem;
}

.div-search-ticket.flex.tentang-kami {
  background-image: none;
}

.div-search-ticket.flex.tentang-kami.no-left-padding {
  padding-left: 0;
}

.div-search-ticket.flex.justify-center {
  background-image: none;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-fasilitas {
  background-image: linear-gradient(#8b090947, #8b090947), url('../images/BG_red_v.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 40px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 2px 9px 3px #0003;
}

.card-fasilitas {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  display: flex;
}

.card-fasilitas.outlet {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
}

.card-fasilitas.flex {
  align-items: center;
  width: auto;
}

.image-icon {
  width: 80px;
  min-width: auto;
}

.heading-subtitle {
  text-align: center;
}

.heading-subtitle.white {
  color: #fff;
}

.heading-card {
  text-align: center;
  margin-top: 10px;
}

.heading-card.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.body-homepage {
  font-family: Montserrat, sans-serif;
}

.div-layanan {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding: 6% 12%;
  display: flex;
}

.div-outlet-lokasi {
  width: 6%;
  height: 6%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.logo-footer-icon {
  width: 160px;
}

.footer {
  width: 100%;
  padding: 6%;
}

.kota-tujuan {
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  inset: 55% auto auto 25%;
}

.kota-tujuan.clg {
  background-color: #003ab8;
}

.kota-tujuan.srg {
  background-color: #0cb600;
}

.kota-tujuan.round-trip {
  top: 38%;
}

.destination-wrapper.flex {
  display: flex;
}

.destination-wrapper.flex.abs {
  position: absolute;
  top: 59px;
  left: 20.5px;
}

.destination-wrapper.flex.horizontal {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: stretch;
}

.destination-wrapper.flex.vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.kota-tujuan-transportasi {
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  inset: 46% auto auto 25%;
}

.kota-tujuan-transportasi.clg {
  background-color: #0000;
  position: static;
}

.kota-tujuan-transportasi.srg {
  background-color: #0cb600;
}

.seat-wraper-fix-width {
  width: auto;
  height: 110px;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.seat-wraper-fix-width.box {
  width: 45%;
  height: auto;
}

.seat-wraper-fix-width.box.flex {
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  top: 50px;
}

.seat-wraper-fix-width.box.flex.innova {
  width: 40%;
  height: 40%;
}

.seat-wraper-fix-width.low {
  height: 80px;
}

.seat-wraper-fix-width._4-seat {
  height: 90px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-seat-wrapper-fixed-width {
  width: 85px;
}

.div-seat-wrapper-fixed-width._4-seat {
  width: 65px;
}

.seating-wrapper-lr {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.seating-wrapper-lr._4-seat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.seating-wrapper-lr.less-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  max-width: 315.388px;
}

.body-website {
  font-family: Teachers, sans-serif;
}

.heading2 {
  color: #162c8b;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: Teachers, sans-serif;
  font-weight: 600;
}

.heading2.semi-bold {
  font-size: 2rem;
  font-weight: 600;
}

.heading2.bold {
  font-weight: 700;
}

.heading2.article-title {
  padding-bottom: .5rem;
  font-family: Merriweather, serif;
}

.div-app-promo {
  width: 100%;
  height: 70vh;
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-app-promo.flex {
  height: 75vh;
  padding-top: 2%;
  padding-right: 6%;
  display: flex;
}

.image-16, .image-app {
  width: 200px;
}

.input-3 {
  background-color: #fff6;
  border: 1px solid #ffbfbf;
  border-radius: 6px;
  width: 220px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
}

.cell-fasilitas, .cell-fasilitas.center {
  justify-content: flex-start;
  align-items: center;
}

.floating-button-wrapper {
  z-index: 41;
  position: fixed;
  inset: auto 5% 10% auto;
}

.icon-wrapper-2 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  box-shadow: 6px 0 12px -3px #6969693b;
}

.image-19 {
  opacity: .6;
  background-image: url('../images/whatsapp-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.image-19:hover {
  opacity: 1;
}

.image-service {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 30px;
  flex: none;
  width: 430px;
  max-width: none;
  height: 250px;
  display: block;
  overflow: clip;
}

.div-layanan-wrapper {
  clear: none;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.paragraph-content {
  width: auto;
  font-size: 1.2rem;
  line-height: 26px;
}

.quick-stack-2 {
  align-self: auto;
}

.footer-text---lighter-2 {
  color: #0b3646a3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}

.web-links-2.footer-logo {
  width: 250px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-footer {
  color: #465a70;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-footer.mid {
  margin-bottom: 20px;
  font-weight: 500;
}

.link-footer.mid.w--current {
  font-weight: 600;
}

.link-footer.address {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.sub-head-footer {
  color: #18394c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 20px;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.social-icon-link-2.last {
  margin-right: 0;
  display: none;
}

.social-icon-link-2.tiktok {
  display: none;
}

.div-kontak-kami {
  flex-direction: row;
  display: flex;
}

.div-kontak-kami.bot {
  margin-bottom: 10px;
}

.div-kontak-kami.address {
  font-size: 14px;
}

.div-content-jelajahi-copy {
  flex-direction: column;
  display: flex;
}

.footer-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
  padding: 1rem 12.5%;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.icon-text-2 {
  color: #bf0000;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.icon-text-2._2 {
  font-family: "Fa brands 400", sans-serif;
}

.icon-text-2._2.address {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.div-content-jelajahi {
  flex-direction: column;
  display: flex;
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.image-33 {
  width: 300px;
}

.slide-nav {
  display: none;
}

.image-34 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 22px;
}

.image-tentang-kami {
  border-radius: 8px;
  padding-left: 0%;
}

.checkbox-seating._4-seat {
  padding-left: 0;
}

.seat-checkbox {
  background-image: url('../images/kursikosong-01_1.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #0000;
  width: 65px;
  height: 100px;
}

.seat-checkbox:active {
  background-color: #c2e1ff;
}

.seat-checkbox.w--redirected-checked {
  background-color: #c2e1ff;
  background-image: url('../images/kursikosong-01_1.png');
  border-color: #c2e1ff;
}

.seat-checkbox._4-seat {
  width: 52px;
  height: 80px;
  margin-left: 0;
}

.icon-5, .icon-6 {
  color: #2d2d2d;
}

.mask {
  height: 88.5vh;
  padding-top: 0;
}

.text-span-114 {
  font-family: "Fa 400", sans-serif;
}

.lnik-logo {
  margin-right: 2rem;
}

.card-wrapper {
  background-color: #fafafa00;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-wrapper-card-text {
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 15px;
}

.right-arrow {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -230px;
  right: 5rem;
  box-shadow: 0 2px 5px #00000017;
}

.rate {
  color: #d81530;
  letter-spacing: 5px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 10px;
  line-height: 16px;
}

.mask-2 {
  width: 90%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.price-2 {
  color: #4e4e4e;
  display: none;
}

.car-type {
  color: #acacac;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  position: static;
}

.slider-2.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-card-car {
  background-color: #0000;
  width: 30%;
  min-width: 256px;
  height: 145px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 0;
  position: static;
  box-shadow: 0 2px 13px -2px #00000024;
}

.left-arrow {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -230px;
  left: 5rem;
  box-shadow: 0 2px 4px #00000017;
}

.text-block-11 {
  color: #4e4e4e;
}

.car-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.price-1 {
  color: #4e4e4e;
  margin-top: 2.5%;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.nav-link-5 {
  color: #242f3b;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 40px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link-5:hover {
  color: #101822;
}

.nav-link-5.w--current {
  color: #05a6ee;
}

.nav-right-2 {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.scrolling-nav {
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.navbar-4 {
  display: block;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div.w--current {
  margin-top: 0;
}

.brand-div.nav {
  margin-right: 1rem;
  position: static;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.smaller {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: 600;
}

.cta-2.smaller:hover {
  background-color: #03926e;
}

.cta-2.smaller.colour5 {
  color: #03926e;
  background-color: #0000;
  border: 2px solid #03926e;
  border-radius: 2px;
  padding: 9px 22px;
}

.cta-2.smaller.colour5:hover {
  color: #fff;
  background-color: #03926e;
}

.cta-2.smaller.colour5.round {
  color: #05a6ee;
  border: 1px solid #05a6ee;
  border-radius: 200px;
  display: block;
}

.cta-2.smaller.colour5.round:hover {
  color: #fff;
  background-color: #05a6ee;
  border-color: #05a6ee;
}

.navbar-5 {
  display: block;
}

.navbar-5.flex {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  display: flex;
  position: sticky;
}

.div-header-landing-page {
  background-color: #fff;
  background-image: url('../images/vtransshuttlecar.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}

.flex-wrapper {
  background-color: #ff707340;
  border-radius: 25px;
  width: 200px;
  padding: 2.8rem 1rem;
  box-shadow: 0 2px 12px #0000001a;
}

.div-block-63 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.gmap {
  margin-bottom: 20px;
}

.quick-stack-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.div-swap {
  flex: none;
}

.div-swap.space {
  width: 30px;
  height: 30px;
}

.ths07-menu-close-icon {
  width: 25px;
  position: absolute;
}

.div-button-navbar.flex {
  display: flex;
}

.div-button-navbar.flex.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.ths07-nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-button {
  text-align: center;
  letter-spacing: 2px;
  background-color: #34345d;
  width: 100px;
  font-weight: 600;
}

.navbar-button.register {
  color: #34345d;
  background-color: #34345d00;
  border: 1px solid #34345d;
  border-radius: 1px;
}

.navbar-button.register:hover {
  color: #fff;
  background-color: #34345d;
}

.navbar-button.login {
  border: 1px solid #34345d;
  border-radius: 1px;
}

.ths07-menu-icon {
  width: 30px;
}

.ths07-brand {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding: 5px 0%;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.navbarmobile {
  z-index: 2;
  background-color: #f7e4ce;
  justify-content: space-between;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbarmobile.alt {
  z-index: 100;
  background-color: #f7e4ce;
  height: 90px;
  position: sticky;
  top: 0%;
}

.text-block-6 {
  color: #34345d;
}

.text-block-6.alt {
  color: #34345d;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.ths07-nav-link {
  color: #34345d;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.ths07-nav-link:hover {
  color: #fff;
}

.ths07-nav-link.alt {
  color: #34345d;
}

.ths07-logo {
  width: 70px;
  margin-right: 20px;
}

.ths07-menu-icon-wrapper {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.ths07-navigation-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths07-nav-link-hover-dor {
  background-color: #34345d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 28px auto 0%;
}

.nav-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-mobile {
  display: none;
}

.div-m {
  width: 100%;
}

.div-m._40 {
  width: 30%;
}

.div-m._40.bttom-2 {
  width: 220px;
  margin-left: 0%;
}

.div-block-64 {
  flex: none;
  width: 30px;
  margin-left: 0;
  margin-right: 0;
}

.wrapper-top {
  width: 220px;
}

.div-flex-landing-page {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
  align-items: stretch;
  width: 220px;
  display: flex;
}

.card-last-order {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ff17170f;
  border-radius: 8px;
  flex-flow: column;
  padding: 2%;
  display: flex;
  box-shadow: 0 2px 7px #00000029;
}

.card-last-order._96 {
  width: 94%;
  margin-bottom: 1rem;
}

.grey-smaller-text {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 600;
}

.wrapper-pembayaran {
  margin-bottom: 2rem;
}

.flex {
  display: flex;
}

.flex.vertical {
  flex-flow: column;
}

.sub-header-pilih-kursi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.checkbox-4 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff4949ed;
  background-color: #fffc;
  border: 1px solid #ff3c3c6b;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-flex {
  border-radius: 6px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 96%;
  margin-bottom: 2.5%;
  padding: 3% 2.5%;
  display: flex;
  box-shadow: 0 1px 12px #0000001a;
}

.form-flex {
  display: flex;
}

.form-flex.vertical {
  flex-flow: column;
}

.jam-awal, .jam-akhir {
  color: #004eb6;
  font-size: 15px;
  font-weight: 600;
}

.harga, .sisa-seat {
  color: #921d2d;
  font-size: 15px;
}

.form-block-5 {
  margin-bottom: 0;
}

.dropdown.landing-page {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-73, .icon-9, .dropdown-button {
  color: #242424;
}

.dropdown-button.navbar {
  letter-spacing: 1px;
  font-weight: 600;
}

.dropdown-list-5 {
  background-color: #dddddd7d;
}

.dropdown-list-5.w--open {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f9f9f9ad;
  border-radius: 6px;
  margin-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Teachers, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.uui-blog01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog01_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blog01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.artikel-blog-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog01_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog01_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link:hover, .uui-blog01_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog01_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
}

.uui-blog01_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: none;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-blogpost04_newsletter.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: Teachers, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blogpost04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-articles {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-bottom: .5rem;
  box-shadow: 0 2px 6px #0000001a;
}

.image-35 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 120px;
}

.link-block-21 {
  width: 100%;
  text-decoration: none;
}

.artikel-lain-title {
  color: #333;
  margin-top: 10px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 700;
}

.address-text {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.div-cek-jadwal {
  margin-top: 5rem;
}

.div-search-result.flex.center {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: 1500px;
  overflow: auto;
}

.div-search-result.flex.center.vertical {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 2rem 3rem;
}

.div-form-wrapper-search-result {
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: auto;
}

.schedule-form.flex {
  padding: 1rem 2rem;
}

.schedule-form.flex.space-between {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 4px 4px 8px 2px #00000014;
}

.icon-fa-solid {
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.icon-fa-solid.grey {
  color: #d2d2d2;
}

.dashed-line-vertical {
  border: 1px dashed #000;
  width: 1px;
  height: 65px;
  margin-left: .5rem;
}

.seat-avail {
  font-size: 14px;
  font-weight: 700;
}

.est-time {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.fa-line {
  color: var(--untitled-ui--gray400);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-area-artikel {
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  height: 400px;
  min-height: 400px;
  max-height: 1000px;
}

.form-block-6 {
  position: static;
}

.input-file {
  border: 1px #000;
  border-radius: 0;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 0;
}

.button-32 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #183028;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-32:hover {
  background-color: #6e877b;
}

.button-32.tambah {
  background-color: #100d2e;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
}

.button-32.tambah.larger {
  background-color: #34345d;
  width: 200px;
}

.button-32.tambah.larger.margin-bottom {
  background-color: #921d2d;
  margin-bottom: 1rem;
}

.text-icon-navbar {
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-icon-navbar.solid {
  font-family: "Fa solid 900", sans-serif;
}

.button-text-2 {
  margin-bottom: 0;
  font-weight: 500;
}

.gpk-table {
  width: 100%;
  margin-top: 0;
  overflow: visible;
}

.button-delete {
  background-color: #921d2d;
}

.button-delete.fa-icon {
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 0;
  height: 40px;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.button-delete.fa-icon.hide {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.button-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #34345d;
  border: 2px solid #34345d;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 36px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-33.extra-margin {
  background-color: #921d2d;
  border-color: #921d2d;
  margin-top: 2rem;
}

.form-9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.close-pop-up-button {
  z-index: 20;
  background-color: #921d2d;
  border-radius: 0% 0% 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.field-form-gereja {
  border-radius: 6px;
}

.field-form-gereja.hidden {
  display: none;
}

.field-form-gereja.cust {
  width: 100%;
}

.div-flex-2 {
  width: 40%;
  height: 100%;
  display: flex;
}

.div-flex-2.wrapper-form-password {
  width: 100%;
}

.button-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #34345d;
  border: 1px solid #34345d;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-34.eye-toggle {
  border-radius: 6px;
  width: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.button-34.eye-toggle.fa {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-34.eye-toggle.fa.hidepass, .button-34.eye-toggle.fa.showpass {
  font-family: "Fa 400", sans-serif;
}

.form-pop-up-verifikasi {
  width: 90%;
  height: 100%;
}

.div-wrapper-button.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-wrapper-button.flex.hide {
  display: none;
}

.button-edit {
  background-color: #921d2d;
}

.button-edit.fa-icon {
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 0;
  height: 40px;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.button-edit.fa-icon.hide {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-65 {
  width: 30px;
  height: 30px;
}

.cek-tiket-berangkat {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ff17170f;
  border-radius: 8px;
  flex-flow: column;
  padding: 2%;
  display: flex;
  box-shadow: 0 2px 7px #00000029;
}

.cek-tiket-berangkat._96 {
  width: 94%;
  margin-bottom: 1rem;
}

.image-carrousel-list {
  object-fit: cover;
  width: 200px;
  height: 100px;
}

.description-text {
  color: #646464;
  font-size: 12px;
  font-weight: 400;
}

.price-text {
  font-size: 28px;
  line-height: 34px;
}

.text-block-74 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link-2.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape {
  display: none;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection12_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-blogsection12_arrow.left {
  right: 4rem;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider-2 {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-2.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection12_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection12_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection12_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection12_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection12_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection12_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection12_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection12_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection12_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection12_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection12_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection12_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.div-line {
  border: .25px solid #76767647;
  height: 1px;
}

.div-line.bottom-margin {
  margin-bottom: .5rem;
}

.uui-blogpost-text {
  color: #475467;
  padding-top: .25rem;
  padding-bottom: 1rem;
}

.uui-blogpost-text.medium {
  font-weight: 500;
}

.section_banner_lp {
  background-image: linear-gradient(#1d4f9de6, #4595cfcc), url('../images/vtransoffic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wrapper_general {
  border-radius: 40px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  overflow: hidden;
}

.slider-3 {
  background-color: #ddd0;
  min-height: 475px;
}

.mask-3 {
  width: 100%;
  min-height: 475px;
}

.wrapper_navbar {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow-2 {
  background-image: linear-gradient(90deg, #6c85bdbf, #6c85bd00);
}

.right-arrow-2 {
  background-image: linear-gradient(-90deg, #6c85bd, #6c85bd00);
}

.h_fasilitas {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.wrapper_grid_outlet {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .destination-text.schedule {
    font-size: 20px;
  }

  .destination-text.schedule.time {
    font-size: 28px;
    line-height: 30px;
  }

  .destination-text.schedule.time-est {
    font-size: 20px;
  }

  .div-flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-flex.vertical.auto-size {
    width: 100%;
  }

  .div-flex.app {
    background-position: 0%;
    width: 80%;
    padding-right: 5rem;
  }

  .div-flex.layanan.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-flex.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-flex.schedule.justify-left.align-top.vertical.adjust-width {
    width: 50%;
  }

  .heading-2.mobile.larger {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-2.align-left.nomargintop {
    font-size: 48px;
    line-height: 56px;
  }

  .div-l._40, .div-r._40, .div-r._40.bttom-2 {
    width: 300px;
  }

  .field-label-blue {
    font-size: 24px;
    line-height: 32px;
  }

  .select-field-4, .select-field-4.beranda {
    width: 300px;
  }

  .heading-subtitle.white, .heading2.bold {
    font-size: 46px;
    line-height: 58px;
  }

  .heading2.article-title {
    font-size: 48px;
    line-height: 56px;
  }

  .image-app, .input-3 {
    width: 300px;
  }

  .footer-text---lighter-2, .link-footer, .link-footer.mid, .link-footer.address {
    font-size: 20px;
    line-height: 30px;
  }

  .sub-head-footer {
    font-size: 24px;
    line-height: 32px;
  }

  .icon-text-2, .icon-text-2._2, .icon-text-2._2.address, .paragraph-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .right-arrow {
    width: 100px;
    height: 100px;
    top: -450px;
    right: 3rem;
  }

  .slide-card-car {
    width: 512px;
    height: 290px;
  }

  .left-arrow {
    width: 100px;
    height: 100px;
    top: -450px;
    left: 3rem;
  }

  .div-m._40.bttom-2, .div-flex-landing-page {
    width: 300px;
  }

  .uui-text-rich-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .address-text {
    max-width: 450px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-74 {
    font-size: 20px;
  }

  .uui-blogpost-text {
    font-size: 20px;
    line-height: 30px;
  }

  .checkbox-field-5 {
    align-self: center;
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .div-l._40, .div-r._40, .select-field-4, .select-field-4.beranda {
    width: 400px;
  }

  .div-search-ticket.flex.tentang-kami {
    width: 80%;
  }

  .div-fasilitas {
    height: 65vh;
  }

  .input-3 {
    width: 400px;
  }

  .right-arrow {
    top: -750px;
  }

  .left-arrow {
    height: 100px;
    top: -750px;
  }

  .div-m._40.bttom-2, .div-flex-landing-page {
    width: 400px;
  }

  .schedule.flex.vertical {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .koperasi-logo-image.mobile {
    width: 45px;
    height: 45px;
    display: block;
    box-shadow: 1px 1px 9px #00000029;
  }

  .div-koperasi-logo.movile {
    clear: none;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    top: 0%;
    bottom: -111px;
    left: -10%;
  }

  .member-info._2.mobile, .member-info._1.mobile {
    font-size: 20px;
    line-height: 24px;
  }

  .div-info-profile {
    width: auto;
  }

  .greetings.mobile {
    font-size: 32px;
    line-height: 36px;
  }

  .dashboard-panel {
    display: none;
  }

  .div-menu.dashboard.mobile, .div-menu.dokumen.mobile, .div-menu.kabar.mobile, .div-menu.whatsapp.mobile, .div-menu.pinjaman.mobile, .div-menu.simpanan.mobile {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .icon-menu-wrapper.mobile {
    width: 25px;
    height: 25px;
  }

  .menu-name-wrapper.mobile {
    height: 25px;
  }

  .div-main-right {
    width: 96%;
    margin-top: 15%;
  }

  .div-main-right.main.operasional {
    width: 96%;
    margin: 15% 2% 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    right: auto;
  }

  .div-main-right.cust {
    width: 96%;
    position: absolute;
  }

  .text-card-menu {
    font-size: 12px;
    line-height: 16px;
  }

  .header-title {
    font-size: 60px;
    line-height: 60px;
  }

  .image-wrapper.header-simpanan.simp {
    width: 50%;
  }

  .wrapper-right.card-top {
    width: 90%;
    margin-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    position: static;
  }

  .outlet-wrapper.tiket.space._50 {
    width: 90%;
  }

  .button-2.gradient {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }

  .button-2.gradient._100.smaller {
    width: 40%;
    font-size: 12px;
  }

  .button-2.gradient.tambah {
    font-size: 14px;
  }

  ._2-line-wrapper {
    flex-flow: column;
  }

  .div-outlet {
    background-image: linear-gradient(#bf0000a1, #bf0000a1), url('../images/vtransoffic.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .left.profile.menu {
    width: 70%;
  }

  .right.profile.flex.menu {
    width: 30%;
  }

  .login-card.flex {
    padding-top: 1rem;
  }

  .pop-up {
    width: 70%;
  }

  .div-text-question.right.v.t {
    width: 30%;
  }

  .div-input-answer.v {
    width: 85%;
  }

  .card.auto._70 {
    width: 52.5%;
  }

  .card.flex {
    width: 100%;
  }

  .div-left.destination.spacing {
    width: 40%;
  }

  .div-left._50.flex.vertical {
    width: 100%;
  }

  .div-left._20.main {
    display: block;
  }

  .div-left.small {
    width: 45%;
  }

  .div-right {
    width: 50%;
  }

  .div-right._60 {
    display: none;
  }

  .div-right._60.main, .div-right._60.main.show {
    display: block;
  }

  .destination-text.justify-right {
    text-align: right;
  }

  .mobile-menu {
    color: #6c85a5;
    display: block;
  }

  .link-panel.mobile.bottom {
    margin-bottom: 20px;
  }

  .iconmenuburger {
    color: #3c4858;
    font-family: "Fa solid 900", sans-serif;
    font-size: 60px;
    line-height: 60px;
  }

  .avatar-display-2.mobile {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 0%;
    padding-left: 10%;
    padding-right: 5%;
    display: flex;
  }

  .drop-down.mobile {
    justify-content: center;
    align-items: center;
    width: 35%;
    display: flex;
  }

  .dropdown-toggle-7 {
    z-index: 1;
    padding-right: 20px;
    display: flex;
  }

  .link-block-17 {
    width: 35%;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 5%;
  }

  .div-info-profile-2.mobile {
    width: 30%;
    padding-top: 7.5%;
  }

  .dropdown-list-2 {
    position: absolute;
    left: -533px;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 691.2px;
    margin-top: 52px;
    box-shadow: 5px 5px 8px #00000008;
  }

  .dropdown-5 {
    z-index: 1;
  }

  .avatar-image-2.mobile {
    border-radius: 50%;
    width: 150px;
    box-shadow: 4px 4px 10px #00000017;
  }

  .user-profile-2.mobile {
    width: auto;
    padding-bottom: 5%;
  }

  .navbar {
    background-color: #fff;
    border-radius: 12px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    box-shadow: 0 2px 5px #00000012;
  }

  .brand {
    margin-right: 5%;
    display: flex;
  }

  .image-4 {
    width: 110px;
  }

  .nav-menu {
    color: #97a9c2;
    background-color: #fffffffa;
    border-radius: 16px;
    margin-top: 1%;
    box-shadow: 0 2px 5px #0000000d;
  }

  .div-block-5 {
    width: 40%;
    display: flex;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    font-weight: 600;
  }

  .button-5 {
    color: #000;
    text-align: left;
    background-color: #0000;
    width: auto;
    margin-left: 4.65px;
    margin-right: 4.65px;
    padding: 20px;
    font-weight: 600;
    display: block;
  }

  .menu-button {
    color: #921d2d;
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #fff;
  }

  .section-sk, .section-sk-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-flex.app {
    background-position: 70%;
    min-width: 30%;
  }

  .div-flex.horizontal.bottom {
    justify-content: center;
    width: 100%;
  }

  .div-flex.schedule.justify-left.align-top.vertical.adjust-width {
    width: 100%;
  }

  .multiple-div.flex.center {
    width: 20%;
  }

  .text-penumpang {
    font-size: 12px;
    line-height: 18px;
  }

  .navbar-3.alt {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-3 {
    background-color: #151515ed;
  }

  .icon-4 {
    color: #4e4e4e;
  }

  .menu-button-3 {
    color: #fff;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 3.25rem;
    padding-right: 3rem;
    display: flex;
  }

  .div-layanan {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .web-links-2.right {
    width: auto;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 2px;
    margin-left: 0%;
    padding-bottom: 35px;
    padding-left: 5%;
  }

  .footer-2 {
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .right-arrow {
    margin-top: 390px;
    margin-bottom: 0;
    margin-right: -50px;
  }

  .left-arrow {
    margin-top: 390px;
    margin-bottom: 0;
    margin-left: -50px;
  }

  .nav-link-5 {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .menu-button-4 {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button-4.w--open {
    color: #1d3857;
    background-color: #fff;
    transform: rotate(90deg);
  }

  .nav-right-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-div {
    margin-top: 11px;
  }

  .cta-2.smaller.colour5.round {
    flex-direction: row;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .navbar-5.flex {
    display: none;
  }

  .flex-wrapper {
    flex: 1;
  }

  .div-block-63 {
    flex-flow: column;
  }

  .quick-stack-3, .quick-stack-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-button-navbar.flex.center {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-button.register, .navbar-button.login {
    width: 200px;
  }

  .navbarmobile.alt {
    display: none;
    top: 0;
  }

  .ths07-logo {
    padding-top: 5px;
  }

  .icon-8 {
    color: #34345d;
  }

  .container-navbar {
    margin-left: 52px;
    margin-right: 24px;
  }

  .nav-menu-button {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .nav-menu-button.flex {
    flex-flow: column;
    width: 100%;
  }

  .menu-buttons.w--open {
    background-color: #34345d21;
    border-radius: 8px;
  }

  .nav-link-6 {
    color: #df0000;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .navbar-mobile {
    z-index: 100;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: sticky;
    top: 0;
  }

  .checkbox-flex {
    margin-left: 1px;
  }

  .uui-blog01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_button-row {
    flex: none;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .uui-blogsection12_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .wrapper_general {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-3 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .mask-3 {
    height: 100%;
    min-height: auto;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .wrapper_grid_outlet {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .koperasi-logo-image.mobile {
    width: 30px;
    height: 30px;
  }

  .div-koperasi-logo.movile {
    bottom: -83px;
  }

  .member-info._2.mobile, .member-info._1.mobile {
    font-size: 16px;
    line-height: 18px;
  }

  .greetings.mobile {
    font-size: 25px;
    line-height: 29px;
  }

  .div-main-right, .div-main-right.main.operasional {
    margin-top: 16%;
  }

  .div-main-right.operations.mob {
    height: auto;
  }

  .header-title {
    font-size: 40px;
    line-height: 40px;
  }

  .header-wrapper {
    height: 300px;
  }

  .search-div.sched.no-padding.flex {
    width: 50%;
    padding-right: 0%;
  }

  .date-wrapper.outlet {
    padding-left: 0%;
  }

  .button-wrapper.left {
    margin-top: 5%;
  }

  .outlet-wrapper {
    padding-left: 0%;
  }

  .outlet-wrapper.tiket.space._50 {
    width: 100%;
  }

  .pop-up {
    width: 90%;
  }

  .submit-button-5.reservasi {
    width: 25%;
  }

  .card.flex.profil.vertical.menu {
    width: 70%;
  }

  .card.flex.profil.voucher, .card.flex.profil.voucher.history {
    width: 100%;
  }

  .div-left.destination.spacing {
    width: 33%;
  }

  .div-left._20.main {
    display: none;
  }

  .div-left._40 {
    width: 70%;
  }

  .div-right._60.main, .div-right._60.main.show {
    width: 100%;
    padding-left: 5%;
  }

  .div-right._60.main.dif {
    width: 100%;
  }

  .iconmenuburger {
    font-size: 40px;
    line-height: 40px;
  }

  .avatar-display-2.mobile {
    padding-left: 5%;
  }

  .div-info-profile-2.mobile {
    padding-left: 0%;
  }

  .dropdown-list-2.w--open {
    width: 511.2px;
    bottom: -351.263px;
    left: -383px;
  }

  .user-profile-2.mobile {
    width: auto;
  }

  .div-field.pasword {
    width: 70%;
  }

  .button-wrapper-main {
    justify-content: flex-start;
    padding-left: 2%;
  }

  .button-wrapper-main.mobile {
    flex-direction: row;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 4%;
  }

  .div-button-toolbar.mobile {
    flex-direction: row;
    justify-content: flex-start;
    width: 300px;
  }

  .div-button-toolbar.horizontal {
    flex-direction: row;
    justify-content: flex-start;
  }

  .icon-image {
    margin-right: 10%;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .multiple-div.flex.center {
    width: 22%;
  }

  .div-color.border {
    width: 28px;
    height: 28px;
  }

  .div-color.blue {
    width: 28px;
  }

  .brand-2 {
    background-image: none;
    width: 20%;
  }

  .brand-2.w--current {
    background-image: none;
  }

  .navbar-2 {
    display: block;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #ff1b1b;
  }

  .nav-menu-2 {
    opacity: .85;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ececec;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .button-13 {
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .text-span-110 {
    font-family: "Fa solid 900", sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .grid-pinjaman.cust {
    flex-direction: column;
    display: flex;
  }

  .columns-2 {
    display: flex;
  }

  .wrapper-button.padding-bottom {
    padding-bottom: 1.9%;
  }

  .beli-voucher-card.horizontal {
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .quick-stack-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .lower-footer-links.wide {
    padding-top: 0;
  }

  .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-63 {
    flex-flow: column;
  }

  .container-navbar {
    margin-left: 32px;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog01_image-link:hover {
    box-shadow: none;
  }

  .uui-blog01_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog01_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog01_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .input-file {
    width: 200px;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link-2.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-blogsection12_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-blogsection12_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection12_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-3 {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .koperasi-logo-image.mobile {
    width: 22px;
    height: 22px;
  }

  .div-koperasi-logo.movile {
    width: 22px;
    height: 22px;
    bottom: -53px;
    left: -11%;
  }

  .member-info._2.mobile, .member-info._1.mobile {
    margin-left: -10px;
    font-size: 14px;
    line-height: 16px;
  }

  .greetings.mobile {
    margin-left: -10px;
    font-size: 18px;
    line-height: 20px;
  }

  .div-main-right {
    margin-top: 23%;
  }

  .div-main-right.main.operasional {
    width: 96%;
    margin-top: 23%;
  }

  .div-main-right.cust {
    width: 96%;
    position: absolute;
  }

  .div-main-right.cust._2.auto {
    overflow: auto;
  }

  .row-wrapper-menu {
    justify-content: space-between;
  }

  .row-wrapper-menu.hide {
    flex-direction: row;
    display: flex;
  }

  .row-wrapper-menu.hidden {
    display: none;
  }

  .card-wrapper-menu {
    width: 100%;
    height: 125px;
  }

  .title-1 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .header-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .iconkabar {
    width: auto;
    height: 50px;
  }

  .image-wrapper {
    width: 80%;
  }

  .image-wrapper.header-simpanan.simp {
    width: auto;
    left: auto;
  }

  .image-wrapper.header-simpanan.simp.kabar {
    align-items: center;
    width: 30%;
    padding-top: 0%;
  }

  .right-header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 24px;
    display: flex;
  }

  .header-wrapper {
    flex-direction: column;
    height: 380px;
  }

  .header-wrapper.kabar {
    flex-direction: row;
    height: 100px;
  }

  .search-div.sched {
    width: 100%;
  }

  .search-div.sched.no-padding {
    width: 100%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .search-div.sched.no-padding.flex {
    width: 100%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .search-div.sched.no-padding.flex.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-right: 0%;
  }

  .search-div.date, .search-div.manifest {
    width: 100%;
  }

  .search-wrap.outlet {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .search-wrap.outlet._80 {
    width: 80%;
  }

  .text-small.legend {
    text-align: center;
    font-size: 10px;
    line-height: 10px;
  }

  .text-small.pemesanan.isi-keterangan {
    height: auto;
  }

  .form.search {
    flex-direction: column;
  }

  .form.search.seat {
    align-items: flex-start;
    display: flex;
  }

  .form.search.seat.reserve.mob {
    align-items: flex-start;
  }

  .date-wrapper.reservasi {
    width: 100%;
  }

  .date-wrapper.reservasi.padding {
    padding-top: 2rem;
  }

  .date-wrapper.reservasi.fifty, .date-wrapper.outlet._50 {
    width: 100%;
  }

  .button-wrapper._2-buttons.adjust-left {
    flex-direction: row;
    width: 100%;
  }

  .button-wrapper._2-buttons.adjust-left.flex {
    flex-direction: row;
  }

  .button-wrapper.top._30, .button-wrapper.left {
    width: 100%;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.jenis-payment.reservasi {
    width: 100%;
  }

  .outlet-wrapper.reservasi.kursi {
    flex-direction: column;
    display: flex;
  }

  .outlet-wrapper.reservasi.outlet._50 {
    width: 100%;
  }

  .outlet-wrapper.auto {
    flex-flow: column;
    max-height: none;
    margin-bottom: 5%;
    overflow: visible;
  }

  .outlet-wrapper.auto.none {
    margin-bottom: 10%;
    position: relative;
  }

  .outlet-wrapper.auto.none.vertical.fifty {
    width: 100%;
  }

  .outlet-wrapper.auto._50.diff {
    width: 100%;
    top: -1000px;
  }

  .outlet-wrapper.auto._50.no {
    width: 100%;
  }

  .outlet-wrapper.auto._50.change, .outlet-wrapper.auto._50.norm {
    margin-bottom: 5%;
  }

  .outlet-wrapper.card-tiket.tiket {
    flex: none;
    width: auto;
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: .5rem;
    overflow: visible;
  }

  .outlet-wrapper.card-tiket.tiket.point-history {
    width: 100%;
    padding-right: .5rem;
  }

  .outlet-wrapper.tiket {
    max-height: 400px;
  }

  .outlet-wrapper.tiket.space._50 {
    max-height: 100vh;
  }

  .outlet-wrapper.tiket.space._50.main-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: 1rem;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .outlet-wrapper.tiket.space._50.main-menu.promo {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0%;
  }

  .outlet-wrapper.tiket.space._50.no-overflow {
    overflow: visible;
  }

  .outlet-wrapper.tiket.space._50.saved-passengers {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .outlet-wrapper.tiket.space._50.small-padding {
    padding-left: 0;
  }

  .outlet-wrapper.smaller.full {
    max-height: none;
  }

  .dropdown-div.reservasi {
    padding-left: 0%;
    padding-right: 0%;
  }

  .select-field._25 {
    width: 100%;
  }

  .left-text-fill {
    width: 30%;
  }

  .right-text-fill {
    width: 80%;
  }

  .legend-div.reservasi.seat.vertical {
    flex-direction: column;
    display: flex;
  }

  .legend-div-content.vertical {
    width: 50%;
  }

  .data-keberangkatan-div.penumpang.reservasi {
    justify-content: flex-start;
  }

  .data-keberangkatan-div.penumpang.reservasi.left {
    width: auto;
    padding-left: 0%;
  }

  .div-keterangan.reservasi.reserve {
    flex-direction: row;
  }

  .div-info.reservasi {
    width: 50%;
  }

  .div-seat.reservasi {
    flex-flow: column;
    width: 100%;
    max-width: 274.4px;
    height: auto;
    display: flex;
  }

  .div-seat.reservasi.smaller {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-seat.reservasi._4-seat.auto {
    width: auto;
  }

  .seat-wrapper.box.flex {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-text.outlet.bold {
    font-size: 12px;
  }

  .text-field-3 {
    width: 70%;
  }

  .text-field-3.sch {
    width: 80%;
  }

  .text-field-3.bottom-margin {
    margin-bottom: 1.5%;
  }

  .text-field-3.larger.auto {
    width: auto;
  }

  .text-field-3.larger.auto._90 {
    width: 80%;
  }

  .date-text.alt, .date-text.justify-right.align-right {
    width: auto;
  }

  .button-2.discount {
    width: 45%;
  }

  .button-2.discount.bottom-margin {
    width: 45%;
    margin-bottom: 2%;
  }

  .button-2.discount.margin-bottom {
    margin-bottom: 2%;
  }

  .button-2.search.no-margin {
    margin-left: 0%;
  }

  .button-2.gradient {
    text-align: center;
    margin-top: 2.5%;
    font-size: 10px;
    line-height: 14px;
  }

  .button-2.gradient._100 {
    margin-top: .5rem;
    font-size: 14px;
    line-height: 18px;
  }

  .button-2.gradient._100.smaller, .button-2.gradient.larger, .button-2.gradient._30, .button-2.gradient._30.sm {
    width: 100%;
  }

  .button-2.gradient.tambah {
    justify-content: center;
  }

  .button-2.gradient.submit, .button-2.gradient.submit._220p, .button-2.gradient.submit._220p.smaller-width.schedule, .text-field-form.date {
    width: 100%;
  }

  .text-field-form.durasi {
    width: 85%;
  }

  .text-field-form._25 {
    width: 100%;
  }

  .heading-font {
    font-size: 24px;
    line-height: 32px;
  }

  .select-field-2._25.full {
    width: 100%;
  }

  .field-label-wrapper._2-line {
    flex-flow: column;
  }

  ._2-line-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  ._2-line-wrapper.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-line-wrapper.sched {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
  }

  ._2-line-wrapper._70._100 {
    width: 100%;
  }

  ._2-line-wrapper.b {
    flex-direction: column;
  }

  ._2-line-wrapper.ringkasan.justify-edge, ._2-line-wrapper.nor {
    flex-flow: row;
  }

  ._2-line-wrapper.nor.horizontal {
    flex-flow: row;
    justify-content: flex-start;
  }

  ._2-line-wrapper.space {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._2-line-wrapper.bot.pesanan-saya.horizontal {
    flex-flow: row;
    justify-content: flex-start;
  }

  ._2-line-wrapper.padding-on {
    flex-direction: row;
    justify-content: flex-start;
  }

  ._2-line-wrapper.mobile {
    flex-direction: row;
  }

  ._2-line-wrapper.padding {
    padding-left: 0%;
  }

  ._2-line-wrapper.flex {
    flex-flow: column;
  }

  ._2-line-wrapper.flex.justify-left {
    justify-content: flex-start;
  }

  ._2-line-wrapper.flex.space-around {
    flex-flow: column;
  }

  ._2-line-wrapper.flex.stretch {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  ._2-line-wrapper.vertical.justify-left.smallgap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._2-line-wrapper.menu {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-line-wrapper.title, ._2-line-wrapper.content {
    flex-flow: row;
  }

  ._2-line-wrapper.data-penumpang {
    flex-flow: column;
  }

  ._2-line-wrapper.justify-left {
    justify-content: center;
    align-items: flex-start;
  }

  ._2-line-wrapper.justify-left.horizontal {
    justify-content: flex-start;
    align-items: center;
  }

  ._2-line-wrapper.align-left {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._2-line-wrapper.align-left.horizontal, ._2-line-wrapper.schedule, ._2-line-wrapper.horizontal {
    flex-flow: row;
  }

  ._2-line-wrapper.date-select, ._2-line-wrapper.layout-selection {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._2-line-wrapper.v {
    align-items: flex-start;
  }

  .div-search-daftar-manifest-1, .div-search-daftar-manifest-1.top {
    flex-direction: column;
  }

  .div-outlet {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .left.profile {
    width: 100%;
    display: flex;
  }

  .left.profile.menu {
    width: 70%;
  }

  .left.profile.horizontal.full {
    flex-direction: column;
  }

  .left.profile.picture {
    display: flex;
  }

  .right.profile.flex {
    width: 100%;
  }

  .right.profile.flex.menu {
    align-items: flex-end;
    width: 30%;
    padding-right: 0%;
  }

  .right.subject {
    margin-left: 0%;
  }

  .login-div.left {
    width: 100%;
    position: fixed;
    inset: 0%;
  }

  .login-div.right {
    z-index: 10;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    inset: 0%;
  }

  .body-2.login {
    object-fit: fill;
  }

  .login-card {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    mix-blend-mode: normal;
    background-color: #ffffffba;
    padding-left: 10px;
    padding-right: 10px;
  }

  .login-card.flex {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-pengaturan {
    width: 45%;
  }

  .link-pengaturan.hide, .link-pengaturan.hide.hidden {
    display: none;
  }

  .radio-button-field {
    width: 50%;
  }

  .pop-up-centering {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pop-up {
    width: 100%;
  }

  .pop-up.padding.large.overflow-auto {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pop-up-parent.success-confirm {
    display: block;
  }

  .pop-up-parent.delete-confirm {
    display: none;
  }

  .div-text-field {
    padding-left: 0%;
    padding-right: 0%;
  }

  .submit-button-5.reservasi, .div-wrapper-seat {
    width: 100%;
  }

  .sub-text-reservasi {
    font-size: 10px;
  }

  .subtitle-div-reservasi, .subtitle-div-reservasi._0margin.padding {
    padding-left: 0%;
  }

  .div-line-wrapper._50 {
    width: 100%;
    display: flex;
  }

  .div-text-question.right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-text-question.right.cus {
    justify-content: flex-start;
    width: 100%;
  }

  .div-text-question.right.cus._100 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-text-question.right.v {
    width: 35%;
  }

  .div-text-question.right.v.t {
    width: 75%;
  }

  .div-input-answer.multiple.cus {
    margin-top: 2.5%;
  }

  .card {
    width: 100%;
  }

  .card.main {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-bottom: 2rem;
    padding: 0 .5rem 2rem;
  }

  .card.main.overflow-auto {
    min-height: 100vh;
    overflow: auto;
  }

  .card.main.page {
    padding-left: 0;
    padding-right: 0;
  }

  .card.main.promo-and-news {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card.tiket {
    width: 100%;
  }

  .card.tiket.pesanan-saya {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .card.tiket.pesanan-saya.promo {
    height: 180px;
  }

  .card.tiket.pesanan-saya.promo.gojek {
    width: 288px;
    height: 152px;
  }

  .card.tiket._95 {
    width: 95%;
  }

  .card.auto._50 {
    width: 100%;
  }

  .card.auto._50.align-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .card.auto._50.align-center.use {
    width: 100%;
  }

  .card.auto._70 {
    width: 65%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .card.detail-penumpang._70-copy {
    width: 100%;
  }

  .card.flex {
    padding: 1rem;
  }

  .card.flex.profil.vertical.menu {
    width: 100%;
  }

  .card.flex.profil.voucher.history.voucher-history, .card.flex.profil.voucher.history.my-voucher, .card.flex.profil.voucher.history.my-voucher-2 {
    flex-flow: column;
  }

  .card.penumpang-tersimpan.flex {
    width: 98%;
  }

  .card.penumpang-tersimpan.flex.horizontal.smaller-card {
    width: 95%;
  }

  .div-left.destination {
    width: 40%;
    margin-top: 2.5%;
    line-height: 14px;
  }

  .div-left.destination.spacing {
    width: 86%;
    font-size: 12px;
    line-height: 16px;
  }

  .div-left.destination.spacing.cust {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .div-left.destination.spacing.pesanan-saya {
    width: 30%;
  }

  .div-left.destination.spacing.pesanan-saya._50 {
    width: 50%;
  }

  .div-left.destination.spacing.pesanan-saya._50.align-left {
    justify-content: flex-start;
    align-items: center;
  }

  .div-left.destination.spacing.pesanan-saya._50.align-left._40 {
    width: 60%;
    padding-left: 0;
  }

  .div-left.destination.spacing.tiket.schedule, .div-left.destination.spacing.full {
    width: 50%;
  }

  .div-left.cust, .div-left.cust.full._90, .div-left._70.auto {
    width: 100%;
  }

  .div-left._50.flex.vertical {
    justify-content: flex-start;
    align-items: center;
    padding-top: 30%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-left._40 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-left.small {
    flex-direction: column;
    display: flex;
  }

  .div-left.text {
    width: 54%;
  }

  .div-left._100 {
    flex-flow: column;
  }

  .div-left.fifty, .div-left.cek-tiket {
    width: 100%;
  }

  .div-right {
    width: 50%;
    margin-top: 2.5%;
    font-size: 10px;
  }

  .div-right.cust, .div-right.cust.sml, .div-right.cust.round-trip._100 {
    width: 100%;
  }

  .div-right._100 {
    flex-direction: column;
  }

  .div-right.vertical {
    width: 100%;
  }

  .div-right._60 {
    display: none;
  }

  .div-right._60.main {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .div-right._60.main.show.right {
    width: 100%;
    padding-right: 5%;
  }

  .div-right._20 {
    display: none;
  }

  .div-right.custom {
    width: auto;
  }

  .div-right.text {
    align-items: center;
    margin-top: 0%;
  }

  .div-right.fifty, .div-right.cek-tiket {
    width: 100%;
  }

  .div-right._30 {
    width: 30%;
  }

  .div-right._40 {
    width: 40%;
  }

  .div-right.button {
    background-color: #3397ef00;
    width: 100%;
  }

  .destination-text {
    font-size: 11px;
    line-height: 14px;
  }

  .destination-text.bold.grey {
    font-size: 12px;
    line-height: 16px;
  }

  .destination-text.smaller {
    font-size: 10px;
  }

  .destination-text.normal {
    font-size: 10px;
    font-weight: 600;
  }

  .destination-text.schedule.time {
    font-size: 22px;
    line-height: 28px;
  }

  .destination-text.schedule.time-est {
    font-size: 18px;
  }

  .stock.bold {
    font-size: 12px;
    line-height: 14px;
  }

  .tab-link-tab-1 {
    width: 50px;
    height: 60px;
  }

  .tab-link-tab-1.w--current {
    width: 45px;
    height: 60px;
  }

  .text-date {
    font-size: 18px;
  }

  .tabs-menu {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .tabs-menu.tiket {
    margin-bottom: 2.5%;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    width: 50px;
    height: 60px;
  }

  .link-block-14 {
    width: auto;
    height: auto;
  }

  .div-penumpang {
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .div-penumpang.larger {
    width: 100%;
    padding-left: 0%;
  }

  .div-penumpang.additional-margin {
    margin-top: 2rem;
  }

  .text-month {
    font-size: 12px;
    line-height: 20px;
  }

  .iconmenuburger {
    font-size: 30px;
    line-height: 30px;
  }

  .avatar-display-2.mobile {
    width: 100%;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .drop-down.mobile {
    width: 20%;
  }

  .div-info-profile-2.mobile {
    width: 35%;
    margin-left: -10px;
    padding-left: 0%;
  }

  .dropdown-list-2.w--open {
    z-index: 0;
    width: 288px;
    padding-top: 20%;
    bottom: -346.263px;
    left: -222px;
  }

  .user-profile-2.mobile {
    z-index: 1;
    justify-content: space-around;
    width: auto;
    position: static;
  }

  .navbar {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .brand {
    padding-left: 0;
  }

  .image-4 {
    width: 60px;
  }

  .nav-menu {
    z-index: 3;
    display: flex;
  }

  .div-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-link {
    display: block;
  }

  .nav-link.mobile {
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .button-5 {
    padding-left: 25px;
  }

  .button-5.logout {
    color: #921d2d;
  }

  .button-5.keluar {
    color: #921d2d;
    padding-left: 16px;
    font-weight: 800;
  }

  .menu-button {
    display: flex;
  }

  .heading-sk {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 28px;
  }

  .section-sk {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-sk._1.align-left {
    text-align: left;
  }

  .paragraph-sk._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .section-sk-2 {
    padding-top: 20px;
  }

  .paragraph-priv._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .heading-kebijakan-priv {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 28px;
  }

  .form-block-4 {
    width: 100%;
  }

  .div-container.flex {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 2%;
    padding-right: 2%;
  }

  .login-form.password {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-field.pasword {
    width: 100%;
  }

  .smaller-text {
    text-align: center;
  }

  .text-field-7 {
    width: 80%;
  }

  .div-flex {
    flex-direction: column;
  }

  .div-flex.larger.vertical.voucher.bot {
    padding-left: 0;
  }

  .div-flex.vertical.auto-size {
    width: 100%;
  }

  .div-flex.vertical.auto-size.align-right.space-between.auto {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-flex.vertical.auto-size.align-right.space-between.auto.padding {
    width: 100%;
    padding-top: 0;
  }

  .div-flex.vertical.auto-size.search {
    width: 100%;
  }

  .div-flex.vertical.app-download {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-flex.app {
    width: 100%;
    height: 300px;
  }

  .div-flex.app2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-flex.app-mobile-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-flex.app-mobile-wrapper.vertical {
    padding-left: 0%;
  }

  .div-flex.horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .div-flex.horizontal.bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-flex.horizontal.auto-width {
    width: 100%;
  }

  .div-flex.horizontal.full {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-flex.horizontal.lower-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-flex.horizontal.main-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-flex.layanan {
    border-radius: 6px;
    width: 100%;
  }

  .div-flex.layanan.vertical {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-flex.left {
    width: 100%;
    padding-left: 0%;
  }

  .div-flex.right {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-flex._50, .div-flex.width {
    width: 100%;
  }

  .div-flex.tujuan-note {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-flex.schedule.justify-left.align-top, .div-flex.schedule.justify-left.align-top.vertical.adjust-width {
    padding-left: 0;
  }

  .div-flex.main {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-wrapper-main.mobile {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 5%;
  }

  .toolbar-name.mobile {
    text-align: left;
    width: 200px;
  }

  .icon-image, .icon-image.mobile {
    width: 30px;
    height: 30px;
    margin-right: 2.5%;
  }

  .div-header.div-flex.justify-right.flex {
    background-image: url('../images/vtransshuttlecar2s.png'), linear-gradient(37deg, #fb6c6cd1, #921d2df0);
    background-position: -20%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border-radius: 12px;
    padding: 1rem 0;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.mobile.larger {
    text-align: center;
    font-size: 1.7rem;
    line-height: 35px;
  }

  .heading-2.align-left.nomargintop {
    text-align: center;
    width: 100%;
  }

  .heading-2.bigger {
    color: #fff;
    text-align: left;
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .div-main.div-flex {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-main.div-flex.vertical {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-main.div-flex.schedule {
    padding-left: 0;
    padding-right: 0;
  }

  .div-l._40, .div-l._40.bottom-1, .div-r._40 {
    width: 100%;
  }

  .div-r._40.bttom-2 {
    width: 100%;
    margin-left: 0%;
  }

  .main-form.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .field-label-blue {
    font-size: 12px;
  }

  .select-field-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .select-field-4.beranda {
    width: 100%;
  }

  .form-tiket.main-menu.size {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .price {
    font-size: 12px;
    line-height: 16px;
  }

  .waktu-tempuh {
    font-size: 10px;
    line-height: 22px;
  }

  .waktu-tempuh.space {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 10px;
    line-height: 24px;
  }

  .waktu-tempuh.padding {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .time-text {
    text-align: right;
  }

  .multiple-div.flex.center {
    width: 25%;
  }

  .div-color.border, .div-color.blue, .div-color.yellow, .div-color.red {
    width: 20px;
    height: 20px;
  }

  .legend-text {
    line-height: 16px;
  }

  .car-seat-wrapper.flex {
    width: 262.5px;
    height: 375px;
    margin: 2.5% 2.5% 5%;
  }

  .checkbox-box {
    width: 30px;
    height: 30px;
  }

  .checkbox-box.terisi {
    background-color: #ec0000;
    border-style: none;
  }

  .checkbox-box.right-space.large-space.smaller-space {
    margin-right: 15px;
  }

  .div-ringkasan-pemesanan.auto, .div-ringkasan-pemesanan.auto._100._80 {
    width: 100%;
  }

  .penumpang.smaller {
    font-size: 10px;
  }

  .form-7 {
    flex-direction: column;
  }

  .email-text.normal {
    font-size: 11px;
    line-height: 16px;
  }

  .image-profile, .image-profile.voucher.larger {
    width: 30%;
  }

  .image-profile.voucher._30 {
    width: 100%;
  }

  .name-text.space {
    font-size: 14px;
    line-height: 20px;
  }

  .brand-2 {
    z-index: 20;
    width: 30%;
  }

  .brand-2.w--current {
    background-image: none;
    width: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: #fff;
  }

  .password-text.bold {
    font-size: 14px;
    line-height: 20px;
  }

  .text-kata-sandi {
    text-align: center;
    margin-bottom: 35%;
  }

  .text-kata-sandi.less-margin {
    margin-bottom: 7.5%;
  }

  .sub-header-main.margin {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swap-button {
    margin-top: 0;
  }

  .cont-title {
    color: #c10000;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .cont-title.red {
    font-size: 14px;
    line-height: 16px;
  }

  .text-span-110 {
    font-size: 24px;
  }

  .return.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 18px 5%;
    display: flex;
  }

  .seat-number {
    width: 30px;
    height: 30px;
  }

  .image-11 {
    display: inline-block;
  }

  .tab-link-tab-1-3 {
    width: 30%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-link-tab-2-3, .tab-link-tab-3-2, .tab-link-tab-3-2.w--current {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .tabs-menu-3 {
    display: flex;
  }

  .div-wrapper {
    width: auto;
    max-width: 274.4px;
  }

  .form-kursi {
    flex-direction: column;
    display: flex;
  }

  .pop-up-parent-2.success-confirm {
    display: block;
  }

  .grid-pinjaman.cust {
    flex-direction: column;
    display: flex;
  }

  .grid-43-copy {
    display: flex;
  }

  .div-jenis-pinjaman._20, .div-jenis-pinjaman._10, .div-jenis-pinjaman._70, .div-jenis-pinjaman.name._22, .div-jenis-pinjaman._625, .div-jenis-pinjaman._25 {
    width: 100%;
  }

  .div-jenis-pinjaman._25.bottom-margin {
    margin-bottom: 1.5%;
  }

  .div-jenis-pinjaman._17 {
    width: 100%;
  }

  .grid-total-harga {
    grid-template-columns: 120px 140px;
  }

  .div-total-harga-wrapper {
    padding-left: 0;
  }

  .grid-tambah-anggota {
    flex-direction: column;
    display: flex;
  }

  .div-field-anggota {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .grid-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .subtile-div-drop-down-reservasi {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-28 {
    color: #c10000;
  }

  .image-wraps {
    justify-content: center;
    display: flex;
  }

  .number-div, .number-div.auto {
    width: 20px;
  }

  .name-div {
    width: 35%;
  }

  .text-block-66.bold.absensi, .text-block-67.bold.absensi {
    font-size: 10px;
    line-height: 16px;
  }

  .text-justfiy-right.bold {
    font-size: 14px;
  }

  .text-justfiy-right.bold.absensi, .text-justfiy-right.absensi, .text-fill.absensi, .bold.absensi {
    font-size: 10px;
    line-height: 16px;
  }

  .input {
    width: 98%;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }

  .input.top {
    width: 85%;
  }

  .input.top.fix-size, .input.bot.fix-size, .export {
    width: 100%;
  }

  .wrapper-button.padding-bottom {
    margin-top: 2%;
    margin-left: 0%;
  }

  .wrapper-button.padding-bottom.rekap.margin, .wrapper-button.padding-bottom.laporan, .wrapper-button.padding-bottom.laporan._2 {
    margin-left: 0%;
  }

  .wrapper-button.padding-bottom.no-margin.left-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-button._10 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 17.5%;
  }

  .div-wrapper-laporan.horizontal-flex {
    flex-direction: column;
  }

  .div-wrapper-month.horizontal-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .div-wrapper-month.horizontal-flex.full {
    flex-flow: wrap;
    align-items: stretch;
  }

  .month-select {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .month-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .month-wrapper.full {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-60, .div-block-61 {
    display: flex;
  }

  .div-block-61.horizontal {
    flex-flow: column;
  }

  .input-2.voucher {
    width: 100%;
    margin-bottom: 0;
  }

  .scroll-wrapper.vertical.voucher.padding, .scroll-wrapper.vertical.my-voucher {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .paragraph-wrapper.justify-center {
    padding-left: 0;
  }

  .dropdown-form-voucher {
    width: 100%;
  }

  .div-voucher {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .beli-voucher-card.horizontal {
    flex-flow: column;
    margin-top: 1rem;
  }

  .icon-wrapper-voucher, .text-judul {
    align-self: center;
  }

  .content-wrapper {
    align-self: center;
    width: 100%;
  }

  .pesanan-icon-wrapper {
    width: 120px;
  }

  .icon-pesanan {
    width: 100px;
  }

  .button-voucher {
    flex: none;
    width: 30px;
    height: 30px;
  }

  .seat-wrapper-copy.flex-operasional {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .radio-button-6-copy:active {
    background-color: #d3d2f8;
  }

  .image-15 {
    width: 70px;
  }

  .nav-link-header.solid.alt {
    margin-right: 10px;
  }

  .nav-link-header.solid.alt.sml {
    width: 50%;
  }

  .nav-menu-3 {
    background-color: #f9f9f9fa;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .icon-4 {
    color: #242424;
  }

  .menu-button-3 {
    margin-top: 2%;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .navbar-wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .div-wrapper-main-body.tentang-kami.horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-search-ticket.flex {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-search-ticket.flex.tentang-kami {
    width: 100%;
    padding: 0;
  }

  .div-search-ticket.flex.justify-center {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-fasilitas {
    background-image: linear-gradient(to bottom, null, null);
    flex-flow: column;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 2rem;
    display: flex;
  }

  .card-fasilitas.outlet {
    margin-bottom: 20px;
  }

  .image-icon {
    width: 40%;
  }

  .div-layanan {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-2 {
    max-width: none;
  }

  .seat-wraper-fix-width.flex-operasional {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-seat-wrapper-fixed-width {
    width: 85px;
  }

  .div-seat-wrapper-fixed-width._4-seat, .div-seat-wrapper-fixed-width._4seat {
    width: 60px;
  }

  .div-seat-wrapper-fixed-width.operasional {
    width: 75px;
  }

  .seating-wrapper-lr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 274.4px;
  }

  .seating-wrapper-lr._4-seat {
    width: auto;
    min-width: 0;
    max-width: 274.3px;
  }

  .body-website {
    background-color: #fff0;
  }

  .heading2 {
    text-align: left;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading2.semi-bold {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .heading2.bold {
    font-size: 24px;
    line-height: 30px;
  }

  .div-card {
    display: flex;
  }

  .div-app-promo.flex {
    flex-flow: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block.flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-app, .input-3, .image-service {
    width: 100%;
  }

  .div-layanan-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    box-shadow: 0 2px 10px #0000001a;
  }

  .paragraph-content {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.1rem;
    line-height: 22px;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .footer-2 {
    margin-top: 0;
    padding-top: 3rem;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lower-footer-links.right-links {
    margin-top: 17px;
  }

  .image-33 {
    width: 300px;
  }

  .form-8 {
    width: auto;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    margin-top: 420px;
    margin-bottom: 0;
    margin-right: 0;
    top: -225px;
    right: 10px;
  }

  .slide-card-car {
    width: 100%;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    margin-top: 420px;
    margin-bottom: 0;
    margin-left: 0;
    top: -225px;
    left: 10px;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .brand-div.nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .cta-2.smaller.colour5.round {
    width: 90%;
  }

  .navbar-5.flex {
    padding: 1rem;
    display: none;
  }

  .div-header-landing-page {
    padding-top: 2rem;
    overflow: visible;
  }

  .flex-wrapper {
    width: 225px;
  }

  .quick-stack-3 {
    padding-bottom: 12px;
  }

  .quick-stack-4 {
    margin-top: 20px;
  }

  .div-swap {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .div-swap.space {
    display: none;
  }

  .icon-7 {
    width: auto;
    margin-top: 12px;
  }

  .ths07-nav-links-wrapper {
    background-color: #26262600;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 122px;
  }

  .navbar-button.register {
    color: #df0000;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #df0000;
    border-color: #df0000;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .navbar-button.register:hover {
    background-color: #ff3131;
    border-color: #ff3131;
  }

  .navbar-button.login {
    letter-spacing: 1px;
    background-color: #ff3131;
    border-color: #ff3131;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .navbarmobile {
    flex-flow: row;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbarmobile.alt {
    display: flex;
  }

  .text-block-6 {
    display: none;
  }

  .ths07-nav-link {
    text-align: left;
  }

  .ths07-logo {
    padding-top: 10px;
  }

  .ths07-navigation-block {
    justify-content: flex-end;
    align-items: center;
  }

  .container-navbar {
    z-index: 97;
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#fffffff7, #fffffff7);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 12px;
    position: sticky;
    box-shadow: 0 2px 10px #0000000f;
  }

  .nav-menu-button {
    background-color: #fff0;
    width: 100%;
  }

  .nav-menu-button.flex {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffffff2;
    border-radius: 0 0 8px 8px;
    flex-flow: column;
  }

  .brand-logo {
    display: flex;
  }

  .nav-link-6 {
    color: #df0000;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    font-size: 18px;
    line-height: 22px;
  }

  .navbar-mobile {
    z-index: 99;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    box-shadow: 0 2px 10px #0000001c;
  }

  .div-m._40, .div-m._40.bttom-2 {
    width: 100%;
  }

  .div-block-64 {
    display: none;
  }

  .wrapper-top, .div-flex-landing-page, .card-last-order._96 {
    width: 100%;
  }

  .sub-head-tujuan.bold {
    color: #3c4858;
  }

  .grey-smaller-text.black {
    color: #3c4858;
    font-weight: 700;
  }

  .uui-blog01_component {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 2rem;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-text-rich-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .artikel-lain-title {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .form-block-tiket {
    width: 100%;
  }

  .div-cek-jadwal {
    margin-top: 0;
  }

  .div-search-result.flex.center.vertical {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-form-wrapper-search-result {
    width: 100%;
    height: 50vh;
    padding-left: .5rem;
  }

  .schedule-form.flex.space-between {
    flex-flow: column;
    width: 100%;
    padding: .5rem 1rem;
  }

  .icon-fa-solid.grey {
    color: var(--untitled-ui--gray300);
  }

  .dashed-line-vertical {
    height: 20px;
  }

  .button-text-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .button-33 {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-flex-2, .form-cek-jadwal {
    width: 100%;
  }

  .dashed-line-horizontal {
    border: 1px solid #000;
    width: 75px;
    height: 1px;
  }

  .dashed-line-horizontal.cek-jadwal {
    border-style: dashed;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cek-tiket-berangkat {
    padding: 5%;
  }

  .cek-tiket-berangkat._96, .form-block-7 {
    width: 100%;
  }

  .text-block-74 {
    font-size: 22px;
    line-height: 28px;
  }

  .uui-testimonial18_mask, .uui-blogsection12_mask {
    width: 95%;
  }

  .div-block-66 {
    position: absolute;
    inset: 4% 0% auto;
  }

  .uui-blogpost-text {
    font-size: 10px;
    line-height: 14px;
  }

  .section_banner_lp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wrapper_general {
    border-radius: 20px;
    height: 100%;
  }

  .slider-3 {
    height: auto;
  }

  .mask-3 {
    border-radius: 20px;
    height: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .wrapper_grid_outlet {
    grid-template-columns: 1fr;
  }
}

#w-node-f274a90e-4cde-319d-600a-617fe83ca185-8276927e, #w-node-f274a90e-4cde-319d-600a-617fe83ca18a-8276927e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bb3-82769350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bbe-82769350 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bc0-82769350, #Bunga-Tetap.w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bc2-82769350, #w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bc3-82769350, #Bunga-Tetap-3.w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bc5-82769350, #w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bc6-82769350 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#bunga.w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bc8-82769350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bca-82769350, #Maksimum-Plafon.w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bcc-82769350, #w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bcd-82769350 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7be2-82769350 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7be3-82769350 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7be6-82769350 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7be9-82769350, #w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bea-82769350 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7beb-82769350 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bed-82769350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bf0-82769350 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bf2-82769350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a8bf910c-1042-60b6-8819-546f52d804be-82769351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a8bf910c-1042-60b6-8819-546f52d804c2-82769351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8bf910c-1042-60b6-8819-546f52d804c6-82769351 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a8bf910c-1042-60b6-8819-546f52d804ca-82769351 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a8bf910c-1042-60b6-8819-546f52d804be-82769352, #w-node-bfbe0d77-b0e0-0ef8-cb4d-5572a5f94b5f-82769352, #w-node-_1a51220f-de47-f025-4363-9e3d88bda8fe-82769352, #w-node-e9b9be65-b7ae-f52f-d95a-eaf138dc6623-82769354, #w-node-_85e2e8f0-634e-7285-be4a-9fcd7baae45e-82769354, #w-node-_7a1370f2-dc48-8092-8238-1a5c87f54cea-82769354, #w-node-e9b9be65-b7ae-f52f-d95a-eaf138dc6623-82769357, #w-node-_85e2e8f0-634e-7285-be4a-9fcd7baae45e-82769357, #w-node-_7552fdf5-0784-6a0b-15b3-99beeb991362-82769357 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4064e958-ce42-5c99-b14f-76b865863abd-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac0-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac4-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac7-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863acb-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ad0-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ad4-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ad9-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863add-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ae2-82769357 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3df-8276935a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3e2-8276935a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3e5-8276935a, #w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3e8-8276935a, #w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3eb-8276935a, #w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3ee-8276935a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3f3-8276935a, #w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3f4-8276935a, #w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3f7-8276935a, #w-node-_3176d07c-99a9-df05-a193-fe6c84cdf3fa-8276935a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dbe96103-12d9-b836-fbea-98aa8106f8d5-8276935b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-dbe96103-12d9-b836-fbea-98aa8106f8d8-8276935b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_88eaceba-6ebe-d0ce-f6d6-de97a7d26959-8276935b, #w-node-_88eaceba-6ebe-d0ce-f6d6-de97a7d2695c-8276935b, #w-node-_88eaceba-6ebe-d0ce-f6d6-de97a7d2695f-8276935b, #w-node-_88eaceba-6ebe-d0ce-f6d6-de97a7d26962-8276935b, #w-node-_88eaceba-6ebe-d0ce-f6d6-de97a7d26965-8276935b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_181df32e-0131-ca4e-447d-2818a8bb8074-8276935b, #w-node-_181df32e-0131-ca4e-447d-2818a8bb8077-8276935b, #w-node-_181df32e-0131-ca4e-447d-2818a8bb8079-8276935b, #w-node-_181df32e-0131-ca4e-447d-2818a8bb807c-8276935b, #w-node-_181df32e-0131-ca4e-447d-2818a8bb807e-8276935b, #w-node-_486de886-e9f7-97ab-f3af-2fe899eae4ff-8276935b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_486de886-e9f7-97ab-f3af-2fe899eae502-8276935b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_486de886-e9f7-97ab-f3af-2fe899eae504-8276935b {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_4a5fc0e6-319c-0681-fc53-cf4c339e7bb3-8276935c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e2e8f0-634e-7285-be4a-9fcd7baae45e-8276935e, #w-node-aa76cebe-8a18-6426-f56d-b911475f60d1-8276935e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4064e958-ce42-5c99-b14f-76b865863abd-8276935f, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac0-8276935f, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac4-8276935f, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac7-8276935f, #w-node-_4064e958-ce42-5c99-b14f-76b865863acb-8276935f, #w-node-_4064e958-ce42-5c99-b14f-76b865863ad0-8276935f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f75ee-82769376 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f75f1-82769376 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f75f4-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f75f7-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f75fa-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f75fd-82769376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7602-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7605-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7607-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f760a-82769376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f760e-82769376 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7613-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7616-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7619-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f761c-82769376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7621-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7624-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7626-82769376, #w-node-_19f97c19-dfd0-ff4f-9aa1-52470d4f7629-82769376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7e3af427-76bb-ac97-2da5-8b837f6dc317-82769378, #w-node-_7e3af427-76bb-ac97-2da5-8b837f6dc31a-82769378, #w-node-_7e3af427-76bb-ac97-2da5-8b837f6dc31e-82769378, #w-node-_7e3af427-76bb-ac97-2da5-8b837f6dc321-82769378, #w-node-_7e3af427-76bb-ac97-2da5-8b837f6dc325-82769378, #w-node-_7e3af427-76bb-ac97-2da5-8b837f6dc328-82769378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f391c064-80a3-1b04-b4bf-ed10ba2c12a9-fd9ea2b7 {
  grid-template-rows: auto;
  grid-template-columns: 220px 220px 220px 220px;
}

#w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f32-fd9ea2b7 {
  grid-template-rows: auto;
  grid-template-columns: 220px 220px 220px;
}

#w-node-_580f245b-8a47-1801-4982-3d7c595b9b5e-52b27c63 {
  grid-template-rows: auto auto;
  grid-template-columns: 400px 400px;
}

#w-node-_881d6fee-773d-8a3a-62a0-7d6909edf51a-55fe08ae, #w-node-_881d6fee-773d-8a3a-62a0-7d6909edf51e-55fe08ae, #w-node-_881d6fee-773d-8a3a-62a0-7d6909edf520-55fe08ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f391c064-80a3-1b04-b4bf-ed10ba2c12a9-962cf7c3 {
  grid-template-rows: auto;
  grid-template-columns: 220px 220px 220px 220px;
}

#w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f32-962cf7c3 {
  grid-template-rows: auto;
  grid-template-columns: 220px 220px 220px;
}

#w-node-ce7c23e6-a388-5314-d9c1-97ef1bfa6fdf-962cf7c3 {
  grid-template-rows: auto auto;
  grid-template-columns: 400px 400px;
}

@media screen and (min-width: 1440px) {
  #w-node-_580f245b-8a47-1801-4982-3d7c595b9b5e-52b27c63, #w-node-ce7c23e6-a388-5314-d9c1-97ef1bfa6fdf-962cf7c3 {
    grid-template-rows: auto auto;
    grid-template-columns: 520px 520px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f391c064-80a3-1b04-b4bf-ed10ba2c12a9-fd9ea2b7, #w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f32-fd9ea2b7 {
    grid-template-rows: auto;
    grid-template-columns: 175px 175px;
  }

  #w-node-f391c064-80a3-1b04-b4bf-ed10ba2c12a9-962cf7c3 {
    grid-template-rows: auto;
    grid-template-columns: 175px 175px 175px 175px;
  }

  #w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f32-962cf7c3 {
    grid-template-rows: auto;
    grid-template-columns: 175px 175px 175px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_580f245b-8a47-1801-4982-3d7c595b9b5e-52b27c63 {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  #w-node-_580f245b-8a47-1801-4982-3d7c595b9b5f-52b27c63, #w-node-_580f245b-8a47-1801-4982-3d7c595b9b6b-52b27c63, #w-node-_580f245b-8a47-1801-4982-3d7c595b9b77-52b27c63 {
    grid-column: span 2 / span 2;
  }

  #w-node-ce7c23e6-a388-5314-d9c1-97ef1bfa6fdf-962cf7c3 {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  #w-node-ce7c23e6-a388-5314-d9c1-97ef1bfa6fe0-962cf7c3, #w-node-ce7c23e6-a388-5314-d9c1-97ef1bfa6fe5-962cf7c3, #w-node-_1bc81b7e-7f2a-9125-ea15-b68d8969675c-962cf7c3 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4064e958-ce42-5c99-b14f-76b865863ac0-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ac7-82769357, #w-node-_4064e958-ce42-5c99-b14f-76b865863ad9-82769357 {
    align-self: start;
  }

  #w-node-f391c064-80a3-1b04-b4bf-ed10ba2c12a9-fd9ea2b7, #w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f32-fd9ea2b7 {
    grid-template-rows: auto;
    grid-template-columns: 175px;
  }

  #w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f38-fd9ea2b7 {
    order: 9999;
  }

  #w-node-_580f245b-8a47-1801-4982-3d7c595b9b83-52b27c63 {
    grid-column: span 2 / span 2;
  }

  #w-node-f391c064-80a3-1b04-b4bf-ed10ba2c12a9-962cf7c3, #w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f32-962cf7c3 {
    grid-template-rows: auto;
    grid-template-columns: 175px;
  }

  #w-node-_76da98aa-dfd4-c323-87c9-c326c1eb6f38-962cf7c3 {
    order: 9999;
  }

  #w-node-b6cf8653-69a5-155d-d6d3-a1202ca61ac0-962cf7c3 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-ExtraBold.ttf') format('truetype'), url('../fonts/Teachers-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-BoldItalic.ttf') format('truetype'), url('../fonts/Teachers-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
