:root {
    --black: black;
    --dim-grey: #4a4a49;
    --dim-grey-2: #555;
    --brand--blue-primary: #00356b;
    --brand--hover-slate: #9ad15a;
    --white: white;
    --light-grey: #eee;
    --brand--green-secondary: #9ad15a;
    --silver: #c4c4c4;
    --alert: #da2424;
    --light-grey-2: #f1f1f1;
    --brand--medium-aquamarine: rgba(154,209,90,.1);
    --primary-color: #3bd4ae;
    --warning: #ffae00;
    --sky-blue: #7fc5e6;
    --white-smoke: rgba(241,241,241,.73);
    --medium-purple: #9876fe;
    --light-silver: #fbf9f9;
    --dark-green: #007f5f;
    --teal: #00848f;
    --container_size: 100%;
    --static_color: #f1f1f1;
    --duration_color: #9ad15a;
    --line_width: 30px;
    --line_height: 2px;
    --number_font_size: 40px;
    --number_font_family: 'Montserrat';
    --number_font_color: #000;
    --dot_color: #f1f1f1;
    --remaining_font_size: 30px;
    --remaining_color: #f1f1f1;
    --remaining_font_family: 'Montserrat';
}

.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;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--primary-text-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--primary-text-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: var(--secondary-text-color);
  line-height: 20px;
  letter-spacing: 0.2px;
}

a {
  color: var(--primary-text-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-text-color);
}

.breadcrumb {
  display: flex;
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
}

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

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

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

.powered {
  margin-top: 0px;
  padding-right: 15px;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: rgb(116, 116, 116);
  font-size: 14px;
  font-style: italic;
}

nav > .powered {
  margin-left: 10px;
  margin-bottom: 10px;
}

.powered > a {
  color: rgb(80, 80, 80);
}
.powered > a:hover {
  color: #003648;
}

.link:hover {
  color: #003648;
}

.link:visited {
  color: #003648;
}

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

.link.switcher {
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link.switcher:hover {
  color: var(--primary-text-color);
}

.link.small {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.link.small:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.link.click {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 5px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.link.click:focus {
  border: 1px solid var(--secondary-color);
}

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

.form.code-promotion {
  display: flex;
  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;
}

.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;
}

.button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 0px;
  padding: 10px 40px;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #137053;
  background-color: var(--primary-color);
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--button-text-color)), to(var(--button-text-color)));
  background-image: linear-gradient(180deg, var(--button-text-color), var(--button-text-color) );
  color: #fff;
}

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

.button.promotion:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003424), to(#003424));
  background-image: linear-gradient(180deg, #003424, #003424);
  color: #fff;
}

.button.sign-in {
  align-self: stretch;
  border-color: var(--brand--blue-primary);
  background-color: var(--brand--blue-primary);
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.button.sign-in:hover {
  color: #fff;
}

.button.sign-in.cancel {
  border-color: #eee;
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
}

.button.sign-in.cancel:hover {
  border-color: var(--primary-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color)));
  background-image: linear-gradient(180deg, var(--primary-color), var(--primary-color) );
  border-color: var(--primary-color);
  color: #eee;
}

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

.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-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: var(--secondary-font-family);
  color: #4a4a49;
}

.text-field.code-promotion:focus {
  border-color: #57cad3;
}

.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-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  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;
  font-family: Montserrat, sans-serif;
  color: #4a4a49;
}

.text-field.code-promotion:focus {
  border-color: #57cad3;
}

.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;
}

.promotion-form {
  display: block;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 10px;
  order: 0;
  border-top: 1px solid #c4c4c4;
}


.heading-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: var(--primary-text-color);
  font-weight: 500;
  text-align: left;
}

.heading-2.sign-in {
  margin-top: 10px;
  color: var(--secondary-text-color);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-indent: 10px;
}

