body {
  font-family: Arial;
  color: #20252b;
  font-size: 13px;
}
html,
body,
#app {
  height: 100%;
}

#app {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

body span,
body p,
body button,
body a,
body div {
  font-family: Arial;
  font-size: 13px;
}

.app {
  padding-top: 0;
  overflow-y: auto;
  background-color: #ffffff;
}
.app__container {
  padding-top: 64px;
}

.app__container > .section--appointment > form, .app__container > .section--appointment > div  {
    margin: 20px auto;
    width: unset;
    background-color: #ffffff; 
	padding: 16px;
}

.app__container > .section--appointment > form > div {
    margin-bottom: 12px;
}

.app__container > .section--appointment > form > div > div > div > div {
    min-width: 250px;
}

.app__container > .section--appointment > div > button:disabled {
    border: 1px solid #00239B;
}

.app__container > .section--appointment > div > button:disabled > span > span {
    color: #00239B !important;
}

}
/* Logo bar */
.app-bar {
  background-color: white;
  height: 64px;
  justify-content: center;
  align-items: center;
  min-height: 64px;
}
.app-bar__title {
  display: none;
}
.app-bar__toolbar {
    height: 60px !important;
    border: 0px solid black;
    background-color: white;
    display: flex;
    justify-content: space-between;  
    margin: 0;
    padding: 0;
    background-image: url(./img/logo-ea.png); 
    background-position: left 10px top 5px;
    background-size: 60px;                 
}
.app-bar__icon {             
    width: 100%;
    height: 60px;
    background-image: url(./img/logo-ea.png); 
    background-position: center top 10px;
    background-size: 50px ; 
    margin: 0;
    padding: 0;
}
.translation-button {             
    color: black;
}



/*Cookies*/

.cookie-settings {
  top: auto;
  bottom: 0;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  z-index: 500;
}


.container--images .image--bottom {
  display: none;
}

.container--images .image--top {
  margin-top: 20px;
  margin-bottom: 5px;
}

.section--end-screen .image--top {
  margin-top: 60px;
}

.container__inner .title,
.container__inner .subtitle,
.container__inner .description {
  text-align: center;
  color: #20252b;
}


.container__inner .description {
  font-size: 15px;
}

.container__inner .description ul {
  padding-left: inherit;
}

.container__inner .description ul li {
  list-style: none;
}

/* Headers */
.section__header {
    background-color: #515254;
    color: white;
    margin-bottom: 10px;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.header__container {
    text-align: center;   
}

.section__header .header__container h2 {
    font-size: 15px !important;   
    padding: 15px;
	font-weight: bold;
}

.section__header .header__container h2 span {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 0em;   
	font-weight: bold;
}
.section--vehicle-location .google-map-input-vehicleLocation {
    background-color: #515254;
    color: white;
	padding: 15px;
	margin-bottom: 5px;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}
.section--vehicle-location .google-map-input-vehicleLocation span {
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
	line-height: 0;
    letter-spacing: 0em;  
}
.section--prefered-destination .google-map-input-preferredDestination {
    background-color: #515254;
    color: white;
	padding: 15px;
	margin-bottom: 5px;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}
.section--prefered-destination .google-map-input-preferredDestination span {
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
	line-height: 0;
    letter-spacing: 0em;  
}
.section--events  .section__header {
	display: none;
}
.section--car-park  .section__header {
	display: none;
}
.section--highway  .section__header {
	display: none;
}
.section--term_condition  .section__header {
	display: none;
}

/* Buttons */
.button {
    border: 0px;
    background-color: #00239B;
    padding: 5px 50px;
    line-height: 1em;
    width: 200px;
    margin: 0px;
    text-transform: none;
    display: block;
    border-radius: 5px !important;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
    -webkit-appearance: none;
    width: -webkit-fill-available;
}
button.button span {
    color: white !important;
    padding: 10px 0px 10px 0px;
}
button.button span > span {
    color: black;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0em;
}
button.button .icon {
    display: none;
}
button.button:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #00239B;              
}   
button.button:focus {
    cursor: pointer;
    cursor: hand;
    background-color: #00239B;
    border-color: #00239B;
}
button.button:disabled {
    opacity: 0.5;
    color: #333333;
    background-color: #888888;
}

