/*
Zilch CSS
(c) 2022
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gugi&display=swap');

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
@font-face {
	font-family: "OCR-A";
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/OCR-A/OCR-A.woff2) format('woff2');
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.emaas{
    font-weight: 600;
    font-family: Quicksand;
    font-size: 48px;
    background-color: #999;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgb(255 255 255 / 50%) 0 2px 2px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 20px;
}
/* Color Scheme */
.btn-large:hover, .btn-small:hover, .btn:hover {
	background-color: #00abab;
}
.waves-effect.waves-blue .waves-ripple {
	background-color: rgba(0, 137, 207, 0.65);
}
html, body, html * {
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
}
html, body{
    min-height: 100% !important;
    height:100%;
	width:100%;
	scroll-behavior:smooth;
}
main, footer {
	padding-left: 200px;
}
.nav-wrapper {
	margin: 0 36px;
	text-transform: uppercase;
}
.loader-ripple {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-ripple div {
  position: absolute;
  border: 4px solid #0089CF;
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.creditcard-inner {
    font-size: 22px;
}
.fullheight{
	height:calc(100% - 66px);
}
nav {
	color: #fff;
	background: linear-gradient(90deg,rgba(0,137,207,1) 0%,rgba(0,171,171,1) 100%);
	width: 100vw;
	height: 66px;
	line-height: 66px;
}
nav .sidenav-trigger,nav .sidenav-trigger i {
	height:66px;
	line-height: 66px;
}
.navbar-fixed {
	height: 66px;
	z-index: 1200;
	}
.logo-img {
	height:56px;
	margin-top:5px;
}
.sidenav {
	top:66px;
	width:200px;
}
.sidenav li > a {
	padding: 0 20px;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(0,171,171, 0.2);
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #0089CF;
}
.tabs .tab a {
    color: #000000;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg,rgba(0,137,207,1) 0%,rgba(0,171,171,1) 100%);
    will-change: left, right;
}
.textinput {
	font-size: 14px; 
	padding: 2px 0px 0px; 
	width: 100%; 
	outline: none; 
	margin: 0px auto !important; 
	border: none !important; 
	height: auto !important; 
	box-shadow: initial !important; 
	cursor: auto; 
	transition: none 0s ease 0s !important;
}
.paymethods, .paymethods .col {
	padding:0 !important;
}
.paymentcol{
	border-right: 1px solid rgba(0,0,0,0.15);
	padding:0 !important;
	min-height: calc(100vh - 86px) !important;
	position: relative;
	top: 10px;
	overflow-x: hidden;
}
.methodcol{
	border-right: 1px solid rgba(0,0,0,0.15);
	padding:0 !important;
	min-height: calc(100vh - 86px) !important;
	position: relative;
	top: 10px;
	overflow-x: hidden;
}
.paymenttabs {
	margin: 20px auto;
}
.tab-shadow:after { 
	content:''; 
	display:block; 
	margin:-45px auto 0;
	width:95%; 
	height:25px;  
	border-radius:125px / 12px;  
	box-shadow:0 0 8px rgba(0,0,0,0.5);
}
.tab-content{
	margin-top:20px;
}	
.pay-method {
	height: 70px;
	width: 80%;	
	color: #000000;
	background: #FFFFFF;
	font-size:10px;
	vertical-align: middle;
	display:flex;
	margin: 10px auto;
	padding: 8px 12px !important;	
	border: none !important;
	border-radius: 10px;	
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);	
}
.pay-method.unavailable {
	color: #e3e3e3 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:1px solid rgba(0,0,0,0.1) !important;
}

.pay-method-info {
	height:22px;
	padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
	margin: auto 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.creditcard-icon{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	width:50px;
	height:30px;
	line-height:28px;
	text-align:center;
	margin: auto 0;
}
.creditcard-icon img {
    max-height: 26px;
	max-width: 46px;	
    display: inline-block;
    vertical-align: middle;
}
.cardno{
	font-size:18px;
	font-weight:600;
}
.payment-description {
	flex-grow: 4;	
	margin: auto 12px;
}
.add-payment-button {
	background: #0089CF !important;
	border-radius:4px;
	width:50%;
}
.del-payment-button {
	background: #22303F !important;
	border-radius:4px;
	width:50%;	
}
.creditcard{
	border-radius: 10px;
	background: linear-gradient(90deg,rgba(0,137,207,1) 0%,rgba(0,171,171,1) 100%);
	text-align:center;
	margin: 0 auto;
	padding: 14px;
	width: 75%;
	clear: both;
	overflow: auto;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);	
}
.creditcard-stored{
	border-radius: 14px;
	margin: 0 auto 10px;
	width: 80%;
	clear: both;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);	
}
.card-logo{
	display:inline-block;
	height:40%;
	margin-left:20px;
}
.card-logo img {
	height:100%;
}
.card-number{
	width:100%;
	margin: 0.5em 0 1em;
	font-size: 1em;
	line-height: 1em;
	text-align:center;
	display: block;
    letter-spacing: 0.1em;
	font-family:OCR-A;
}
.card-expiry{
	padding-left:5%;
	font-size: 0.8em;
	font-family:OCR-A;
}
.card-holder{
	padding-left:5%;
	font-size: 0.8em;
	line-height: 0.8em;
	font-family:OCR-A;
}
.card-type {
    right: 5%;
    bottom: 5%;
    display: block;
    height: 15%;
    position: absolute;
}
.card-type img {
	height:100%;
}
.cardtitle {
	margin-left:10px;
	margin-bottom:20px;
	font-size:24px;
	font-weight:400;
	line-height: 30px;
	clear:both;
	cursor: pointer;
}
.creditcard span {
	font-size:20px;
}
.favouritecard {
	color:#FFDF00;
	font-size:30px;
	vertical-align:text-bottom;
}
.favourcard {
	color:#000000;
	font-size:30px;
	vertical-align:text-bottom;
}
#cardnumber {
	height:18px;
	font-size:16px;
	display: inline-block;
	font-family:Roboto;
}
#cvv {
	height:18px;
	font-size:16px;
	display: inline-block;
	font-family:Roboto;
}
#expiry {
	height:18px;
	font-size:16px;
	display: inline-block;
	font-family:Roboto;
}
.bt-invalid, .braintree-hosted-fields-invalid {
	color: #FF0000;
}
.bt-valid,.braintree-hosted-fields-valid {
}
.methodcol input,.creditcard input:focus,.creditcard input:active{
	margin: 0 !important;
	border: none !important;
	height: auto !important;
	box-shadow: none !important;
}
.methodcol .invalid {
	color: #FF0000;
	}
