/*********** Header ***********/
.offer-page .offer-header {
  background-color: #ADE2B4;
  margin-top: 3rem;
  padding: 1.75rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media(min-width: 768px) {
  .offer-page .offer-header {
    padding: 2.438rem 1rem .75rem 1rem;
  }
}

.offer-page .offer-header .title {
  color: #1D4A76;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.28px;
  margin-bottom: 1.188rem;
  text-align: center;
}

@media(min-width: 768px) {
  .offer-page .offer-header .title {
    font-size: 2.25rem;
    letter-spacing: -0.36px;
    margin-bottom: 2rem;
  }
}

.offer-page .offer-header .subtitle {
  color: #1D4A76;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
}

/*********** Result ***********/
.offer-page .offer-result {
  overflow: auto;
  margin-bottom: 6.8125rem;
}

@media(min-width: 1024px) {
  .offer-page .offer-result {
    margin-bottom: 0;
  }
}

.offer-page .offer-result .responsive-enabled {
  border: 1px solid rgba(0, 0, 0, 0.93);
  border-top: 0;
  max-width: 100%;
  width: 100%;
}

@media(max-width: 768px) {
  .offer-page .offer-result .responsive-enabled {
    zoom: 0.6;
  }
}

@media(max-width: 576px) {
  .offer-page .offer-result .responsive-enabled {
    zoom: 0.5;
  }
}

/*** Head Table ***/
.offer-page .offer-result .responsive-enabled thead tr {
  background-color: #1D4A76;
  padding: 0 2.125rem;
}

.offer-page .offer-result .responsive-enabled thead th {
  border: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  padding: 1rem;
  text-align: center;
}

.offer-page .offer-result .responsive-enabled thead th:first-child {
  padding-left: 2.125rem;
}

.offer-page .offer-result .responsive-enabled thead th:last-child {
  padding-right: 2.125rem;
}

/*** Body Table ***/

.offer-page .offer-result .responsive-enabled tbody td {
  border: 0;
  padding: 1rem;
  text-align: center;
  width: 255px;
}

.offer-page .offer-result .responsive-enabled tbody td:nth-child(2) {
  text-align: left;
}

.offer-page .offer-result .responsive-enabled tbody td:first-child {
  padding-left: 2.125rem;
}

.offer-page .offer-result .responsive-enabled tbody td:last-child {
  padding-right: 2.125rem;
}

/****** Popup Confirmation ******/
.offer-confirmation-message {
  padding-right: 0 !important;
}

.offer-confirmation-message .modal-content {
  overflow: hidden;
}

.offer-confirmation-message .modal-header {
  padding: .8rem;
}

.offer-confirmation-message .modal-header .pop-up-message--title {
  color: #185280;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  width: 100%;
}

@media(min-width: 768px) {
  .offer-confirmation-message .modal-header .pop-up-message--title {
    text-align: left;
  }

  .offer-confirmation-message .modal-body {
    padding-bottom: 3rem;
  }
}

.offer-confirmation-message .modal-body .field-image {
  justify-content: center;
  display: flex;
}

.offer-confirmation-message .modal-body h2 {
  color: #104A7A;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}

@media(min-width: 768px) {
  .offer-confirmation-message .modal-body h2 {
    font-size: 24px;
    margin-bottom: .1rem;
  }
}

.offer-confirmation-message .modal-body img {
  max-width: 13.875rem;
  width: 100%;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .offer-confirmation-message .modal-body img {
    max-width: 19.688rem;
    margin-bottom: 0.5rem;
  }

  .offer-confirmation-message .modal-body .field-description {
    max-width: 25rem;
    margin: 0 auto;
  }
}

.offer-confirmation-message .modal-body .field-description p {
  color: #6A6A6A;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

@media(min-width: 768px) {
  .offer-confirmation-message .modal-body .field-description p {
    font-size: 16px;
    padding: 0 26px;
  }
}

.offer-confirmation-message .modal-body .offer-actions {
  align-items: center;
  background-image: url('../images/imagen-popup.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.offer-confirmation-message .modal-body .offer-actions input {
  color: #004B7A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 20.8px;
  max-width: max-content;
  padding: 15px 90px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

@media(min-width: 768px) {
  .offer-confirmation-message .modal-body .offer-actions input {
    font-size: 16px;
  }
}

.offer-confirmation-message .modal-body .offer-actions input:hover {
  color: #aee4b5;
}

.offer-confirmation-message .modal-body .offer-actions .cancel-offer {
  cursor: pointer;
  color: #185280;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.2px;
}

@media(min-width: 768px) {
  .offer-confirmation-message .modal-body .offer-actions .cancel-offer {
    font-size: 12px;
  }
}

.error-no-visit span {
  display: none;
  margin-bottom: 22px;
}