.button.button--confirm {
  font-size: 20px;
  padding: 8px 50px;
  background-color: #00239B;
  display: block;
  margin: 15px auto 0;
}
.button.button--terms {
	background-color: white;
	box-shadow: none;
	border: 0px;
	font-size: 15px;
    font-weight: bold;
}

/* Input underline */
.field.field--is-focus > div::after,
.react-autosuggest__input--focused::after,
.field--vehicledmbrand > div > div::after,
.field--vehicledmmodel > div > div::after {
    background-color: #00239B;
    border-bottom: 2px solid #00239B;
}

/* Containers */
.container--actions .container__inner {
  text-align: center;
}
.container--questions .button.button--confirm {
  margin-top: 0;
}
.container--questions .container__inner {
  padding-top: 0;
  padding-bottom: 0;
}

/* Cards */
.card {
    box-shadow: none;
}
.card__header div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__title {
    text-align: center;
    font-size: 18px;
}
.card__title span {
    text-align: center;
    font-size: 18px;
}
.card__actions {
    display: flex !important;
    flex-direction: column;
}
.card__actions button span {
    font-size: 13px;
}
.card__children { 
    display: flex;
    flex-direction: column;
}

.card__children .custom-radio__button {
    width: 100%;
}
		
/* Custom Radio  */
.custom-radio {
	flex-basis: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 7px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.custom-radio input:checked ~ label {
    background-color: #00239B;
}
.custom-radio input:checked ~ label span {
    color: white;
}
.custom-radio__button {
    background-color: white;
    border: 1px solid #00239B;
    color: black;
    border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	justify-content: center;
}
.custom-radio__button:focus,
.custom-radio__button:hover {
    background-color: #00239B;
}
.custom-radio__button span {
    text-transform: none;
}

/* Circular Progress*/

.spinner-screen--circular-progress {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  height: 100vh;
  left: 0;
}
.circular-progress--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
}
.circular-progress__circular-progress svg circle,
.spinner-screen--circular-progress svg circle {
  stroke: #00239B;
}


/* PAGES */