.text-field {
	color: #000000;
	background: #FFFFFF;
	font-size:10px;
	line-height:16px;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	margin: 0px 0px 14px 0px;
	border: none !important;
	border-radius: 8px;	
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);	
}
.cardname {
	width:70%;
	margin: 20px auto 0;
	font-size:14px;
	padding:12px;
}
.intro-main {
	background:linear-gradient(60deg,#2b87da 0%,#29c4a9 100%)!important;
	padding-left:0;
}
.intro-header {
	height:100%;
	background-image:url('/images/misc/LeafFullColour.png');
	background-repeat: no-repeat;
	background-size: 108%; 
	background-position: center;
	padding-top:240px;
}
.intro-text {
	font-size: 5vh !important;
	font-weight:100;
	color:#FFFFFF;
	margin-left:100px;
}
.intro-button {
	margin-left:100px;
}
.round-button {
	color: #0089cf!important;
	border-width: 0px!important;
	border-radius: 100px;
	letter-spacing: 0px;
	font-size: 14px;
	background-image: linear-gradient(360deg,#e6e6e6 0%,#ffffff 100%)!important;
	background-color: #ffffff;
	padding: 10px 30px!important;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}
.sponsor-tag {
	bottom:0;
	position:absolute;
	left:200px;
}
.message {
	top:66px;
	width:100vw;
	padding:10px;
	background:rgba(0,0,0,0.4);
	position:absolute;
	text-align:center;
	color:#EEEEEE;
	text-transform:uppercase;
	letter-spacing:0.2em;
	z-index:90;
}
.error-message {
	top:66px;
	left:25%;
	width:50vw;
	padding:4px;
	background:rgba(0,0,0,0.7);
	position:absolute;
	text-align:center;
	color:#EEEEEE;
	text-transform:uppercase;
	letter-spacing:0.2em;
	z-index:9999;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);	
}
.login {
	position:absolute;	
	background: #FAFAFA;
	width: 100vw;
	padding: 40px 0 10px;
	-moz-box-shadow: 0px 3px 9px -3px #333333; 
	-webkit-box-shadow: 0px 3px 9px -3px #333333; 
	box-shadow: 0px 3px 9px -3px #333333;
	z-index:100;
}
.login-form {
	width: 100%;
	font-size:10px;
	font-family: "Roboto";
	font-weight:400;
	color:#000000;
	margin: auto;
	}
.login-text {
	font-size:16px;
	font-family: "Roboto";
	font-weight:400;
}
.login-help {
	font-size:12px;
	font-family: "Roboto";
	font-weight:400;
}
.login-inputs {
	background-color: #FFFFFF !important;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1) !important;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1) !important;
	padding: 8px !important;
	border-radius: 5px;
	height: 36px;
	margin: 0 10px 10px;	
}
.login-field {
	border: none !important;
	width: 100%;
	border-radius: 5px;	
	background-color: #FFFFFF !important;
	vertical-align: middle;
	line-height:18px;
	color: #000000;
	font-size:16px;
	font-family: "Roboto";
	font-weight:400;
}
.login-field input {
	border: none !important;
}
.login-field:focus {
	border: none !important;
	outline: none;
}
.login-line{
	line-height: 36px;
	}
.login-send-button {
	padding:10px 30px;
	line-height: 23px;
	font-size:14px;
	margin-top:-6px;
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 50px;
    background-color: #0089cf;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
	cursor:pointer;
	text-transform: uppercase;
	}
.login-send-button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.login-send-button:focus {
	border: none !important;
	outline: none;
}
.blue-button {
	background: #0089CF !important;
	border-radius:4px;
	width:50%;
	padding: 8px 24px;
	color:#FFFFFF;
}
.modal-bottom {
	position:absolute;
	display:block;
	bottom:24px;
	right:24px;
}
.modal-content h4{
	color:#0089cf;
}
#google-map {
	position: relative; 
	overflow: hidden;
	height: 100%;
}
.map-buttons {
	position: absolute;
    bottom: 24px;
    right: 24px;
	display: flex;
	flex-direction: column;
}
.map-button {
	margin: 8px;
	height:52px;
	width:52px;
	color: #000000;
	text-align:center;	
	background:  radial-gradient(circle at top center,rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	border-radius:17px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;	
}
.map-button:active, .map-button-loading {
	margin: 8px;
	height:52px;
	width:52px;
	color: #000000;
	text-align:center;
	background:  radial-gradient(circle at top center,rgba(0,137,207,1) 0%,rgba(0,97,167,1) 100%);
	border-radius:17px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.map-button-loading > i, .map-button-loading > div {
	color: #FFFFFF;
}
.map-button-icon {
	font-size:34px;
	line-height:52px;
}
.map-button-icon:active {
	color:#FFFFFF;
	font-size:34px;
	line-height:52px;
}
.material-tooltip {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.6);
    overflow: visible;
	font-size: 0.8em;
	padding: 10px;
	min-height: 16px;
}
.material-tooltip .backdrop {
    display: none !important;
}

#introModal {
	width:25%;
	height:50%;
}