.field-label {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-block {
  display: block;
  font-family: Montserrat,sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

.text-block.black {
  font-family: Montserrat,sans-serif;
  color: #000;
  font-weight: 300;
}

.text-block.plan-selection {
  color: var(--primary-text-color);
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block.plan-selection.black {
  color: var(--primary-text-color);
  font-weight: 500;
}

.text-block.plan-selection.black {
  color:  var(--primary-text-color);
  font-weight: 500;
}

.text-block.black {
  font-family: Montserrat,sans-serif;
  color:  var(--primary-text-color);
  font-weight: 400;
}

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

.text-block.black {
  font-family: Montserrat,sans-serif;
  color:  var(--primary-text-color);
  font-weight: 400;
}

.text-block.card-title {
  color:  var(--primary-text-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block.promotion-heading {
  margin-bottom: 0px;
  color:  var(--primary-text-color);
  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: var(--secondary-font-family);
  color: #000;
  font-weight: 400;
}

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

.currency.black {
  font-family: var(--secondary-font-family);
  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: var(--secondary-font-family);
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

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

.price-dollar.dark {
  font-family: Montserrat,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;
  font-family: Montserrat, sans-serif;
}

.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;
}

.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-radius: 5px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #d1d1d1;
  background-color: #fff;
  transition: border 250ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 400;
}

.form-input:focus {
  border-width: 1.5px;
  border-color: var(--secondary-color);
}

.text-alert {
  display: inline-block;
  color: #da2424;
}

.page-wrapper {
  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: 114px 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-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.left-column-form {
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-top: 5px;
  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: flex;
  margin-bottom: 20px;
  flex-direction: column;
  flex: auto;
}

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

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

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

.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 rgba(0, 65, 107, 0.06);
}

.sidebar-navbar-heading {
  align-items: end;
  position: relative;
  z-index: 100;
  display: flex;
  width: 260px;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  justify-content: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #c4c4c4 #fbf9f9 rgba(0, 65, 107, 0.06) #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 rgba(0, 65, 107, 0.06);
}

.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 200ms ease-in-out, border 200ms ease-in-out, background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.sidebar-navbar-link:hover {
  border-left: 3px solid var(--secondary-color);
  background-color: var(--primary-button-bck-hover-color);
  color: var(--primary-text-color);
  font-weight: 500;
}

.sidebar-navbar-link:active {
  background-color: var(--primary-button-bck-hover-color);
}

.sidebar-navbar-link.w--current {
  background-color: var(--primary-button-bck-hover-color);
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
}

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

.material-icon {
  position: static;
  display: block;
  padding-right: 10px;
  order: -1;
  font-family: Materialiconsoutlined, sans-serif;
  color: var(--primary-color);
  font-size: 26px;
  text-align: left;
}
.gm-style-iw-d .material-icon {
  padding-left: 10px;
  text-align: center;
  padding-top: 10px;
}

.material-icon:hover {
  color: var(--primary-text-color);
}

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

.material-icon.trip {
  padding-right: 0px;
  color: var(--primary-color);
  font-size: 32px;
  line-height: 40px;
}

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

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

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

.app-main-layout {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  flex: 1;
  background-color: #f3f3f3;
}

.hide {
  display: none;
}

.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: #137053;
}

.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: Montserrat, 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;
  border-color: #c4c4c4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.radio-button-field.filter {
  margin-bottom: 0px;
  padding-left: 14px;
  align-self: stretch;
  flex: 0 auto;
}

.radio-button-field.filter:hover {
  background-color: var(--primary-button-bck-hover-color);
}

.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;
}

.inscription-link {
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #003648;
  font-weight: 500;
  text-decoration: none;
}

.inscription-link:hover {
  color: #003648;
  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: 100%;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

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

.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 #c4c4c4;
}

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

.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;
}
.card.map {
  margin-bottom: 0px;
  padding: 0px;
}

.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 var(--primary-color);
}

.card.pass-active {
  border-left: 4px solid var(--secondary-color);
}

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

.alert-container {
  border-radius: 5px;
}

