/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.ryde-b-text-left {
  text-align: left;
}
.ryde-b-text-right {
  text-align: right;
}
.ryde-b-text-center {
  text-align: center;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.ryde-b-hide {
  display: none !important;
}
.ryde-b-show {
  display: block !important;
}
.ryde-b-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .ryde-b-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ryde-b-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ryde-b-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ryde-b-hidden-lg {
    display: none !important;
  }
}

.ryde-b-modal-open {
  overflow: hidden;
}
.ryde-b-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ryde-b-modal.fade .ryde-b-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.ryde-b-modal.in .ryde-b-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .ryde-b-modal,
.ryde-b-modal-open .ryde-b-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.ryde-b-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.ryde-b-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop,
.ryde-b-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade,
.ryde-b-modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in,
.ryde-b-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ryde-b-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ryde-b-modal-header .close {
  margin-top: -2px;
}
.ryde-b-modal-title {
  margin: 0 !important;
  line-height: 1.42857143;
}
.ryde-b-modal-body {
  position: relative;
  padding: 15px;
}
.ryde-b-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.ryde-b-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.ryde-b-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.ryde-b-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.ryde-b-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .ryde-b-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .ryde-b-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .ryde-b-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .ryde-b-modal-lg {
    width: 900px;
  }
}