.modal-greyout {
	position:absolute;
	display:none;
	z-index:1001;
	background:rgba(0,0,0,0.4);
	width:100%;
}
.badge {
	font-size:10px;
	padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
	display: inline-block;
}

/* Carpool */
.planner { 
	width:100%;
}
.planner table { 
	width: 100%; 
	box-sizing: border-box; box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1); 
	font-family: 'Quicksand', sans-serif;
	/*border-collapse: collapse;*/ 
	border-spacing: 0; 
	background-color: #EEE;
	overflow: hidden;
}

.planner th, .planner td { 
	border: 1px solid rgba(255,255,255,0.1); 
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
}

.planner th {
	text-transform: uppercase; 
	font-size:10px; 
	font-weight:700; 
	padding: 10px 0; 
	color: rgba(255,255,255,0.5); 
	background-color: #0089cf; 
	letter-spacing: 1px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
	border:0;
	}

.planner td { 
	width: 14.285%; 
	transition: all 0.3s; 
	font-size: 14px; 
	color: rgba(0,0,0,0.6); 
	font-weight: 400; 
	font-size: 14px; 
	padding: 1.5% 1.5% 5%; 
	vertical-align: initial; 
	padding: 1.5% 0 ; 
	height: 75px;
	border: 1px solid rgba(0,0,0,0.1);
}
.day:hover { 
	background-color: rgba(0,0,0,0.1);
	cursor:pointer; 
}
.today { 
	color: #FFF; 
	background-color: rgba(0,0,0,.25) !important; 
}
span.number { 
	margin-left: 10% 
}
span.event { min-height: 4px; background-color: rgba(0,0,0,.3); display: block; margin: 5px 10%; border-radius: 2px; background-color: #91c33b; }
span.event-multiday { margin: 5px -2px; border-radius: 0; }
span.event-multiday-start { margin-right: -4px;  }
span.event-multiday-finish { margin-left: -4px;  }
span.event-ghost { background-color:transparent; }
.event-info {
	padding:2px;
	color:#FFFFFF;
	font-size: 10px;
	}
.event-icon {
	color:#FFFFFF;
	font-size:14px;
	}
#right-slide-out{
	right:0;
}
.rightsidenav {
	backface-visibility:hidden;
	background-color:rgb(255, 255, 255);
	box-shadow:rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	box-sizing:border-box;
	display:block;
	height:100%;
	margin: 0;
	overflow-x:hidden;
	overflow-y:hidden;
	padding: 0 0 60px 0;
	position:fixed;
	right:0px;
	text-size-adjust:100%;
	top:0px;
	width:40%;
	will-change:transform;
	z-index:999;
}
.pool-driver {
	top:0;
	border-radius:6px 6px 0 0;
	width:100%;
	text-align:center;
	background:#0089cf;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
}
.seat-selection{
	background-image: url("/images/misc/tesla_RHD_interior.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	height: 75%;
    width: 100%;	
/*	height:600px;
	width:270px; */
	margin:0 auto;
	position: relative;
}
.seating-details tr,.seating-details td {
	border:none;
}
.seat-available {
	cursor:pointer;
}
.seat-0 {
	width:30%;
	text-align:left;
	vertical-align:bottom;
	padding-bottom:4%;
}
.info-box {
	position:relative;
	display:inline-block;
    width: 200px;
	height: 96px;
	font-size:12px;
	border-radius: 6px;
	background: #e6e6e6;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.22);
    box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.22);
}
.left-arrow-bottom:after,.left-arrow-top:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #e6e6e6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -20px;
}
.left-arrow-top:after {
  top: 10px;
}
.left-arrow-bottom:after {
  bottom: 10px;
}
.right-arrow-bottom:after,.right-arrow-top:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #e6e6e6;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -20px;
}
.right-arrow-top:after {
  top: 10px;
}
.right-arrow-bottom:after {
  bottom: 10px;
}
.trip-map {
	border:1px solid #E6E6E6;
	height:360px;
	background-size:cover !important;
}
.pool-filters{
	position:relative;
	display:inline-block;
    width: 100%;
	margin:10px auto;
	padding:6px;
	font-size:12px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
}
.pool-filters:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,0.2);
    right: 4px;
    top: -20px;
}
.pool-filters:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    right: 4px;
    top: -19px;
}
.pool-filters td{
    padding: 5px 10px;
}
.pool-avatar {
	display: inline-block;
	background-color: #e6e6e6;
    height: 74px;
    width: 74px;
	margin: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pool-vehicle {
	display:flex;
	justify-content: center;
}
.pool-vehicle-info{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:20px 0 0 12px;	
}
.pool-party{
	width: 80% !important;
	margin: 0 auto;
	display: block;
}
.pool-party-item{
	min-height:50px !important;
    padding-left: 72px !important;
    position: relative;
}
.pool-party-item .title{
	font-size: 16px;
}
.pool-party-item p{
	margin:0;
}	
.pool-party-item > .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.pool-journey{
	border:none;
}
.pool-journey-start .badge, .pool-journey-end .badge{
	position: absolute;
    top: 16px;
    right: 16px;
}
.pool-journey-start, .pool-journey-end {
	min-height: 84px;
    padding-left: 72px !important;
    position: relative;
}
.pool-journey-start  i.circle, .pool-journey-end i.circle{
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
	font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}
.pool-journey-start:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 14px;
    bottom: 2px;
    left: 34px;
    border-left: 4px dotted #eeeeee;
}
.pool-journey-item:after {
    content:"";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 34px;
    border-left: 4px dotted #eeeeee;
}
.pool-journey-end:after {
    content:"";
    position: absolute;
    z-index: 0;
    top: 2px;
    height: 20px;
    left: 34px;
    border-left: 4px dotted #eeeeee;
}