.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;
  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;
  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;
  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;
  background-color: rgba(127, 197, 230, 0.1);
  color: #da2424;
}

.notification-icon {
  align-self: flex-start;
  flex: 0 auto;
  font-family: Materialicons, 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: var(--tertiary-font-family);
  color: #005a44;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

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

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

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

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

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

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

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

.close.small {
  /* color: #00416b; */
  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 {
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2px;
}

.text-large:hover {
  color: #003648;
  font-weight: 400;
}

.text-large.center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat,sans-serif;
  color: #003648;
  font-weight: 500;
  text-align: center;
}

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

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

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

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

.text-large.white {
  padding: 10px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #68ccb2;
  color: #fff;
}

.text-large.white:hover {
  background-color: #fff;
  /* color: #00416b; */
  font-weight: 400;
}

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

.text-xlarge.status-pending {
  color: var(--primary-color);
  font-weight: 500;
}

.text-xlarge.status-active {
  color: var(--primary-color);
  font-weight: 500;
}

.text-small {
  font-family: Montserrat,sans-serif;
  color: var(--secondary-text-color);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.gm-style-iw-d .text-small{
  text-align: center;
}
.gm-style-iw-d #unlock-form {
  display: flex;
  padding-top: 10px;
}

.gm-style-iw-d #unlock-form .button {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.gm-style-iw-d .popup-info {
  text-align: center;
  margin: 10px 0px;
}
.gm-style-iw-d .popup-info-block {
  margin-bottom: 15px;
}

.gm-style-iw-d .popup-number {
  font-size: 36px;
  font-weight: bold;
}
.gm-style-iw-d .popup-text {
  max-width: 63px;
  margin: 0 auto;
}

.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: Materialicons, sans-serif;
}

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

.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: 1fr 1fr;
  grid-template-rows: auto auto;
}

.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: var(--tertiary-font-family);
  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:var(--primary-button-bck-hover-color);
}

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

.page-tab-link.payment-detials:hover {
  border-left-color: #57cad3;
  background-color: var(--primary-button-bck-hover-color);
  color: #003648;
}

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

.page-tab-link.subscription {
  font-family: Montserrat,sans-serif;
  color: #003648;
  font-weight: 500;
}

.page-tab-link.subscription:hover {
  border-left-color: #57cad3;
  background-color: var(--primary-button-bck-hover-color);
}

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

.page-tab-link.receipt {
  border-left: 3px none #57cad3;
  font-family: Montserrat, sans-serif;
  color: #003648;
  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 #57cad3;
  background-color: var(--primary-button-bck-hover-color);
}

.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: Montserrat,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: Montserrat,sans-serif;
  color: var(--primary-text-color);
  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: block;
  flex-direction: column;
  align-items: center;
  flex: 0 auto;
}

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

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

.heading-3 {
  font-family: Montserrat,sans-serif;
  color: var(--primary-text-color);
  font-weight: 500;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat,sans-serif;
  color: var(--primary-text-color);
  font-weight: 500;
}

.heading-5 {
  font-family: Montserrat,sans-serif;
  color: var(--primary-text-color);
  font-weight: 500;
}

.three-column-container {

  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: Montserrat,sans-serif;
  color: #003648;
  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: var(--secondary-font-family);
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.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: Materialicons, sans-serif;
  color: var(--primary-color);
  font-size: 18px;
}

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

.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(--secondary-color);
  background-color: var(--secondary-color);
  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: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

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

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

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

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

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

.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;
}

.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;
}

.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_1dashed-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;
}

.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: Montserrat,sans-serif;
  color: var(--tertiary-text-color);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.text-xsmall._w-bold {
  font-family: Montserrat,sans-serif;
  color: #000;
  font-weight: 500;
}

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

.list-item {
  color: #000;
}

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

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

.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: var(--brand--blue-primary);
  background-color: var(--brand--blue-primary);
  background-size: 12px 12px;
}

.checkbox.w--redirected-focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  box-shadow: none;
}

