.title-prin {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--hdi-font);
  color: var(--hdi-universal-green);
  margin-bottom: 2rem;
}

.lead-prin {
  text-align: center;
  margin: 0 auto 3rem;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 30rem;
}

.no-results h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.no-results p {
  font-size: 0.9rem;
  margin-top: -5px;
}

.no-results img {
  width: 250px;
}

.list .no-results h3 {
  color: var(--gray-70);
  text-align: center;
}

.list .no-results p {
  color: var(--gray-70);
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5rem;
}

.list .no-results ol {
  margin: 4rem auto;
  margin-top: 4rem;
  max-width: 665px;
}

.list .no-results ol li {
  text-align: left;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #323744;
  font-weight: 300;
}

.schedule h4 {
  background-image: url(../img/icon-hora.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 1.8rem;
  margin-bottom: 0;
  margin-top: 0.7rem;
  text-align: left;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #404040;
}

.schedule p {
  padding-left: 2.9rem;
  font-weight: normal;
  margin-bottom: 0;
  color: var(--gray-50);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 4rem;
  background: white;
  z-index: 20000;
  text-align: center;
  max-width: 600px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}

#steps .modal button.close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  padding: 0 !important;
  border: none;
  margin-top: 0 !important;
  width: 23px;
  height: 23px;
  background-color: transparent !important;
  font-weight: 400 !important;
  background-image: url(/modules/custom/liberty_claims/img/close.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 23px !important;
  overflow: hidden;
  text-indent: -999px;
  background-position: center !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--overlay);
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
}

.overlay.hide {
  display: none;
}

.container-steps {
  width: 100%;
  max-width: 1023px;
  margin: auto;
  position: relative;
  padding-bottom: 1px;
}

.columns-row .field:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 1;
  margin-top: -1.7rem;
}

.flied-no-mb .field {
  margin-bottom: 0;
}

.flied-no-mb {
  margin-bottom: 2rem;
}

.columns-row.terceros .field:nth-child(7) {
  margin-top: 0;
}

.choose-type {
  display: flex;
}

.form-steps .container-steps {
  border-bottom: 1px solid #ccc;
}

#chooseTypeMenu ol,
.form-steps .container-steps ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 1rem;
  margin-bottom: -2px;
}