.date-headline {
    display: inline-block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 400;
    font-size: 1.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
	border: none;
	outline: none;
	text-align:center;
}
.date-headline:focus{
	border: none;
	outline: none;
}
.selected-day {
	background: rgba(0,0,89,0.2);
}
.hub-info-panel{
	position:absolute;
	top:0;
	z-index:10;
	height:calc(100% - 66px);
	width:0;
	margin-top:66px;
	background:#FFFFFF;
	-webkit-box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: : 6px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.1);
	transition: .5s ease;
}
.slider .indicators .indicator-item.active {
  background-color: #0089CF;
}
.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
.dates {
	display:inline-block;
	border: none;
    outline: none;
	background: none;
}
.timerange {
	margin: 0 auto;
    display: block;
	width: 80%;
}
input[type=range].timeslider {
  -webkit-appearance: none;
  position: relative
}
input[type=range].timeslider::-webkit-slider-runnable-track {
  width: 300px;
  height: 2px;
  border: none;
  border-radius: 3px
}
input[type=range].timeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 510%;
  background: #0089CF;
  border: 2px solid #0089CF;
  margin-top: -5px;
  cursor: pointer
}
input[type=range].timeslider:focus {
  outline: none
}
.focused::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15) !important;
}
.timeslider-labels{
	width:80%;
	margin:30px auto 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.rightsidenav.hub-selection {
	width:400px;
	max-width: 100vw;
	margin-top:66px;
	transform:translateX(105%);
}
.hub-panel{
	display:flex;
	justify-content:space-between;
	align-items:center; 
    height: 70px;
	margin: 14px auto;
	width:90%;
    color: #000000;
    background: #FFFFFF;
    font-size: 11px;
    vertical-align: middle;
    padding: 8px 12px !important;
    border: 1px solid rgba(0,0,0,0) !important;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
}
.hub-panel img {
	height:60px;
	margin-right:6px;
}
.available:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:1px solid rgba(0,0,0,0.1) !important;
	cursor:pointer;
}
#booking-slideout{
	width:400px;
	max-width:100vw;
	transform:translateX(105%);
	padding-top:66px;
}
#summary-slideout{
	width:400px;
	transform:translateX(105%);
	padding-top:66px;
}
.vehicle-img {
	margin:10px 36px;
}
.vehicle-img img{
	height:160px;
}
.white-panel{
    height: 70px;
	overflow:hidden;
    color: #000000;
    background: #FFFFFF;
    font-size: 11px;
    vertical-align: middle;
    margin: 14px auto;
    padding: 8px 12px !important;
    border: none !important;
    border-radius: 16px;
	cursor: pointer;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
}
.glass-blur {
	backdrop-filter: blur(7px); 
	background:rgba(230,230,230,0.7);
	box-shadow:none;
	width:90%;
	cursor:default;
}
.panel-text{
	font-size:24px;
	font-weight:600;
}
.summary-panel{
    width: 90%;
	overflow:hidden;
    color: #000000;
    background: #FFFFFF;
    font-size: 10px;
    vertical-align: middle;
    margin: 14px auto;
    padding-top: 14px !important;
    border: none !important;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
}
.summary-sums{
	padding:4px 16px;
	line-height:30px;
	vertical-align:middle;
	color: #FFFFFF;
	font-size:12px;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    bottom: 0px;
    position: relative;
    background: #22303F;
}
.summary-from{
	margin:0 14px;	
}
.summary-from:after{
	content: "";
    position: absolute;
    z-index: 0;
    top: 417px;
    bottom: calc(100% - 464px);
    left: 36px;
    border-left: 3px dotted #a7a7a7;
}
.summary-from-content{
	display:inline-block;
	border-bottom:1px solid rgba(0,0,0,0.2);
	width:92%;
	padding-bottom:4px;	
}
.times-separator {
	flex-grow:10;
	text-align:center;	
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #0089CF;
  background-color: #0089CF;
}
.booking-payment-method {
	display:inline-block;
	padding-left:2px;
	font-size:22px;
	font-weight:600; 
	width:47%;
	overflow:hidden;
	white-space: nowrap;
}
.expense-code {
	display: inline-block;
    padding-left: 2px;
    font-size: 22px;
    font-weight: 600;
    width: 72%;
    overflow: hidden;
}
.big-button-bar {
    border-radius: 28px;
    height: 56px;
    width: 80%;
    display: block;
    margin: 0 auto;
	font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 56px;
    vertical-align: middle;
    text-align: center;
	cursor: pointer;
    background: linear-gradient(to top,#0089CF,#00ABAB);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.big-button-active {
	background: #0089CF !important;
    border-radius: 4px;
    width: 50%;
	}
.big-button-disabled {
	background: rgba(230,230,230,0.7)!important;
	box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
	color: #999999 !important;
	cursor: default;
	}	
.big-button-blue {
    padding: 10px 30px;
    line-height: 23px;
    font-size: 14px;
    margin-top: -6px;
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 50px;
    background-color: #0089cf;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    text-transform: uppercase;
}
.big-button-white {
    padding: 7px 20px;
    line-height: 23px;
    font-size: 14px;
    margin-top: 14px;
    color: #0089cf!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 50px;
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:: 0px 2px 6px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    cursor: pointer;
    text-transform: uppercase;
}
.big-button-white:hover, .big-button-blue:hover, .big-button-bar:hover {
	-webkit-box-shadow: none;
    -moz-box-shadow:: none;
    box-shadow: none;
}
.hub-search {
	position: relative;
	display: flex;
	justify-content:flex-start;
	align-content: stretch;
	top: -100%;
	width: 50%;
    padding: 4px 10px;
    line-height: 23px;
    font-size: 14px;
    margin: 14px auto 0;
    color: #0089cf!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 14px;
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:: 0px 2px 6px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    cursor: pointer;
	z-index:10;
}
.hub-search-input{
	width:90%;
	background:none;
	flex-grow:10; 
	display:inline-block;
	outline:none;
	border: none;
	line-height:24px;
	padding: 10px 8px 6px;
	color: #0089CF;
}
.hub-search .input-field{
	width:90%;
	position: inherit;
    margin: 0;
}
.hub-search .autocomplete-content{
    top: 52px !important;
    width: 100% !important;
}
.hub-search .dropdown-content li > a, .hub-search .dropdown-content li > span {
    color: #000000;
}
.booking-search{
	top: calc(-100% - 30px); 
	z-index:9; 
	height:128px; 
	overflow:hidden;
	padding-top:20px; 
	background:none;
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    width: 50%;
    font-size: 14px;
    margin: 14px auto 0;
}
.search-button {
	border-left:1px solid #d3d3d3;
	display:block;
	position:absolute;
	right:10px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}
.search-settings {
    position: absolute;
	padding: 14px 6px 6px;
	width: 100%;
    top: -100%;
    transition: 0.5s;
	background-color:#FFFFFF;
	border-bottom-right-radius:14px;
	border-bottom-left-radius:14px;
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:: 0px 2px 6px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
}

.z-blue {
	background: #0089CF;
}
.from-dot{
	background:#00ABAB;
	height:8px;
	width:8px;
	display:inline-block;
	vertical-align:top;
	margin:6px 14px 0 0;
	z-index:1;
}
.to-dot{
	background:#0089CF;
	height:8px;
	width:8px;
	display:inline-block;
	vertical-align:top;
	margin:6px 14px 0 0;
	z-index:1;
}
.chip:hover{
	background: #0089CF;
	color:#ffffff;
}

.shake {
  animation: shakes 0.5s;
}

@keyframes shakes {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.background-map{
	height:100%;
}
.onboard-modal {
	z-index: 1020;
	display:block;
	position:absolute;
	top:15vh;
	left:25%;
	width:50%;
	background:#FFFFFF;
	border-radius: 8px;
}
.onboard-input {
    color: #000000;
	position: relative;
    background: #FFFFFF;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    margin: 10px auto;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 10%);	
}
.onboard-headline{
	display:inline-block;
	font-size:60px;
	font-weight:100;
}
.onboard-password{
	margin: 0 auto !important;
	border: none;
	height: auto !important;
	box-shadow: none !important;
	font-size: 14px; 
	outline:none !important;
	padding: 14px 12px 12px;
	border-radius: 8px;
	width:100%;
}

.onboard-input-error{
	width:70%;
	margin: 4px auto; 
	padding-left:10px;
	text-align:left;
	font-size:11px;
	display:inline-block;
}
.onboard-private input{
	margin: 0 !important;
    border: none !important;
    height: auto !important;
    box-shadow: none !important;
}
.onboard-private.left {
	width:50%;
}
.onboard-private.right {
	width:45%;
}
.onboard-options{
	word-break: normal;
	text-align: justify;
	hyphens:auto;
}
.onboard-options p{
	font-size:1.5rem;
	font-weight:300;
	margin:0;
	text-align:left;
}
.onboard-list{
	padding:0;
}
.onboard-text {
    font-size: 14px;
    padding: 2px 0 0;
    width: 100%;
    outline: 0;
    margin: 0 auto!important;
    border: 0!important;
    height: auto!important;
    box-shadow: initial!important;
    cursor: auto;
    transition: none 0s ease 0s!important;	
}
.add-private{
	padding:0 20px;
}
.pagination li.active a {
    color: #0089CF;
}
.pagination li a {
    color: #e7e7e7;
    display: inline-block;
    font-size: 0.4rem;
    padding: 0 10px;
    line-height: 20px;
}
.pagination li.active {
    background-color: rgba(0,0,0,0);
}
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
    margin: 0 20px 0 0 !important;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    padding: 0 20px !important;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #FFFFFF;
	border: none !important;
    color: rgba(0, 0, 0, 0.87);
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: rgba(0, 0, 0, 0.87);
	background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li.active {
	border-right:6px solid #0089CF;
}
.profile-avatar{
	border-radius: 50%;
	background-color: #cccccc;
    height: 240px;
    width: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stats {
	font-size:10px;
	margin: 24px auto;
	text-align:center;
	text-transform: uppercase;
}
.stats span {
	font-weight:100;
	font-size:2.8rem;
	line-height:3rem;
	text-transform: lowercase;
}
.profile {
	width: 100%;
	margin: 0 auto;
	padding-top:20px;
}
.profile-field {
	padding: 0 !important;
	margin-top: 30px;
	border-radius: 4px;
    border: 1px solid rgba(180,180,180,0.3);
    -webkit-box-shadow: inset -2px 1px 4px 0px rgb(217 217 217 / 46%);
    -moz-box-shadow: inset -2px 1px 4px 0px rgba(217,217,217,0.46);
    box-shadow: inset -2px 1px 4px 0px rgb(217 217 217 / 46%);	
}
.profile-field > label {
	left: -2px;
	top: -8px;
}
.profile-select {
	outline: none;
    display: inline-block;
    background: transparent;
    border-radius: 4px;
    border: none;
    height: 100%;
    padding: 0 10px;
    width: 95%;
}
.profile-select:focus {
	outline: none;
}
.profile-field > i{
    top: 10px;
    position: absolute;
    right: 4px;
	float: right;
}
.profile input{
	font-size: 1rem !important;
    padding: 12px !important;
    outline: none;
    cursor: auto;
    margin: 0px auto !important;
    border: none !important;
    height: auto !important;
    box-shadow: initial !important;
    transition: none 0s ease 0s !important;
	font-family: "Roboto", sans-serif;
}
.profile-add {
	display: none; /* not yet supported */
	float:right;
	border-radius:50%;
	background:#e7e7e7;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;	
}
.private-signup {
	text-align:center;
	padding:0 !important;
}
.btn-yes {
	margin-right:10px;
}
.onboard-pagination {
	position:absolute;
    bottom: 0px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 auto;
    width: 100%;
    background-color: #FFFFFF;
	border-radius: 8px;
}
[type="checkbox"] + span:not(.lever) {
	padding-left:25px;
}
.onboard-list.app-stores{
	margin:0 auto; 
	text-align: center;	
}
.onboard-confirm{
	height:100px;
	margin-top: 20px;
}
.onboard-confirm .big-button-bar{
	width:360px;
}
.autocomplete-content > li > img {
	display:none;
}
/*
		Dashboard
*/
.dash-header {
    color: #777777;
    font-size: x-large;
    font-family: Quicksand;
    font-weight: 500;
}

.card {
    overflow: hidden;
}
#card-stats .card .card-content {
    padding: 10px 14px;
}
#card-stats .card-content {
    text-align: center;
}
#card-stats .card-stats-number {
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin: 0.2rem 0 0.2rem 0;
    font-weight: 500;
}
#card-stats .card-stats-compare {
    font-size: 1.0rem;
}
#card-stats .card .card-action {
    padding: 10px 14px;
}
#card-stats .card-stats-title {
    font-size: 1rem;
}
#card-stats .card-stats-title i {
    font-size: 1.2rem;
    top: 4px;
    position: relative;
}