/* Page Welcome */
.section--home {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section--home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section--home .container--images {
    display: none;
}
.section--home .container--content {
    padding-top: 20px;    
}
.section--home .container--content .title {
    text-align: center;
}
.section--home .container--content .subtitle {
    text-align: center;
}
.section--home .container--content .subtitle > span {
    font-size: 20px;
    font-weight: normal;
    line-height: 0;
    letter-spacing: 0em;
}  
.section--home  .container--content .description {
    text-align: center;
    margin: 20px 0px 20px 0px;
} 
.section--home .container--actions .container__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.section--home .button {
    width: 100%;
    margin-bottom: 20px;
}    
.section--home .container--actions > .container__inner .container--emergency {
    display: none;
}
.section--home .container--legend {
    display: none;       
}


/* Page Information */
.information-form {
  font-family: Arial;
}
.information-form .field {
  margin-bottom: 15px;
}
.field label {
  color: #6f7072;
  font-family: Arial;
  font-size: 15px;  
}
.field > div::before,
.react-autosuggest__input::before {
  height: 1px !important;
}
.field--vehicledmcarplate > div::before {
  background-color: #6f7072 !important;
}
.field > div::after,
.react-autosuggest__input::after {
  height: 1px !important;
}
.field.field--is-focus > div::after,
.react-autosuggest__input--focused::after {
  background-color: #7ed321;
}
.information-form .field--reqdmphonenumber input {
  opacity: 1;
  background-color: #ffffff !important;
  padding-left: 45px;
  font-family: Arial;
  font-size: 15px;  
}
.information-form .field--reqdmphonenumber label {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}
.information-form .flag-dropdown {
  top: auto;
  bottom: -43px;
  background-color: transparent;
  border: 0;
  outline: none;
}
.information-form .flag-dropdown .country {
  font-size: 10px;
}
.information-form .field--vehicledmcarplate {
  position: relative;
  margin-top: 10px;
}
.information-form .field--vehicledmcarplate > div {
  margin-top: 0;
}
.information-form .field--vehicledmcarplate label {
  left: 40px;
  top: 6px;
  font-family: Arial;
  font-size: 15px;  
}
input:-webkit-autofill {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 80px white inset;
}
.information-form .field--vehicledmcarplate::after {
  content: '';
  position: absolute;
  left: 5px;
  width: 20px;
  height: 60px;
  top: 0px;
  background-color: #00239B;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.information-form .field--vehicledmcarplate input {
  padding-left: 40px;
  padding-bottom: 22px;
  padding-top: 30px;
}

/*Page Location*/
.google-map {
  max-width: 700px;
  margin: 0 auto;
}
.section--vehicle-location .google-map-marker,
.section--prefered-destination .google-map-marker {
  background: url(./img/marker.png) center center no-repeat;
  background-color: transparent;
  height: 63px;
  width: 50px;
}
.section--vehicle-location .google-map-marker span,
.section--prefered-destination .google-map-marker span {
  display: none;
}
.google-map-location-button,
.google-map-location-button:hover {
  background-color: #ffffff !important;
  bottom: 5rem;
}
.google-map-location-button  {
  display: none;
}
.google-map-location-button .material-icons {
  color: #000000;
}
.autocomplete {
  top: 15px;
  background-color: transparent;
  z-index: 51;
}
.autocomplete .react-autosuggest__input {
  background-color: #ffffff;
  border-radius: 25px;
  border: 2px solid #00239B;
}
.autocomplete .react-autosuggest__input::before {
	display: none;
}

.autocomplete .react-autosuggest__input::after {
	display: none;
}

.autocomplete .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
  background-color: #ffffff;
  margin-top: 5px;
  padding: 10px 20px;
  margin-right: 40px;
}
@media (max-width: 550px) {
  .autocomplete .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    margin-right: 0;
  }
}
.autocomplete .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open ul {
  margin-top: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.autocomplete .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.autocomplete .autocomplete-item__text {
  font-size: 14px;
  font-weight: 500;
}
.autocomplete .autocomplete-item__text--secondary {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  margin-left: 10px;
}
.autocomplete input {
  padding: 15px;
  padding-right: 30px;
  text-align: left;
  border-bottom: 0px !important;
}
.autocomplete .autocomplete__icon {
  position: absolute;
  right: 5px;
  top: 12px;
}
.section--vehicle-location .button--confirm {
    width: 200px;
	z-index: 51;
}   
.section--vehicle-location .jss418:before {
	border-bottom: 0px;
}

/* Page Highway */          
.card--highway .card__icon {
    width: 48px;
    height: 48px;
    background-color: white;
    text-indent: -9999px;
    background-image: url('./img/icon_highway.png');
    background-size: 48px;
    background-position: center center;
}
.card--highway-direction .card__icon {
    width: 48px;
    height: 48px;
    background-color: white;
    text-indent: -9999px;
    background-image: url('./img/icon_direction.png');
    background-size: 48px;
    background-position: center center;
}
.card--highway .button {
    margin-bottom: 20px;
}
.card--highway-direction .button {
    margin: 0 auto;
   margin-top: 20px;
}

/* Page Parking */          
.card--car-park .card__icon {
    width: 48px;
    height: 48px;
    background-color: white;
    text-indent: -9999px;
    background-image: url('./img/icon_parking.png');
    background-size: 48px;
    background-position: center center;
}    
.card--car-park .button {
    margin-bottom: 20px;       
} 

/*Page Incident*/
.grid-list-tile-bar div div span {
  white-space: break-spaces;
}
.section--incidents .grid-list-tile {
  text-align: left;
}
.section--incidents .container__inner {
  padding-top: 0;
}
.section--incidents .grid-list {
  display: block;
}
.section--incidents .grid-list .incident {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}
.section--incidents .button {
    width: 100%;
    background-color: white;
}                                 
.section--incidents .button:focus {
    background-color: #00239B;
}
.section--incidents .incident__button {
    display: block;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #d8d8d8;
    border-radius: 0px !important;
    position: relative;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}
.section--incidents button.button span {
    color: black !important;
}
.section--incidents button.button:hover span {
    color: black !important;
}
.section--incidents li:first-child .incident__button {
    border-top: 0px;
}
.incident__title {
  background-color: transparent;
  text-align: left;
  position: static;
}
.incident__title span {
  color: #20252b;
  font-size: 15px;
}
.incident__image {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
}

/* Page Event details */
.section--events .card__title {
    line-height: 1em;
}
.section--events .card__title span {
    font-size: 15px;
	font-weight: bold;
}
.section--events .card__content {
    padding-top: 0px;
    margin-bottom: 48px;
}	  
.section--events .card__content .button {
     border: 0px;
}
.section--events .custom-radio {       
    background-color: white;
    color: black;
    line-height: 1em;
    text-transform: none;
    border-radius: 0px !important;
	text-align: center;
}
.section--events .card__icon {
    width: 48px;
    height: 48px;
    background-color: white;
    text-indent: -9999px;
    background-size: 48px;
    background-position: center center;  
}
.card--VEHICLE_LOADED .card__icon {
     background-image: url('./img/icon_calendar.png');
}
.card--NUMBER_OF_PASSENGER_1_TO_4_PLUS .card__icon {
    background-image: url('./img/icon_passenger.png');
}
.card--OUT_OF_ROAD .card__icon {
    background-image: url('./img/icon_out-of-road.png');
}
.card--VEHICLE_MOVING .card__icon {
    background-image: url('./img/icon_vehicle-moving.png');       
}
.card--ADDITIONAL_SERVICE .card__icon {
    background-image: url('./img/icon_additional-services.png');   
}
.card--SPARE_TIRE .card__icon {
    background-image: url('./img/icon_spare-wheel.png');
}
.card--NUMBER_OF_AXLES .card__icon {
    background-image: url('./img/icon_rental-car.png');
}
.card--NUMBER_OF_PASSENGER_1_TO_4_PLUS .card__children {
    flex-direction: row !important;
}
.card--NUMBER_OF_PASSENGER_1_TO_4_PLUS .card__children .custom-radio {
    margin: 7px !important;
    flex-basis: 100% !important;
}
.card--NUMBER_OF_PASSENGER_1_TO_4_PLUS .card__children .custom-radio .custom-radio__button {
    min-width: auto;                   
}
.card--OUT_OF_ROAD .card__children {
    flex-direction: column-reverse;
}
.card--NUMBER_OF_AXLES .card__children .custom-radio:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}
.card--NUMBER_OF_AXLES .card__children {
    flex-direction: column-reverse;
}
.card--ADDITIONAL_SERVICE .card__children {
    flex-direction: column-reverse;
}
.section--events .container--actions .container__inner {
    margin-bottom: 20px;
}
.section--events .container--actions {
    width: auto;
}
.section--events .button {
    margin: 0 auto;
}


