/*Seguros skin v 2.0 */

/* new rgb(0, 122, 145)*/

body {
  font-family: 'Lucida Sans', 'Arial', sans-serif;
  color: rgb(0, 122, 145);
}

* {
  font-family: Lucida Sans !important;
}

.material-icons {
  font-family: 'Material Icons' !important;
}

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: 'Lucida', 'Arial', sans-serif;
}

.app {
  padding-top: 0;
  overflow-y: auto;
  background-color: #e4f3f6;
  background-image: url('./img/BG_NSeguros_Transp.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.app-bar {
  background-color: #e4f3f6;
  background-image: url('./img/BG_NSeguros_Transp.png');
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px; */
  box-shadow: none;
  height: 71px;
  justify-content: center;
  background-size: cover;
  align-items: center;
  min-height: 71px;
  position: absolute;
  /* box */
}

.app-bar__toolbar .app-bar__icon {
  width: 128px;
  height: 66px;
  background-image: url('./img/NSeguros_Logo-bar.png');
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.app-bar__title {
  display: none;
}

.app__container {
  padding-top: 71px;
}

.container__inner {
  max-width: 91.6667% !important;
  flex-basis: 91.6667% !important;
}

.section__header .header__title {
  display: none;
}

.title {
  font-family: ' Lucida Sans', 'Arial', sans-serif;
}

/*buttons*/
.button {
  font-family: ' Lucida Sans', 'Arial', sans-serif;
}

.button.button--confirm {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: rgb(0, 122, 145);
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.button.button--confirm:disabled {
  background-color: rgb(229, 229, 229);
  color: rgba(0, 0, 0, 0.3);
}

.button. > span:first-child {
  display: flex;
}

.button .button__icon {
  order: -1;
  margin-right: 10px;
  display: none;
}

/*circular-progress*/

.spinner-screen--circular-progress {
  position: fixed;
  z-index: 1150;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  height: 100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.circular-progress--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
}

.circular-progress__circular-progress {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 7px;
}

.circular-progress__circular-progress svg circle,
.spinner-screen--circular-progress svg circle {
  stroke: rgb(0, 122, 145);
}

/*Page home*/
.section--home {
  text-align: center;
  height: calc(100vh - 71px);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding-bottom: 40px;
}

.section--home > .container--content {
  flex-basis: 36%;
}

.section--home > .container--actions {
  flex-basis: 64%;
  align-items: stretch;
}

.section--home > .container--actions > .container__inner {
  max-width: 100% !important;
  flex-basis: 100% !important;
  justify-content: space-between;
}

.section--home .image {
  display: none;
}

.section--home .title span {
  display: none;
}

.section--home .title {
  font-size: 28px;
  font-weight: normal;
  color: rgb(0, 122, 145);
  padding-top: 30px;
  position: fixed;
}

.section--home .title::after {
  content: 'Assistência em Viagem';
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.section--home .button.button--confirm {
  width: 175px;
  height: 175px;
  background-image: url('./img/button_continue.png');
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  margin: 0 auto;
  background-size: contain;
  padding: 0;
  top: 40%;
  box-shadow: none;
  position: absolute;
}

.section--home .container__inner {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section--home .subtitle,
.section--home .description {
  display: none;
}

.section--home .container--legend,
.section--home .button__icon {
  display: none;
}

.section--home .button--terms {
  /* background-color: #026460; */
  background-color: #007a91;
  color: #ffffff;
  text-transform: none;
  padding: 8px 20px;
  border-radius: 20px;
  letter-spacing: 0.6px;
  position: fixed;
  top: 90%;
}

/*general forms */

nput:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*border: 1px solid rgb(0, 122, 145)!important;*/
  -webkit-text-fill-color: rgb(0, 122, 145) !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.information-form {
  font-family: 'Lucida Sans', 'Arial', sans-serif;
  color: rgb(0, 122, 145) !important;
}

.information-form .field {
  margin-bottom: 20px;
  color: rgb(0, 122, 145) !important;
}
.information-form label {
  color: rgb(0, 122, 145) !important;
}

.field label {
  color: rgb(0, 122, 145) !important;
  font-size: 16px;
  font-family: 'Lucida Sans', 'Arial', sans-serif;
}

.field input {
  color: rgb(0, 122, 145);
  font-size: 16px;
  font-family: 'Lucida Sans', 'Arial', sans-serif;
}

.information-form .field--reqdmphonenumber input {
  padding-left: 45px;
}

.information-form .flag-dropdown {
  top: auto;
  bottom: -43px;
  background-color: transparent;
}

.information-form .flag-dropdown:hover {
  background-color: transparent;
}

.information-form .flag-dropdown .country {
  font-size: 10px;
}

.field > div::before,
.react-autosuggest__input::before {
  background-color: rgb(224, 224, 224) !important;
  height: 1px !important;
}

.field.field--is-focus > div::after,
.react-autosuggest__input--focused::after {
  background-color: rgb(0, 188, 212);
}

.section--information .container__inner {
  padding: 2rem;
}

.field--select div {
  color: rgb(0, 122, 145);
}

.field--select > div > div > div:focus {
  background-color: transparent;
}

.field--select svg {
  color: #e0e0e0;
}
/*custopm select*/
ul[role='listbox'] option {
  font-size: 15px;
  padding: 7px 20px;
}

ul[role='listbox'] option[tabindex='0'] {
  color: rgb(255, 64, 129);
}

/*cards*/
.card {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  overflow: visible !important;
}

.card .card__icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  font-size: 35px;
  color: rgb(0, 122, 145);
  padding: 20px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px;
  box-sizing: content-box;
}

.card__wrapper {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card .card__actions {
  display: flex;
  justify-content: space-between;
}

.card__children {
  display: flex;
  justify-content: space-between;
}

.card .card__actions .button,
.card__children .custom-radio {
  flex-grow: 1;
  color: rgb(0, 122, 145);
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  width: 100%;
}

.card__children .custom-radio label {
  width: 100%;
  color: rgb(0, 122, 145);
  font-weight: bold;
  min-width: 0 !important;
  padding: 0 !important;
}

.card .card__actions .button:not(:last-child),
.card__children .custom-radio:not(:last-child) {
  margin-right: 15px;
}

.card .card__actions .button:hover {
  background-color: #ffffff;
}

.card .button.button--confirm {
  margin-bottom: 0;
}

.button--cancel {
  visibility: hidden !important;
}

.card .card__title {
  color: rgb(0, 122, 145);
}

.card__children .custom-radio input:checked ~ label {
  background-color: rgb(0, 122, 145);
  color: #ffffff;
  text-align: center;
}

.container--card,
.container--questions {
  height: calc(100vh - 71px);
  padding-bottom: 70px;
}

.container--questions {
  align-items: flex-start;
  padding-top: 60px;
}

.container--questions .card__title {
  margin-bottom: 20px;
}

.card__content {
  padding-bottom: 10px;
}

.card--highway-direction .card__children {
  display: block;
}

.card--NUMBER_OF_PASSENGER_1_TO_4_PLUS {
  top: -20px;
}

.card--ADDITIONAL_SERVICE {
  top: 30px;
}

/*google maps pages*/
.google-map {
  max-width: 700px;
  margin: 0 auto;
  height: calc(100% - 71px);
}

.google-map-location-button {
  bottom: 7rem;
  min-width: 0;
}

.google-map-location-button,
.google-map-location-button:hover {
  background-color: #ffffff !important;
}

.google-map-location-button .material-icons {
  color: #000000;
}

/* .google-map-marker { */
/* border-radius: 0.5rem; */
/* padding: 0 2rem; */
/* line-height: 35px; */
/* -webkit-transform: translate(-50%,-50%); */
/* -ms-transform: translate(-50%,-50%); */
/* transform: translate(-50%,-50%); */
/* background: rgb(0, 104, 94); */
/* font-family: Roboto,sans-serif; */
/* font-size: 14px; */
/* color: #ffffff; */
/* white-space: nowrap; */
/* z-index: 0; */
/* } */

/* .google-map-marker::after { */
/* content: ''; */
/* position: absolute; */
/* left: 50%; */
/* bottom: 0; */
/* width: 10px; */
/* height: 10px; */
/* -webkit-transform: translate(-50%,50%) rotate(-45deg); */
/* -ms-transform: translate(-50%,50%) rotate(-45deg); */
/* transform: translate(-50%,50%) rotate(-45deg); */
/* background: inherit; */
/* z-index: 0; */
/* } */
.google-map-input-vehicleLocation,
.google-map-input-preferredDestination {
  font-weight: bold;
  color: rgb(0, 122, 145);
  font-size: 13px;
}

.section--vehicle-location .google-map-marker {
  background: url(./img/MarkerOrigem.png) center center no-repeat;
  background-color: transparent;
  height: 63px;
  width: 50px;
  z-index: 0;
}

.section--prefered-destination .google-map-marker {
  background: url(./img/MarkerDestino.png) center center no-repeat !important;
  background-color: transparent;
  height: 63px;
  width: 50px;
  z-index: 0;
}

.section--vehicle-location .google-map-marker span,
.section--prefered-destination .google-map-marker span {
  display: none;
}

.autocomplete {
  top: 15px;
  background-color: transparent;
}

.autocomplete .react-autosuggest__container > div:first-child {
  padding-bottom: 7px;
  background-color: #ffffff;
  padding-right: 0;
  padding-left: 15px;
}

.autocomplete .react-autosuggest__input {
  background-color: #ffffff;
}

.autocomplete .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
  background-color: #ffffff;
  margin-top: 0;
  padding: 10px 20px;
  margin-right: 40px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 30px, rgba(0, 0, 0, 0.23) 0px 6px 10px;
  margin-left: 20px;
}

@media (max-width: 550px) {
  .autocomplete .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    margin-right: 0;
    margin-left: 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: 0;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 0;
}

.autocomplete .autocomplete__icon {
  position: absolute;
  right: 12px;
  top: 12px;
}

/* .section--prefered-destination .google-map-marker span { */
/* color:white!important; */
/* line-height: normal!important; */
/* display: block!important; */
/* text-align: center!important; */
/* } */

.section--prefered-destination .button--confirm,
.section--vehicle-location .button--confirm {
  margin-bottom: 16px;
  width: 95%;
}

div#alert-dialog-title span {
  color: rgb(0, 122, 145) !important;
}

/*cookies*/

.snackbar--cookie-settings {
  position: absolute;
}

.snackbar--cookie-settings .snackbar-content--cookie-settings {
  background-color: rgb(0, 122, 145);
  font-size: 16px;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.snackbar--cookie-settings .button {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  width: 30%;
  margin-left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.snackbar--cookie-settings .button__more-informations {
  margin-right: 15px;
  min-width: 155px;
  display: none;
}

@media (max-width: 600px) {
  .snackbar--cookie-settings .snackbar-content--cookie-settings {
    flex-wrap: wrap;
  }
  .snackbar--cookie-settings .snackbar-content--cookie-settings div:nth-child(2) {
    min-width: 100%;
    padding-left: 0;
    margin: 0;
  }
}

/*page incidents*/
.section--incidents .container--grid {
  background-color: transparent;
}

.section--incidents .incident__button {
  background-color: #ffffff;
}

.section--incidents .incident__title {
  background-color: #ffffff;
  color: rgb(0, 122, 145);
  height: 30px;
}

.section--incidents .incident__title span {
  color: rgb(0, 122, 145);
  font-weight: bold;
  font-size: 16px;
}

.section--incidents .incident {
  padding: 5px !important;
  height: 33.33% !important;
}

.section--incidents .incident__image {
  background-position: top !important;
  /* width: 4rem; */
}

.section--incidents .container__inner {
  max-width: 100% !important;
  flex-basis: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
  position: inherit;
  bottom: -3%;
}

.section--incidents .grid-list {
  height: calc(100vh - 85px);
}

/* Confirmation */
.section--confirmation .container__inner {
  padding: 0px !important;
  margin-top: 10px;
}

.confirmation-list__header {
  display: none;
}

.confirmation-list {
  padding-top: 0.938rem;
  padding-bottom: 0rem;
  padding-left: 0.313rem;
  padding-right: 0.938rem;
  color: rgb(0, 122, 145) !important;
}

.confirmation-list-item {
  padding: 0;
  color: rgb(0, 122, 145) !important;
}

.confirmation-list-item div:first-child h3 {
  color: rgb(0, 122, 145) !important;
  font-size: 16px;
  font-weight: 700;
}

.confirmation-list-item div:nth-child(2) h3 {
  padding: 0;
  color: rgb(0, 122, 145) !important;
}
.confirmation-list-item span > span:first-child {
  color: rgb(0, 122, 145) !important;
  font-weight: bold;
}

/* .confirmation-list--section-0 span, */
/* .confirmation-list--section-1 span, */
/* .confirmation-list--section-2  span{ */
/* color: rgb(0, 122, 145)!important; */
/* } */
.confirmation-list-item div:nth-child(2) > span:last-child {
  color: rgb(0, 122, 145) !important;
}

.section--confirmation .button--confirm {
  margin-top: 0;
}

.section--confirmation .button--confirm .button__icon {
  display: none;
}

/* .section--confirmation .button--confirm > span > span::after { */
/* color: white; */
/* content: ' pedido'; */
/* } */

.section--call-me-back .typography .typography--body .description p,
.section--end-confirmation .typography .typography--body .description p {
  display: none;
}

.section--call-me-back .description span,
.section--end-confirmation .description span {
  color: rgb(0, 122, 145) !important;
  font-family: Lucida Sans !important;
  position: absolute;
  text-align: justify !important;
  top: 50%;
  left: 10%;
  padding: 5%;
  z-index: 10;
  float: left;
  font-weight: bold;
  font-size: 13px;
  width: 80%;
  margin: auto;
  margin-top: -50px;
  /*transform: translate(0%, 310%);*/
}

.section--end-confirmation .image--top {
  display: none;
}
.section--end-confirmation .image--bottom {
  background-image: url('./img/Quadro_final.png') !important;
  height: 100%;
  width: 91%;
  z-index: 9;
  position: absolute;
  top: -1%;
}
/*Provisioning*/
.section--provisionning {
  padding-top: 20px;
}

.section--provisionning .container--images {
  display: none;
}

.section--provisionning .loader svg circle {
  stroke: rgb(0, 188, 212);
  stroke-width: 1.5px;
}
.section--provisionning .container--countdown {
  position: relative;
}

.section--provisionning .countdown {
  color: rgb(63, 81, 181);
  position: absolute;
  top: 30px;
  font-size: 19px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.section--provisionning .countdown span {
  display: block;
}

.section--provisionning .container__inner {
  text-align: center;
}

/*raiting*/
.section--rating {
  padding-top: 20px;
}

.section--rating .button.button--confirm {
  background-color: rgb(0, 188, 212);
}

.section--rating .button.button--confirm:disabled {
  background-color: rgb(229, 229, 229);
  color: rgba(0, 0, 0, 0.3);
}

.section--rating > .container > .container__inner {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 30px, rgba(0, 0, 0, 0.23) 0px 6px 10px;
  padding: 20px;
}

.rating-list-item__header {
  display: none;
}

.rating-form ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.rating-form legend span {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}

.rating-form fieldset:nth-child(2) {
  margin-top: 10px;
  display: block;
}

.rating-form .field--evaluationdmcommentevaluation {
  margin-top: 10px;
}

.rating-form .field--evaluationdmcommentevaluation label {
  color: rgba(0, 0, 0, 0.4);
}

.rating-form .field--evaluationdmcommentevaluation.field--is-focus label {
  color: rgb(0, 188, 212);
}

.rating-list-item__container {
  flex-direction: column;
}

.rating-list-item__label {
  margin-top: 15px;
  font-size: 10px;
  color: #000000;
}

.rating-list-item__icon {
  color: #000000;
}

/* end screen */
.section--end-screen .image,
.section--call-me-back .image--top {
  display: none;
}

.section--end-screen .image,
.image--bottom {
  background-image: url('./img/Quadro_final_assist.png') !important;
  height: 100%;
  width: 91%;
  z-index: 9;
  position: absolute;
  top: -1%;
}

.section--end-screen .container,
.section--call-me-back .container {
  padding-top: 20px;
}

.section--prefered-destination .container {
  padding-top: 0;
}

/*section--term-condition*/

.section--term-condition {
  background-color: #ffffff;
}

.section--term-condition .description p {
  font-size: 15px;
  line-height: 24px;
}

.section--garage-destination .button.button--other {
  background-color: rgb(0, 188, 212);
  color: #ffffff;
  font-weight: bold;
}

.section--garage-destination .button.button--other span {
  margin-right: 0;
}

.section--garage-destination .button.button--other .button__icon {
  display: none;
}

.section--garage-destination .snackbar {
  top: 71px;
}

/*section--tow-truck-arrival*/

.card--tow-truck-arrival .card__children {
  display: block;
}

.card--tow-truck-arrival .description {
  color: rgb(0, 122, 145);
  margin-bottom: 20px;
}

.card--tow-truck-arrival .card__content .container--actions .container__inner {
  max-width: 100% !important;
  flex-basis: 100% !important;
  flex-wrap: wrap;
}

.card--tow-truck-arrival .card__content .container--actions .container__inner .button {
  width: 100%;
  margin-bottom: 20px;
}

.card--tow-truck-arrival .card__content .container--actions .container__inner .button {
  background-color: rgb(0, 188, 212);
  color: #ffffff;
  font-weight: bold;
}

.card--tow-truck-arrival .card__content .container--actions .container__inner .button .button__icon {
  display: none;
}

/*section--delivery*/

.section--delivery .information-wrapper--appointment .informations-wrapper__text-item h3 span span:first-child {
  margin-right: 15px;
}

/*edyta css */
/*-------------------*/

/*call modal */
.modal__actions-container button.button--retry:first-child {
  color: rgb(0, 188, 212);
}

/*tech error*/

.modal--technical-error .button--error {
  width: 100%;
  display: inline-block;
  padding: 0;
  background-color: rgb(0, 122, 145);
  color: #fff;
}

.modal--technical-error .button--error > span span:first-child:before {
  content: '!';
  display: inline-block;
  margin-right: 10px;
  background-color: white;
  color: rgb(0, 122, 145);
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.modal--technical-error .button--error .material-icons {
  display: none;
}

.modal--technical-error .modal__actions-container > div {
  width: 100%;
}