.skeleton {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s bone-shine linear infinite;
}

@keyframes bone-shine {
  to {
    background-position-x: -200%;
  }
}

/*
		Data Tables
*/
table.dataTable thead th, table.dataTable thead td {
	border-radius: 0;
}
.dataTables_wrapper .dataTables_filter input {
	border: none;
	border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin:0;
	height: 1.5em;
}
.details-toggle{
	padding:8px 2px !important;
}
.trip-types{
	padding:8px 0px !important;
}/*
		Warnings etc.
*/.profile-badge {
    height: 12px;
    width: 12px;
    display: inline-block;    position: relative;
    top: -8px;	margin-left: 4px;
    line-height: 12px;	text-align: center;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    background-color: #ff8518;
    border-radius: 50%;
    font-size: 8px;
}

/*
		MEDIA QUERIES
*/

@media only screen and (max-width: 600px) {
	#introModal {
		width:80%;
		height:50%;
	}
	.onboard-modal {
		left: 0;
		top: 64px;
		width: 100%;
		height: calc( 100% - 64px )!important;
		border-radius: revert;
	}
	.modal-overlay{
		display: none !important;
	}
	.onboard-password{
		width:100%;
	}
	.onboard-headline {
		font-size: 40px;
		line-height: 40px;
	}
	.private-signup .btn {
		margin-bottom:10px;
		margin-right:0;
	}
	.add-private{
		padding:0;
	}
	.onboard-list{
		padding: 0 10px;
	}
	.onboard-list.app-stores{
		margin: 10px auto;		
	}	
	.onboard-private.left, .onboard-private.right {
		width:100%;
	}
	.line{
		display:block;
		margin-bottom: 10px;
	}
	.private-signup {
		padding:0 0 20px !important;
	}	
	.onboard-confirm .big-button-bar{
		width:80%;
	}
	.onboard-pagination{
	    position: fixed;
	}
	.background-map{
		display:none;
	}
	.fullheight{
		overflow-x: hidden;
	}
	.hub-search {
		width:98%;
	}
	.hub-panel{
		padding: 8px 0px 8px 12px !important;
	}	
}
@media only screen and (max-width: 992px) {
}
@media only screen and (min-width: 601px) {	
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
	#introModal {
		width:50%;
		height:50%;
	}	
}
@media only screen and (max-width : 992px) {
	html, body{
		min-height: 100vh !important;
		height:100vh !important;
		width:100vw !important;
	}
	header, main, footer {
		padding-left: 0;	
	}
	.nav-wrapper {
		margin: 0;
	}
	.creditcard-inner {
		font-size: 18px;
	}
	.login-inputs, .login-line{
		margin: 10px 20px !important;
	}
	.intro-header{
		padding-top: 80px !important;
	}
	.intro-text{
		text-align:right;
	}
	.intro-button {
		float: right;
	}
	.sidenav {
		top:0;
	}
	.map-buttons {	
		flex-direction:row;
	}
}
@media only screen and (min-width: 993px) {
}
@media only screen and (min-width: 600px) and (max-width: 1201px) {
	#introModal {
		width:30%;
		height:50%;
	}
	.onboard-modal {
		left: 15%;
		width: 70%;
	}		
}
@media only screen and (min-width: 600px) and (max-width: 1370px) {
	#introModal {
		width:30%;
		height:50%;
	}
	.onboard-modal {
		left: 15%;
		width: 70%;
	}
}
@media only screen and (min-width: 1201px) {
}
@media only screen and (min-width: 1370px) {
	.creditcard-inner {
		font-size: 32px;
	}
}
@media only screen and (max-height: 890px) {
	.white-panel {
		height: 60px;
		margin: 10px auto;
	}
	.panel-text{
		font-size:20px;
	}
	.vehicle-img {
		margin:5px 36px;
	}
	.vehicle-img img{
		height:120px;
	}
}