#chooseTypeMenu ol li,
.form-steps .container-steps ul li {
  font-weight: normal;
  list-style: none;
  font-size: 0.9rem;
  color: #ccc;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

#chooseTypeMenu ol li span,
.form-steps .container-steps ul li span {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  color: #ccc;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  display: block;
  border-radius: 50%;
  margin-right: 0.5rem;
  float: left;
}

@media (max-width: 480px) {
  #chooseTypeMenu ol li span,
  .form-steps .container-steps ul li span {
    padding: 0 .5rem;
  }
}

#chooseTypeMenu ol li.current span,
.form-steps .container-steps ul li.current span {
  color: var(--hdi-light-green);
  border-color: var(--hdi-light-green);
  font-weight: bold;
}

#chooseTypeMenu ol li.current,
.form-steps .container-steps ul li.current {
  color: var(--hdi-light-green);
  border-bottom: 2px solid var(--hdi-light-green);
  font-weight: bold;
  margin-bottom: 0;
}

button.datepicker-day {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

button.datepicker-day:focus {
  outline: none !important;
  box-shadow: none !important;
}

.field .error-message,
.error-message {
  padding: 3px 1rem;
  font-size: 0.9rem;
}

.info-message {
  padding: .5rem 0;
  font-size: 0.9rem;
  color: var(--hdi-light-blue);
}

.vue-dropzone > .dz-preview .dz-details {
  background-color: var(--hdi-green-70) !important;
}

.vue-dropzone > .dz-preview {
  margin: unset !important;
  height: 2rem !important;
}

.label-img-adj,
.label-type {
  position: relative !important;
  margin-bottom: 0.3rem;
  top: 0 !important;
  left: 0 !important;
}

.field.error {
  border-radius: 5px;
  margin-bottom: 1rem;
  border: none;
  background-color: transparent;
}

.field.error .ayudas {
  display: none;
}

.vfl-label-on-focus {
  color: #909090 !important;
  font-weight: normal !important;
}

.pane h1,
#chooseType h2 {
  text-align: center;
  font-size: 2rem;
}

.pane h1 {
  margin-bottom: 0;
}

.pane h3 {
  font-family: var(--hdi-font);
  color: var(--hdi-universal-green);
  font-size: 2rem;
  margin: 1.5rem 0;
  font-weight: 500;
  text-align: center;
}

.pane p {
  text-align: center;
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.field,
.option-buttons {
  position: relative;
  margin-bottom: 2rem;
}

.option-buttons .label {
  position: relative !important;
}

.field .label {
  display: inline-block;
  position: absolute;
  color: var(--gray-70);
  font-weight: normal;
  top: 10px;
  left: 1rem;
  padding-right: 4px;
  vertical-align: top;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 1;
}

.field.error input,
.field.error select {
  background-color: rgba(233, 34, 67, 0.10980392156862745) !important;
  border-color: #e92243 !important;
}

button.time-picker-column-item {
  margin-bottom: 0 !important;
}

.time-picker-column-item {
  line-height: initial !important;
}

.field .error-message {
  color: #e92243;
  background-image: url(../img/icon-exclamation.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: left center;
}

.pager li a {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #f5f5f5;
  border-bottom: none;
  color: #251c4f;
  border-radius: 3px;
}

.pager .page-item {
  margin: 0 3px !important;
}

.vue-dropzone.error {
  border-color: #e92243 !important;
  margin-bottom: 0;
}

.dropzone-error {
  margin-bottom: 1rem;
}

.pager li.current a {
  background-color: #251c4f;
  color: #fff;
}

.pager ul {
  display: flex;
  justify-content: center;
}

.pager ul li {
  list-style: none;
  margin: 0 3px;
}

.pager ul li:first-child a,
.pager ul li:last-child a {
  background-image: url(../img/icon-right-pag.svg);
  background-color: #99e5ea;
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
  text-indent: -999px;
  overflow: hidden;
}

.pager ul li:first-child a {
  background-image: url(../img/icon-left-page.svg);
}

.pane .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 2rem;
}

.pane.first-step {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.pane.second-step,
.pane.third-step {
  width: 100%;
  margin: auto;
}

.pane.fourth-step .search-bar {
  display: flex;
  box-shadow: 0 4px 16px 0 rgba(52, 55, 65, 0.16);
  background-color: #ffffff;
  padding: 1.75rem 4rem;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.pane.fourth-step .search-bar .filters {
  flex-basis: 70%;
  display: flex;
}

.pane.fourth-step .search-bar .filters .filter {
  flex-basis: 30%;
}

.pane.fourth-step .search-bar .filters h4 {
  margin: 0;
}

.pane.fourth-step .search-bar .field {
  flex-basis: 30%;
  margin-bottom: 0;
}

.pane.choose-type {
  width: 100%;
  max-width: 650px;
  margin: auto;
}

#chooseTypeOption .pane.choose-type h3 {
  font-size: 1.25rem !important;
  margin: 1.5rem 0 !important;
  font-weight: bold !important;
  color: var(--hdi-universal-green) !important;
}

.vehicle-type .row {
  display: flex;
  justify-content: space-between;
  grid-gap: 0;

}

@media (max-width: 768px) {
  .vehicle-type .row {
    flex-direction: column;
    gap: 1rem;
  }
}

.vehicle-type .row button,
.vehicle-type .row .button {
  width: 31%;
  background-color: white;
  font-family: inherit;
  border: 1px solid var(--hdi-light-green);
  box-shadow: none;
  color: var(--hdi-light-green);
  font-weight: normal !important;
  display: block;
  border-radius: 0.312rem;
  font-size: 1rem;
  padding: 0 1rem;
  box-sizing: border-box;
  transition: border-color 0.45s ease-in-out;
  height: 50px;
  appearance: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vehicle-type {
  margin-bottom: 3rem;
}

.vehicle-type .row button.selected,
.vehicle-type .row .button.selected {
  background-color: var(--hdi-light-green);
  color: #fff;
  border-color: var(--hdi-light-green);
}

.vehicle-type .row button.selected:focus,
.vehicle-type .row .button.selected:focus {
  outline: none !important;
  box-shadow: 2px 4px 8px 0 rgba(40, 163, 175, 0.4) !important;
}

.vehicle-type .row .button {
  background: transparent no-repeat 1.2rem center;
  background-size: 3rem;
  height: auto;
  padding: 1.5rem;
  padding-left: 5rem;
}

.vehicle-type .row .button:hover {
  box-shadow: 0px 3px 8px #c0bfc0;
}

.vehicle-type .row .button.liviano {
  background-image: url(../img/auto.svg);
}

.vehicle-type .row .button.pesado {
  background-image: url(../img/truck.svg);
}

.vehicle-type .row .button.moto {
  background-image: url(../img/motorcircle.svg);
}

.vehicle-type .row .button.liviano.selected,
.vehicle-type .row .button.liviano:focus {
  background-image: url(../img/auto-selected.svg);
}

.vehicle-type .row .button.pesado.selected,
.vehicle-type .row .button.pesado:focus {
  background-image: url(../img/truck-selected.svg);
}

.vehicle-type .row .button.moto.selected,
.vehicle-type .row .button.moto:focus {
  background-image: url(../img/motorcircle-selected.svg);
}

.vehicle-type .row .button p {
  color: var(--hdi-light-green);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 300;
  white-space: pre-line;
}

.vehicle-type .row .button.selected p {
  color: #fff;
}

.vehicle-type h2 {
  margin-bottom: 0;
}

.vehicle-type .label {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.pane .actions {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.pane .actions a {
  text-decoration: none;
  color: var(--gray-80);
  font-weight: 500;
  background-image: url(../img/a-right.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 15px;
  border-bottom: none;
}

.pane input[type="text"],
.pane input[type="password"],
.pane input[type="date"],
.pane input[type="mail"],
.pane textarea,
.pane select,
.pane .select2,
.pane .option-buttons button {
  background-color: white;
  font-family: inherit;
  border: 1px solid #c0bfc0;
  box-shadow: none;
  color: #343741;
  display: block;
  border-radius: 0.312rem;
  font-size: 1rem;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.45s ease-in-out;
  height: 50px;
  appearance: none;
}

.pane textarea {
  height: auto !important;
}

.pane select,
.pane .select2,
.pane .ui.selection.dropdown input {
  background-image: url(../img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  background-size: 13px !important;
  padding-right: 10% !important;
  color: #757575 !important;
}

.pane input[type="text"],
.pane input[type="password"],
.pane input[type="date"],
.pane input[type="mail"],
.pane textarea,
.pane select,
.pane .select2 {
  padding-top: 3px !important;
}

.pane .date-time-picker .has-value input {
  padding-top: 15px !important;
}

.pane select option:first-of-type {
  color: #757575;
}

.pane .filled input[type="text"],
.pane .filled input[type="password"],
.pane .filled input[type="date"],
.pane .filled input[type="mail"],
.pane .filled textarea,
.pane .filled select,
.pane .filled .select2 {
  padding-top: 15px !important;
}

.pane .filled select,
.pane .filled .select2 {
  color: #343741;
}

.pane .option-buttons .label {
  margin-bottom: 0.3rem;
  top: 0;
  left: 0;
}

.pane .ayudas {
  position: absolute;
  top: 3.2rem;
  font-size: 0.75rem;
  color: #999;
  width: 100%;
  left: 0;
}

.pane .option-buttons .option-buttons-items {
  display: flex;
}

.pane .option-buttons .option-buttons-items button {
  width: 50%;
}

.pane .option-buttons .option-buttons-items button.selected {
  background-color: var(--hdi-universal-green);
  color: var(--white);
  border-color: var(--hdi-universal-green);
}

.pane .option-buttons .option-buttons-items button.selected:focus {
  outline: none !important;
  box-shadow: 0px 3px 8px #c0bfc0 !important;
}

.third-step > h2 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  text-align: center;
}

.second-step h2 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin: 0.5rem 0 2rem;
  text-align: center;
}

.pane .option-buttons .option-buttons-items button:first-child {
  border-radius: 0;
  border-top-left-radius: 0.312rem !important;
  border-bottom-left-radius: 0.312rem !important;
  border-color: var(--hdi-universal-green);
}

.pane .option-buttons .option-buttons-items button:last-child {
  border-radius: 0;
  border-top-right-radius: 0.312rem !important;
  border-bottom-right-radius: 0.312rem !important;
  border-left: 0;
}

.pane input[type="text"]:focus,
.pane input[type="password"]:focus,
.pane input[type="date"]:focus,
.pane input[type="mail"]:focus,
.pane textarea:focus,
.pane select:focus,
.pane .select2:focus {
  box-shadow: none !important;
  border-color: var(--hdi-light-green);
  outline: none !important;
  border-width: 2px;
  background-color: transparent !important;
}

.pane .type {
  max-width: 50%;
  box-shadow: 0 4px 16px 0 var(--shadow);
  background-color: var(--white);
  margin: 0 1rem;
  padding: 1.75rem;
  border-radius: 3px;
  text-align: center;
  width: 50%;
  padding-bottom: 2.5rem;
}

.pane .type .icon-cont {
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem !important;
}

.pane .type .icon-cont img {
  width: 100%;
}

.pane .type h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.125rem;
}

.pane .type p {
  margin: 0.4rem 0;
  color: var(--gray-70);
  font-size: 0.875rem;
  line-height: 1.71;
  text-align: center;
  margin-bottom: 1.5rem;
}

.pane .image-car {
  position: relative;
  text-align: center;
  padding-bottom: 8rem;
  padding-top: 6rem;
}

.pane .image-car img {
  position: relative;
  z-index: 1;
  width: 25rem;
  margin: 0 auto;
}

.pane .image-car .p-default {
  position: absolute;
  width: 250px;
  white-space: pre-line;
  font-size: 1.125rem;
  color: var(--dark-blue-70);
}

@media (max-width: 768px) {
  .pane .image-car .p-default label {
    text-shadow: none;
    color: transparent;
  }
}

.pane .image-car .p-default input {
  height: 3rem;
  width: 3rem;
  @media (max-width: 768px) {
    height: 3rem;
    width: 3rem;
    left: 5.5rem;
  }
}

.pane .image-car .p-default input:checked ~ .state label {
  font-weight: bold;
}

.pane .image-car .p-default input:checked ~ .state label:before {
  background-color: transparent !important;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130%;
  border: none !important;
  box-shadow: none;
}

.pane .image-car .p-default .state label:before {
  width: 50px !important;
  height: 50px !important;
  background-color: #fff !important;
  background-image: url(../img/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 4px 16px 0 rgba(52, 55, 65, 0.28);
  border: 1px solid #efefef !important;
}

.pane .image-car .p-default:nth-child(2) {
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 90px;
}

.pane .image-car .p-default:nth-child(2) input {
  left: 40%;
  top: 2.5rem;
}

.pane .image-car .p-default:nth-child(2) label:before {
  top: auto !important;
  transform: translateX(-50%) !important;
  left: 50%;
  bottom: 6px;
}

.pane .image-car .p-default:nth-child(4) {
  top: 300px;
  left: 286px;
  transform: translateX(-50%);
  z-index: 10;
  padding-right: 3rem;
}

.pane .image-car .p-default:nth-child(4) input {
  left: unset;
  right: 0;
  top: .5rem;
  @media (max-width: 768px) {
    left: unset;
    right: 7.2rem;
    top: 0rem;
  }
}

.pane .image-car .p-default:nth-child(4) label:before {
  top: 50% !important;
  left: auto;
  right: 0;
  transform: translateY(-50%) !important;
}

.pane .image-car .p-default:nth-child(3) {
  top: 300px;
  right: 20px;
  transform: translateX(-50%);
  z-index: 10;
  padding-left: 3rem;
}

.pane .image-car .p-default:nth-child(3) input {
  top: .5rem;
  @media (max-width: 768px) {
    top: .1rem;
    left: 5.5rem;
  }
}

.pane .image-car .p-default:nth-child(3) label:before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.pane .image-car .p-default:nth-child(5) {
  top: 530px;
  right: 20px;
  transform: translateX(-50%);
  z-index: 10;
  padding-left: 3rem;
}

.pane .image-car .p-default:nth-child(5) label:before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.pane .image-car .p-default:nth-child(6) {
  top: 530px;
  left: 286px;
  transform: translateX(-50%);
  z-index: 10;
  padding-right: 3rem;
}

.pane .image-car .p-default:nth-child(6) input {
  right: 0;
  left: unset;
  @media (max-width: 768px) {
    right: 7rem;
    left: unset;
  }
}

.pane .image-car .p-default:nth-child(6) label:before {
  top: 50% !important;
  left: auto;
  right: 0;
  transform: translateY(-50%) !important;
}

.pane .image-car .p-default:nth-child(7) {
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.pane .image-car .p-default:nth-child(7) input {
  left: 40%;
  top: .5rem;
}

.pane .image-car .p-default:nth-child(7) label {
  height: 90px;
  line-height: 47px;
}

.pane .image-car .p-default:nth-child(7) label:before {
  top: 7px !important;
  transform: translateX(-50%) !important;
  left: 50%;
}

.pane .image-car .p-default:nth-child(8) {
  bottom: 360px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.pane .image-car .p-default:nth-child(8) input {
  left: 40%;
  top: .5rem;
}

.pane .image-car .p-default:nth-child(8) label:before {
  top: 7px !important;
  transform: translateX(-50%) !important;
  left: 50%;
}

.pane .image-car .p-default:nth-child(8) label {
  height: 90px;
  line-height: 47px;
}

.pane .image-car .p-default:nth-child(9) {
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.pane .image-car .p-default:nth-child(9) input {
  left: 40%;
  top: .5rem;
}

.pane .image-car .p-default:nth-child(9) label {
  height: 90px;
  line-height: 47px;
}

.pane .image-car .p-default:nth-child(9) label:before {
  top: 7px !important;
  transform: translateX(-50%) !important;
  left: 50%;
}

.vfl-label-on-input {
  top: 0 !important;
  z-index: 10;
  left: 17px !important;
}

.vue-dropzone {
  border: 2px dashed #ccc !important;
  min-height: 60px !important;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .vue-dropzone {
    flex-direction: column;
    align-items: center;
  }
}

.vue-dropzone .dz-message {
  margin: 0 !important;
}

.vue-dropzone .dz-message span {
  background-image: url(../img/load.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 28px;
}

.vue-dropzone .dz-message strong {
  color: var(--hdi-light-blue);
}

.vue-dropzone .dz-preview, .dropzone .dz-preview {
  min-height: unset !important;
  margin: unset;
}

.vue-dropzone > .dz-preview .dz-remove {
  left: unset !important;
  right: 0 !important;
  border: unset !important;
  width: 2rem !important;
  background-color: var(--hdi-green) !important;
  font-size: 0 !important;
  height: 2rem !important;
  border: unset !important;
  bottom: 0 !important;
  opacity: 1 !important;
  padding: unset !important;
  display: grid !important;
  place-content: center !important;
  border-radius: 0 3px 3px 0;
}

.vue-dropzone > .dz-preview .dz-remove::before {
  content: "";
  background-image: url(../img/close-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.vue-dropzone>.dz-preview .dz-details {
  padding: .5rem !important;
  border-radius: 3px !important;
}

.dropzone .dz-preview .dz-details .dz-size {
  display: none !important;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  display: none;
}

.modal.select-taller .icon {
  background-image: url(../img/icon-taller.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 150px;
  height: 150px;
  margin: auto;
}

.modal.select-taller span {
  font-weight: 300;
  font-size: 1.125rem;
  margin: 1rem 0;
  display: block;
}

.modal.select-taller span:first-of-type {
  color: var(--hdi-green);
  font-weight: 500;
}

.icon-modal-continue {
  background-image: url(../img/icon-continue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7rem;
  width: 120px;
  height: 120px;
  margin: auto;
}

.modal-continue h2 {
  font-size: 1.8rem !important;
  font-weight: 500;
  margin: 1.5rem 0 !important;
}

.modal-continue h2 {
  font-size: 1.25rem;
}

.modal-continue .actions {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.modal-continue .actions {
  margin-top: unset;
}

.modal-continue .actions a {
  background: unset;
  position: relative !important;
  margin: unset;
  left: unset;
  line-height: inherit;
  padding-left: unset;
  padding: .625rem 2.875rem;
  font-weight: 700;
}

.modal-continue p {
  padding: 0 3rem;
}

.modal.select-taller h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-family: var(--hdi-font);
}

.modal.select-taller .address {
  background-image: url(../img/icon-dir.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 1.8rem;
  margin-bottom: 0.7rem;
  margin-top: 1rem;
  text-align: left;
  margin-left: 6rem;
  font-size: 1rem;
  color: #404040;
}

.modal.select-taller .phone {
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  padding-left: 1.8rem;
  text-align: left;
  margin-left: 6rem;
  font-size: 1rem;
  color: #404040;
}

.modal.select-taller .schedule {
  margin-left: 5rem;
}

.modal.alert-taller .icon {
  background-image: url(../img/icon-alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 150px;
  height: 150px;
  margin: auto;
}

.car-shops ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}

.car-shops ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

.car-shops ol li::before {
  content: counter(my-awesome-counter);
  color: #ffff;
  font-size: .85rem;
  position: absolute;
  background-image: url(../img/list.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 30px;
  line-height: 24px;
  width: 24px;
  height: 30px;
  top: 42px;
  text-align: center;
}

.car-shops ol li.assigned::before {
  background-image: url(../img/list-new.svg);
}

.car-shops .title {
  display: flex;
}

.car-shops .title h3 {
  flex-basis: 70%;
}

.car-shops .address {
  background-image: url(../img/icon-dir.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 1.8rem;
  margin-bottom: 0.7rem;
  color: var(--gray-80);
  font-weight: 300;
}

.car-shops .phone {
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  padding-left: 1.8rem;
  color: var(--gray-80);
  font-weight: 300;
}

.car-shops h3 {
  margin: 1em 0;
  font-size: 1.25rem;
  font-weight: inherit;
  text-align: left;
  color: var(--gray-80);
}

.car-shops .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
  position: relative;
  padding-left: 4.5rem;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 0;
}

.car-shops .row.assigned {
  background-color: var(--hdi-yellow);
}

.car-shops .row:hover {
  background-color: #f5f5f5;
}

.car-shops .total {
  color: var(--blue-80);
  margin-bottom: 3px;
  display: inline-block;
  font-size: 0.8rem;
}

.car-shops .row .col:first-child {
  flex-basis: 70%;
}

.pane.fifth-step .summary {
  max-width: 660px;
  margin: auto;
  border: 1px solid #ccc;
  padding: 2rem 4rem;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.pane.fifth-step .summary p {
  font-size: 1.1rem;
  text-align: left;
  font-weight: 300;
  color: #323744 !important;
  line-height: 1.5rem;
}

.pane.fifth-step .summary p strong {
  font-weight: 500;
}

.pane.fifth-step .summary h3,
.pane.fifth-step .summary ol li {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 1.5rem;
}

.pane.fifth-step .summary h3 {
  color: var(--hdi-green);
}

.pane.fifth-step .summary ol li {
  color: #1a1446 !important;
}

.datepicker-day:focus,
.time-picker-column-item:focus {
  outline: none !important;
}

.pane.fifth-step .summary .label {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  color: var(--gray-80);
  margin-bottom: .5rem;
}

.pane.fifth-step .summary .info {
  margin-bottom: 1rem;
  font-weight: 300 !important;
  color: var(--gray-70) !important;
}

.pane.fifth-step .summary .info p {
  text-align: left !important;
  font-size: 1rem !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
  color: var(--gray-80) !important;
  font-weight: 300;
}

.pane.fifth-step .summary .alert {
  color: var(--gray-80);
  font-weight: 400 !important;
}

.car-shops .info p {
  text-align: left !important;
  font-size: 1rem !important;
  margin-bottom: 0 !important;
  padding-left: 1.9rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: var(--gray-50);
}

.pane.fifth-step .summary .icon {
  background-image: url(../img/icon-resultado.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-top: -80px;
  margin-bottom: 3rem;
}

.campo-heridos .field,
.campo-muerte .field {
  margin-top: 14px;
}

.campo-heridos {
  margin-top: 0.6rem;
}

.campo-muerte {
  margin-top: 0.6rem;
}

.pane .address input {
  background-image: url(../img/icon-addres.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 12px;
  padding-right: 45px !important;
}

.pane .ui.selection.dropdown,
.pane.ui.selection.dropdown input {
  height: 50px;
}

.pane .ui.selection.dropdown input {
  padding-bottom: 0;
}

.pane .ui.fluid.dropdown > .dropdown.icon {
  display: none;
}

.pane .schedule p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
}

.confirmation-page {
  text-align: center;
}

.confirmation-page h2 {
  font-size: 2rem !important;
  font-weight: 600;
}

.confirmation-page h1 {
  font-size: 3rem !important;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2.5rem;
  color: #1a1446;
}

.confirmation-page h3 {
  margin-top: 0;
  color: var(--gray-70);
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  margin-bottom: 2rem !important;
}

.confirmation-page .links {
  margin-bottom: 2rem !important;
}

textarea {
  padding-top: 1.5rem !important;
}

.confirmation-page p {
  width: 60%;
  margin: auto;
  color: var(--gray-70);
  line-height: 1.7rem;
  font-weight: 300;
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .confirmation-page p {
    width: 100%;
  }
}

.date-time-picker input {
  padding-right: 45px !important;
  padding-top: 15px !important;
}

.confirmation-page h4 {
  font-size: 1.25rem;
  font-weight: 300;
  width: 50%;
  margin: 1.5rem auto;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.confirmation-page {
  .icon {
    align-items: center;
    border: 3px solid var(--hdi-universal-green);
    border-radius: 100%;
    display: flex;
    height: 11.375rem;
    margin: 3rem auto;
    width: 11.375rem;

    @media (max-width: 768px) {
      height: 7.375rem;
      width: 7.375rem;
    }

    img {
      display: block;
      height: 5.4375rem;
      margin: 0 auto;
      width: 5.4375rem;

      @media (max-width: 768px) {
        height: 4rem;
        width: 4rem;
      }
    }
  }

  .number {
    color: var(--hdi-green);
    font-size: 3rem !important;
  }

  .number ~ h3 {
    color: var(--gray);
    font-size: 1.25rem;
  }

  .links {
    align-items: center;
    display: flex;
    justify-content: center;

    @media (max-width: 768px) {
      flex-direction: column;
      gap: 1rem;
    }
  }

  .actions {
    .button-secondary {
      margin-right: 2rem;

      @media (max-width: 768px) {
        margin-right: unset;
      }
    }

    button {
      @media (max-width: 768px) {
        width: 100%;
      }
    }
  }
}

.field-clear-button[data-v-7d90c7dc] {
  right: 22px !important;
  width: 26px !important;
  height: 26px !important;
}

.header-picker {
  background-color: #7fcda3 !important;
}

.header-picker[data-v-6d49f11d] {
  color: var(--white) !important;
}

.header-picker[data-v-651b7c9a] {
  color: #1a1446 !important;
  font-weight: 500;
}

.custom-button-content[data-v-651b7c9a],
.custom-button-content[data-v-4853a012] {
  color: #1a1446 !important;
  font-weight: 500;
  line-height: initial;
}

.datepicker-day-effect[data-v-4853a012] {
  background-color: #1a1345 !important;
}

.datepicker-today {
  background-color: var(--hdi-universal-green) !important;
}

.datepicker-day:hover .datepicker-day-effect[data-v-4853a012] {
  background-color: var(--hdi-universal-green) !important;
}

.time-picker-column-item-effect[data-v-3e2f539f] {
  background-color: #1a1345 !important;
}

.datepicker-button[data-v-601c6e79] {
  background-color: var(--hdi-universal-green) !important;
}

.datepicker-container .datepicker-days .datepicker-day.enable:hover .datepicker-day-effect,
.time-picker-column-item:hover .time-picker-column-item-effect,
.datepicker-container .datepicker-controls .date-buttons:hover .custom-button-effect {
  background-color: #7fcda3 !important;
}

.datepicker-container .datepicker-days .datepicker-day.enable .datepicker-day-text,
.datepicker-container .datepicker-controls .date-buttons span,
.time-picker-column-item .time-picker-column-item-text {
  color: var(--hdi-green) !important;
}
.datepicker-container .datepicker-days .datepicker-day.selected .datepicker-day-text,
.time-picker-column-item.active .time-picker-column-item-text {
  color: var(--white) !important;
}
.datepicker-container .datepicker-days .datepicker-day.selected .datepicker-day-effect {
  background-color: var(--hdi-universal-green) !important;
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-today ~ .datepicker-day-text {
  color: var(--white) !important;
}

.time-picker-column-item.active .time-picker-column-item-effect {
  background-color: var(--hdi-universal-green) !important;
}

.datepicker-button svg {
  fill: var(--white) !important;
}

.datepicker-container .datepicker-controls .datepicker-button svg {
  fill: var(--hdi-green) !important;
}

.field.is-focused .field-input {
  border-color: var(--hdi-universal-green) !important;
}

.field.is-focused .field-label {
  color: var(--gray-50) !important;
}

.confirmation-page .links a {
  font-weight: bold;
  color: var(--hdi-universal-green);
  border-bottom: none;
  font-size: 1rem;
}

.confirmation-page .links a:first-child {
  background-image: url(../img/icon-pdf.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-right: 1px solid var(--gray-40);
  padding: .3rem 1rem .3rem 1.25rem;
}

.confirmation-page .links a:last-child {
  border-right: none;
  margin-left: 1rem;
  background-image: url(../img/icon-email.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
  padding-left: 31px;
}

.confirmation-page button.has-tooltip,
button.has-tooltip {
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  text-indent: -999px !important;
  border: 1px solid #1a1345 !important;
  background-color: transparent !important;
  background-image: url(../img/icon-question.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 7px !important;
  margin-bottom: 0 !important;
  vertical-align: middle;
}

.pane > h1 {
  font-size: 2rem !important;
  font-weight: bold;
  margin: 1.5rem 0 !important;
  font-family: var(--hdi-font);
  color: var(--hdi-universal-green);
}

.invalid-plate .modal {
  padding-bottom: 7rem;
}

.invalid-plate .modal .actions {
  flex-direction: row-reverse;
}

.invalid-plate .modal a {
  border-bottom: none;
  color: var(--gray-70);
}

.modal .footer-popup {
  background-color: #f2f2f2;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1rem 4rem;
  box-sizing: border-box;
  font-weight: 300;
  bottom: 0;
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
  color: var(--gray-70) !important;
}

.modal p {
  font-size: 1rem;
}

.car-shops .label {
  background-image: url(../img/icon-hora.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 1.8rem;
  margin-bottom: 0.7rem;
  margin-top: 1rem;
  text-align: left;
  display: block;
  font-weight: 500;
  position: relative;
  left: 0;
  top: 0;
  color: var(--gray-80);
  font-weight: 500;
}

.modal .icon-invalid-plate {
  background-image: url(../img/icon-alert-plac.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 128px;
  height: 128px;
  margin: auto;
}

.modal .send-email-box .icon,
.modal.send-email .icon {
  background-image: url(../img/icon-send-email.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6rem;
  width: 143px;
  height: 143px;
  margin: auto;
  border: none;
}

.modal .send-email-box button {
  margin-top: 0;
}

.modal .send-email-box .body {
  padding-top: 2rem;
}

.modal .send-email-box .body h3 {
  font-size: 2rem !important;
  padding: 0 2rem;
  font-weight: 500;
  color: var(--hdi-universal-green);
  line-height: initial;
}

.modal.send-email .body h2 {
  font-size: 1.5rem !important;
  padding: 0 5rem;
  margin-bottom: 2rem !important;
  color: #343741 !important;
  font-weight: normal !important;
  line-height: 2rem !important;
  margin-top: 2rem !important;
}

.invalid-plate .footer-popup p {
  font-size: 1rem;
}

.invalid-plate .footer-popup strong {
  color: var(--hdi-light-green);
}

#chooseTypeOption {
  margin-bottom: 4rem;
}

.invalid-plate h2 {
  font-size: 1.5rem !important;
  line-height: 2rem;
  font-weight: 400;
  color: var(--hdi-universal-green);
  margin-bottom: 0.5rem;
  padding: 0 3rem;
  margin-top: 2rem;
}

.third-step .field.address {
  margin-top: 1.3rem;
}

.documents-list {
  @media (max-width: 768px) {
    margin: 0rem 1rem 0rem 2rem;
  }
}
.documents-list ul li {
  list-style: decimal;
}

.documents-list ul li p {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.modal.alert-taller h1 {
  font-size: 1.5rem !important;
  line-height: 1.9rem !important;
  font-weight: 400 !important;
  padding: 0 3rem !important;
}

.modal.alert-taller button {
  margin-top: 1.5rem;
}

.modal.alert-taller button.close {
  border: none !important;
}

/*/////////////////////TOOLTIP////////////////*/

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #174b6fe5;
  color: white;
  border-radius: 5px;
  padding: 20px 25px 20px;
  max-width: 300px;
  font-size: 0.8rem;
  width: 175px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #174b6fe5;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.radiobutton-group {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}

.radiobutton-group .case {
  flex-basis: 29%;
  -webkit-box-shadow: 0 0 3px 0 rgba(52, 55, 65, 0.16);
  box-shadow: 0 0 3px 0 rgba(52, 55, 65, 0.16);
  margin: 2%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 3px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.radiobutton-group .case label {
  display: block;
  font-weight: 400;
  padding: 0 1.5rem;
  cursor: pointer;
}

.radiobutton-group .case input {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.radiobutton-group .case .icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: auto;
  margin-bottom: 0.9rem;
}

.radiobutton-group .case.selected {
  color: #ffffff;
  background-color: var(--hdi-light-green);
}

.radiobutton-group .case .icon-1 {
  background-image: url(../img/icon-radio-1.svg);
}

.radiobutton-group .case .icon-2 {
  background-image: url(../img/icon-radio-2.svg);
}

.radiobutton-group .case .icon-3 {
  background-image: url(../img/icon-radio-3.svg);
  background-size: 90%;
}

.radiobutton-group .case .icon-4 {
  background-image: url(../img/icon-radio-4.svg);
  background-size: 90%;
}

.radiobutton-group .case.selected .icon-1 {
  background-image: url(../img/icon-radio-1-bl.svg);
}

.radiobutton-group .case.selected .icon-2 {
  background-image: url(../img/icon-radio-2-bl.svg);
}

.radiobutton-group .case.selected .icon-3 {
  background-image: url(../img/icon-radio-3-bl.svg);
}

.radiobutton-group .case.selected .icon-4 {
  background-image: url(../img/icon-radio-4-bl.svg);
}

.case-4-disclaimer {
  max-width: 800px;
  margin: auto;
}

.case-4-disclaimer h4 {
  text-align: center;
  font-weight: 600;
  margin: 1.5rem 0;
  color: var(--hdi-green);
}

.case-4-disclaimer ul li {
  list-style-image: url(../img/icon-list-check.svg);
  padding-left: 1rem !important;
  margin-bottom: 0.5rem;
  font-weight: 300 !important;

  &::marker {
    font-size: 2rem;
  }
}

.pane.fifth-step .summary ol li ul li {
  list-style-image: url(../img/icon-list-check.svg);
  padding-left: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 300 !important;
  color: #323744 !important;
  font-size: 1.1rem !important;
}

.pane.fifth-step .summary ol li ul li p {
  margin-bottom: 1.5rem;
}

.ui.search.selection.dropdown .text.default {
  font-size: 1rem;
  margin-top: 8px;
}

.filled .ui.search.selection.dropdown .text.default {
  font-size: 1rem;
  margin-top: 12px;
}

.ui.dropdown:not(.button) > .default.text {
  color: hsl(0, 0%, 46%) !important;
}

.filled .ui.dropdown:not(.button) > .default.text {
  color: #343741 !important;
}

.filled .vfl-label {
  top: 0;
  left: 16px;
  pointer-events: all;
  opacity: 1 !important;
  z-index: 3;
}

.filled .ui.selection.dropdown {
  opacity: 1 !important;
  border: 1px solid rgb(192, 191, 192) !important;
}

.filled .ui.selection.dropdown.disabled {
  background-color: #f5f5f5 !important;
}

.filled .ui.search.dropdown > .text {
  margin-top: 10px;
}

.ui.search.selection.dropdown > input.search {
  margin-top: 13px;
  width: 100%;
  box-sizing: border-box;
  background-position: 97% 8px !important;
}

.datepicker-buttons-container .now {
  display: none !important;
}

#input-datepicker-input,
#input-datepicker-tp-input {
  background-image: url(../img/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 20px;
}

.custom-button.round[data-v-651b7c9a] {
  right: 0 !important;
  margin-right: 12px !important;
}

.columns-row .field {
  margin-bottom: 0;
}

.arch-mobile {
  display: none;
}

.tercer-afec .field:nth-child(5) {
  margin-top: -10px;
}

.documents-step .vue-dropzone .dz-message span {
  background-image: url(../img/icon-load-doc.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 57px;
  padding-left: 0;
  padding-top: 66px;
  height: 100px;
}

.documents-step .dropzone .dz-message {
  text-align: center;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: flex-end;
}

@media (max-width: 480px) {
  .time-picker-column .before {
    height: 10px !important;
  }

  .email-siniestros {
    width: 100%;
    display: block;
    overflow-wrap: break-word;
  }

  .datetimepicker.visible {
    z-index: 50000000;
  }

  .time-picker-column {
    height: 100px !important;
    overflow-y: scroll !important;
  }

  .datepicker-container[data-v-4853a012] {
    width: 100%;
  }

  .pane.fifth-step .summary {
    padding: 2rem 2.5rem;
  }

  .datepicker-days .datepicker-day.disabled {
    pointer-events: none !important;
  }

  .datepicker-days .datepicker-day.disabled .datepicker-day-text {
    color: #ccc !important;
  }

  .summary .body div:nth-of-type(2).info {
    width: 100%;
    display: block;
    overflow-wrap: break-word;
  }

  #chooseTypeMenu ol li.current,
  .form-steps .container-steps ul li.current {
    line-height: 1rem;
  }

  .info-message {
    font-size: 0.7rem;
  }

  .datetimepicker {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh !important;
    width: 100% !important;
    background-color: #fff !important;
  }

  @media (max-width: 768px) {
    .datetimepicker {
      height: 50vh !important;
      top: unset !important;
      bottom: 0;
    }

    .datetimepicker .datepicker {
      top: 0 !important;
      bottom: 0 !important;
    }
  }

  .datetimepicker:not(.inline) .datepicker[data-v-6e81f291] {
    overflow-y: scroll !important;
    overscroll-behavior: contain;
    position: fixed;
    top: 0;
    left: 0;
  }

  .datepicker-buttons-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .pane .image-car .p-default:nth-child(3) {
    top: 280px !important;
    right: -208px !important;
    transform: translateX(-50%);
    z-index: 10;
    padding-left: 0 !important;
  }

  .pane .image-car .p-default:nth-child(3) label:before {
    transform: translateY(0) !important;
    left: 32% !important;
    position: relative;
    margin-bottom: -6px;
  }

  .pane .image-car .p-default:nth-child(4) {
    top: 280px !important;
    left: 85px !important;
    transform: translateX(-50%);
    z-index: 10;
    padding-right: 0 !important;
  }

  .pane .image-car .p-default:nth-child(4) label:before {
    transform: translateY(0) !important;
    left: 32% !important;
    position: relative;
    margin-bottom: -6px;
  }

  .pane .image-car .p-default:nth-child(5) {
    top: 490px !important;
    right: -200px !important;
    transform: translateX(-50%);
    z-index: 10;
    padding-left: 0 !important;
  }

  .pane .image-car .p-default:nth-child(5) label:before {
    transform: translateY(0) !important;
    left: 32% !important;
    position: relative;
    margin-bottom: -6px;
  }

  .pane .image-car .p-default:nth-child(6) {
    top: 490px !important;
    left: 85px !important;
    transform: translateX(-50%);
    z-index: 10;
    padding-right: 0 !important;
  }

  .pane .image-car .p-default:nth-child(6) label:before {
    transform: translateY(0) !important;
    left: 32% !important;
    position: relative;
    margin-bottom: -6px;
  }

  .pane .image-car .p-default:nth-child(7) {
    bottom: 163px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
  }

  .pretty .state label {
    color: #343741;
  }

  .vehicle-type .row .button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .choose-type {
    display: block;
  }

  .datetimepicker:not(.inline) .datepicker[data-v-6e81f291] {
    overflow-y: scroll;
  }

  .pane .type {
    margin: 2rem auto;
    max-width: 80%;
    width: 80%;
  }

  .pane .type button {
    width: auto;
  }

  .pane .type button:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .descrip .vfl-label-on-input {
    width: 141px;
    overflow: hidden;
    display: block;
    text-overflow: initial;
  }

  .pane.fourth-step .search-bar .filters {
    display: none;
  }

  .pane.fourth-step .search-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.75rem 2rem;
  }

  .pane.fourth-step .search-bar .field {
    flex-basis: 100%;
    margin-bottom: 0;
  }

  .modal.select-taller .address,
  .modal.select-taller .phone,
  .modal.select-taller .schedule {
    margin-left: 1rem;
  }

  .schedule h4 {
    margin-left: 0;
  }

  .modal {
    padding: 2rem 2rem;
    max-width: unset;
    width: 100vw;
    bottom: 0;
    top: unset;
    transform: translate(-50%, 0);
  }

  .invalid-plate h2 {
    padding: 0 1rem;
  }

  .schedule p {
    padding-left: 1.7rem;
  }

  .pane .actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
  }

  .modal .pane .actions {
    flex-direction: column;
  }

  .pane .actions a {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-right: 0;
    left: auto;
  }

  .modal .pane .actions a {
    width: 50%;
  }
  .modal .pane .actions button {
    width: 60%;
  }

  #chooseTypeMenu ol li.current,
  .form-steps .container-steps ul li.current {
    flex-basis: 50%;
  }

  #chooseTypeMenu ol li,
  .form-steps .container-steps ul li {
    font-weight: bold;
    list-style: none;
    font-size: 0.9rem;
    color: #ccc0;
    padding: 1.5rem;
    width: 40px;
    height: 40px;
  }

  .pane .image-car .p-default input:checked ~ .state label {
    display: block;
  }

  .pane .image-car .p-default:nth-child(4) {
    top: 328px;
    left: 172px;
    transform: translateX(-50%);
    z-index: 10;
    padding-right: 3rem;
  }

  .pane .image-car .p-default:nth-child(3) {
    top: 326px;
    right: -69px;
    transform: translateX(-50%);
    z-index: 10;
    padding-left: 3rem;
  }

  .pane .image-car .p-default:nth-child(6) {
    top: 640px;
    left: 168px;
    transform: translateX(-50%);
    z-index: 10;
    padding-right: 3rem;
  }

  .pane .image-car .p-default:nth-child(5) {
    top: 640px;
    right: -67px;
    transform: translateX(-50%);
    z-index: 10;
    padding-left: 3rem;
  }

  .pane .image-car .p-default:nth-child(9) label {
    color: #343741;
  }

  .radiobutton-group {
    justify-content: center;
  }

  .radiobutton-group .case {
    flex-basis: 80%;
  }

  .arch-desck {
    display: none;
  }

  .arch-mobile {
    display: inline;
  }

  .columns-row {
    grid-template-areas:
      "fieldluno"
      "fieldldos"
      "fieldlseis"
      "fieldltres"
      "fieldlcuatro"
      "fieldlcinco"
      "fieldlsiete";
  }

  .columns-row .field:nth-child(1) {
    grid-area: fieldluno;
  }

  .columns-row .field:nth-child(2) {
    grid-area: fieldldos;
  }

  .columns-row .field:nth-child(3) {
    grid-area: fieldltres;
  }

  .columns-row .field:nth-child(4) {
    grid-area: fieldlcuatro;
  }

  .columns-row .field:nth-child(5) {
    grid-area: fieldlcinco;
  }

  .columns-row .field:nth-child(6) {
    grid-area: fieldlseis;
  }

  .columns-row .field:nth-child(7) {
    grid-area: fieldlsiete;
    margin-top: 0;
  }

  .tercer-afec .field:nth-child(5) {
    margin-top: 0;
  }

  .case-4-disclaimer {
    width: 80%;
  }

  .vehicle-type .row .button {
    width: 100%;
    padding-left: 7rem;
    padding-right: 2rem;
    background: transparent no-repeat 2rem center;
    background-size: 3.5rem;
  }
}

.vue-dropzone > .dz-preview .dz-error-message {
  top: 9px !important;
}

.help-box {
  position: relative;
}

.help-box p.help-text {
  text-align: left;
  font-size: 1.1rem;
  width: 90%;
}

.help-box .has-tooltip {
  position: absolute;
  right: 0;
  top: 0;
}

p.countdown {
  position: relative;
  text-align: left;
  font-size: 1rem;
  color: var(--hdi-light-blue);
}

p.countdown .remain {
  position: absolute;
  right: 0;
  color: var(--hdi-red);
}

.align-items-end {
  align-items: end;
}

.date-time-picker .h-100 {
  min-height: auto !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.lh-normal {
  line-height: normal;
}

.vld-shown {
  overflow: hidden;
}

.vld-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}

.vld-overlay.is-active {
  display: flex;
}

.vld-overlay.is-full-page {
  z-index: 9999;
  position: fixed;
}

.vld-overlay .vld-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003960F2 !important;
  background-image: url("../img/loader.svg"), url('../img/logo-loader.svg') !important;
  background-size: 12.5rem, 6rem !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1 !important;
}

.vld-overlay .vld-icon, .vld-parent {
  position: relative;
  display: none;
}

.pane .descrip .vfl-label-on-input {
  top: .5rem !important;
}

.pane .descrip .vfl-label-on-input ~ textarea {
  padding-top: 1.5rem !important;
}