/* Page Garage */

.section--prefered-destination .google-map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
/*set google maps container height for all pages*/
.section--prefered-destination .container__inner > div:first-child,
.google-map {
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.section--vehicle-location .container__inner > div:first-child,
.section--garage-destination .container__inner > div:first-child,
.google-map {
  height: calc(100% - 125px);
  max-width: 700px;
  margin: 0 auto;
}
.section--garage-destination .container__inner > div:nth-child(3) {
	bottom: 0px;
	top: unset;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
	position: absolute;
	padding-bottom: 0rem;
}



.snackbar {
	position: absolute;
    top: 56px;
    z-index: 1000;
}
.snackbar .snackbar__content {
	background-color: #515254;
    color: white;
	padding: 15px;
    margin-bottom: 5px;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}
.snackbar .snackbar__content > div {
    padding: 0px;
	font-weight: bold;
	font-size: 15px; 
	text-align: center; 
	margin: auto;
}
.snackbar > div > div {
    width: 100%;
    text-align: center;
}
.section--prefered-destination .snackbar {
	display: none;
}

.section--garage-destination .gm-style > div > div > div > div > img {
	content: url('./img/workshop_pointer_red.png');
	width: 35px !important;
	height: 35px !important;

}
.section--garage-destination .card-header {
	 padding-top: 5px;
	 padding-bottom: 0px;
}
.section--garage-destination .card-text--full-address {
    height: 10px
}
.section--garage-destination .card-content {
    padding: 5px
}
.section--garage-destination .card-header span{
	font-size: 15px;
	font-weight: bold;
}
.section--garage-destination .button-wrapper-clear   {
    display: flex; 
	flex-direction: row-reverse;	
}
.section--garage-destination .button-wrapper-clear .button  {
    display: flex; 
	margin: 0px 20px 20px 0px;	
}
.section--garage-destination .button-wrapper-clear .button span {
    padding: 0 !important;
    margin: 0 !important;  
    font-size: 13px;      
}
.section--garage-destination .button-wrapper-clear .button--clear {
    margin-right: 10px; 
    padding: 20px;   
}
.section--garage-destination .button-wrapper-clear .button--confirm {
    margin-left: 10px; 
    padding: 20px;   
}
.section--garage-destination .button-wrapper-other   {
    box-shadow: none !important;
}
.section--garage-destination .button--other {
	display: flex;
	padding: 20px;
}
.section--garage-destination .button--other span {
    padding: 0 !important;
    margin: 0 !important; 
    font-size: 13px;
}


/*Page Confirmation*/
.section--confirmation .container__inner {
  padding-top: 0;
  padding-bottom: 20px;
}
.confirmation-list {
  padding-top: 0;
  padding-bottom: 0;
}
.confirmation-list-item {
  padding: 5px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.confirmation-list-item div:first-child h3 {
  color: rgba(0, 0, 0, 0.52);
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.confirmation-list-item div:nth-child(2) {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section--confirmation .button.button--confirm {
	margin-top: 15px;
	padding: 8px;
}
.section--confirmation .container--actions .button--confirm span {
    color: white;
}
.section--confirmation .container--actions .button--cancel {
	display: none;
	margin-top: 15px;
	padding: 8px;
	background-color: white !important;
}
.section--confirmation .container--actions .button--cancel span {
    display: none;
	color: black !important;
}
    


/*Page Provisioning*/
.section--provisionning .loader svg circle {
  stroke: #00239B;
  stroke-width: 1px;
}

.section--provisionning .container--countdown {
  position: relative;
}

.section--provisionning .countdown {
  color: #00239B;
  position: absolute;
  top: 40px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.section--provisionning .countdown span {
  display: block;
}

.section--provisionning .loader {
  margin-bottom: 0;
}

.section--provisionning .container--images .image--bottom {
  display: none;
}

/*Page Rating*/

.rating-form ul li:nth-child(even),
.rating-form ul li:first-child,
.rating-list-item__header,
.rating-list-item__label {
  display: none;
}

.rating-form ul {
  display: flex;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.rating-list-item {
  display: block;
  cursor: pointer;
  width: 53px;
  height: 41px;
  background-size: 100% 200%;
  background-position: 0px center;
  overflow: hidden;
  text-indent: -1050px;
  position: relative;
  z-index: 9;
  padding: 0;
}

.rating-list-item__container {
  width: 53px;
  height: 41px;
}

.rating-list-item__icon {
  color: #fff;
  background: url(./img/stars2-e2.png) 0 bottom no-repeat;
  background-size: 53px 82px;
  position: absolute;
  left: 50%;
  width: 53px;
  z-index: 1;
  transform: translateX(-50%);
  height: 41px;
  margin: 0;
  transition: none;
}

.rating-list-item.is-selected .rating-list-item__icon {
  background-position: 0 0;
}

.rating-form {
  margin-top: 20px;
}

.rating-form legend {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.rating-form fieldset {
  width: 100%;
}

.rating-form .field--evaluationdmcommentevaluation,
.rating-form .field--evaluationdmcommentevaluation > div {
  display: block;
}

.section--rating .field--evaluationdmcommentevaluation {
  margin-top: 15px;
}

.section--rating fieldset:first-child {
  margin-bottom: 15px;
}


/* Unverified client screen */
.modal__title,
.modal__title h2,
.modal__body {
  font-family: Arial;
}
.modal__actions-container {
  padding: 10px 20px;
}
.modal--ineligibility .modal__actions-container {
  display: flex;
  flex-direction: column;
}
.modal--ineligibility .modal__actions-container .button {
  width: 100%;
  margin: 0px 10px 10px 0px;
  padding: 20px
}
.modal--ineligibility .modal__actions-container .button span {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.modal--ineligibility .button:focus {
  background-color: #a0a0a0;
  border-color: #6f7072;
}
.modal--ineligibility .button:focus span span {
  color: #ffffff;
}

.modal--ineligibility .modal__actions-container .button > span > span {
  position: relative;
  padding-left: 5px;
}
.modal--ineligibility .modal__actions-container .button > span {
  display: flex;
}
.modal--ineligibility .modal__actions-container .button--retry .icon--keyboard_return {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  font-size: 0;
  left: 0;
  order: -1;
}
.modal--ineligibility .modal__actions-container .button--check-info  {
  display: none;
}  

.modal--ineligibility .modal__actions-container .button--check-info .icon--phone_forwarded {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  font-size: 0;
  left: 0;
  order: -1;
}

/* Dialog Order cancelation*/ 
.modal--cancellation .modal__actions-container {
    display: flex;
    flex-direction: column;
}
.modal--cancellation .modal__actions-container .button {
    width: 100%;
    margin: 0px 10px 10px 10px;
    padding: 20px
}
.modal--cancellation .modal__actions-container .button span {
    margin: 0;
    padding: 0;
    font-size: 13px;
}


/* Dialog Order cancelation*/ 
.modal--modify .modal__actions-container {
    display: flex;
    flex-direction: row-reverse;
}
.modal--modify .modal__actions-container .button {
    width: 100%;
    margin: 0px 10px 10px 0px;
    padding: 20px
}
.modal--modify .modal__actions-container .button span {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

/*Page Delivery*/

.section--delivery .list-wrapper {
  background-color: #ffffff;
}

.section--delivery .information-wrapper--no-appointment .informations-wrapper__text-item h3 > span > span {
  margin-left: 10px;
}

.section--delivery li {
  line-height: 30px;
}

/*Page Call back*/
.section--call-me-back .image--top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-image: url('./img/phone-icon.png');
}

/*Full digital end screen */

.section--end-confirmation .image--top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-image: url('./img/success.png');
}

.section--end-confirmation .container--content {
    text-align: center;
}

/*Tow truck arrival */

.section--tow-truck-arrival .card .card__icon {
  width: 155px;
  height: 83px;
}

.section--tow-truck-arrival .card__children {
  display: block;
}

.section--tow-truck-arrival .card .icon {
  font-size: 0;
}

.section--tow-truck-arrival .button:first-child {
  margin-right: 15px;
}

.section--tow-truck-arrival .button--action-appointment {
  min-width: 100% !important;
}

.section--tow-truck-arrival .button {
  flex-grow: 1;
}

.section--tow-truck-arrival .container--actions .container__inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 370px) {
  .header__title {
    font-size: 20px !important;
  }
}

@media (max-width: 320px) {
  .header__container {
    padding-left: 0;
    padding-right: 0;
  }
}
