
div.mainmenu.driverportal::before {
	content: "\f085";
}
div.mainmenu.driverportal {
	background-image: none;
}

.myclasscss {
	/* ... */
}
.cookie_div {
    position: fixed;
    bottom: 50px;
    background-color: #FFF;
    padding: 15px;
    left: 10px;
    z-index: 99999;
    border: 1px solid #A80000;
    display: none;
    max-width: 24rem;
    line-height: 1.5em;
}
.order-select-mobile {
    padding: 8px 0px;
}
.maps {
    width:20px;
	height:20px;
	display: inline-block;
    background-image: url("../img/gps.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

#Cameramodal .modal-dialog {
    max-width: 100% !important;
    margin: 1.75rem auto;
}
#result-img-show{
	margin: 0px auto;
    overflow: hidden;
    width: 100%;
    height: 387px;
    transform: scaleX(-1);

}
#result-img{
	margin: 0px auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    transform: scaleX(1);
    text-align: center;
    display: block;
}
#myModalDriverPortalDetails.modal{
	overflow-y:auto;
}
@media (max-width: 768px){
	.form-group {
    margin-bottom: 15px !important;
}	
}
.update-images{
	z-index: 99999999;
}
