/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.prices-table {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.update-icon {
    width: 20px;
    height: 20px;
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6c757d;
    color: #fff;
    font-size: 1em;
}
.modal-prices {
    overflow: hidden;
}

.custom-checkbox {
    flex: 0 0 8.333333333%;
    max-width: 4.333333333%;
}


.titlelegal > b{
   font-weight: 400 !important;
}

#empresa-section{
    a {
      text-decoration-line: underline;
    }
}

.textd-info-input {
  font-size: 12px;
  line-height: 16px;
  font-weight: $font-primary-medium;
  margin-top: 2px;
}

.alta-bannos p.formTextErr {
  margin-bottom: 0;
}

.alta-aseos p.formTextErr {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .superficie-m2 {
    margin-bottom: 20px;
  }

  .superficie-m2 p.formTextErr {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .alta-bannos .box-autocompletable-select {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .alta-aseos .box-autocompletable-select {
    margin-bottom: 0;
  }
}