form#uber_form, form#top_form {
    border-radius: 7px;
    border: 1px solid #FFFFFF;
    padding: 20px;
    background-color: rgba(0, 0, 0, .3);
}
form#uber_form label.required:before, form#top_form label.required:before, form#contact_form label.required:before {content:"* "; color: #d9534f; font-weight: bold;}
form#uber_form button#submit_uber_details, form#top_form button#submit_top_form_details {
    border-radius: 24px;
    letter-spacing: 0.4px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 27px;
    transition: 0.2s ease;
    text-align: center;
    border: 2px solid #fff;
    background-color: #ff6500;
    color: #fff;
}
form#uber_form button#submit_uber_details:hover, form#top_form button#submit_top_form_details:hover {background-color: #fc9200;color: #fff;}
form#top_form .invalid {border: 2px solid red;border-radius: 4px;}
[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%;
  }  
}
html, body {
    width: auto!important; 
	overflow-x: hidden;
}
.display_none {display:none;}
.policy_text {font-size: 0.9em;}
.toaster_position {position: fixed; top: 40px; right: 20px;}
.toaster_position_inside {position: absolute; top: 0; right: 0;}
.hide_scroll {
    width: 201px;
    overflow: hidden;
    height: 120px;
	margin: 10px auto;
}
.hide_scroll iframe {
    width: 218px;
    height: 137px;
    overflow: scroll;
    border: 0;
}
.google_map {--aspect-ratio: 16/9;}
#cookie_bar {
	background-color: hsla(0,0%,100%,.8);
	border-top: 2px solid hsla(0,0%,88%,.8);
	bottom: 0;
	box-sizing: content-box;
	left: 0;
	margin: 0;
	max-height: 100px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1000001;	
}
@media screen and (max-width: 480px) {	
	#cookie_bar {
		max-height: 115px;
		font-size: 0.85em;
		text-align: center;
	}
}
