
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconstwotone';
  src: url('../fonts/MaterialIconsTwoTone-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconssharp';
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Citrina';
  src: url('../fonts/Citrina-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Citrina';
  src: url('../fonts/Citrina-Light.otf') format('opentype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Citrina';
  src: url('../fonts/Citrina-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Citrina';
  src: url('../fonts/Citrina-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

.general-logo {
  margin-top: 15px;
  display: flex;
  margin-right: 15px;
  justify-content: space-between;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: 'Inter', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

h1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  color: #000;
  line-height: 20px;
  letter-spacing: 0.2px;
}

a {
  color: #00356b;
  text-decoration: none;
}

a:hover {
  color: #00356b;
  outline: none;
}
.material-icon {
    position: static;
    display: block;
    padding-right: 10px;
    order: -1;
    font-family: Materialiconsoutlined, sans-serif;
    color: #ea7100;
    font-size: 26px;
    text-align: left;
}

.material-icon-link.plus {
  color: var(--brand--blue-primary);
  margin-right: 0;
  font-size: 20px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a {
  cursor: pointer;
}

.go-biki-logo {
  position: relative;
  padding-bottom: 0px;
}

.mogo-logo.sign-in {
  padding-bottom: 0px;
}

.link {
  margin-top: 0px;
  padding-right: 15px;
  flex: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
}

.link:hover {
  color: #333;
}

.link:visited {
  color: #333;
}

.link.w--current {
  margin-top: 0px;
  padding-right: 15px;
  font-family: 'Inter', sans-serif;
  color: #000;
}

.link.switcher {
  padding-right: 0px;
  font-weight: 500;
}

.link.switcher:hover {
  color: #000;
}

.link.small {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 5px;
  color: #00356b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.link.small:focus {
  outline: none;
}

.link.click {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: #00356b;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.link.click:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00356b;
}

.form {
  display: -ms-grid;
  display: grid;
  flex-direction: column;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.form-control {
  border-radius: 0;
}

.form.code-promotion {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;

  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: baseline;
}

.material-icon-link.plus {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s;
}

.promo-item-trigger.clicked+.form.code-promotion {
  display: flex;
}

.promo-item-trigger.clicked .material-icon-link.plus {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

.form.sign-in {
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  justify-content: stretch;
  justify-items: stretch;
  align-items: stretch;
  align-content: stretch;
  grid-auto-flow: row;
}

.form-block {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  align-self: stretch;
  flex: 1;
}

.button {
  border: 1px solid var(--brand--blue-primary);
  background-color: var(--brand--blue-primary);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 0;
  padding: 10px 40px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: background-color .5s;
  display: inline-block;
  border-radius: 8px;
}

.button.promotion {
  display: inline-block;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 0;
  transition: background-color 350ms ease;
  font-family: 'Inter', sans-serif;
}

.button.promotion:hover,
.button:hover,
.button.sign-in:hover {
  border: 1px solid var(--brand--hover-slate);
  background-color: var(--brand--hover-slate);
  background-image: linear-gradient(to bottom, var(--brand--hover-slate), var(--brand--hover-slate));
  color: var(--white);
}

.button.margin-right {
  margin-right: 15px;
}

.secondary-button,
.button.sign-in.cancel,
.button.cancel {
  border: 1px solid var(--light-grey-2);
  background-color: var(--light-grey-2);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 0;
  padding: 10px 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  transition: background-color .5s;
  display: inline-block;
}

.button.sign-in.cancel:hover,
.button.cancel:hover,
.button.sign-in.cancel:hover {
  border: 1px solid var(--brand--blue-primary);
  background-image: linear-gradient(to bottom, var(--brand--blue-primary), var(--brand--blue-primary));
  color: var(--white);
  font-weight: 500;
}

.text-field {
  margin-bottom: 10px;
  align-self: stretch;
  flex: 1;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  transition: border 300ms ease;
}

.text-field:focus {
  border-color: #9876fe;
}

.text-field.code-promotion {
  position: static;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: flex-start;
  flex: 1;
  border-color: #fff;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  color: #4a4a49;
}

.text-field.code-promotion:focus {
  border-color: #00356b;
}

.text-field.code-promotion {
  position: static;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: flex-start;
  flex: 1;
  border-radius: 0;
  color: #4a4a49;
}

.text-field.code-promotion:focus {
  border-color: #3bd4ae;
}

.text-field.code-promotion {
  position: static;
  display: inline-block;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: flex-start;
  flex: 1;
  border-color: #fff;
  background-color: #fff;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  color: #4a4a49;
}

.text-field.code-promotion:focus {
  border-color: #00356b;
}

.footer {
  margin-top: 40px;
  margin-bottom: 10px;
  order: 1;
}

.footer-links {
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: row;
  border-top: 1px solid #c4c4c4;
  background-color: #fff;
}

.divider {
  /*  display: flex;
  height: 1px;
  border: 1px none #000;
  background-color: var(--silver);;
  color: #4a4a49;*/
  border-top: 1px solid var(--silver);
  margin-bottom: 5px;
}

.promotion-form {
  display: block;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 10px;
  order: 0;
  border-top: 1px solid var(--silver)
}

.one_row {
  ms-grid-row: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}

.heading-2,
h2 {
  font-family: 'Citrina', sans-serif;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.heading-2.sign-in {
  margin-top: 10px;
  font-family: 'Citrina', sans-serif;
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-indent: 10px;
}

.field-label,
label {
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
}

.field-label span,
label span {
  text-transform: none;
}

.text-block {
  display: block;
  color: #000;
  letter-spacing: 0.5px;
}

.text-block.black {
  font-family: 'Inter', sans-serif;
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.text-block.black.capital {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block.plan-selection {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.text-block.plan-selection.black {
  color: #000;
  font-weight: 500;
}

.text-block.plan-selection.black {
  color: #000;
  font-weight: 500;
}

.text-block.black {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-weight: 500;
}

.text-block.black.capital {
  font-weight: 600;
  text-transform: uppercase;
}

.text-block.black {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-weight: 500;
}

.text-block.card-title {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block.promotion-heading {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.total {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.currency {
  display: block;
  padding-right: 6px;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  order: 0;
  color: #fff;
  font-size: 12px;
}

.currency.black {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-weight: 400;
}

.currency.black {
  color: #333;
  font-weight: 700;
}

.currency.black {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-weight: 400;
}

.price-dollar {
  display: block;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  order: 0;
  color: #fff;
  font-size: 18px;
}

.price-dollar.black {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.price-dollar.black {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.price-dollar.dark {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.price {
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  flex-direction: row;
  justify-content: space-between;
}

.main-price {
  display: flex;
  flex-direction: row;
  flex: 0 auto;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.left-column-header {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  /*  padding-top: 20px;*/
  padding-left: 40px;
  padding-top: 15px;

}

.left-column-header.sign-in {
  padding-top: 15px;
  border-bottom: 1px solid #c4c4c4;
}

.order-info {
  display: block;
  flex-direction: column;
}

.form-input {
  margin-bottom: 5px;
  align-self: stretch;
  flex: 1;
  border-style: solid;
  border-width: 1.5px;
  border-color: #d1d1d1;
  border-radius: 0px;
  background-color: #fff;
  transition: border 250ms ease-in-out;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
}

.text-alert {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  color: #da2424;
}

.page-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 0.75fr 0.5fr;
  grid-template-rows: 125px repeat(auto-fit, minmax(100vh, 1fr));
}

.page-wrapper.sign-in {
  grid-template-columns: 0.75fr 0.75fr;
}

.right-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fdf8ee;
  border-radius: 25px;
}

.right-column.background-image {
  background-image: url('../images/miami_banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(#3bd4ae), to(#3bd4ae));
  background-image: url('../images/miami_banner.jpg'), linear-gradient(180deg, #3bd4ae, #3bd4ae);
  background-position: 30% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.left-column-form {
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: space-between;
}

.left-column-form.sign-in {
  display: flex;
  padding-top: 0px;
  justify-content: space-between;
  align-items: stretch;
}

.order-info-block {
  padding: 20px 40px 40px;
  flex: 1;
}

.section {
  display: block;
  margin-bottom: 20px;
}

.section.sign-in {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-bottom: 0;
}

.section.heading {
  padding-right: 10px;
  padding-left: 10px;
}

.footer-divider {
  height: 1px;
  background-color: #c4c4c4;
}

.app-layout {
  position: relative;
  min-height: 100vh;
}

.app-nav-layout {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: flex;
  height: 60px;
  background-color: #fff;
}

.app-navbar-container {
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar-navbar-heading {
  position: relative;
  z-index: 100;
  display: flex;
  width: 260px;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #c4c4c4 #fbf9f9 #eee #c4c4c4;
  background-color: #fff;
}

.sidebar-navbar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 260px;
  margin-top: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-right: 1px solid #eee;
  z-index: 1000;
}

.sidebar-navbar-body {
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  align-self: auto;
  flex: 1;
}

.sidebar-navbar-body-container {
  display: block;
  overflow: hidden;
  float: none;
  flex-direction: row;
}

.sidebar-navbar-link {
  display: flex;
  overflow: hidden;
  height: 50px;
  padding: 10px 10px 10px 15px;
  justify-content: flex-start;
  flex: 1;
  transition: border-color .2s ease-in-out, border .2s ease-in-out, background-color .2s ease-in-out;
  color: #000;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.sidebar-navbar-link.w--current {
  background-color: #fdf8ee;
  font-family: Inter, sans-serif;
  display: flex;
}

.sidebar-navbar-link:hover {
  border-left: 3px solid #00356b;
  border-left-color: var(--brand--blue-primary);
  background-color: #fdf8ee;
  color: #000;
  font-weight: 400;
}

.sidebar-navbar-link.w--current:hover {
  border-left-color: var(--brand--green-secondary);
}

.sidebar-navbar-link:active,
.sidebar-navbar-link:focus {
  color: #000;
  border-left: 3px solid #00356b;
  border-left-color: var(--brand--green-secondary);
  outline: none !important;
}

.loggedin_logo {
  max-width: 120px;
}

#menu-reg_menu {
  padding: 0;
}

.material-icon {
  position: static;
  display: block;
  padding-right: 10px;
  order: -1;
  font-family: Materialiconsoutlined, sans-serif;
  color: #ea7100;
  font-size: 26px;
  text-align: left;
}

.material-icon:hover {
  color: #ea7100;
}

.orange-material-icon {
  color: #fec92f !important;
}

.material-icon.filter-icon {
  padding-right: 10px;
  padding-left: 0px;
  font-size: 24px;
}

.material-icon.trip {
  padding-right: 0px;
  color: #00848f;
  font-size: 32px;
  line-height: 40px;
}

.material-icon.sort {
  color: #333;
}

.material-icon.email {
  padding-right: 0px;
  font-size: 32px;
}

.app-main-layout-container {
  position: relative;

  display: flex;
  min-height: 100vh;
  margin-top: 60px;
}

.app-main-layout-mask {
  width: 260px;
}

.app-main-layout {
  position: relative;
  overflow: hidden;

  flex: 1;
  background-color: #fdf8ee;
}

.radio-button {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #a7a7a7;
  transition: border-radius 300ms ease-in-out;
  text-transform: lowercase;
}

.radio-button.w--redirected-checked {
  border-width: 4px;
  border-color: #00356b;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.text {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding-left: 5px;
  flex: 1;
  font-family: 'Inter', sans-serif;
  color: #4a4a49;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.radio-button-field {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 16px 0;
}

.radio-button-field.filter {
  margin-bottom: 0px;
  padding-left: 14px;

  align-self: stretch;

  flex: 0 auto;
}

.radio-button-field.filter:hover {
  background-color: rgba(238, 56, 42, 0.2);
}

.demo_data input[type='checkbox'] {
  /*  float: left;
  margin: 0 15px 0 0;
  width: 16px;
  height: 16px;
  border-color: #c4c4c4;*/
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.demo_data .form-group.age2 span {
  display: block;
}

.fields.half {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.fields.half select {
  width: 48%;
}

.forgot-password {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: #da2424;
  font-size: 11px;
  text-decoration: none;
  text-transform: none;
}

.forgot-password:hover {
  text-decoration: underline !important;
  color: #000;
}

.inscription-link {
  color: var(--black);
  margin-left: 5px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.inscription-link:hover {
  color: var(--brand--green-secondary);
  text-decoration: underline;
}

.plan-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
}

.plan-name {
  padding-right: 15px;
  padding-left: 0px;
  flex: 1;
}

.bike-icon {
  /*  max-width: 80%;*/
}


.heading-1 {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  font-family: 'Citrina', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.form-block-container {
  flex: 1;
}

.notification-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  flex: 1;
}

.main-success-icon {
  margin-bottom: 10px;
  align-self: center;
}

.message-text {
  margin-bottom: 20px;
}

.price-container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--silver);
}

.app-main-layout-wrapper {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 4%;
  padding-left: 4%;
  flex-direction: column;
}

.app-main-layout-content {
  position: relative;
}

.page-heading {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.style-guide-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.style-guide-section-title {
  margin-bottom: 10px;
}

.style-guide-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card {
  margin-bottom: 20px;
  padding: 24px;
  background-color: #fff;
  border-radius: 15px;
}

.card.receipt {
  overflow: auto;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  flex: 1;
}

.card.pass-pending {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #000 #000 #000 #fec92f;
}

.card.pass-active {
  border-left: 4px solid #80e7bd;
}

.card.pop-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.alert-container.success {
  position: relative;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3bd4ae;
  border-radius: 5px;
  background-color: rgba(59, 212, 174, 0.1);
}

.alert-container.warning {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;

  flex-direction: row;

  justify-content: center;

  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #ffae00;
  border-radius: 5px;
  background-color: rgba(255, 174, 0, 0.1);
}

.alert-container.error {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;

  flex-direction: row;

  justify-content: center;

  align-items: flex-start;

  order: -1;
  border-style: solid;
  border-width: 1px;
  border-color: #da2424;
  border-radius: 5px;
  background-color: rgba(218, 36, 36, 0.1);
  color: #da2424;
}

.alert-container.info {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;

  flex-direction: row;

  justify-content: center;

  align-items: flex-start;
  border: 1px solid #7fc5e6;
  border-radius: 5px;
  background-color: rgba(127, 197, 230, 0.1);
  color: #da2424;
}

.notification-icon {

  align-self: flex-start;

  flex: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #00926e;
  font-size: 24px;
}

.notification-text {
  padding-right: 0px;
  padding-left: 0px;
  align-self: flex-start;
  flex: 1;
}

.notification-button {
  align-self: flex-start;
}

.alert-heading {
  font-family: 'Inter', sans-serif;
  color: #005a44;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.alert-heading.success {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.alert-heading.warning {
  font-family: 'Inter', sans-serif;
  color: #7a3700;
  font-weight: 700;
}

.alert-heading.error {
  font-family: 'Inter', sans-serif;
  color: #960606;
}

.alert-heading.info {
  font-family: 'Inter', sans-serif;
  color: #005781;
}

.alert-text {
  font-family: 'Inter', sans-serif;
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

.icon-container {
  margin-right: 10px;
  margin-bottom: 0px;
  flex: 0 auto;
}

.close {
  font-family: Materialiconsoutlined, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.close.small {
  font-size: 16px;
}

.link-block {
  display: block;
}

.icon-warning {
  font-family: Materialicons, sans-serif;
  color: #c35a03;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.icon-success {
  display: flex;
  font-family: Materialicons, sans-serif;
  color: #018a68;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.icon-error {
  font-family: Materialicons, sans-serif;
  color: #da2424;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.icon-info {
  font-family: Materialicons, sans-serif;
  color: #006da1;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.style-guide-content {
  padding-top: 10px;
}

.text-large {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .2s;
}

.text-large:hover {
  color: #333;
  font-weight: 400;
  outline: none;
}

.text-large.center {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.text-large._w-bold {
  color: #333;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.text-large._w-bold.r-align {
  text-align: right;
}

.text-large.status-success {
  color: #333;
}

.text-large.status-failed {
  color: #da2424;
}

.text-large.white {
  padding: 10px 24px;
  color: #fff;
}

.text-large.white:hover {
  color: #333;
}

.text-xlarge {
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 22px;
}

.text-xlarge.status-pending {
  color: #333;
  font-weight: 500;
}

.text-xlarge.status-active {
  color: #00356b;
  font-weight: 500;
}

.text-small {
  color: #4a4a49;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.text-small.message {
  margin-bottom: 0px;
  color: #da2424;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
}

.card-heading-container {
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;

  justify-content: space-between;
}

.text-block-breadcrumb {
  margin-top: 0px;
  padding-right: 15px;
}

.mobile-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 16px 24px;
  border-top: 1px solid #c4c4c4;
  background-color: #fff;
}

.mobile-bar-menu {

  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.mobile-bar-link {
  font-family: 'Inter', sans-serif;
}

.mobile-navigation-bar-container {
  display: none;
  background-color: #fff;
}

.flex-container {
  display: flex;
  margin-top: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.col {
  align-self: auto;
}

.card-content {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-block-general {
  display: grid;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
}

@media all and (max-width: 1200px) {
  .form-block-general {
    grid-template-columns: 100%;
    display: block;
  }
}

.page-tabs-menu {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;

  flex-direction: row;
  border-bottom: 1px none #c4c4c4;
  background-color: #fff;
}

.page-tab-link {

  display: flex;
  overflow: hidden;
  height: 50px;
  padding: 10px 10px 10px 15px;

  justify-content: flex-start;

  flex: 0 auto;
  transition: border-color 200ms ease-in-out, border 200ms ease-in-out, background-color 200ms ease-in-out;
  font-family: 'Inter', sans-serif;
  color: #000;
  line-height: 26px;
  text-align: left;
}

.page-tab-link:hover {
  border-left: 3px solid #000;
  background-color: rgba(59, 212, 174, 0.15);
  font-weight: 400;
}

.page-tab-link:active {
  background-color: rgba(59, 212, 174, 0.1);
}

.page-tab-link.w--current {
  border-left: 3px solid #000;
  background-color: rgba(238, 56, 42, 0.2);
}

.page-tab-link.payment-detials {
  display: flex;
  font-family: 'Inter', sans-serif;
  color: #333;
  font-weight: 500;
}

.page-tab-link.payment-detials:hover {
  border-left-color: #00356b;
  background-color: rgba(238, 56, 42, 0.2);
  color: #333;
}

.page-tab-link.payment-detials.w--current {
  border-left: 3px solid #000;
}

.page-tab-link.subscription {
  font-family: 'Inter', sans-serif;
  color: #333;
  font-weight: 500;
}

.page-tab-link.subscription:hover {
  border-left-color: #00356b;
  background-color: rgba(238, 56, 42, 0.2);
}

.page-tab-link.subscription.w--current {
  border-left: 3px solid #000;
}

.page-tab-link.receipt {
  border-left: 3px none #00356b;
  font-family: 'Inter', sans-serif;
  color: #333;
  font-weight: 500;
}

.page-tab-link.receipt:hover {
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #000 #000 #000 #00356b;
  background-color: rgba(238, 56, 42, 0.2);
}

.receipt-heading {
  display: flex;
  overflow: auto;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}

.receipt-row {
  display: flex;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  border-top: 1px none #c4c4c4;
  border-bottom: 1px solid #eee;
}

.receipt-row:hover {
  background-color: hsla(0, 0%, 94.5%, 0.73);
}

.card-setting-text {
  display: flex;
  margin-right: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;

  align-items: flex-start;

  align-content: flex-start;

  flex: 1;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.card-setting-text.caption {
  margin-right: 0px;

  justify-content: flex-start;

  align-items: flex-start;

  flex: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-navbar-menu {
  display: flex;
  flex-direction: row;
  align-self: center;
}

.language-switcher-container {
  /* position: absolute; */
  /* left: auto;
  top: 10px;
  right: 40px; */
  /* bottom: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 auto;
  justify-content: center;
}

.language-switcher-container.sign-in {
  /* position: static; */
}

.log-in-container {
  display: flex;
  margin-right: 10px;
  flex-direction: row;
  align-items: center;
}

.log-in-container .link-connection:hover {
  color: #000;
}

.heading-3 {
  font-family: 'Citrina', sans-serif;
  color: #333;
  font-weight: 500;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Citrina', sans-serif;
  color: #333;
  font-weight: 500;
}

.heading-5 {
  font-family: 'Citrina', sans-serif;
  color: #333;
  font-weight: 500;
}

.three-column-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.id-container {
  display: flex;
  flex-direction: row;
}

.password-checker {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-start;
}

.load-button-container {
  display: flex;
  margin-top: 20px;

  justify-content: center;

  align-items: center;
}

.filters-container {
  position: relative;
  z-index: 1;

  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.filter-dropdown {
  margin-right: 16px;
  margin-left: 0px;
  align-self: auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: hsla(0, 0%, 100%, 0);
}

.filter-dropdown-toggle {
  padding: 10px 50px 10px 10px;
}

.dropdown-list {
  min-width: 320px;
}

.dropdown-list.w--open {
  left: auto;
  top: 40px;
  right: auto;
  bottom: auto;
  min-width: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: #fff;
}

.toggle-label {
  margin-top: 2px;
  margin-left: 0px;
  flex: 1;
  font-family: 'Inter', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.material-icon-container {
  position: absolute;
  left: auto;
  top: 28%;
  right: 0%;
  bottom: auto;
}

.form-radiobutton-block {
  margin-bottom: 0px;
}

.radio-button-label {
  display: flex;
  margin-bottom: 0px;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.radio-button-field-keycard {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: #fff;
}

.card-setting-block {
  display: flex;
  margin-right: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  flex: 1;
}

.card-setting-icon {
  font-family: 'Inter', sans-serif;
  color: #006e77;
  font-size: 18px;
}

.filter-date-block {
  align-self: auto;
}

.toggle-field {
  position: relative;
  display: flex;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
}

.toggle {
  width: 40px;
  height: 24px;
  margin-top: 0px;
  margin-right: 10px;
  padding-right: 0px;
  border-style: none;
  border-color: #c4c4c4;
  border-radius: 20px;
  background-color: #ccc;
  background-image: url('../images/toggle-circle.svg');
  background-position: 4px 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  transition: background-position 300ms ease-in-out, background-color 300ms ease-in-out;
}

.toggle.w--redirected-checked {
  border-style: solid;
  border-color: var(--brand--green-secondary);
  background-color: var(--brand--green-secondary);
  background-image: url('/images/toggle-circle.svg');
  background-position: 18px 50%;
  background-size: 16px 16px;
}

.toggle.w--redirected-focus {
  box-shadow: none;
}

.toggle-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.toggle-block {
  display: block;
  margin-bottom: 0px;
  flex-direction: column;
  align-self: auto;
}

.plan-details-block {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  flex: 1;
  background-image: #fdf8ee;
}

.plan-details-link {
  display: flex;
}

.material-icon-link {
  margin-right: 5px;
  font-family: Materialiconsoutlined, sans-serif;
  ;
  color: var(--brand--blue-primary);
  font-size: 18px;
}

.material-icon-link:hover {
  color: #333;
}

.material-icon-link.plus {
  margin-right: 0px;
  font-size: 20px;
}

.material-icon-link.plus.clicked {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.trip-row-1 {
  display: flex;
  margin-bottom: 3px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
}

.trip-row-2 {
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #c4c4c4;
}

.trip-row-2.no-line {
  margin-top: 0px;
  padding-top: 0px;
  border-top-style: none;
}

.trip-column {
  padding-bottom: 10px;
  flex: 1;
}

.date {
  display: flex;
}

.trip-column-footer {
  flex: 1;
}

.date-filter-container {
  display: flex;
}

.payment-success-block {
  display: flex;
  justify-content: center;
}

.heading-6 {
  font-family: 'Citrina', sans-serif;
  color: #333;
  font-weight: 500;
}

.content-container {
  flex: 1;
}

.start-date-block {
  display: flex;
  padding-bottom: 0px;
  justify-content: flex-start;
  flex: 1;
}

.end-date-block {
  display: flex;
  padding-bottom: 0px;
  justify-content: flex-end;
  flex: 1;
}

.duration-block {
  display: flex;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.end-station-name-block {
  display: flex;
  justify-content: flex-end;
}

.trip-row-3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.trip-column-station-name {
  flex: 1;
}

.trip-column-station-name:first-child {
  padding-right: 20px;
  ;
}

.trip-column-station-name:last-child {
  padding-left: 20px;
  ;
}


.duration {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.end-date {
  display: flex;
}

.start-date {
  flex: 1;
}

.infographic-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url('../images/dashed-line.png');
  background-position: 50% 85%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.trip-icon {
  flex: 1;
}

.trip-icon.start {
  display: flex;
  justify-content: flex-start;
}

.trip-icon.end {
  display: flex;
  justify-content: flex-end;
}

.trip-icon.bike {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.trip-row-4 {
  margin-top: 10px;
}

.trip-row {
  display: flex;
}

.sign-up-message-container {
  display: flex;
}

.chart {
  display: block;
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.html-embed {
  flex: 0 auto;
}

.account-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  align-items: center;
}

@media all and (max-width: 768px) {
  .account-container {
    position: unset;
  }
}

.strength-2 {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  flex: 1;
  background-color: #00993d;
}

.strength-1 {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  flex: 1;
  background-color: #ffa264;
}

.strength-0 {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  flex: 1;
  background-color: #f90000;
}

.list {
  margin-top: 10px;
  padding-left: 15px;
  color: #4a4a49;
}

.text-xsmall {
  font-family: 'Inter', sans-serif;
  color: #636363;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.text-xsmall._w-bold {
  color: #333;
  font-weight: 500;
}

.strength-4 {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  flex: 1;
  background-color: #00de30;
}

.list-item {
  color: #000;
}

.strength-3 {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  flex: 1;
  background-color: #00cb35;
}

.strength-null {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  flex: 1;
  background-color: #c4c4c4;
}

.visa-card-container {
  padding-right: 10px;
  padding-left: 0px;
  order: 1;
  flex: 0 auto;
}

.credit-card-message-container {
  display: flex;
  padding-right: 0px;
  padding-left: 10px;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.credit-card-logo-container {
  display: flex;
  padding: 8px 4px;
  border-style: none;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 5px;
  background-color: hsla(0, 0%, 94.5%, 0.73);
}

.amex-logo {
  padding-right: 5px;
}

.visa-logo {
  padding-right: 5px;
}

.checkbox-field {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 10px;
  border-color: #c4c4c4;
}

.checkbox.w--redirected-checked {
  border-color: #00356b;
  background-color: #00356b;
  background-size: 12px 12px;
}

.checkbox.w--redirected-focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00356b;
  box-shadow: none;
}

.checkbox-label {
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  color: #4a4a49;
  font-weight: 400;
  text-transform: none;
}

.form-block-center {
  flex: 0 auto;
}

.filter-transactions {
  margin-right: 10px;
  align-self: auto;
  flex: 0 auto;
}

.sort-icon {
  margin-top: 15px;
  margin-right: 15px;
}

.form-filters {
  display: grid;
  justify-content: end;
  justify-items: start;
  align-items: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 0.75fr;
  grid-template-rows: auto;
}

.form-filters.sort {
  grid-template-columns: 1fr 0.5fr;
}

.invoice-block {
  display: flex;
  margin-bottom: 15px;
}

.invoice-id-container {
  flex: 1;
}

.invoice-price-container {
  flex: 1;
}

.invoice-price {
  display: flex;
  justify-content: flex-end;
}

.invoice-status {
  display: flex;
  justify-content: flex-end;
}

.pass-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.pass-info-container {
  padding-left: 10px;
}

.pass-graph-container {
  margin-right: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  flex: 1;
  width: 100%;
}

.pass-info-container {
  flex: 1;
}

.plan-date {
  margin-top: 20px;
}

.pass-options-container {
  display: flex;
  flex: 1;
}

.button-bg {
  display: inline-block;
  margin-top: 5px;
  margin-right: 0px;
  padding: 0px;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fec92f;
  border-radius: 5px;
  background-color: #fec92f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button-bg:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fec92f;
  background-color: #fff;
  color: #333;
}

.mobile-bottom-spacing {
  height: 0px;
}

.biki-card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  border-top: 1px solid #fff;
}

.card-name {
  padding-right: 15px;
  padding-left: 0px;
  flex: 1;
}

.card-wallet-button {
  display: flex;
  flex-direction: row;
  flex: 0 auto;
}

.payment-information,
.shipping-information {
  display: grid;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.promotion-form-block {
  margin-bottom: 0px;
}

.breadcrumb-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

@media all and (max-width: 768px) {
  .breadcrumb-list {
    flex-wrap: wrap;
  }
}

.list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.list-item .w--current {
  color: #000;
  margin-top: 0;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.policy-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.policy-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.button-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-button {
  display: flex;
  margin-top: 5px;
  align-items: center;
}

.demographic_info label {
  display: block;
}

.demographic_info h3 {
  color: var(--brand--blue-primary);
  font-weight: 500;
}

.promo-item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.promo-code-block {
  display: flex;
  margin-top: 10px;
}

.coupon-name {
  padding-right: 10px;
  font-family: 'Inter', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.promo-code {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.tabs-menu {
  display: flex;
}

.tab-link {
  padding: 10px 0px;
  flex: 1;
  background-color: transparent;
}

.tab-link.w--current {
  background-color: transparent;
}

.cart-heading {
  color: #333;
  font-weight: 500;
}

.mobile-card-heading {
  display: flex;
  justify-content: space-between;
}

.your-cart {
  display: flex;
}

.order-info-mobile {
  display: block;
  flex-direction: column;
}

.tabs {
  display: none;
}

.order-info-copy {
  display: block;
  flex-direction: column;
}

.promo-code-text {
  margin-top: 10px;
}

.pin-code-field {
  height: 70px;
  margin-right: 10px;
  flex: 0 10%;
  border-radius: 5px;
  transition: border-color 250ms ease;
  font-size: 18px;
}

.pin-code-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00356b;
}

.form-pincode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pincode-container {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
}

.pin-popup-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 42.7%, 0.39);
}

.pin-popup-container {
  display: flex;
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.icon-email-success {
  display: flex;
  font-family: Materialiconsoutlined, sans-serif;
  ;
  color: #00356b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.success-pin-container {
  display: flex;
  align-items: center;
}

.lang {
  padding-right: 40px;
}

@media screen and (min-width: 1440px) {
  h2 {
    margin-top: 10px;
  }

  .link {
    ;
    flex: 0 auto;
  }

  .button.promotion:hover {
    border-color: #fff;
  }

  .text-field {
    border-color: #cacaca;
  }

  .text-field:focus {
    border-color: #9876fe;
  }

  .text-field.code-promotion {
    margin-right: 0px;
    border-color: #fff;
  }

  .text-field.code-promotion:focus {
    border-color: #00356b;
  }

  .text-field.code-promotion {
    margin-right: 0px;
  }

  .text-field.code-promotion {
    margin-right: 0px;
    border-color: #fff;
  }

  .text-field.code-promotion:focus {
    border-color: #00356b;
  }

  .footer {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    order: 0;
    flex: 1;
  }

  .success-message {
    padding: 10px;
    background-color: #fff;
  }

  .left-column-header {
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 140px;
    align-self: auto;
  }

  .order-info {
    align-self: flex-start;
    flex: 1;
  }

  .form-input {
    border-color: #cacaca;
  }

  .text-alert {
    display: inline-block;
  }

  .page-wrapper {
    display: grid;
    min-height: 100vh;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 0.75fr 0.5fr;
    grid-template-rows: 125px repeat(auto-fit, minmax(100vh, 2fr));
  }

  .page-wrapper.sign-in {
    grid-template-rows: 99px auto;
  }

  .right-column {
    align-self: stretch;
    flex: 1;
    background-color: #fdf8ee;
  }

  .right-column.background-image {
    background-image: url('../images/miami_banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/miami_banner.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 30% 0%, 0px 0px;
    background-repeat: repeat, repeat;
  }

  .right-column.order-info {
    background-image: linear-gradient(#eee, #eee);
  }

  .left-column-form {
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 140px;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 auto;
  }

  .order-info-block {
    display: flex;
    padding: 40px 140px 20px 60px;
    flex-direction: row;
  }

  .sidebar-navbar-heading {
    border-right-style: none;
  }

  .forgot-password {
    font-size: 12px;
  }

  .text-large._w-bold {
    font-weight: 500;
  }

  .three-column-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .plan-details-block {
    align-self: stretch;
    flex: 1;
    background-image: #fdf8ee;
  }

  .trip-row-1 {
    flex-direction: row;
  }

  .trip-column {
    margin-right: 10px;
  }

  .start-date-block {
    margin-right: 10px;
  }

  .end-date-block {
    margin-right: 0px;
  }

  .duration-block {
    margin-right: 10px;
  }

  .visa-card-container {
    padding-right: 10px;
    padding-left: 0px;
  }

  .order-info-mobile {
    align-self: flex-start;
    flex: 1;
  }

  .order-info-copy {
    align-self: flex-start;
    flex: 1;
  }
}

@media screen and (min-width: 1920px) {
  .left-column-header {
    padding-left: 300px;
  }

  .page-wrapper {
    align-content: stretch;
  }

  .right-column.background-image {
    background-image: url('../images/miami_banner.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/miami_banner.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 26% 0%, 0px 0px;
    background-size: cover, auto;
  }

  .left-column-form {
    padding-left: 300px;
  }

  .order-info-block {
    padding-right: 300px;
  }

  .app-main-layout-wrapper {
    max-width: 1400px;
  }

  .text-large._w-bold {
    font-weight: 500;
  }

  .trip-row-1 {
    flex-direction: row;
  }

  .visa-card-container {
    padding-right: 10px;
    padding-left: 0px;
  }

  .pincode-container {
    width: 65%;
  }

  .pin-popup-container {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 5px;
    font-size: 26px;
  }

  .breadcrumb {
    padding-bottom: 10px;
    align-items: center;
  }

  .go-biki-logo.sign-in {
    padding-bottom: 10px;
  }

  .link {
    padding-right: 10px;
    flex: 0 auto;
    text-align: center;
  }

  .link.w--current {
    flex: 0 auto;
    text-align: left;
  }

  .form.code-promotion {
    margin-top: 10px;
    flex-direction: row;
    align-items: stretch;
  }

  .form.sign-in {
    margin-top: 20px;
    padding-top: 0px;
  }

  .form-block,
  .form-group {
    overflow: hidden;
    padding-right: 0px;
    object-fit: cover;
  }

  .button {
    margin-right: 0px;
  }

  .button.promotion {
    width: 35%;
    align-self: stretch;
  }

  .button.sign-in.cancel {
    color: #333;
  }

  .text-field.code-promotion {
    width: 65%;
    flex: 0 100%;
    font-size: 16px;
  }

  .text-field.code-promotion:focus {
    border-color: #00356b;
  }

  .text-field.code-promotion {
    width: 65%;
    flex: 0 100%;
    font-size: 16px;
  }

  .text-field.code-promotion {
    width: 65%;
    flex: 0 100%;
    font-size: 16px;
  }

  .text-field.code-promotion:focus {
    border-color: #00356b;
  }

  .footer {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .footer-links {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
  }

  .promotion-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    margin-top: 10px;
    text-align: left;
  }

  .text-block.promotion-heading {
    margin-bottom: 0px;
  }

  .left-column-header {
    max-width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 20px;
    align-self: stretch;
    order: -1;
    flex: 0 auto;
  }

  .left-column-header.sign-in {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .order-info {
    display: none;
  }

  .form-input {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .right-column {
    display: block;
    order: -1;
    flex: 0 auto;
  }

  .right-column.background-image {
    display: block;
    min-height: 40vh;
    flex: 1;
    background-image: url('../images/miami_banner.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .right-column.order-info {
    display: block;
  }

  .left-column-form {
    max-height: 100%;
    max-width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    align-self: stretch;
    order: 3;
    flex: 0 auto;
  }

  .left-column-form.sign-in {
    flex: 1;
  }

  .order-info-block {
    padding: 10px 20px;
  }

  .section {
    margin-bottom: 10px;
  }

  .section.sign-in {
    align-items: center;
  }

  .section.heading {
    margin-bottom: 20px;
  }

  .app-nav-layout {
    display: flex;
    justify-content: space-between;
  }

  .app-navbar-container {
    position: absolute;
    left: auto;
    top: 20px;
    right: 70px;
    bottom: 0%;
    z-index: 99999;
    display: block;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-wrap: nowrap;
    align-items: stretch;
    align-self: center;
    order: -1;
    flex: 0 auto;
    border-bottom-style: none;
  }

  .sidebar-navbar {
    order: 0;
    flex: 1;
  }

  .sidebar-navbar-container {
    display: block;
    min-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
  }

  .sidebar-navbar-heading {
    width: 100%;
    min-width: 100vw;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar-navbar-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: flex;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    min-width: 100%;
    align-items: stretch;
  }

  .sidebar-navbar-body {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    align-self: auto;
  }

  .sidebar-navbar-body-container {
    position: static;
    display: block;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .sidebar-navbar-link {
    width: 100%;
    flex-direction: row;
    border: 1px solid #eee;
  }

  .sidebar-navbar-link.link-settings-1 {
    border: 1px solid #eee;
    color: #000;
  }

  .sidebar-navbar-link.link-settings-1.w--current {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: #000;
  }

  .image {
    display: block;
  }

  .material-icon.mobile {
    padding-right: 0px;
    font-family: Materialiconsoutlined, sans-serif;
    color: #fff;
    font-size: 32px;
  }

  .material-icon.mobile.dark {
    padding-right: 10px;
    color: #00848f;
    font-size: 26px;
  }

  .app-main-layout-mask {
    display: none;
  }

  .app-main-layout {
    flex: 1;
  }

  .app-main-layout-wrapper {
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .app-main-layout-content {
    flex: 1;
  }

  .card {
    margin-bottom: 20px;
  }

  .alert-container.success {
    flex-direction: row;
  }

  .alert-container.warning {
    flex-direction: row;
  }

  .alert-container.error {
    flex-direction: row;
  }

  .alert-container.info {
    flex-direction: row;
  }

  .icon-container {
    margin-bottom: 0px;
  }

  .menu-button {
    order: 1;
  }

  .menu-button {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    order: 0;
    flex: 0 auto;
  }

  .menu-button.w--open {
    order: 0;
    background-color: #00356b;
  }

  .mobile-bar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    height: 60px;
    background-color: #00356b;
  }

  .mobile-bar-link {
    position: static;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
  }

  .mobile-navigation-bar-container {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    display: block;
    overflow: visible;
    flex-direction: row;
    transform: translate(0px, 290px);
  }

  .navigation-bar-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex: 1;
  }

  .nav-bar-container-menu {
    display: flex;
    flex-direction: column;
  }

  .flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .col {
    align-self: stretch;
    flex: 0 auto;
  }

  .page-tabs-menu {
    overflow: auto;
    flex-direction: row;
  }

  .page-tab-link {
    display: flex;
    width: 100%;
    flex-direction: row;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: #000;
  }

  .page-tab-link.payment-detials {
    display: flex;
    flex: 0 auto;
  }

  .receipt-heading {
    min-width: 1000px;
  }

  .receipt-row {
    min-width: 1000px;
    justify-content: space-around;
    flex-wrap: nowrap;
  }

  .language-switcher-container {
    /* right: 20px; */
  }

  .toggle-label {
    flex: 1;
  }

  .lottie-animation {
    display: none;
    width: 60px;
    height: 60px;
  }

  .icon {
    display: block;
  }

  .toggle-field {
    display: flex;
  }

  .plan-details-block {
    display: block;
    order: -1;
    flex: 0 auto;
  }

  .date {
    justify-content: center;
    align-items: flex-start;
  }

  .end-date {
    justify-content: center;
    align-items: flex-start;
  }

  .visa-card-container {
    padding-right: 10px;
    padding-left: 0px;
  }

  .form-filters {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-filters.sort {
    grid-template-columns: 2fr 0.5fr;
  }

  .button-bg {
    margin-right: 0px;
  }

  .mobile-bottom-spacing {
    height: 60px;
  }

  .promo-item-trigger {
    align-items: center;
  }

  .order-info-mobile {
    display: block;
  }

  .tabs {
    display: block;
  }

  .order-info-copy {
    display: none;
  }

  .pin-code-field {
    flex-basis: 20%;
  }

  .pin-popup-container {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .mogo-logo {
    padding-bottom: 0px;
  }

  .link {
    padding-right: 10px;
    flex: 0 auto;
    font-size: 13px;
    line-height: 18px;
  }

  .form.code-promotion {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form.sign-in {
    padding-top: 0px;
  }

  .form-block,
  .form-group {
    padding-right: 0px;
  }

  .button {
    display: block;
    margin-right: 0px;
    align-self: stretch;
  }

  .footer {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .promotion-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-2 {
    text-align: left;
  }

  .field-label {
    letter-spacing: 0.1px;
  }

  .text-block.promotion-heading {
    margin-bottom: 0px;
  }

  .left-column-header {
    align-self: stretch;
    order: -1;
  }

  .page-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .right-column {
    display: block;
    align-self: stretch;
    order: 2;
    flex: 0 auto;
  }

  .right-column.background-image {
    min-height: 35vh;
    flex: 1;
  }

  .left-column-form {
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 20px;
    align-self: flex-start;
    order: 3;
    flex: 0 auto;
  }

  .order-info-block {
    display: block;
    padding: 10px 20px;
  }

  .section {
    margin-bottom: 10px;
  }

  .section.sign-in {
    align-items: center;
  }

  .section.heading {
    margin-bottom: 20px;
  }

  .app-navbar-container {
    right: 70px;
  }

  .sidebar-navbar-heading {
    padding-left: 10px;
  }

  .sidebar-navbar-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .sidebar-navbar-body {
    display: block;
  }

  .app-main-layout-mask {
    display: none;
  }

  .inscription-link:hover {
    color: #333;
  }

  .plan-container {
    margin-bottom: 10px;
  }

  .heading-1 {
    line-height: 30px;
  }

  .app-main-layout-wrapper {
    padding-top: 10px;
  }

  .card {
    margin-bottom: 20px;
  }

  .card.receipt {
    overflow: auto;
    height: 100%;
  }

  .alert-container.success {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }

  .alert-container.warning {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }

  .alert-container.error {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }

  .alert-container.info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }

  .notification-icon {
    padding-bottom: 5px;
    padding-left: 0px;
    align-self: flex-start;
  }

  .notification-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .notification-button {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    align-self: flex-end;
  }

  .flex-container {
    flex-direction: column;
    align-items: stretch;
  }

  .col {
    margin-bottom: 0px;
  }

  .button-container {
    display: flex;

    flex-direction: row;

    align-items: stretch;
  }

  .page-tabs-menu {
    flex-direction: row;
  }

  .page-tab-link.payment-detials {
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
  }

  .receipt-heading {
    min-width: 900px;
  }

  .receipt-row {
    overflow: auto;
    min-width: 900px;
  }

  .three-column-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .filters-container {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-dropdown-toggle {
    padding-left: 0px;
  }

  .toggle-block {
    order: 1;
  }

  .plan-details-block {
    display: block;
    align-self: stretch;
    order: 2;
    flex: 0 auto;
  }

  .trip-row-1 {
    flex-direction: row;
  }

  .trip-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .start-date-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .end-date-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .duration-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .visa-card-container {
    padding-right: 10px;
    padding-left: 0px;
  }

  .checkbox-field {
    display: flex;
  }

  .checkbox {
    flex: 0 auto;
  }

  .checkbox-label {
    flex: 1;
  }

  .form-block-center {
    flex: 1;
  }

  .filter-transactions {
    margin-right: 0px;
  }

  .sort-icon {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .form-filters {
    grid-row-gap: 10px;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .pass-container {
    flex-direction: row;
    align-items: center;
  }

  .button-bg {
    display: block;
    margin-right: 0px;
    align-self: flex-start;
  }

  .biki-card-container {
    margin-bottom: 10px;
  }

  .promotion-form-block {
    padding-top: 10px;
  }

  .button-block {
    flex-direction: column;
  }

  .link-button {
    order: 1;
  }

  .promo-item-trigger {
    margin-bottom: 10px;
    align-items: center;
  }

  .promo-code-block {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .coupon-name {
    padding-right: 20px;
  }

  .promo-code-text {
    margin-bottom: 5px;
  }

  .pin-code-field {
    flex-basis: 10%;
  }

  .pincode-container {
    justify-content: center;
  }

  .pin-popup-container {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .breadcrumb {
    display: flex;
    flex-direction: row;
  }

  .mogo-logo {
    padding-bottom: 0px;
  }

  .link {
    display: flex;
    padding-right: 10px;
    align-items: center;
    align-self: stretch;
    flex: 1;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
  }

  .link.w--current {
    display: flex;
    padding-right: 10px;
    align-items: center;
    flex: 0 auto;
  }

  .link.switcher {
    display: block;
    margin-top: 0px;
    font-size: 12px;
  }

  .link.click {
    display: inline-block;
    padding-left: 0px;
  }

  .form {
    display: block;
    margin-top: 10px;
  }

  .form.code-promotion {
    flex-direction: column;
  }

  .form.sign-in {
    display: flex;
    margin-top: 10px;
    padding-top: 0px;
    align-items: stretch;
  }

  .form-block,
  .form-group {
    overflow: visible;
    align-self: auto;
  }

  .button {
    display: block;
    margin-right: 0px;
    align-self: stretch;
    text-align: center;
  }

  .button.promotion {
    width: 100%;
  }

  .button.sign-in {
    margin-bottom: 5px;
  }

  .button.margin-right {
    margin-right: 0px;
  }

  .text-field.code-promotion {
    width: 100%;
  }

  .text-field.code-promotion {
    width: 100%;
  }

  .text-field.code-promotion {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }

  .heading-2.sign-in {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .text-block.black {
    letter-spacing: 0px;
  }

  .text-block.promotion-heading {
    margin-bottom: 0px;
  }

  .left-column-header {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    align-self: stretch;
  }

  .order-info {
    display: none;
    align-items: stretch;
  }

  .right-column {
    display: block;
  }

  .right-column.background-image {
    min-height: 35vh;
  }

  .left-column-form {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .order-info-block {
    padding: 10px 15px;
  }

  .section {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section.sign-in {
    max-width: 100%;
    align-items: center;
  }

  .section.heading {
    margin-bottom: 20px;
  }

  .app-navbar-container {
    left: auto;
    top: 20px;
    right: 65px;
    bottom: auto;
  }

  .sidebar-navbar-container {
    position: relative;
    z-index: 9999;
  }

  .sidebar-navbar-heading {
    padding-left: 5px;
  }

  .material-icon {
    padding-right: 5px;
    font-size: 26px;
  }

  .material-icon.mobile.dark {
    padding-right: 10px;
  }

  .radio-button.text {
    margin-right: 0px;
    flex: 1;
  }

  .radio-button-field {
    display: flex;
  }

  .plan-container {
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .heading-1 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .main-success-icon {
    margin-bottom: 0px;
  }

  .message-text {
    margin-bottom: 10px;
    align-self: stretch;
  }

  .price-container {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .app-main-layout-wrapper {
    padding-top: 10px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .app-main-layout-content {
    overflow: hidden;
  }

  .text-large {
    flex: 0 auto;
  }

  .text-large.center {
    align-items: flex-start;
  }

  .text-large.pin {
    text-align: center;
  }

  .text-small.pin {
    display: flex;
  }

  .menu-button.w--open {
    background-color: #00356b;
  }

  .text-block-breadcrumb {
    padding-right: 5px;
  }

  .mobile-navigation-bar-container {
    transform: translate(0px, 0px);
  }

  .nav-bar-container-menu {
    flex-direction: column;
  }

  .form-block-general {
    grid-template-columns: 1fr;
  }

  .button-container {
    display: flex;
    flex-direction: column;
  }

  .page-tabs-menu {
    flex-direction: column;
  }

  .app-navbar-menu {
    margin-right: 0px;
  }

  .language-switcher-container {
    /* top: 10px;
    right: 0px; */
  }

  .three-column-container {
    grid-template-columns: 1fr 1fr;
  }

  .filters-container {
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: stretch;
  }

  .filter-dropdown {
    margin-right: 0px;
    align-self: stretch;
  }

  .filter-dropdown-toggle {
    display: block;
  }

  .dropdown-list.w--open {
    min-width: 286px;
  }

  .material-icon-container {
    left: auto;
    top: 28%;
    right: 0%;
    bottom: auto;
  }

  .lottie-animation {
    width: 60px;
  }

  .link-connection {
    display: none;
  }

  .plan-details-block {
    display: block;
  }

  .trip-row-1 {
    flex-direction: row;
  }

  .trip-row-2 {
    flex-direction: row;
  }

  .trip-column {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .start-date-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .end-date-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .duration-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sign-up-message-container {
    flex-direction: column;
    align-items: center;
  }

  .chart {
    width: 100%;
  }

  .visa-card-container {
    margin-top: 5px;
    padding-right: 0px;
    padding-left: 10px;
    align-self: auto;
  }

  .credit-card-message-container {
    margin-bottom: 0px;
  }

  .credit-card-logo-container {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox-field {
    display: flex;
    flex-direction: row;
  }

  .checkbox-label {
    flex: 1;
  }

  .form-block-center {
    flex: 1;
  }

  .form-filters {
    grid-row-gap: 8px;
    grid-template-columns: 1.25fr 0.25fr;
  }

  .pass-container {
    flex-direction: column;
    align-items: stretch;
  }

  .button-bg {
    display: block;
    margin-right: 0px;
    align-self: stretch;
    text-align: center;
  }

  .biki-card-container {
    margin-bottom: 0px;
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .promotion-form-block {
    padding-bottom: 10px;
  }

  .policy-list {
    flex-direction: column;
    align-self: stretch;
  }

  .policy-list-item {
    margin-top: 10px;
  }

  .link-button {
    margin-top: 10px;
  }

  .promo-item-trigger {
    margin-bottom: 0px;
    align-items: center;
  }

  .promo-code-block {
    margin-top: 0px;
  }

  .order-info-mobile {
    display: block;
    align-items: stretch;
  }

  .order-info-copy {
    display: none;
    align-items: stretch;
  }

  .pin-code-field {
    margin-right: 2px;
    flex: 0 100%;
  }

  .pincode-container {
    justify-content: space-between;
  }
}

#sign-in-block {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

#heading-1 {
  font-family: 'Citrina', sans-serif;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  justify-self: center;
}

#heading-2 {
  font-family: 'Citrina', sans-serif;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  align-self: center;
  justify-self: center;
}

.grid_start1,
.form_one {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}

#left-column-block {
  align-self: stretch;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

#right-column {
  grid-row-start: span 2;
  grid-row-end: span 2;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

#header {
  order: -9999;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

.payment_form .form_one.flex_block .form-block {
  padding: 0 4px;
}

@media all and (max-width: 768px) {
  .payment_form .form_one.flex_block {
    display: block;
  }

  .payment_form .form_one.flex_block .form-block {
    padding: 0;
  }
}

#payment_submit {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  justify-self: stretch;
}

#change_pwd {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  justify-self: start;
}

.form-block_filter {
  justify-self: stretch;
  align-self: stretch;
}

.just_stretch,
.form-block.dates {
  justify-self: stretch;
}

.form_row1 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}



@media screen and (min-width: 1440px) {

  #sign-in-block {
    align-self: auto;
  }

  #header {
    align-self: start;
    justify-self: auto;
  }

}

@media screen and (max-width: 991px) {
  .form_row1 {

    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  #right-column {
    order: -9999;
    grid-row-start: span 2;
    grid-row-end: span 2;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  #right-column.plan-details-block {
    order: -9999;
  }

  #change_pwd,
  .form-block_filter {
    justify-self: stretch;
  }

}

@media screen and (max-width: 767px) {
  .transitCard_btn {

    justify-self: stretch;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
    align-self: auto;
  }

  #change_pwd {
    justify-self: start;
  }

  .form-block_filter {
    align-self: start;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {

  .form_row1 {

    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .form-block.dates {
    justify-self: stretch;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

}


.list-block {
  padding-left: 0;
  list-style-type: none;
}

.bst-card-block {
  position: relative;
  display: flex;
  margin-top: 18px;
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .bst-card-block {
    flex-direction: row;
    align-items: flex-start;
  }
}

.bst-content {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .bst-content {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .bst-content {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .bst-content {
    padding-right: 0;
  }
}

.bst-text-heading {
  color: var(--brand--blue-primary);
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.text-bst {
  color: var(--brand--blue-primary);
  text-align: left;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

@media screen and (max-width: 991px) {
  .bst-text-heading {
    color: #212529;
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  .bst-text-heading {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
}

.heading-2.bst {
  font-family: 'Citrina', sans-serif;
  margin-top: 10px;
  color: #4a4a49;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-indent: 10px;
}

.number-of-bike-block {
  padding: 16px 20px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.checkbox-button-block {
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  align-items: flex-end;
}

.radio-wrapper {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.radio--bikes {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  border-color: #c4c4c4;
  cursor: pointer;
}

.radio--bikes.w--redirected-checked {
  border-color: #51C4CD;
  background-color: #fff;
  background-image: url('../images/Icon-depart.svg');
  background-position: 95% 5%;
  background-size: 20px 15px;
  background-attachment: scroll;
  box-shadow: 0 0 0 1px #51C4CD;
}

.radio--bikes.w--redirected-focus {
  border-style: solid;
  border-width: 1px;
  border-color: #2eb459;
  box-shadow: 0 0 0 3px rgba(46, 180, 89, 0.61);
}

.number-of-bike-block {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: hsla(0, 0.00%, 76.67%, 1.00);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0.00%, 76.67%, 1.00);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: hsla(0, 0.00%, 76.67%, 1.00);
}

.radio-block {
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.radio-block:small {
  flex-direction: column;
  align-items: flex-start;
}

.radio-block:tiny {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.radio--bike {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  border-top-color: hsla(0, 0.00%, 76.67%, 1.00);
  border-right-color: hsla(0, 0.00%, 76.67%, 1.00);
  border-bottom-color: hsla(0, 0.00%, 76.67%, 1.00);
  border-left-color: hsla(0, 0.00%, 76.67%, 1.00);
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  cursor: pointer;
}

.radio--bike:redirected-checked {
  border-top-width: 2px;
  border-top-color: hsla(46, 180%, 89%, 0.35);
  border-right-width: 2px;
  border-right-color: hsla(46, 180%, 89%, 0.35);
  border-bottom-width: 2px;
  border-bottom-color: hsla(46, 180%, 89%, 0.35);
  border-left-width: 2px;
  border-left-color: hsla(46, 180%, 89%, 0.35);
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  background-color: hsla(208.00000000000003, 0.00%, 100.00%, 1.00);
  background-image: url('../images/Icon-depart.svg');
  background-position: 95% 5%;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 0 0 0 2px hsla(46, 180%, 89%, 0.35);
}

.radio--bike:redirected-focus {
  border-top-color: @swatch_0a0dcd4a;
  border-right-color: @swatch_0a0dcd4a;
  border-bottom-color: @swatch_0a0dcd4a;
  border-left-color: @swatch_0a0dcd4a;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  box-shadow: 0 0 0 3px hsla(46, 180%, 89%, 0.35);
}

.radio--bike:small {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.radio-wrapper {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.radio-wrapper:tiny {
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: var(--brand--blue-primary);
}

/*new styles*/


.mogo-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.mogo-logo img {
  max-width: 130px;
  width: 100%;
}

.w-nav-brand img {
  max-width: 90px;
  width: 100%;
}

.lang select {
  border: none !important;
  color: #555;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  cursor: pointer;
  outline: none !important;
  appearance: none;
}

.lang select:active,
.lang select:hover {
  outline: none !important;
  color: #00416b;
}

.lang select option[selected=selected] {
  color: #00416b;
}

.link-connection {
  color: #333;
}

.fieldcontent,
.form-group input:not([type='submit'], [type='reset']),
.form-group select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  outline: unset;
}

.form-group input:not([type='submit'], [type='reset']):focus,
.form-group input:not([type='submit'], [type='reset']):focus-visible,
.form-group select:focus,
.form-group select:focus-visible {
  outline: unset;
  border-color: #000;
}

.datepicker:not(.dropdown-menu) {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.button {
  color: #fff;
}

.fieldssection {
  padding: 30px 0;
}

p.fieldcontent,
input.disabled {
  background-color: #eee !important;
}

.marginBtm20 {
  margin-bottom: 20px;
}

.marginBtm40 {
  margin-bottom: 40px;
}

.strength-group {
  float: left;
  width: 100%;
}

.grid_span4 {
  display: grid;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.additional {
  margin-top: 15px;
  margin-bottom: 0;
}

.payment label.label_with_borders {
  width: 100%;
  border: 1PX SOLID #c4c4c4;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.payment input[type='checkbox'] {
  margin: 0;
}

.payment label input {
  margin: 0;
  width: 16px;
  height: 16px;
  border-color: #a7a7a7;
  margin-right: 10px;
  transition: border-radius .3s ease-in-out;
}

.nearmeshow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.nearmeshow .form-group {
  flex: 0 0 48%;
}

.nearmeshow .one_row {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nearmeshow .one_row:not(.checkbox_field) {
  justify-content: space-between;
}

.nearmeshow .checkbox_field {
  margin-bottom: 20px;
}

.nearmeshow .checkedshow,
.inner_block {
  display: none;
}

.nearmeshow .checkbox_field label {
  color: #4a4a49;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

@media all and (max-width: 768px) {
  .nearmeshow .form-group {
    flex: 0 0 100%;
  }
}

.selectOne {
  margin: 20px 0 15px;
}

.agreement .radio_field {
  display: flex;
  align-items: baseline;
}

.agreement .radio_field label {
  width: auto;
  height: auto;
  flex: 1;
  margin-right: 0;
  padding-left: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a49;
  text-transform: unset;
}

.donation-container {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.donation-button {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  align-self: flex-start;
  transition: background-color 200ms ease;
}

.button-text-white {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #00356b;
  background-color: #00356b;
  color: #fff;
}

.button-text-white:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

.donation-other-field {
  height: 41px;
}

.titl_block {
  width: 100%;
  margin-bottom: 20px;
}

.three-column-container {
  width: 100%;
}

.three-column-container .form-group {
  flex: 0 0 33%;
}

.form-group,
.fields {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .three-column-container .form-group {
    flex: 100%;
  }

  .one_row,
  h2 {
    margin-bottom: 20px;
    width: 100%;
  }
}

.pass_msg,
.dob_msg,
.required_sections {
  display: none;
}

.emailmsg_styes {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  border: 2px solid #B2B3B4;
  border-radius: 10px;
  padding: 5px;
  display: block;
}

#email_error {
  font-size: 18px;
}

.text-small-align-right {
  color: var(--dim-grey);
  text-align: right;
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.release-code-pop-up {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.unlock-option-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.available-card-block {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bike-number {
  font-size: 40px;
}

.agreement-link {
  color: var(--alert);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
}

@media all and (max-width: 991px) {
  .unlock-option-block {
    flex: 1;
    justify-content: center;
    align-items: stretch;
  }

  .bike-number {
    font-size: 30px;
  }

  .available-card-block {
    grid-column-gap: 0px;
    justify-content: center;
  }

}

@media all and (max-width: 767px) {
  .release-code-pop-up {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 479px) {
  .unlock-option-block {
    grid-row-gap: 0px;
  }
}

.demo_data1 label {
  padding-left: 0;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 180px;
}

.custom-select {
  width: 130px;
  padding: 5px 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.custom-select:focus {
  border-color: #ea7100;
  outline: none;
}

.custom-select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
  font-size: 12px;
}

/* QR STYLES */

.right_box .qrcode_block{
  display: none !important;
}
.right_box.show .qrcode_block{
  display: block !important;
}
.right_box>div .button.w-button{
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}
.button.qrcode{
  margin: 0 auto 60px !important;
}
.button.store{
  background-color: #fff;
  border-color: #343a40;
  color: #343a40;
  margin: 20px auto !important;
}
/* .button.qrcode span.lock_open{
  color: #fff;
} */
.button.store span.lock_open{
  color: #343a40;
}
/* .button.store:hover *{
  color: #fff !important;
} */

.button.store span.lock_open, .button.qrcode span.lock_open{
  position: absolute;
  left: 15%;
  top: 8px;
  text-transform: none;
}
.button.store input{
  border: none !important;
  background: none!important;
  width: 100%!important;
  padding: 10px 40px!important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
}
.button.store:hover span.lock_open, .button.qrcode:hover span.lock_open, .button.w-button.store input:hover {
  color: #fff !important;
}
.button.qrcode span.custom_button, .button.w-button.store input{
  display: block;
  padding: 10px 40px!important;
  cursor: pointer;
}
.right_box #unlock-form_qrcode{
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
}
.qrcode_block {
  margin: 0 auto;
}
.qrcode_block  input[type=submit], .qrcode_block  input[type=reset]{
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 8px 32px;
  background: #fff;
}
.qrcode_block  input[type=text]{
  height: 40px;
  width: 100%;
  border: 1px solid #C7C7CC;
  display: block;
  padding: 8px 32px;
}
.qr_title{
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.qr_title + p{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.or{
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto;

}
#my-qr-reader__scan_region img, #html5-qrcode-anchor-scan-type-change{
  display: none!important;
}
#my-qr-reader{
  width: 280px;
  height: 280px;
  margin: 10px auto;
}
#my-qr-reader__scan_region{
  height: 80% !important;
}
#my-qr-reader video{
  height: 240px !important;
}
.qrcode_response{
  padding: 40px;
}