.checkbox-label {
  margin-bottom: 0px;
  font-family: Montserrat,sans-serif;
  color: var(--secondary-text-color);
  font-weight: 400;
  font-size: 14px;
  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.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;
  margin-bottom: 20px;
  align-items: center;
}

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

.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-radius: 5px;
  border-color: #68ccb2;
  background-color: var(--primary-color);
  transition: background-color 200ms ease;
}

.button-bg:hover {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  background-color: #fff;
  color: var(--button-text-color);
}

.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 #c4c4c4;
}

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

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

.payment-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;
}

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

.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;
}

.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: Montserrat,sans-serif;
  color: #003648;
  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: #003648;
  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;
}

.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: var(--secondary-color);
}

.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: 1;
  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;
}

.icon-email-success {
  display: flex;
  font-family: Materialicons, sans-serif;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

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

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: var(--primary-color);
}

.heading-9 {
  font-family: Montserrat, sans-serif;
}

.text-card-heading {
  display: block;
  font-family: Montserrat, sans-serif;
  color: var(--primary-text-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-alert-2 {
  display: inline-block;
  /* font-family: Ubuntu, Helvetica, sans-serif; */
  color: #da2424;
}

@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: var(--secondary-color);
  }

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

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

  .text-field.code-promotion:focus {
    border-color: var(--secondary-color);
  }

  .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: flex-start;
    align-self: stretch;
    order: 0;
    flex: 1;
  }

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

  .left-column-header {
    padding-top: 15px;
    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;
  }

  .form-input:focus {
    border-color: var(--secondary-color);
  }

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

  .page-wrapper {
    display: -ms-grid;
    display: grid;
    min-height: 100vh;
    justify-content: center;
    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: 120px repeat(auto-fit, minmax(100vh, 2fr));
  }

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

  .right-column {
    align-self: stretch;
    flex: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
    background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
  }

  .right-column.order-info {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
    background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
  }

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

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

  .section {
    flex: 1;
  }

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

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

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

  .text-large.white {
    border-style: solid;
    border-color: #fff;
  }

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

  .plan-details-block {
    align-self: stretch;
    flex: 1;
    background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
  }

  .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;
  }

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

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

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

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

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

  .section {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1;
  }

  .section.heading {
    align-items: flex-start;
  }

  .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;
  }

  .general-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 {
    flex-direction: column;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .button {
    margin-right: 0px;
  }

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

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

  .text-field.code-promotion:focus {
    border-color: #57cad3;
  }

  .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: #57cad3;
  }

  .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;
  }

  .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.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;
  }

  .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 {
    align-items: end;
    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 {
    display: flex;
    width: 100%;
    flex-direction: row;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    color: var(--primary-text-color);
  }

  .sidebar-navbar-link.link-settings-1 {
    border-style: solid;
    border-width: 1px;
    border-color: #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;
    width: 140px;
  }

  .material-icon {
    color: var(--primary-color);
  }

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

  .material-icon.mobile.dark {
    padding-right: 10px;
    color: var(--primary-color);
    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;
  }

  .mobile-bar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    height: 60px;
    background-color: var(--primary-color);
  }

  .mobile-bar-link {
    position: static;
    font-family: Materialiconssharp, 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-direction: row;
    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;
  }

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

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

@media screen and (max-width: 767px) {
  .general-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 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .form-block {
    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;
    padding-right: 0px;
    padding-bottom: 0px;
    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;
    align-items: end;
  }

  .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: #003648;
  }

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

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

  .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: column;
    align-items: flex-start;
  }

  .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;
  }

  .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;
  }

  .general-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: -ms-grid;
    display: grid;
    margin-top: 10px;
    justify-content: flex-start;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

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

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

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

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

  .button.promotion {
    width: 100%;
  }

  .button.sign-in {
    border-radius: 5px;
    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-heading {
    padding-left: 5px;
    align-items: end;
  }

  .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: #57cad3;
  }

  .menu-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .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;
  }

  .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;
  }

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

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

