html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.home .additional-input {
  max-width: 300px;
  padding: 5px;
  margin: 10px auto 0;
  position: relative;
  border-radius: 100px;
  background-color: white;
  height: fit-content;
  z-index: 2;
}
.home .additional-input a {
  text-decoration: none;
}
.home .additional-input.qrscan {
  border: 4px solid rgba(209, 13, 59, 0.7);
}
.home .additional-input.qrscan a {
  color: black;
}
.home .additional-input.peatonal {
  border: 3px solid #08a8da;
}
.home .additional-input.peatonal a {
  color: #08a8da;
}
.home #location_settings {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
  background-color: #eeeeee;
  border-radius: 5px;
}
.home #location_settings img {
  max-height: 25px;
}
.home #location_settings .btn-flags {
  border: none;
}
.home #location_settings .flags-language {
  overflow-y: auto;
  transform: translate3d(-92px, 43px, 0px);
}
.home .how-it-works-wrap {
  background-color: var(--howto-bg, #ffffff);
}
.home .how-it-works {
  padding: 30px 10px;
}
.home .how-it-works h2 {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  color: var(--howto-title-color, #515988);
}
.home .how-it-works .card {
  width: 100%;
  margin: 20px 0;
  padding: 7px 10px 10px;
  font-size: 13px;
  background-color: var(--howto-card-bg, #ffffff);
}
.home .how-it-works .card:last-of-type {
  margin-bottom: 0;
}
.home .how-it-works .card .number {
  font-weight: 700;
  font-size: 25px;
}
.home .how-it-works .card .number#first {
  color: #2F4BAA;
}
.home .how-it-works .card .number#second {
  color: #1C77BF;
}
.home .how-it-works .card .number#third {
  color: #04afdc;
}
.home .how-it-works .card img {
  width: 125px;
  padding-right: 10px;
}
.home .how-it-works .card p {
  margin-bottom: 0;
  color: var(--howto-text-color, #777c85);
}
nav {
  background-color: transparent;
  padding: 10px;
  z-index: 5;
}
nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  height: 45px;
}
#content_wrapper {
  min-height: 100vh;
}
#content_wrapper main {
  margin-top: 15px;
}
#content_wrapper main .white-card-round {
  z-index: 100;
  display: block;
  background: white;
  padding: 20px 20px 10px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  max-width: 75%;
  overflow-y: auto;
  /* Corrections */
}
#content_wrapper main .white-card-round .card-title {
  text-align: center;
  font-weight: 700;
  color: #515988;
  font-size: 20px;
  margin-bottom: 25px;
}
#content_wrapper main .white-card-round .card-subtitle {
  color: #515988;
  margin-top: -25px !important;
}
#content_wrapper main .white-card-round .card-important {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #04afdc;
  vertical-align: text-top;
}
#content_wrapper main .white-card-round .card-important.success,
#content_wrapper main .white-card-round .card-important.success:hover {
  color: green;
}
#content_wrapper main .white-card-round .resume {
  color: #515988;
}
#content_wrapper main .white-card-round .resume .row {
  margin: 5px;
}
#content_wrapper main .white-card-round .resume .row.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}
#content_wrapper main .white-card-round .resume #qr_container {
  margin-bottom: 20px;
}
#content_wrapper main .white-card-round .resume .applied_discounts {
  font-weight: 700;
}
#content_wrapper main .white-card-round .resume .title {
  font-size: 14px;
}
#content_wrapper main .white-card-round .resume .title img {
  height: 16px;
}
#content_wrapper main .white-card-round .resume .total {
  color: black;
  font-weight: 600;
  font-size: 35px;
}
#content_wrapper main .white-card-round .resume .mode-honest {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content_wrapper main .white-card-round .resume .logo-alarm {
  padding-bottom: 15px;
}
#content_wrapper main .white-card-round .resume .description-honest {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #A7D500;
}
#content_wrapper main .white-card-round .resume .subtitle-honest {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
#content_wrapper main .white-card-round .resume #navigate-outside-plate {
  background-color: #A7D500;
  border: none;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group {
  margin: 8px 0;
  position: relative;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group input {
  position: absolute;
  left: 13px;
  top: 13px;
  z-index: 10;
  cursor: pointer;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label {
  padding: 13px;
  width: 100%;
  opacity: 0.8;
  cursor: pointer;
  margin-bottom: 0;
  border: 1px solid grey;
  border-radius: 7px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .label-text {
  margin-left: 25px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .label-text.title {
  font-size: 14px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .label-text.subtitle {
  font-size: 12px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .credit-card-logos {
  position: absolute;
  right: 13px;
  top: 6.5px;
  text-align: right;
  width: 65%;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .credit-card-logos .credit-card-logo {
  width: 10%;
  margin: 0 1px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .credit_card_check_container {
  margin-left: 6px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .credit_card_check_container input[type='checkbox'] {
  position: initial;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label .credit_card_check_container label {
  position: initial;
  border: none;
  padding: 0;
  color: grey;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label input.credit_card_name {
  position: initial;
  margin-top: 6px;
  margin-left: 6px;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group label:hover {
  opacity: 1;
  border: 1px solid grey;
}
#content_wrapper main .white-card-round .resume .payment-method-input-group input:checked + label {
  border: 1px solid #0000ff;
  opacity: 1;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 0px 5px 5px rgba(30, 151, 255, 0.7);
}
#content_wrapper main .white-card-round .payment-method {
  margin-top: 20px;
  padding-top: 8px;
}
#content_wrapper main .white-card-round .payment-method.bottom-padding {
  padding-bottom: 15px;
}
#content_wrapper main .white-card-round .payment-method .title {
  font-weight: 700;
  color: #515988;
  font-size: 18px;
}
#content_wrapper main .white-card-round .payment-method #ticket-sms-send {
  padding-left: 10%;
}
#content_wrapper main .white-card-round .note {
  color: #a0a5bc;
  font-size: 12px;
  margin: 3px 0 15px;
}
#content_wrapper main .white-card-round .separated {
  border-top: 1px solid #D0D6D8;
  padding-top: 20px;
}
#content_wrapper main .white-card-round .btn-disallow {
  opacity: 0.4;
}
#content_wrapper main .white-card-round .btn-disallow:hover {
  background-color: transparent;
  cursor: not-allowed;
}
#content_wrapper main .white-card-round .correction-candidates {
  list-style-type: none;
}
#content_wrapper main .white-card-round .correction-candidates .plate {
  font-weight: bold;
}
#content_wrapper main .ticket {
  z-index: 100;
  position: relative;
  display: block;
  max-width: 320px;
}
#content_wrapper main .ticket .ticket-border {
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
  width: 100%;
  z-index: 10;
  position: relative;
}
#content_wrapper main .ticket .white-card {
  background: white;
  padding: 70px 20px;
}
#content_wrapper main .ticket p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #515988;
}
#content_wrapper.container_mode_honest main .white-card-round {
  max-width: 35%;
}
#content_wrapper.charger_resume main .white-card-round {
  max-width: 100%;
}
#content_wrapper.apply_discount .center-content {
  position: relative;
  z-index: 2;
}
#content_wrapper.stay_resume main .white-card-round .row {
  justify-content: space-between;
}
#content_wrapper.stay_resume main .white-card-round .row .col-6 {
  position: unset;
  width: unset;
  flex: unset;
  max-width: 70%;
  text-align: right;
}
#content_wrapper.stay_resume main .white-card-round .row .title {
  font-weight: 700;
}
#content_wrapper.stay_resume main .white-card-round .row .col-3 {
  padding-left: unset;
  text-align: left;
}
#content_wrapper.stay_resume main .white-card-round .row.total_amount {
  align-items: center;
}
.qr_scan #preview {
  width: 70%;
  height: 65vh;
  background-color: black;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.apply_discount #main_discount_result {
  display: none;
}
.apply_discount #step_ko,
.apply_discount #step_ok {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.apply_discount #qr_scan_discount h2 {
  font-size: 1.5rem;
  text-align: center;
  color: white;
  margin-bottom: 15px;
}
.apply_discount #qr_scan_discount #preview {
  height: 30vw;
  background-color: black;
  border-radius: 15px;
}
.apply_discount #qr_scan_discount #insert_id {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.apply_discount #qr_scan_discount #insert_id #discount_input {
  padding: 10px;
  border-radius: 10px;
  border: none;
  width: 250px;
  max-width: 90%;
  margin-bottom: 10px;
}
.apply_discount #qr_scan_discount #insert_id #submit_discount {
  box-shadow: 0 0 15px rgba(1, 1, 1, 0.5);
  height: 45px;
  padding: 0 20px;
  border-radius: 10px;
}
.check_plate_card .logo {
  width: 70%;
  position: relative;
  z-index: 2;
}
.check_plate_card form {
  margin-top: 30px;
  z-index: 5;
  position: relative;
}
.check_plate_card form label {
  display: block;
  font-size: 18px;
  color: white;
}
.check_plate_card form .input-wrap {
  max-width: 355px;
  margin: 0 auto;
  position: relative;
  border: 5px solid #08a8da;
  border-radius: 100px;
}
.check_plate_card form #plate_field {
  width: 100%;
  border: 0;
  border-radius: 100px;
  height: 60px;
  text-align: center;
  font-size: 40px;
  padding-right: 100px;
}
.check_plate_card form input::placeholder {
  color: #949aab;
  opacity: 0.4;
}
.check_plate_card form #check_plate {
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  border-radius: 100px;
  width: 90px;
  box-shadow: 0 0 15px rgba(244, 38, 73, 0.5);
  background-color: var(--check-btn-bg, #f42649);
  border-color: var(--check-btn-bg, #f42649);
}
.check_plate_card form #check_plate:hover {
  cursor: pointer;
  filter: brightness(0.8);
}
.check_plate_card form .error {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  color: white;
  border-radius: 15px;
  background-color: var(--error-bg, #f42649);
}
.check_plate_card form .error a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.check_plate_card form .error.shown {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 10px;
  margin: 12px 0 12px;
}
.container_mode_honest .honest_mode_header {
  z-index: 100;
  position: relative;
  padding: 20px 20px 10px;
  max-width: 500px;
  min-width: 320px;
}
.container_mode_honest .honest_mode_header .honest_mode_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.container_mode_honest .honest_mode_header .honest_mode_logo .brand_logo {
  z-index: 5;
  position: relative;
  width: 40%;
  max-width: 25%;
}
.container_mode_honest .honest_mode_header .honest_mode_description {
  padding: 20px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.container_mode_honest .honest_mode_header .honest_mode_description h2 {
  font-size: 28px;
  font-weight: bolder;
}
.container_mode_honest .honest_mode_header .honest_mode_description h3 {
  font-size: 20px;
  font-weight: 500;
}
.container_mode_honest .honest_mode_info {
  z-index: 100;
  position: relative;
  display: block;
  padding: 20px 20px 10px;
  max-width: 500px;
  min-width: 320px;
  text-align: center;
}
.container_mode_honest .honest_mode_info h4 {
  font-size: 16px;
  font-weight: 500;
}
.container_mode_honest .honest_mode_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container_mode_honest .honest_mode_form h1 {
  font-size: 40px;
  font-weight: bolder;
}
.container_mode_honest .honest_mode_form h3 {
  font-size: 20px;
  font-weight: 500;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors input,
.container_mode_honest .honest_mode_form .honest_mode_selectors select {
  height: 35px;
  padding-left: 10px;
  border: 1px solid lightgray;
  border-radius: 10px;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors .entry_date_honest_mode,
.container_mode_honest .honest_mode_form .honest_mode_selectors .exit_date_honest_mode {
  align-self: center;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors .select_honest_mode {
  width: 100%;
  background-color: white;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors .select_honest_mode:focus,
.container_mode_honest .honest_mode_form .honest_mode_selectors .select_honest_mode option:not([value=""]):checked {
  color: #000;
  padding-left: 10px;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors .input_honest_mode {
  width: 100%;
  padding-left: 10px;
}
.container_mode_honest .honest_mode_form .honest_mode_selectors .input_honest_mode::placeholder {
  color: #d3d3d3;
}
.container_mode_honest .honest_mode_form .honest_mode_price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.container_mode_honest .honest_mode_form .honest_mode_price_per_minute #collapsable_button_price {
  background-color: transparent;
  color: gray;
  border: none;
  cursor: pointer;
}
.container_mode_honest .honest_mode_form .honest_mode_price_per_minute #price_per_minute {
  padding-top: 20px;
}
.container_mode_honest .honest_mode_form .honest_mode_conditions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.container_mode_honest .honest_mode_form .honest_datetime_selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  padding: 10px;
}
.container_mode_honest .honest_mode_form .honest_checkbox_selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
  padding: 10px;
}
.container_mode_honest .honest_mode_form .honest_checkbox_selector label {
  margin-bottom: 0px;
}
.container_mode_honest .honest_mode_form .input_honest_mode_time {
  border-radius: 5px;
  border-width: 2px;
  border-color: lightgray;
  padding: 10px;
}
.cc-revoke {
  display: none !important;
}
footer {
  background-color: #011b53;
  min-height: 70px;
  display: flex;
  align-items: center;
  z-index: 5;
}
footer .row {
  width: 100%;
}
footer .payment {
  color: #08a8da;
  font-size: 10px;
  text-align: left;
}
footer .payment .pay-logos-wrap {
  display: inline-block;
}
footer .payment .pay-logo {
  margin: 5px;
  max-height: 20px;
}
footer .copyright {
  padding-top: 5px;
  color: #6E77AB;
  font-size: 10px;
}
footer .copyright img {
  margin-left: 10px;
}
footer .copyright .policy_and_conditions {
  display: flex;
  gap: 10px;
}
footer .copyright .policy_and_conditions a {
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
footer .notice-link {
  color: white;
}
footer .notice-link:hover {
  cursor: pointer;
}
#gdpr_wrapper .notice-page,
#cookies_policy_wrapper .notice-page,
#privacy_policy_wrapper .notice-page,
#terms_and_conditions_wrapper .notice-page {
  color: #595c63;
  font-size: 14px;
  line-height: 30px;
}
#gdpr_wrapper .notice-page h1,
#cookies_policy_wrapper .notice-page h1,
#privacy_policy_wrapper .notice-page h1,
#terms_and_conditions_wrapper .notice-page h1,
#gdpr_wrapper .notice-page h2,
#cookies_policy_wrapper .notice-page h2,
#privacy_policy_wrapper .notice-page h2,
#terms_and_conditions_wrapper .notice-page h2,
#gdpr_wrapper .notice-page h3,
#cookies_policy_wrapper .notice-page h3,
#privacy_policy_wrapper .notice-page h3,
#terms_and_conditions_wrapper .notice-page h3,
#gdpr_wrapper .notice-page h4,
#cookies_policy_wrapper .notice-page h4,
#privacy_policy_wrapper .notice-page h4,
#terms_and_conditions_wrapper .notice-page h4,
#gdpr_wrapper .notice-page h5,
#cookies_policy_wrapper .notice-page h5,
#privacy_policy_wrapper .notice-page h5,
#terms_and_conditions_wrapper .notice-page h5 {
  color: #515988;
  margin-bottom: 20px;
  margin-top: 30px;
}
#gdpr_wrapper .notice-page h1,
#cookies_policy_wrapper .notice-page h1,
#privacy_policy_wrapper .notice-page h1,
#terms_and_conditions_wrapper .notice-page h1 {
  margin-top: 40px;
}
/* Profile data form: */
#profile_data .form-group label,
#credentials_data .form-group label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}
/* International Tel Input */
.iti__flag {
  background-image: url("/static/plugins/intl-tel/img/flags.png");
}
textarea,
select,
input,
button {
  outline: none;
}
.fuxia-bg,
.action-btn {
  background-color: #f42649;
  border-color: #d10d3b;
}
.fuxia-bg:hover {
  background-color: #d10d3b;
}
.white-fg,
.action-btn {
  color: white !important;
}
.action-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.action-btn:hover {
  background-color: #d10d3b;
}
.finger {
  cursor: pointer;
}
.div-right {
  border-right: solid 1px;
  border-color: rgba(0, 0, 0, 0.18);
}
.center-content {
  align-items: center;
  margin-bottom: 20px;
}
.center-check-card {
  text-align: center;
  display: flex;
  align-items: center;
}
.center-check-card > .check_plate_card {
  margin: -100px auto 0;
}
.bg-blue {
  background: linear-gradient(135deg, #3344a7 0%, #04aedc 100%);
}
.rotate-180 {
  transform: rotate(180deg);
}
.approved {
  font-weight: 700;
  font-size: 25px;
  color: #00E164;
  display: block;
  margin: 15px 0 25px;
}
.denied {
  font-weight: 700;
  font-size: 25px;
  color: #e10000;
  display: block;
  margin: 15px 0 25px;
}
.initially-hidden {
  display: none;
}
.discreet {
  font-size: 90%;
}
.separated {
  border-top: 1px solid #D0D6D8;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.square-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.square-bg {
  position: absolute;
  border-radius: 70px;
  opacity: 0.3;
  height: 500px;
  width: 500px;
  background: linear-gradient(135deg, rgba(45, 81, 174, 0) 0%, rgba(102, 184, 231, 0) 70%, #7ee4ff 100%);
}
.square-1 {
  top: -380px;
  left: 10px;
  transform: rotate(20deg);
}
.square-2 {
  top: -50px;
  left: 30px;
  transform: rotate(70deg);
}
.square-3 {
  top: 30px;
  right: 20px;
  transform: rotate(5deg);
}
.charger_resume {
  /* Animación con delays por posición */
}
.charger_resume #fountainG {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.charger_resume .fountainG {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0.3);
  animation: bounce_fountainG 1.89s infinite normal;
}
.charger_resume #fountainG .fountainG:nth-child(1) {
  animation-delay: 0.75s;
}
.charger_resume #fountainG .fountainG:nth-child(2) {
  animation-delay: 0.94s;
}
.charger_resume #fountainG .fountainG:nth-child(3) {
  animation-delay: 1.13s;
}
.charger_resume #fountainG .fountainG:nth-child(4) {
  animation-delay: 1.32s;
}
.charger_resume #fountainG .fountainG:nth-child(5) {
  animation-delay: 1.51s;
}
.charger_resume #fountainG .fountainG:nth-child(6) {
  animation-delay: 1.70s;
}
.charger_resume #fountainG .fountainG:nth-child(7) {
  animation-delay: 1.89s;
}
.charger_resume #fountainG .fountainG:nth-child(8) {
  animation-delay: 2.07s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #515988;
  }
  100% {
    transform: scale(0.3);
    background-color: #ffffff;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/static/plugins/intl-tel/img/flags@2x.png");
  }
}
@media (min-width: 769px) {
  .home .hdiw_mobile {
    display: none;
  }
  .home .how-it-works-wrap {
    overflow-y: scroll;
    display: flex;
    align-items: center;
  }
  .home .how-it-works .card {
    display: table;
  }
  .home .how-it-works .card p,
  .home .how-it-works .card img {
    display: table-cell;
    vertical-align: middle;
  }
  #content_wrapper main .white-card-round {
    min-width: 450px;
  }
  footer .policy_and_conditions {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  footer .policy_and_conditions a {
    flex: 0 1 auto;
  }
  footer .poweredby {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .container_mode_honest .honest_mode_header .honest_mode_description h3 {
    font-size: 17px;
  }
  .home .hdiw_mobile #how_it_works_btn {
    position: absolute;
    top: 5px;
    z-index: 10;
    background-color: #97bfe3;
    right: 80px;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    color: black;
  }
  .home .hdiw_mobile #how_it_works_btn img {
    height: 15px;
    margin-bottom: 3px;
    margin-right: 2px;
  }
  .home .hdiw_mobile #how_it_works_btn span {
    color: #011b53;
  }
  .home .hdiw_mobile .modal .modal-content {
    background-color: var(--hdiw-bg, #ffffff);
  }
  .home .hdiw_mobile .modal .modal-title {
    padding-left: 10px;
    color: var(--card-title-color, #515988);
  }
  .home .hdiw_mobile .modal .modal-body {
    font-size: 15px;
  }
  .home .hdiw_mobile .modal .modal-body .card {
    background-color: var(--card-bg, #ffffff);
  }
  .home .hdiw_mobile .modal .modal-body .card img {
    height: 120px;
  }
  .home .hdiw_mobile .modal .modal-body .card p {
    padding: 10px;
    color: var(--card-text-color, #777c85);
  }
  .home #location_settings {
    background-color: #97bfe3;
  }
  .home #location_settings img {
    max-height: 20px;
  }
  .home #location_settings .btn-flags {
    height: 35px;
  }
  #content_wrapper main .white-card-round {
    max-width: 90%;
  }
  #content_wrapper main .white-card-round .card-title {
    font-size: 16px;
  }
  #content_wrapper main .white-card-round .resume {
    font-size: 14px;
  }
  #content_wrapper main .white-card-round .resume .row {
    margin-top: 4px;
    margin-bottom: 0;
  }
  #content_wrapper main .white-card-round .resume .row label {
    text-align: center;
  }
  #content_wrapper main .white-card-round .resume .total {
    font-size: 21px;
  }
  #content_wrapper main .white-card-round .payment-method {
    margin-top: 15px;
    padding-top: 15px;
  }
  #content_wrapper.container_mode_honest main .white-card-round {
    max-width: 90%;
  }
  #content_wrapper.container_mode_honest main .white-card-round #profile_data .form-group {
    text-align: left;
  }
  #content_wrapper.container_mode_honest main .white-card-round #price_container {
    font-size: 30px;
  }
  #content_wrapper.container_mode_honest main .white-card-round .honest_mode_selectors input,
  #content_wrapper.container_mode_honest main .white-card-round .honest_mode_selectors select {
    height: 30px;
  }
  .check_plate_card .logo {
    width: 90%;
  }
  .check_plate_card form .input-wrap #plate_field {
    height: 38px;
    font-size: 26px;
    padding-right: 37px;
  }
  .check_plate_card form .input-wrap #check_plate {
    height: 33px;
    width: 55px;
    top: 2px;
  }
  .center-check-card > .check_plate_card {
    margin: 0;
  }
  #discount_result {
    top: 30vh;
  }
  .qr_scan #preview {
    width: 90%;
    height: 60vh;
  }
  .white-card-round::-webkit-scrollbar {
    width: 10px;
  }
  .white-card-round::-webkit-scrollbar-track {
    background: #d4d4d4;
    border-radius: 5px;
  }
  .white-card-round::-webkit-scrollbar-thumb {
    background: #011b53;
    border-radius: 5px;
  }
  .apply_discount #qr_scan_discount h2 {
    font-size: 18px;
  }
  .apply_discount #qr_scan_discount #preview {
    width: 80%;
    height: 65vw;
  }
  .dontshow_mobile {
    display: none;
  }
  .square-wrap #square-1 {
    top: -260px;
    left: -100px;
    transform: rotate(20deg);
  }
  .square-wrap #square-2 {
    top: 100px;
    left: 10px;
    transform: rotate(70deg);
  }
  footer {
    padding: 15px 0;
  }
  footer .row {
    margin: 0 auto;
  }
  footer .row .payment {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #515988;
    text-align: center;
  }
  footer .row .copyright .policy_and_conditions {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .row .copyright .policy_and_conditions a {
    flex: 1 1 45%;
  }
  footer .row .copyright .poweredby {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
  footer .row .copyright img {
    max-width: 100px;
  }
  #gdprModal .modal-content h4,
  #privacypolicyModal .modal-content h4,
  #cookiespolicyModal .modal-content h4,
  #termsandconditionsModal .modal-content h4 {
    padding-top: 5px;
  }
  #gdprModal .modal-content .notice-page h5,
  #privacypolicyModal .modal-content .notice-page h5,
  #cookiespolicyModal .modal-content .notice-page h5,
  #termsandconditionsModal .modal-content .notice-page h5 {
    margin-top: 5px;
  }
  .honest_mode_form {
    gap: 11px;
  }
  .honest_mode_form h1 {
    font-size: 30px;
  }
  .honest_mode_form .honest_mode_selectors label {
    margin-bottom: 2px;
  }
}
@media (max-width: 400px) {
  .payment-method-input-group label {
    padding: 13px 8px;
  }
  .payment-method-input-group label .credit-card-logos {
    position: relative;
    width: 100%;
    text-align: left;
    margin: -5px 0 5px 25px;
  }
  .payment-method-input-group label .credit-card-logos .credit-card-logo {
    margin: 0;
    min-width: 35px;
  }
}