@media only screen and (min-width: 1601px) {
  .row .col.xxl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xxl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xxl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xxl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xxl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xxl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xxl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xxl3 {
    margin-left: 25%;
  }
  .row .col.pull-xxl3 {
    right: 25%;
  }
  .row .col.push-xxl3 {
    left: 25%;
  }
  .row .col.offset-xxl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xxl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xxl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xxl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xxl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xxl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xxl6 {
    margin-left: 50%;
  }
  .row .col.pull-xxl6 {
    right: 50%;
  }
  .row .col.push-xxl6 {
    left: 50%;
  }
  .row .col.offset-xxl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xxl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xxl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xxl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xxl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xxl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xxl9 {
    margin-left: 75%;
  }
  .row .col.pull-xxl9 {
    right: 75%;
  }
  .row .col.push-xxl9 {
    left: 75%;
  }
  .row .col.offset-xxl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xxl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xxl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xxl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xxl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xxl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xxl12 {
    margin-left: 100%;
  }
  .row .col.pull-xxl12 {
    right: 100%;
  }
  .row .col.push-xxl12 {
    left: 100%;
  }
}
@media only screen and (min-width: 2001px) {
  .row .col.ml1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-ml1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-ml1 {
    right: 8.3333333333%;
  }
  .row .col.push-ml1 {
    left: 8.3333333333%;
  }
  .row .col.offset-ml2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-ml2 {
    right: 16.6666666667%;
  }
  .row .col.push-ml2 {
    left: 16.6666666667%;
  }
  .row .col.offset-ml3 {
    margin-left: 25%;
  }
  .row .col.pull-ml3 {
    right: 25%;
  }
  .row .col.push-ml3 {
    left: 25%;
  }
  .row .col.offset-ml4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-ml4 {
    right: 33.3333333333%;
  }
  .row .col.push-ml4 {
    left: 33.3333333333%;
  }
  .row .col.offset-ml5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-ml5 {
    right: 41.6666666667%;
  }
  .row .col.push-ml5 {
    left: 41.6666666667%;
  }
  .row .col.offset-ml6 {
    margin-left: 50%;
  }
  .row .col.pull-ml6 {
    right: 50%;
  }
  .row .col.push-ml6 {
    left: 50%;
  }
  .row .col.offset-ml7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-ml7 {
    right: 58.3333333333%;
  }
  .row .col.push-ml7 {
    left: 58.3333333333%;
  }
  .row .col.offset-ml8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-ml8 {
    right: 66.6666666667%;
  }
  .row .col.push-ml8 {
    left: 66.6666666667%;
  }
  .row .col.offset-ml9 {
    margin-left: 75%;
  }
  .row .col.pull-ml9 {
    right: 75%;
  }
  .row .col.push-ml9 {
    left: 75%;
  }
  .row .col.offset-ml10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-ml10 {
    right: 83.3333333333%;
  }
  .row .col.push-ml10 {
    left: 83.3333333333%;
  }
  .row .col.offset-ml11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-ml11 {
    right: 91.6666666667%;
  }
  .row .col.push-ml11 {
    left: 91.6666666667%;
  }
  .row .col.offset-ml12 {
    margin-left: 100%;
  }
  .row .col.pull-ml12 {
    right: 100%;
  }
  .row .col.push-ml12 {
    left: 100%;
  }
}/* Booking Page */.autocomplete-content{
	background: #F2F2F2;
	border: none;
	border-radius: 6px;
	padding: 0 6px;
	top: 50px !important;
	max-height: 50vh !important;
	overflow: hidden;
	width: fit-content !important;
}
.dropdown-content li:hover, .dropdown-content li.active {
	background: #0089cf;
}		
.dropdown-content li:hover > span {
	color: #FFFFFF;
}		
.dropdown-content li:hover .highlight, .dropdown-content li.active .highlight {
	color: orange;
}
.dropdown-content li>a, .dropdown-content li>span {
	font-size: 16px;
	color: #000000;
	display: block;
	line-height: 20px;
	padding: 14px 8px;
}