#right-column.right-column {

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

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

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

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

}

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

  #right-column.right-column {
    order: -9999;
    grid-row-start: span 2;
    grid-row-end: span 2;
    grid-column-start: span 1;
    grid-column-end: span 1;
    background-position: 50% 70%;
  }

}

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

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

}

@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;
}
.gm-style-iw-d .w-button:disabled{
  cursor: not-allowed;
  pointer-events: none;
  background-color: #808080;
  color: #000;
  border-color: #808080;
}

.gm-style .gm-style-iw-c {
  min-height: 100% !important;
  width: 100% !important;
  max-width: 300px !important;
  transform: translate3d(-50%,-100%, 0px) !important;
}
.gm-style-iw-d {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
.popup-info-block .flex-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
} 
.bst-material-icon {
  padding-right: 0;
  font-size: 26px;
  line-height: 26px;
}
.bst-material-icon {
  display: inline-block;
  padding-right: 0;
  color: #006747;
}
.bst-material-icon {
  position: static;
  display: block;
  padding-right: 0;
  order: -1;
  font-family: Materialiconsoutlined,sans-serif;
  color: #006747;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
}
.bst-icon-block, .set-center {
  position: absolute;
  padding: 12px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #b8b8b8;
  cursor: pointer;
  top: 0px;
}
.popup-info span{
  display: block;
}

.set-center {
  top: 50px;
}
.openwindows {
  display: block !important;
  padding-left: 0px;
  top: 0px;
  position: relative;
  overflow: scroll;
  min-height: 500px;
  height: 100vh;
}
.openwindows .bike-block {
  cursor: pointer;
}

.openwindows #infoWind {
  display: flex !important;
  flex-direction: column;
}
.openwindows #sear4map {
  display: none;
}
.openwindows .button.w-button {
  display: none;
}
.openwindows .pin-pop-up {
  list-style-type: none;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.openwindows .material-icon {
  text-align: center;
  padding-bottom: 5px;
}
.openwindows .popup-number {
  padding-bottom: 5px;
}
.openwindows .popup-text {
  display: block;
  margin:  0 auto;
}
@media all and (max-width:  768px){
  .openwindows .popup-text {
    max-width: 63px;
  }
}

.map_section .map_cal {
  padding: 0px !important;
}
.bst-location-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.bst-location-block {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
}
.bst-availability-block {
  display: flex;
  justify-content: center;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.bst-material-icon {
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.bike-number {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.unlock-option-block {
  justify-content: center;
  grid-row-gap: 0px;
}
.bst-button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  padding: 10px 40px;
  flex: 1;
  border: 1px solid #137053;
  border-radius: 5px;
  background-color: #006747;
  transition: background-color .5s cubic-bezier(1, -.015, .392, .985);
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  text-align: center;
}
.bst-button-container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.section.map_section {
  margin-bottom: 0px;
}
.section.map_section .col {
  padding-left: 0px;
  padding-right: 0px;
}
/* #sear4map {
  height: 100vh !important;
} */
.w-checkbox.checkbox-field{
  display: flex;
  flex-direction: row;
  align-self: flex-start;
}
.w-checkbox.checkbox-field.valid-cc{
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
}
.w-checkbox.checkbox-field .w-checkbox-input {
  flex: 0 0 16px;
}
.radio-button-field.w-radio{
  border: unset;
  padding-left: 0;
}

.user-agreement .button-block{
  padding: 14px 0;
}
.user-agreement .button-block .w-button{
  display: inline-block;
  margin-top: 5px;
  margin-right: 0px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.user-agreement .button-block .w-button:hover{
  color: #fff;
  border-color: #137053;
  background-color: #137053;
}
.mobile_plans{
    padding-left:0;
    list-style-type:none;
}
.overage-fee-block{
  padding-bottom: 48px;
}
.overage-fee-block h2{
  font-weight: bold;
}

@media all and (max-width: 768px) {
    #launcher {
      bottom: 60px !important;
    }
}