body .background-image {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	background-position: 50% 50%;
	background-color: #EEEEF6;
	position: unset;
}
body .background-image.background-image__large {
	background-image: url('images/bg-homepage-large.jpg');
}
body .background-image.background-image__none {
	background: #EEEEF6;
}
.background-image-large {
	position:relative;
}
body .background-image.background-image__none .drive-on-logo{
	display: none;
}

.drive-on-page {
	font-size: 16px;
	color: #FFFFFF;
}

.drive-on-logo {
    width: 100%;
    padding-top:20px;
}

.center-align {
	text-align:center;
}

.drive-on-welcome-message {
    color: black;
    font-size:20px;
    font-weight:700;
    width:100%;
    padding-top:40px;
    padding-bottom:70px;
}
.customer-info-container-form-label{
	font-size:19px;
    font-weight:700;
}
.customer-info-container {
    padding-top:70px;
}
.customer-info-container .assistance-types{
	max-width:70%;
	margin-left:auto;
	margin-right:auto;
	
}
.customer-info-container .radio-image{
    display: inline-block;
}
.disclaimer-container {
    margin-top: 20px;
}

.inline-blocked{
	display:inline-block;
}

.display-block{
	display:block;
}

.underlined {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.form-field.form-field--checkboxes .form-field__field-wrapper input[type=checkbox]+label::before {
	background:white;
}

.form-field.form-field--checkboxes .form-field__field-wrapper input[type=checkbox].is-checked+label::before, .form-field.form-field--checkboxes .form-field__field-wrapper input[type=checkbox]:checked+label::before{
	color:black;
}

.form-input-fields{
	display: inline-block;
    width: 100%;
}
.drive-on-form-field{
	width: 345px;
    display: inline-grid;
    text-align: left;
    margin-right:40px;
    margin-left:40px;
}

.drive-on-form-field .drive-on-form-input {
	background-color: white !important;
    color: black !important;
}

.form-button{
	background: #2FB594; 
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
	border-radius: 25px; width:218px; 
	height:40px;
	color: #ffffff;
	font-weight: 700;
}

.error-border>input, .error-border select, .error-border>input[type='checkbox']:not(:checked)+label::before, .error-border input[type='radio']:not(:checked)+label::before {
    border-color: #ED1C24 !important;
}

.form-field__error {
    background-color: #ED1C24;
    color: #fff;
    padding: 1em 3px 1em 30px;
    position: relative;
    top: 0px;
    display: block;
}

.form-field__error::before {
    border-bottom: 20px solid currentColor;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    position: absolute;
    top: 13px;
    width: 0;
}

.form-field__error::after {
    color: #f0386b;
    content: "!";
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    left: 5px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 20px;
}

.form-field .tooltip-icon .tooltip-icon__icon {
    border: 2px solid white;
    color: white;
}

.tooltip-icon {
    position: absolute;
    right: -30px;
    top: 47px;
}

/*
* Damages selection styling.
*/
input[type="checkbox"], input[type="radio"]{
	display: none;
}

input[type="radio"]{
	display: none;
}

.label-container input {
	display: none;
}

.label-container label {
	display: block;
}

.label-container svg path:nth-of-type(1), .label-container svg path:nth-of-type(2), .label-container circle {
	fill: transparent;
}

.label-container svg:hover circle {
	fill: #2D2D2D;
}

input[type="radio"]:checked+svg circle{
	fill: #2D2D2D;
}

input[type="radio"]:checked+svg path:nth-of-type(1){
	fill:#2FB594;
	stroke-width: 2px;
    stroke: #FFFEFE;
}

input[type="radio"]:disabled+svg {
	opacity: 0.4;
}

input[type="radio"]:disabled+svg circle:hover {
	fill:transparent;
}

button:disabled {
	opacity: 40%;
}

button:disabled:hover{
	border:unset !important;
}

@media ( max-width :530px) {
	
	.drive-on-logo svg{
    	width: 180px;
    	height:40px;
	}
	
	.drive-on-form-field{
		width: 245px;
	}
	
	.drive-on-welcome-message{
		font-size:16px;
		padding-left: 30px;
    	padding-right: 30px;
	}
	
	.read-terms-label{
	    padding-left: 80px;
    	padding-right: 80px;
	}
	
	.form-button{
	    width: 330px;
	}
	
	.form-field__error{
		display:block;
		top: 0px;
	    font-size: 14px;
	    padding: 1em 3px 0em 30px;
    }
    
	
	.tooltip-icon .tooltip-icon__text::after {
    	left: 95%;
	}
	
	.tooltip-icon.tooltip-icon--click .tooltip-icon__text, .tooltip-icon.tooltip-icon--focus .tooltip-icon__text, .tooltip-icon.tooltip-icon--hover .tooltip-icon__text {
    	transform: translateX(-95%) translateY(0);
	}
	
	.form-button.cancel-request-button{
	    width: 220px;
	}
	
}

.title{
	color:#2D2D2D;
	font-weight: 700;
	font-size: 19px;
	padding-bottom: 20px;
}
.title-desc {
	color:#000000;
	font-weight: 400;
	font-size: 13px;
	margin-left: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
* Damages options radio styling.
*/
.damage-options input[type="checkbox"]+label, .damage-options input[type="radio"]+label {
	display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 131px;
    color: #2D2D2D;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    margin-right: 35px;
}
.damage-options label {
    padding-top: 10px !important;
}
.damage-options input[type="checkbox"]+label svg{
	background-color: #FFFFFF;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.damage-options input[type="radio"]+label:before{
	border: 1px solid #241f24;
    border-radius: 50%;
    color: transparent;
    content: "";
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: -30px;
    margin-right: 10px;
    margin-top: 2px;
    text-align: center;
    transition: border-color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), color 0.1s cubic-bezier(0.26, 0.88, 0.57, 0.9), border-width 0.1s cubic-bezier(0.26, 0.88, 0.57, 0.9);
    width: 20px;
}
.damage-options input[type="radio"]+label:before{
	margin-top:5px;
}
.damage-options input[type="checkbox"]:checked+label svg{
    background-color: #241f24;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
}
.damage-options input[type="radio"]:checked+label:before{
	border-width: 7px;
}

.damage-options-radio-choices {
    display: inline-grid;
    margin-bottom: 12px;
}
.block-wheels-question-section {
	margin-bottom: 30px;
    margin-top: -30px;
    padding-left: 5%;
}
.block-wheels-question-section {
	margin-bottom: 30px;
    margin-top: -30px;
}
.block-wheels-question-section .block-wheels-question-choices {
	text-align: left;
}
.block-wheels-question-section .block-wheels-question-choices input[type="radio"] + label{
	width: unset;
}
@media ( max-width :530px) {
	.block-wheels-question-section {
		margin-top: -10px;
	}
	.block-wheels-question-section .block-wheels-question-choices div{
		display: inline-grid;
	}
}
@media ( min-width :530px) {
	.damage-options .row{
		text-align: left;
	}
}
.other-information-section {
	padding-bottom: 10px;
}
/**
* Button styling
*/
button.form-button:hover {
  border: 3px solid white;
}
button.form-button:disabled {
	opacity: 40%;
	border: unset;
    pointer-events: none;
}

/**
* Overlay styling
*/
.driveon-loader-container{
    height: 100vh;
    background: #151515;
    opacity: 0.85;
    padding-top: 10%;
}
.driveon-loader-container .loader__message{
	color: #FFFFFF;
}
.main .driveon-loader-container.loader .loader__circle svg path {
    stroke: #FFFFFF;
}
.main .driveon-loader-container loader__items-container svg path {
	fill: #FFFFFF;
}
.main .driveon-loader-container .loader__items-container svg {
	animation: none;
	width: 80%;
    left: 10%;
}


/**
* Tyre damage styling
*/
.malfunctioning-wheel-container{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 340px;
}
.malfunctioning-wheel-container .switch-link-section{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	text-decoration-line: underline;
	color: #175FFF;	
}
.malfunctioning-wheel-container .tyre-checkbox{
	position: absolute;
	display: block;
}
.malfunctioning-wheel-container.malfunctioning-wheel-container__car-container .front {
	top: 60px;
}
.malfunctioning-wheel-container.malfunctioning-wheel-container__car-container .back {
	bottom: 80px;
}
.malfunctioning-wheel-container.malfunctioning-wheel-container__motorbike-container .front {
	top: 50px;
}
.malfunctioning-wheel-container.malfunctioning-wheel-container__motorbike-container .back {
	bottom: 70px;
}
.malfunctioning-wheel-container .front.right {
	right: 0;
}
.malfunctioning-wheel-container .front.left {
	left: 0;
}
.malfunctioning-wheel-container .back.right {
	right: 0;
}
.malfunctioning-wheel-container .back.left {
	left: 0;
}
.malfunctioning-wheel-container .malfunctioning-wheel-container__vehicle-img.back-left path.back-left, .malfunctioning-wheel-container .malfunctioning-wheel-container__vehicle-img.back-right path.back-right{
	stroke: #FF3132;
}
.malfunctioning-wheel-container .malfunctioning-wheel-container__vehicle-img.front-left path.front-left, .malfunctioning-wheel-container .malfunctioning-wheel-container__vehicle-img.front-right path.front-right{
	stroke: #FF3132;
}
.malfunctioning-wheel-container .malfunctioning-wheel-container__vehicle-img.back path.back, .malfunctioning-wheel-container .malfunctioning-wheel-container__vehicle-img.front path.front{
	stroke: #FF3132;
}

/**
* Location details section styling
*/
.location-details-section{
	padding-top:40px;
	color: #000000;
}
.location-details-container .location-pointer{
	background-image: url('images/location-pointer.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: auto;
    height: 50px;
}
.location-details-container .info-message-container{
	color: #000000;
    background: #F2F4F5;
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 10px;
}
.location-details-container .info-message-container .location-pointer {
	width: 50px;
	padding-right: 30px;
}

.location-details-container .map, .incident-status-container .map {
	height: 40vh;
}

@media ( max-width :979px) {
	.location-details-container .info-message-container{
		width: 80%;
	}
}

@media ( max-width :530px) {
	.location-details-section{
		padding-top:60px;
	}
}

/**
* Overlay pop up styling
*/
.info-display-section {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	transition: opacity .35s ease-out;
	background: rgba(0,0,0,.30);
    padding-top: 20px;
}
.info-display-section.info-display-section__visible{
	display: block;
}
.info-display-section .info-display-section__content{
	background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    border-radius: 25px;
}
@media ( max-width :530px) {
	.info-display-section .info-display-section__content{
		width: 90%;
	}
}
.info-display-section .info-display-section__label{
	font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    padding: 25px;
    border-bottom: 1px solid #C3C3C3;
}
.info-display-section .info-display-section__button {
	padding-top: 20px;
	padding-bottom: 20px;
}
.info-display-section button {
	 margin-top: 50px;
    margin-bottom: 50px;
}

/**
* Incident status styling.
*/
.state-unchecked {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: table-cell;
    height: 20px;
    width: 20px;
}

.incident-status-container{
	text-align: -webkit-right;
}

.incident-status-container .form__row.row {
	width: 55% !important;
    margin-right: 22% !important;
}

.no-ui-base{
	width: 132% !important;
}
.form-field.form-field--range .form-field__field-wrapper .no-ui-target {
	background: #FFFFFF;
}

.form-field.form-field--range .form-field__field-wrapper .no-ui-horizontal .no-ui-handle {
	height: 15px;
    top: -4px;
    width: 15px;
}

.no-ui-handle.status-passed {
	background: #2FB594 !important;
	box-shadow: 0px 1px 5px #2FB594 !important;
}

.no-ui-handle.status-checked {
    background: #2FB594 !important;
    border: 2px solid #FFFFFF !important;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 25%) !important;
    height: 45px !important;
    top: -22px !important;
    width: 45px !important;
}

.no-ui-handle.status-abort {
    background: #DA1C60 !important;
    border: 2px solid #FFFFFF !important;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 25%) !important;
    height: 45px !important;
    top: -22px !important;
    width: 45px !important;
}

.no-ui-handle svg {
	display:none;
}

.status-checked [status-icon="checked"], .status-abort [status-icon="abort"]{
	display:unset;
	margin-right: 8px;
    margin-top: 8px;
}

.drive-on-logo.drive-on-logo__disabled{
	background: rgba(0,0,0,.30);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #535353;
}

.footer.footer-relative{
	position: relative;
}

.cancel-request-button{
	position: relative; 
	bottom: 60px;
}

@media ( max-width :530px) {
	.footer {
	  font-size:11px;
	}
}
.status-footer-info{
	background-image: url('images/status-footer-info-label.svg');
	background-repeat: no-repeat;
	background-position: right;
    background-size: auto;	
}

.steps-container{
	color:#787878;
}

.status-message-container{
	color:black;
	font-weight: 700;	
	padding-top:70px;
}

.no-fill svg{
	fill:none;
}

a.form-button {
	-webkit-appearance: button;
}
.driver-details-section .form-button{
	background: #5F5F5F;
}

/**
* Google auto complete styling.
*/
.address-container .address-autocomplete-container {
	background: white;
	padding-top: 5px;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.address-container .address-autocomplete-container.address-autocomplete-container__empty {
	display: none;
}

/**
* Google auto complete styling.
*/
@media ( max-width :530px) {
	.navigation-section {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.navigation-section .next-button {
		order: 0;
	}
	.navigation-section .back-button {
		order: 1;
	}
}
.navigation-section .back-button {
	background: #EAEAEA;
    color: #2FB594;
}

.map-close-button {
	background: none rgb(255, 255, 255);
    margin: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 25%);
    top: 15px;
    right: 25px;
    color: #000000 !important;
}

/**
Hide fullscreen map display option
**/
button.gm-control-active.gm-fullscreen-control{
	display:none;
}

.absolute-position {
	position: absolute;
}

.driver-location-icon svg{
	width:40px;
	height:40px;
}

.map-close-button svg {
    margin-top: 10px;
}
.relative-position{
	position:relative;
}
.driver-location-icon{
	position:absolute;
	left:2px;
}

.driver-location-link-text{
	padding-top:5px;
	margin-left: 15px;
}
