/* 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;
    }
}
#particular-section{
    a {
      text-decoration-line: underline;
    }
}