ul.nc_list {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	border: none;
	border-radius: 6px;
	background: #F2F2F2;
	font-size: 16px;
	z-index: 1010;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
ul.nc_list li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
ul.nc_list li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul.nc_list li.nc_item {
	cursor: pointer;
	line-height: 20px;
	padding: 14px 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #cccccc;
}
ul.nc_list li.nc_item.nc_hover {
	background-color: #0089cf;
	color: white;
}
ul.nc_list li.nc_item.nc_hover .nc_highlight {
	color: orange;
}
ul.nc_list li.nc_footer {
	font-size: 16px;
	color: #555;
	text-align: right;
	padding: 3px 5px;
}
li.nc_empty {
	padding: 14px 8px;
	border-bottom: 1px solid #cccccc;
}
.nc_highlight {
	color: #0089cf;
}

.autocomplete-content li {
	width:105%;
}
.autocomplete-content li .highlight {
	color: #0089cf;
}
.ps__rail-y {
	margin: 10px 0;
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: transparent !important;
	opacity: 0.9;
}
.bg-image {
	background-image: url("/images/vehicles/kona.png");
	filter: blur(5px);
	-webkit-filter: blur(5px);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	z-index: 1;
}
.foreground {
	height:100px;
	width: 100px;
	padding: 3px;
	position: absolute;
	display: block;
	right: 50px;
	top: 80px;
	transform: translate(-50%,-50%);
	z-index: 2;
	background-color: #0089cf;
	border-radius: 50%;
}

.list-icons {
	background: #e7e7e7;
	font-size: 20px;
	margin: 0 4px;
	vertical-align: middle;
	padding: 2px;
	border-radius: 4px;
}

.vehicle-overlay {
	transition: .5s ease;
	opacity: 0;
	text-align: center;
	translate: +20% -200%;
	position: absolute;
}

.vehicle-image {
	cursor: pointer;
}

.vehicle-image:hover img {
	opacity: 0.3;
}

.vehicle-image:hover .vehicle-overlay {
	opacity: 1;
}

.vehicle-booking-text {
	padding: 0 32px;
	cursor: pointer;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: .5px;
	background: #0089CF;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.booking-steps{
	width: 100%;
	position: relative;
	z-index: 1;
}
.progress-steps {
	counter-reset: step;
}

.progress-steps li{
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color: #9e9e9e;
	font-size: 0.8rem;
	cursor: pointer;
	text-transform: uppercase;
}

.progress-steps li:before{
	content:counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	border: 2px solid #bebebe;
	display: block;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	line-height: 27px;
	background: white;
	color: #bebebe;
	text-align: center;
	font-weight: bold;
}

.progress-steps li:after{
	content: "";
	position: absolute;
	width:100%;
	height: 4px;
	// background: #979797;
	background: white;
	background-image: radial-gradient(#979797 2px, transparent 0);
	background-size: 8px 8px;
	background-position: 0px -2px;
	top: 14px;
	left: -50%;
	z-index: -1;
}

.progress-steps li:first-child:after{
	content: none;
}

.progress-steps li.active + li:after{
	//background: #0089cf;
	background: white;
	background-image: radial-gradient(#0089cf 2px, transparent 0);
	background-size: 8px 8px;
	background-position: 0px -2px;			
}

.progress-steps li.active:before{
	border-color: #0089cf; 
	background: #0089cf;
	color: white
}

.booking-headers {
	width:100%;
	background:url(/images/misc/trip_background.png) no-repeat center center;
	webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:100% auto;
	background-position-x:50%;
	background-position-y:calc(50% + 52px);
	position:relative;			
}
.big-circle {
	text-align:center;
	width:100px;
	height:100px;
	color:#FFF;
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 14%),0 3px 1px -2px rgb(0 0 0 / 12%),0 1px 5px 0 rgb(0 0 0 / 20%);
}
.sq-icon {
	display:inline-block; 
	width:40px; 
	height:40px; 
	border-radius:4px; 
	padding: 4px; 
	margin: 2px; 
	line-height:40px;
}
.sq-button {
	display:inline-block; 
	width:40px; 
	height:40px; 
	border-radius:4px; 
	padding: 4px; 
	margin: 2px; 
	line-height:40px;
	cursor:pointer;
}
.sq-button:hover {
	background-color:#0089cf !important;
}		
.sq-button:hover > i {
	color:#FFFFFF !important;
}

.sq-button.on {
	background-color:#0089cf;
	color:#FFFFFF;
}

.sq-button.off {
	background-color:#f5f5f5;
	color: #9e9e9e;
}

.hubs.disabled {
	background: #e7e7e7 !important;
}
[type=radio]+span:after, [type=radio]+span:before {
	margin-top:15px !important;
}
.payment {
	min-width:60%;
}
.payment-icon {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 80px;
	height: 50px;
	line-height: 28px;
	text-align: center;
	margin: auto 8px auto 0;
	padding: 3px;
}
.payment-details{
	text-transform: capitalize;
	color: #000000;
	font-size: 15px;
}
.payment-type{
	font-weight: 400;
	font-family: Roboto,sans-serif;
	color: #9e9e9e;
	font-size: .8rem;
	line-height: 1px;
}
.pay-method-info{
	vertical-align: top;
	position: relative;
	display: inline-block;
	top: 0px;
	margin-left: 8px;
	margin-top: 4px;
}
.exCode{
	cursor:pointer;
}
@keyframes jump {
  0%   {transform: translate3d(0,0,0);}
  25%  {transform: translate3d(0,-15%,0);}
  50% {transform: translate3d(0,-30%,0);}
  75% {transform: translate3d(0,-15%,0);}
  100% {transform: translate3d(0,0,0);}
}
.jump {
  transform-origin: 50% 50%;
  animation: jump .2s linear alternate 3;
}
.passenger, .via{
	width:100%;
	display:flex;
	align-items:center;
}

.blue-button{
	width:fit-content;
	padding:0 20px;
}

.autocomplete-content > li > img {
	display:none;
}

.mandatory-field {
	border-radius: 4px !important;
	margin:0 !important;
	display:inline-block;
	outline: 2px solid red !important;
}

.section-header {
	margin-left:20px;
	font-weight:100;
	font-size:3rem;
}	