.ryde-b-table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.ryde-b-table td,
.ryde-b-table th {
  padding: 0;
}
.ryde-b-table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.ryde-b-table td[class*="col-"],
.ryde-b-table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
/* caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
} */
.ryde-b-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.ryde-b-table > thead > tr > th,
.ryde-b-table > tbody > tr > th,
.ryde-b-table > tfoot > tr > th,
.ryde-b-table > thead > tr > td,
.ryde-b-table > tbody > tr > td,
.ryde-b-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.ryde-b-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.ryde-b-table > caption + thead > tr:first-child > th,
.ryde-b-table > colgroup + thead > tr:first-child > th,
.ryde-b-table > thead:first-child > tr:first-child > th,
.ryde-b-table > caption + thead > tr:first-child > td,
.ryde-b-table > colgroup + thead > tr:first-child > td,
.ryde-b-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ryde-b-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.ryde-b-table .ryde-b-table {
  background-color: #fff;
}
.ryde-b-table-condensed > thead > tr > th,
.ryde-b-table-condensed > tbody > tr > th,
.ryde-b-table-condensed > tfoot > tr > th,
.ryde-b-table-condensed > thead > tr > td,
.ryde-b-table-condensed > tbody > tr > td,
.ryde-b-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.ryde-b-table-bordered {
  border: 1px solid #ddd;
}
.ryde-b-table-bordered > thead > tr > th,
.ryde-b-table-bordered > tbody > tr > th,
.ryde-b-table-bordered > tfoot > tr > th,
.ryde-b-table-bordered > thead > tr > td,
.ryde-b-table-bordered > tbody > tr > td,
.ryde-b-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.ryde-b-table-bordered > thead > tr > th,
.ryde-b-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.ryde-b-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.ryde-b-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.ryde-b-table > thead > tr > td.active,
.ryde-b-table > tbody > tr > td.active,
.ryde-b-table > tfoot > tr > td.active,
.ryde-b-table > thead > tr > th.active,
.ryde-b-table > tbody > tr > th.active,
.ryde-b-table > tfoot > tr > th.active,
.ryde-b-table > thead > tr.active > td,
.ryde-b-table > tbody > tr.active > td,
.ryde-b-table > tfoot > tr.active > td,
.ryde-b-table > thead > tr.active > th,
.ryde-b-table > tbody > tr.active > th,
.ryde-b-table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.ryde-b-table-hover > tbody > tr > td.active:hover,
.ryde-b-table-hover > tbody > tr > th.active:hover,
.ryde-b-table-hover > tbody > tr.active:hover > td,
.ryde-b-table-hover > tbody > tr:hover > .active,
.ryde-b-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.ryde-b-table > thead > tr > td.success,
.ryde-b-table > tbody > tr > td.success,
.ryde-b-table > tfoot > tr > td.success,
.ryde-b-table > thead > tr > th.success,
.ryde-b-table > tbody > tr > th.success,
.ryde-b-table > tfoot > tr > th.success,
.ryde-b-table > thead > tr.success > td,
.ryde-b-table > tbody > tr.success > td,
.ryde-b-table > tfoot > tr.success > td,
.ryde-b-table > thead > tr.success > th,
.ryde-b-table > tbody > tr.success > th,
.ryde-b-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.ryde-b-table-hover > tbody > tr > td.success:hover,
.ryde-b-table-hover > tbody > tr > th.success:hover,
.ryde-b-table-hover > tbody > tr.success:hover > td,
.ryde-b-table-hover > tbody > tr:hover > .success,
.ryde-b-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.ryde-b-table > thead > tr > td.info,
.ryde-b-table > tbody > tr > td.info,
.ryde-b-table > tfoot > tr > td.info,
.ryde-b-table > thead > tr > th.info,
.ryde-b-table > tbody > tr > th.info,
.ryde-b-table > tfoot > tr > th.info,
.ryde-b-table > thead > tr.info > td,
.ryde-b-table > tbody > tr.info > td,
.ryde-b-table > tfoot > tr.info > td,
.ryde-b-table > thead > tr.info > th,
.ryde-b-table > tbody > tr.info > th,
.ryde-b-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.ryde-b-table-hover > tbody > tr > td.info:hover,
.ryde-b-table-hover > tbody > tr > th.info:hover,
.ryde-b-table-hover > tbody > tr.info:hover > td,
.ryde-b-table-hover > tbody > tr:hover > .info,
.ryde-b-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.ryde-b-table > thead > tr > td.warning,
.ryde-b-table > tbody > tr > td.warning,
.ryde-b-table > tfoot > tr > td.warning,
.ryde-b-table > thead > tr > th.warning,
.ryde-b-table > tbody > tr > th.warning,
.ryde-b-table > tfoot > tr > th.warning,
.ryde-b-table > thead > tr.warning > td,
.ryde-b-table > tbody > tr.warning > td,
.ryde-b-table > tfoot > tr.warning > td,
.ryde-b-table > thead > tr.warning > th,
.ryde-b-table > tbody > tr.warning > th,
.ryde-b-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.ryde-b-table-hover > tbody > tr > td.warning:hover,
.ryde-b-table-hover > tbody > tr > th.warning:hover,
.ryde-b-table-hover > tbody > tr.warning:hover > td,
.ryde-b-table-hover > tbody > tr:hover > .warning,
.ryde-b-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.ryde-b-table > thead > tr > td.danger,
.ryde-b-table > tbody > tr > td.danger,
.ryde-b-table > tfoot > tr > td.danger,
.ryde-b-table > thead > tr > th.danger,
.ryde-b-table > tbody > tr > th.danger,
.ryde-b-table > tfoot > tr > th.danger,
.ryde-b-table > thead > tr.danger > td,
.ryde-b-table > tbody > tr.danger > td,
.ryde-b-table > tfoot > tr.danger > td,
.ryde-b-table > thead > tr.danger > th,
.ryde-b-table > tbody > tr.danger > th,
.ryde-b-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.ryde-b-table-hover > tbody > tr > td.danger:hover,
.ryde-b-table-hover > tbody > tr > th.danger:hover,
.ryde-b-table-hover > tbody > tr.danger:hover > td,
.ryde-b-table-hover > tbody > tr:hover > .danger,
.ryde-b-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.ryde-b-table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .ryde-b-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ryde-b-table-responsive > .ryde-b-table {
    margin-bottom: 0;
  }
  .ryde-b-table-responsive > .ryde-b-table > thead > tr > th,
  .ryde-b-table-responsive > .ryde-b-table > tbody > tr > th,
  .ryde-b-table-responsive > .ryde-b-table > tfoot > tr > th,
  .ryde-b-table-responsive > .ryde-b-table > thead > tr > td,
  .ryde-b-table-responsive > .ryde-b-table > tbody > tr > td,
  .ryde-b-table-responsive > .ryde-b-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ryde-b-table-responsive > .ryde-b-table-bordered {
    border: 0;
  }
  .ryde-b-table-responsive > .ryde-b-table-bordered > thead > tr > th:first-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tbody > tr > th:first-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tfoot > tr > th:first-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > thead > tr > td:first-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tbody > tr > td:first-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ryde-b-table-responsive > .ryde-b-table-bordered > thead > tr > th:last-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tbody > tr > th:last-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tfoot > tr > th:last-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > thead > tr > td:last-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tbody > tr > td:last-child,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ryde-b-table-responsive > .ryde-b-table-bordered > tbody > tr:last-child > th,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tfoot > tr:last-child > th,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tbody > tr:last-child > td,
  .ryde-b-table-responsive > .ryde-b-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.ryde-b-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ryde-b-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ryde-b-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ryde-b-container {
    width: 1170px;
  }
}
.ryde-b-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ryde-b-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ryde-b-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ryde-b-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ryde-b-container {
    width: 1170px;
  }
}
.ryde-b-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ryde-b-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -moz-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.ryde-b-row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.ryde-b-row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ryde-b-col-xs-1,
.ryde-b-col-sm-1,
.ryde-b-col-md-1,
.ryde-b-col-lg-1,
.ryde-b-col-xs-2,
.ryde-b-col-sm-2,
.ryde-b-col-md-2,
.ryde-b-col-lg-2,
.ryde-b-col-xs-3,
.ryde-b-col-sm-3,
.ryde-b-col-md-3,
.ryde-b-col-lg-3,
.ryde-b-col-xs-4,
.ryde-b-col-sm-4,
.ryde-b-col-md-4,
.ryde-b-col-lg-4,
.ryde-b-col-xs-5,
.ryde-b-col-sm-5,
.ryde-b-col-md-5,
.ryde-b-col-lg-5,
.ryde-b-col-xs-6,
.ryde-b-col-sm-6,
.ryde-b-col-md-6,
.ryde-b-col-lg-6,
.ryde-b-col-xs-7,
.ryde-b-col-sm-7,
.ryde-b-col-md-7,
.ryde-b-col-lg-7,
.ryde-b-col-xs-8,
.ryde-b-col-sm-8,
.ryde-b-col-md-8,
.ryde-b-col-lg-8,
.ryde-b-col-xs-9,
.ryde-b-col-sm-9,
.ryde-b-col-md-9,
.ryde-b-col-lg-9,
.ryde-b-col-xs-10,
.ryde-b-col-sm-10,
.ryde-b-col-md-10,
.ryde-b-col-lg-10,
.ryde-b-col-xs-11,
.ryde-b-col-sm-11,
.ryde-b-col-md-11,
.ryde-b-col-lg-11,
.ryde-b-col-xs-12,
.ryde-b-col-sm-12,
.ryde-b-col-md-12,
.ryde-b-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.ryde-b-col-xs-1,
.ryde-b-col-xs-2,
.ryde-b-col-xs-3,
.ryde-b-col-xs-4,
.ryde-b-col-xs-5,
.ryde-b-col-xs-6,
.ryde-b-col-xs-7,
.ryde-b-col-xs-8,
.ryde-b-col-xs-9,
.ryde-b-col-xs-10,
.ryde-b-col-xs-11,
.ryde-b-col-xs-12 {
  float: left;
}
.ryde-b-col-xs-12 {
  width: 100%;
}
.ryde-b-col-xs-11 {
  width: 91.66666667%;
}
.ryde-b-col-xs-10 {
  width: 83.33333333%;
}
.ryde-b-col-xs-9 {
  width: 75%;
}
.ryde-b-col-xs-8 {
  width: 66.66666667%;
}
.ryde-b-col-xs-7 {
  width: 58.33333333%;
}
.ryde-b-col-xs-6 {
  width: 50%;
}
.ryde-b-col-xs-5 {
  width: 41.66666667%;
}
.ryde-b-col-xs-4 {
  width: 33.33333333%;
}
.ryde-b-col-xs-3 {
  width: 25%;
}
.ryde-b-col-xs-2 {
  width: 16.66666667%;
}
.ryde-b-col-xs-1 {
  width: 8.33333333%;
}
.ryde-b-col-xs-pull-12 {
  right: 100%;
}
.ryde-b-col-xs-pull-11 {
  right: 91.66666667%;
}
.ryde-b-col-xs-pull-10 {
  right: 83.33333333%;
}
.ryde-b-col-xs-pull-9 {
  right: 75%;
}
.ryde-b-col-xs-pull-8 {
  right: 66.66666667%;
}
.ryde-b-col-xs-pull-7 {
  right: 58.33333333%;
}
.ryde-b-col-xs-pull-6 {
  right: 50%;
}
.ryde-b-col-xs-pull-5 {
  right: 41.66666667%;
}
.ryde-b-col-xs-pull-4 {
  right: 33.33333333%;
}
.ryde-b-col-xs-pull-3 {
  right: 25%;
}
.ryde-b-col-xs-pull-2 {
  right: 16.66666667%;
}
.ryde-b-col-xs-pull-1 {
  right: 8.33333333%;
}
.ryde-b-col-xs-pull-0 {
  right: auto;
}
.ryde-b-col-xs-push-12 {
  left: 100%;
}
.ryde-b-col-xs-push-11 {
  left: 91.66666667%;
}
.ryde-b-col-xs-push-10 {
  left: 83.33333333%;
}
.ryde-b-col-xs-push-9 {
  left: 75%;
}
.ryde-b-col-xs-push-8 {
  left: 66.66666667%;
}
.ryde-b-col-xs-push-7 {
  left: 58.33333333%;
}
.ryde-b-col-xs-push-6 {
  left: 50%;
}
.ryde-b-col-xs-push-5 {
  left: 41.66666667%;
}
.ryde-b-col-xs-push-4 {
  left: 33.33333333%;
}
.ryde-b-col-xs-push-3 {
  left: 25%;
}
.ryde-b-col-xs-push-2 {
  left: 16.66666667%;
}
.ryde-b-col-xs-push-1 {
  left: 8.33333333%;
}
.ryde-b-col-xs-push-0 {
  left: auto;
}
.ryde-b-col-xs-offset-12 {
  margin-left: 100%;
}
.ryde-b-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.ryde-b-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.ryde-b-col-xs-offset-9 {
  margin-left: 75%;
}
.ryde-b-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.ryde-b-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.ryde-b-col-xs-offset-6 {
  margin-left: 50%;
}
.ryde-b-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.ryde-b-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.ryde-b-col-xs-offset-3 {
  margin-left: 25%;
}
.ryde-b-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.ryde-b-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.ryde-b-col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ryde-b-col-sm-1,
  .ryde-b-col-sm-2,
  .ryde-b-col-sm-3,
  .ryde-b-col-sm-4,
  .ryde-b-col-sm-5,
  .ryde-b-col-sm-6,
  .ryde-b-col-sm-7,
  .ryde-b-col-sm-8,
  .ryde-b-col-sm-9,
  .ryde-b-col-sm-10,
  .ryde-b-col-sm-11,
  .ryde-b-col-sm-12 {
    float: left;
  }
  .ryde-b-col-sm-12 {
    width: 100%;
  }
  .ryde-b-col-sm-11 {
    width: 91.66666667%;
  }
  .ryde-b-col-sm-10 {
    width: 83.33333333%;
  }
  .ryde-b-col-sm-9 {
    width: 75%;
  }
  .ryde-b-col-sm-8 {
    width: 66.66666667%;
  }
  .ryde-b-col-sm-7 {
    width: 58.33333333%;
  }
  .ryde-b-col-sm-6 {
    width: 50%;
  }
  .ryde-b-col-sm-5 {
    width: 41.66666667%;
  }
  .ryde-b-col-sm-4 {
    width: 33.33333333%;
  }
  .ryde-b-col-sm-3 {
    width: 25%;
  }
  .ryde-b-col-sm-2 {
    width: 16.66666667%;
  }
  .ryde-b-col-sm-1 {
    width: 8.33333333%;
  }
  .ryde-b-col-sm-pull-12 {
    right: 100%;
  }
  .ryde-b-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ryde-b-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ryde-b-col-sm-pull-9 {
    right: 75%;
  }
  .ryde-b-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ryde-b-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ryde-b-col-sm-pull-6 {
    right: 50%;
  }
  .ryde-b-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ryde-b-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ryde-b-col-sm-pull-3 {
    right: 25%;
  }
  .ryde-b-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ryde-b-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ryde-b-col-sm-pull-0 {
    right: auto;
  }
  .ryde-b-col-sm-push-12 {
    left: 100%;
  }
  .ryde-b-col-sm-push-11 {
    left: 91.66666667%;
  }
  .ryde-b-col-sm-push-10 {
    left: 83.33333333%;
  }
  .ryde-b-col-sm-push-9 {
    left: 75%;
  }
  .ryde-b-col-sm-push-8 {
    left: 66.66666667%;
  }
  .ryde-b-col-sm-push-7 {
    left: 58.33333333%;
  }
  .ryde-b-col-sm-push-6 {
    left: 50%;
  }
  .ryde-b-col-sm-push-5 {
    left: 41.66666667%;
  }
  .ryde-b-col-sm-push-4 {
    left: 33.33333333%;
  }
  .ryde-b-col-sm-push-3 {
    left: 25%;
  }
  .ryde-b-col-sm-push-2 {
    left: 16.66666667%;
  }
  .ryde-b-col-sm-push-1 {
    left: 8.33333333%;
  }
  .ryde-b-col-sm-push-0 {
    left: auto;
  }
  .ryde-b-col-sm-offset-12 {
    margin-left: 100%;
  }
  .ryde-b-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ryde-b-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ryde-b-col-sm-offset-9 {
    margin-left: 75%;
  }
  .ryde-b-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ryde-b-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ryde-b-col-sm-offset-6 {
    margin-left: 50%;
  }
  .ryde-b-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ryde-b-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ryde-b-col-sm-offset-3 {
    margin-left: 25%;
  }
  .ryde-b-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ryde-b-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ryde-b-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ryde-b-col-md-1,
  .ryde-b-col-md-2,
  .ryde-b-col-md-3,
  .ryde-b-col-md-4,
  .ryde-b-col-md-5,
  .ryde-b-col-md-6,
  .ryde-b-col-md-7,
  .ryde-b-col-md-8,
  .ryde-b-col-md-9,
  .ryde-b-col-md-10,
  .ryde-b-col-md-11,
  .ryde-b-col-md-12 {
    float: left;
  }
  .ryde-b-col-md-12 {
    width: 100%;
  }
  .ryde-b-col-md-11 {
    width: 91.66666667%;
  }
  .ryde-b-col-md-10 {
    width: 83.33333333%;
  }
  .ryde-b-col-md-9 {
    width: 75%;
  }
  .ryde-b-col-md-8 {
    width: 66.66666667%;
  }
  .ryde-b-col-md-7 {
    width: 58.33333333%;
  }
  .ryde-b-col-md-6 {
    width: 50%;
  }
  .ryde-b-col-md-5 {
    width: 41.66666667%;
  }
  .ryde-b-col-md-4 {
    width: 33.33333333%;
  }
  .ryde-b-col-md-3 {
    width: 25%;
  }
  .ryde-b-col-md-2 {
    width: 16.66666667%;
  }
  .ryde-b-col-md-1 {
    width: 8.33333333%;
  }
  .ryde-b-col-md-pull-12 {
    right: 100%;
  }
  .ryde-b-col-md-pull-11 {
    right: 91.66666667%;
  }
  .ryde-b-col-md-pull-10 {
    right: 83.33333333%;
  }
  .ryde-b-col-md-pull-9 {
    right: 75%;
  }
  .ryde-b-col-md-pull-8 {
    right: 66.66666667%;
  }
  .ryde-b-col-md-pull-7 {
    right: 58.33333333%;
  }
  .ryde-b-col-md-pull-6 {
    right: 50%;
  }
  .ryde-b-col-md-pull-5 {
    right: 41.66666667%;
  }
  .ryde-b-col-md-pull-4 {
    right: 33.33333333%;
  }
  .ryde-b-col-md-pull-3 {
    right: 25%;
  }
  .ryde-b-col-md-pull-2 {
    right: 16.66666667%;
  }
  .ryde-b-col-md-pull-1 {
    right: 8.33333333%;
  }
  .ryde-b-col-md-pull-0 {
    right: auto;
  }
  .ryde-b-col-md-push-12 {
    left: 100%;
  }
  .ryde-b-col-md-push-11 {
    left: 91.66666667%;
  }
  .ryde-b-col-md-push-10 {
    left: 83.33333333%;
  }
  .ryde-b-col-md-push-9 {
    left: 75%;
  }
  .ryde-b-col-md-push-8 {
    left: 66.66666667%;
  }
  .ryde-b-col-md-push-7 {
    left: 58.33333333%;
  }
  .ryde-b-col-md-push-6 {
    left: 50%;
  }
  .ryde-b-col-md-push-5 {
    left: 41.66666667%;
  }
  .ryde-b-col-md-push-4 {
    left: 33.33333333%;
  }
  .ryde-b-col-md-push-3 {
    left: 25%;
  }
  .ryde-b-col-md-push-2 {
    left: 16.66666667%;
  }
  .ryde-b-col-md-push-1 {
    left: 8.33333333%;
  }
  .ryde-b-col-md-push-0 {
    left: auto;
  }
  .ryde-b-col-md-offset-12 {
    margin-left: 100%;
  }
  .ryde-b-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ryde-b-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ryde-b-col-md-offset-9 {
    margin-left: 75%;
  }
  .ryde-b-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ryde-b-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ryde-b-col-md-offset-6 {
    margin-left: 50%;
  }
  .ryde-b-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ryde-b-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ryde-b-col-md-offset-3 {
    margin-left: 25%;
  }
  .ryde-b-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ryde-b-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ryde-b-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ryde-b-col-lg-1,
  .ryde-b-col-lg-2,
  .ryde-b-col-lg-3,
  .ryde-b-col-lg-4,
  .ryde-b-col-lg-5,
  .ryde-b-col-lg-6,
  .ryde-b-col-lg-7,
  .ryde-b-col-lg-8,
  .ryde-b-col-lg-9,
  .ryde-b-col-lg-10,
  .ryde-b-col-lg-11,
  .ryde-b-col-lg-12 {
    float: left;
  }
  .ryde-b-col-lg-12 {
    width: 100%;
  }
  .ryde-b-col-lg-11 {
    width: 91.66666667%;
  }
  .ryde-b-col-lg-10 {
    width: 83.33333333%;
  }
  .ryde-b-col-lg-9 {
    width: 75%;
  }
  .ryde-b-col-lg-8 {
    width: 66.66666667%;
  }
  .ryde-b-col-lg-7 {
    width: 58.33333333%;
  }
  .ryde-b-col-lg-6 {
    width: 50%;
  }
  .ryde-b-col-lg-5 {
    width: 41.66666667%;
  }
  .ryde-b-col-lg-4 {
    width: 33.33333333%;
  }
  .ryde-b-col-lg-3 {
    width: 25%;
  }
  .ryde-b-col-lg-2 {
    width: 16.66666667%;
  }
  .ryde-b-col-lg-1 {
    width: 8.33333333%;
  }
  .ryde-b-col-lg-pull-12 {
    right: 100%;
  }
  .ryde-b-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ryde-b-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ryde-b-col-lg-pull-9 {
    right: 75%;
  }
  .ryde-b-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ryde-b-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ryde-b-col-lg-pull-6 {
    right: 50%;
  }
  .ryde-b-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ryde-b-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ryde-b-col-lg-pull-3 {
    right: 25%;
  }
  .ryde-b-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ryde-b-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ryde-b-col-lg-pull-0 {
    right: auto;
  }
  .ryde-b-col-lg-push-12 {
    left: 100%;
  }
  .ryde-b-col-lg-push-11 {
    left: 91.66666667%;
  }
  .ryde-b-col-lg-push-10 {
    left: 83.33333333%;
  }
  .ryde-b-col-lg-push-9 {
    left: 75%;
  }
  .ryde-b-col-lg-push-8 {
    left: 66.66666667%;
  }
  .ryde-b-col-lg-push-7 {
    left: 58.33333333%;
  }
  .ryde-b-col-lg-push-6 {
    left: 50%;
  }
  .ryde-b-col-lg-push-5 {
    left: 41.66666667%;
  }
  .ryde-b-col-lg-push-4 {
    left: 33.33333333%;
  }
  .ryde-b-col-lg-push-3 {
    left: 25%;
  }
  .ryde-b-col-lg-push-2 {
    left: 16.66666667%;
  }
  .ryde-b-col-lg-push-1 {
    left: 8.33333333%;
  }
  .ryde-b-col-lg-push-0 {
    left: auto;
  }
  .ryde-b-col-lg-offset-12 {
    margin-left: 100%;
  }
  .ryde-b-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ryde-b-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ryde-b-col-lg-offset-9 {
    margin-left: 75%;
  }
  .ryde-b-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ryde-b-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ryde-b-col-lg-offset-6 {
    margin-left: 50%;
  }
  .ryde-b-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ryde-b-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ryde-b-col-lg-offset-3 {
    margin-left: 25%;
  }
  .ryde-b-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ryde-b-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ryde-b-col-lg-offset-0 {
    margin-left: 0%;
  }
}

.ryde-b-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.ryde-b-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ryde-b-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ryde-b-form-control:-ms-input-placeholder {
  color: #999;
}
.ryde-b-form-control::-webkit-input-placeholder {
  color: #999;
}
.ryde-b-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ryde-b-form-control[disabled],
.ryde-b-form-control[readonly],
fieldset[disabled] .ryde-b-form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.ryde-b-form-control[disabled],
fieldset[disabled] .ryde-b-form-control {
  cursor: not-allowed;
}
textarea.ryde-b-form-control {
  height: auto;
}
