/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* 0. Variabili */
/* 1. Normalize */
/* 2. Typography */
/* 3. Form control */
/* 4. Login/Registrazione */
/* 5. Dashboard */
/* 6. Completamento profilo */
/* 7. Misc */
/* 8. Layout loop avvocati */
/* 9. Layout single avvocato */

/* 0. Variabili */
:root {
    --primary-color: #1967D2;
    --primary-hover-color: #EFF4FC;
    --bg-color-1: #F5F7FC;
    --bg-color-white: #fff;
    --bg-color-green: #34A853;
    --box-shadow-1: 0 6px 15px 0 #404F6810;
    --text-color-1: #696969;
    --text-color-2: #202124;
}

/* 1. Normalize */
#site-footer {
    display: none !important;
}
.visible {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all .2s ease;
}
.nascosto {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.elementor-pagination {
    text-align: center !important;
    margin-top: 30px;
}
.elementor-pagination span,
.elementor-pagination a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    transition: all .25s ease;
}
.elementor-pagination span.current,
.elementor-pagination a.current,
.elementor-pagination span:hover,
.elementor-pagination a:hover {
    background-color: var(--primary-color);
    color: var(--bg-color-white);
}
.elementor-pagination span.prev,
.elementor-pagination span.next {
    background-color: transparent !important;
    color: #696969 !important;
}
.elementor-sticky--effects {
    background-color: white !important;
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
}
.disabilitato {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
    color: var(--bg-color-green, orange);
}
a.btn {
    padding: 17px 30px;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var( --e-global-color-a3466a1 );
    background-color: var( --e-global-color-primary );
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    transition: 0.25s ease;
}
a.btn:hover {
    color: var( --e-global-color-primary );
    background-color: #1967D210;
}
.border-8 {
    border-radius: 8px !important;
}
.gform_title {
    display: none !important;
}

/* 2. Typography */

/* 3. Form control */
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid var(--bg-color-1) !important;
    border-radius: 8px;
    padding: 1rem;
    background-color: var(--bg-color-1) !important;
    color: var(--text-color-1) !important;
    font-size: 15px;
}
.ginput_container input[type=date],
.ginput_container input[type=email],
.ginput_container input[type=number],
.ginput_container input[type=password],
.ginput_container input[type=search],
.ginput_container input[type=tel],
.ginput_container input[type=text],
.ginput_container input[type=url],
.ginput_container select,
.ginput_container textarea {
    border: 1px solid var(--primary-color) !important;
    color: var(--text-color-2) !important;
    font-size: 15px !important;
    height: 55px !important;
}
.gform_wrapper.gravity-theme .gfield_label.gform-field-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
}
#input_1_18 {
    width: 100%;
}
#gf_coupon_code_1 {
    width: calc(100% - 160px);
}
.gform_legacy_markup_wrapper #gf_coupon_info table, .gravity-theme #gf_coupon_info table {
    width: 100% !important;
}
.gform_legacy_markup_wrapper #gf_coupon_info .gf_coupon_item td, .gravity-theme #gf_coupon_info .gf_coupon_item td {
    border-bottom: 1px solid var(--primary-color);
    background-color: transparent;
}
.gform_wrapper.gravity-theme .gfield_description {
    padding-top: 0 !important;
}
.totale-pagamento .ginput_container input[type="text"] {
    border: none !important;
    border-bottom: 3px solid var(--primary-color) !important;
    color: var(--bs-primary) !important;
    opacity: 1 !important;
    font-weight: 700;
    font-size: 30px !important;
    padding: 0;
}
.paypal-button-container {
    max-width: 100%;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: var(--primary-color);
    box-shadow: var(--box-shadow-1);
    color: var(--text-color-1);
    background-color: var(--bg-color-white) !important;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.form-label {
    color: var(--text-color-2);
}
.input-group .input-group-text {
    border: none;
    background-color: var(--bg-color-1);
    padding: 1rem;
}
.input-group .input-group-text i {
    color: var(--primary-color);
    opacity: 0.7;
}
.required {
    color: #940000;
}
.password-control {
    cursor: pointer;
}
.form-tip {
    font-size: 12px;
    line-height: 16px;
}
input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="number"]:read-only {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}
.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection {
    border: none !important;
    background-color: rgb(245, 247, 252);
    padding: 1rem 2.25rem 1rem 0.75rem;
}
.char-count {
    position: absolute;
    right: 0;
    bottom: -25px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
    transition: all .2s ease;
}
.char-count.char-count-error {
    background-color: #ffdada;
}
.facet-wrap .facetwp-facet {
    margin-bottom: 20px;
}
.facet-wrap .fs-wrap {
    width: 100%;
}
.facet-wrap .fs-label-wrap {
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    background-color: white;
}
.facet-wrap .fs-label-wrap .fs-label {
    padding: 22px 30px 22px 40px;
}
.facet-wrap .fs-label-wrap .fs-arrow {
    border: none;
    font-family: 'Avvocato-Como' !important;
    font-size: 18px;
    width: 18px;
    height: 18px;
}
.facet-wrap .fs-label-wrap .fs-arrow:after {
    content: "\e90f";
}
.facet-wrap .fs-dropdown {
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 10px;
    border: none;
    background-color: #F0F5F7;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.facet-wrap .fs-dropdown .fs-search {
    padding: 0;
    background-color: transparent;
    margin-bottom: 12px;
}
.facet-wrap .fs-dropdown .fs-search input {
    background-color: var(--bg-color-white) !important;
    border-radius: 9px;
    padding: 12px 15px;
}
.facet-wrap .fs-dropdown .fs-options .fs-option {
    padding: 12px 8px;
    display: flex;
}
.facet-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox {
    position: relative;
}
.facet-wrap .fs-label-wrap:before {
    font-family: 'Avvocato-Como';
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 18px;
    top: 19px;
    left: 13px;
}
.facetwp-facet-comune .fs-label-wrap:before {
    content: '\e907';
}
.facetwp-facet-aree_giuridiche .fs-label-wrap:before {
    content: '\e913';
}

/* 4. Login/Registrazione */
.form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 40px;
}
input.role-radio {
    display: none !important;
}
.radio-btn-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.radio-button {
    padding: 20px;
    background-color: #34A85315;
    color: var(--bg-color-green);
    cursor: pointer;
    font-size: 15px;
    border-radius: 8px;
    flex: 1;
    text-align: center;
    transition: all .25s ease;
}
.radio-button i {
    font-size: 18px;
}
input.role-radio:checked + .radio-button {
    background-color: var(--bg-color-green);
    color: #fff;
}
#password-indicator {
    font-size: 13px;
    color: #58151c;
    background-color: #f8d7da;
    padding: 10px;
    line-height: 18px;
}
.piva-counter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    color: #333;
    z-index: 5;
    line-height: 11px;
    padding: 5px;
    background-color: transparent;
    opacity: 0.5;
    border-bottom-right-radius: 8px;
    transition: all .2s ease;
}
.piva-counter.max-length {
    background-color: red;
    color: white;
}
.bg-login .elementor-widget-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 42.665%;
}
.conferma {
    text-align: center;
}
.menu-profilo {
    position: relative;
}
.avatar-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.avatar-wrapper img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.avatar-wrapper .avatar-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bg-color-1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar-wrapper .avatar-icon i {
    font-size: 25px;
    color: var(--primary-color);
}
.avatar-wrapper .avatar-name {
    font-size: 15px;
    color: var(--text-color-2);
}
.avatar-wrapper i {
    color: var(--text-color-2);
}
.menu-profilo .submenu {
    position: absolute;
    width: 180px;
    right: 0;
    top: 40px;
    background-color:var(--bg-color-1);
    border-radius: 8px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 5px 0 #1965D226;
    transition: all .5s ease;
}
.menu-profilo:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.menu-profilo .submenu ul {
    list-style: none;
    padding: 0;
}
.menu-profilo .submenu ul a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}
.menu-profilo .submenu ul a:hover {
    background-color: var(--primary-color);
    color: var(--bg-color-1);
}
.menu-profilo .submenu ul a i {
    margin-right: 10px;
}

/* 5. Dashboard */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    background-color: #f8f9fa;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 180px 0 0;
}
.container-fluid.bacheca {
    background-color: #E5EBF5;
    padding: 0 0 0 350px;
    min-height: calc(100vh - 110px);
}
.bacheca .content {
    padding: 60px;
}
.endpoints-bacheca {
    list-style: none;
    padding: 0 50px;
}
.endpoints-bacheca .endpoint {
    margin-bottom: 5px;
    border-radius: 8px;
    overflow: hidden;
}
.endpoints-bacheca .endpoint a {
    color: var(--text-color-1);
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    line-height: 15px;
    display: flex;
    align-items: center;
    padding: 15px;
    transition: all .3s ease;
}
.endpoints-bacheca .endpoint a:hover,
.endpoints-bacheca .endpoint a.active {
    background-color: rgba(25, 102, 210, 0.1);
    color: var(--primary-color);
}
.endpoints-bacheca .endpoint a i {
    font-size: 20px;
    margin-right: 20px;
}
.stat-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stat-wrapper .icona {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stat-wrapper .icona i {
    font-size: 30px;
}
.stat-wrapper .dati {
    text-align: right;
}
.stat-wrapper .dati .number {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 5px;
}
.stat-wrapper .dati h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.chart-header h6 {
    margin: 0;
}
.chart-header #time-range {
    max-width: 280px;
}
.richieste-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.richieste-wrapper .single-richiesta  {
    display: flex;
    flex-direction: row;
    width: calc(50% - 10px);
    border: 1px solid #ECEDF2;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .25s ease;
}
.richieste-wrapper .single-richiesta:hover {
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}
.richieste-wrapper .single-richiesta .id-number {
    width: 90px;
    height: 90px;
    background-color: rgba(25, 102, 210, 0.2);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    flex: 0 0 90px;
}
.richieste-wrapper .single-richiesta .meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.richieste-wrapper .single-richiesta .titolo div:first-child {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color-2);
}
.richieste-wrapper .single-richiesta .titolo div:last-child {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-1);
}
.richieste-wrapper .single-richiesta .titolo div:last-child span {
    margin-right: 10px;
}
.richieste-wrapper .single-richiesta .titolo div:last-child span i {
    margin-right: 5px;
}
.richieste-wrapper .single-richiesta .anteprima {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-color-2);
    line-height: 16px;
}
.campo-richiesta-wrapper {
    position: relative;
    border: 1px solid rgba(26, 102, 209, 0.3);
    border-radius: 8px;
    padding: 0 15px;
}
.campo-richiesta-wrapper .label-richiesta {
    position: absolute;
    top: -11px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    font-size: 13px;
    color: var(--text-color-1);
}
.campo-richiesta-wrapper h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color-2);
    max-height: 150px;
}
.campo-richiesta-wrapper.richiesta-richiesta h5 {
    overflow-x: hidden;
    overflow-y: auto;
}


/* 6. Completamento profilo */
.menu-steps-wrapper {
    background-color: var(--bg-color-1);
    border-radius: 8px;
    padding: 40px 30px;
}
.menu-steps-wrapper ul {
    list-style: none;
    padding: 0;
    position: relative;
}
.menu-steps-wrapper ul:before {
    content: '';
    border-left: 1px dashed #ced0da;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    z-index: 1;
}
.menu-steps-wrapper ul li {
    display: flex;
    z-index: 2;
    position: relative;
}
.menu-steps-wrapper ul li:not(:last-child) {
    margin-bottom: 35px;
}
.menu-steps-wrapper ul li .step-number {
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    background-color: var(--bg-color-white);
    text-align: center;
    border-radius: 8px;
    line-height: 40px;
}
.menu-steps-wrapper ul li.step-corrente .step-number {
    color: var(--bg-color-white);
    background-color: var(--primary-color);
}
.menu-steps-wrapper ul li .step-texts {
    display: flex;
    flex-flow: column;
    margin-left: 20px;
}
.menu-steps-wrapper ul li .step-texts .step-title {
    font-size: 18px;
    color: #3F4254;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.menu-steps-wrapper ul li .step-texts .step-desc {
    font-size: 14px;
    color: #A1A5B7;
    line-height: 14px;
    font-weight: 400;
}
.steps-wrapper {
    width: 100%;
}
.steps-wrapper h5 {
    text-align: center;
    margin-bottom: 40px;
}
.steps-wrapper .form-box {
    background-color: var(--bg-color-white);
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    margin-bottom: 40px;
    padding: 50px 40px;
    border: 1px solid #ECEDF2;
    width: calc(100% - 2px);
}
.custom-file {
    text-align: center;
}
.custom-file-input {
    display: none;
}
.custom-file-label {
    font-family: 'Jost', Sans-serif;
    border: none;
    background-color: var(--primary-color);
    padding: 17px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    color: var(--bg-color-white);
    transition: all .25s ease;
}
.custom-file-label:hover {
    color: var( --e-global-color-primary );
    background-color: #1967D210;
}
.image-preview {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto 30px;
    background-position: center center;
    background-size: cover;
    display: none;
}
.accettati,
.rifiutati {
    position: relative;
}
.accettati:after,
.rifiutati:after {
    color: var(--bg-color-white);
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
    border-radius: 4px;
}
.accettati:after {
    background-color: #166216;
    content: 'Immagini accettate';
}
.rifiutati:after {
    background-color: #972e2e;
    content: 'Immagini rifiutate';
}
.area-giuridica {
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    padding: 5px 10px;
    margin-bottom: 3px;
}
.area-giuridica.area-child {
    margin-left: 30px;
}
.btn-group,
.btn-group-vertical {
    width: 200px;
}
.area-giuridica .area-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color-2);
    line-height: 30px;
}
.area-giuridica .area-desc {
    margin: 10px 0 30px;
    display: none;
}
.elementor-widget-tabs .elementor-tabs-wrapper {
    display: flex;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    border-radius: 8px !important;
    background-color: rgba(25, 102, 210, 0.1);
    margin-right: 15px;
    transition: all .3s ease;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:hover {
    background-color: var(--primary-color);
    color: var(--bg-color-1) !important;
}

/* 7. Misc */
.spinner-grow,
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
/* Widget punti hero section */
.hero-title h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
}
.hero-title h1 span {
    color: var(--primary-color);
    margin-right: 15px;
    display: inline-block;
    text-align: right;
}
.hero-points-wrapper {
    position: relative;
    z-index: 3;
}
.hero-points-wrapper .single-hero-point {
    background-color: white;
    border-radius: 8px;
    display: flex;
    padding: 20px 25px;
    align-items: center;
    gap: 20px;
    position: absolute;
    box-shadow: 0 40px 30px rgba(25, 25, 46, 0.05);
}
.hero-points-wrapper .single-hero-point:nth-child(1) {
    top: -7rem;
    left: -12rem;
}
.hero-points-wrapper .single-hero-point:nth-child(2) {
    right: -8rem;
    bottom: -22rem;
}
.hero-points-wrapper .single-hero-point:nth-child(3) {
    bottom: -34rem;
    left: -7rem;
}
.hero-points-wrapper .single-hero-point .icona {
    background-color: #1965D221;
    color: #1965D2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}
.hero-points-wrapper .single-hero-point .icona i {
    font-size: 25px;
    line-height: 50px;
}
.hero-points-wrapper .single-hero-point .title-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}
.hero-points-wrapper .single-hero-point .title-wrapper h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.hero-points-wrapper .single-hero-point .title-wrapper h4 p {
    margin: 0;
}
/* Widget lista aree home */
.area-home-parent {
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: white;
    box-shadow: none;
    transition: all .3s ease;
}
.area-home-parent:hover {
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
}
.area-home-parent .area-home-icon {
    width: 60px;
    height: 60px;
    background-color: var(--bs-primary);
    border-radius: 8px;
    flex-basis: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-home-parent .area-home-icon i {
    font-size: 36px;
    color: var(--bg-color-white);
}
.area-home-parent .area-home-title {
    flex: 1;
}
.area-home-parent .area-home-title h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.area-home-parent .area-home-title h4 a {
    display: block;
}
.area-home-parent .area-home-title h5 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    background-color: #F9AB0050;
    padding: 5px 15px;
    border-radius: 8px;
    width: 180px;
    text-align: center;
    transition: all .3s ease;
}
.area-home-parent .area-home-title h5:hover {
    color: #000;
    background-color: #F9AB00;
}
.area-home-parent .aree-home-sub {
    flex-basis: 100%;
    padding: 20px 0 0;
    display: none;
}
.area-home-parent .aree-home-sub ul {
    list-style: none;
    padding: 0;
}
.area-home-parent .aree-home-sub ul li {
    background-color: #1966d223;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
    transition: all .3s ease;
}
.area-home-parent .aree-home-sub ul li:hover {
    background-color: var(--primary-color);
}
.area-home-parent .aree-home-sub ul li:last-child {
    margin-bottom: 0;
}
.area-home-parent .aree-home-sub ul li a {
    display: block;
    padding: 5px 10px;
    color: var(--primary-color);
    transition: all .3s ease;
}
.area-home-parent .aree-home-sub ul li a:hover {
    color: var(--bg-color-white);
}

/* 8. Layout loop avvocati */
.address-avvocato i {
    font-size: 18px;
}
.address-avvocato {
    font-size: 14px;
}
.lista-aree {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.lista-aree .single-area a {
    font-size: 13px;
    font-weight: 400;
    color: var(--primary-color);
    background-color: rgba(25, 102, 210, 0.15);
    padding: 6px 20px;
    border-radius: 20px;
}
.loop-bookmark .bookmark-btn {
    position: absolute;
    right: 0;
    top: -122px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    line-height: 32px;
    transition: all .25s ease;
}
.loop-bookmark .bookmark-btn:hover {
    color: var(--bg-color-white);
    background-color: var(--primary-color);
}
.loop-bookmark [data-bookmarked="true"] {
    color: var(--bg-color-1);
    background-color: var(--primary-color);
}
.loop-bookmark [data-bookmarked="false"] {
    color: var(--primary-color);
    background-color: rgba(25, 103, 210, 0.07);
}

/* 9. Layout single avvocato */
.single-avvocato .address-avvocato {
    text-align: center;
    margin-top: 10px;
}
.cta-button {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cta-button .bookmark-btn {
    font-size: 18px;
    width: 49px;
    height: 49px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    line-height: 50px;
    transition: all .25s ease;
}
.cta-button .bookmark-btn:hover {
    color: var(--bg-color-white);
    background-color: var(--primary-color);
}
.cta-button [data-bookmarked="true"] {
    color: var(--bg-color-1);
    background-color: var(--primary-color);
}
.cta-button [data-bookmarked="false"] {
    color: var(--primary-color);
    background-color: rgba(25, 103, 210, 0.07);
}
.cta-button .report-btn {
    font-size: 18px;
    color: #D93025;
    border: 1px solid #D93025;
    background-color: transparent;
    width: 47px;
    height: 47px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    line-height: 50px;
    transition: all .25s ease;
}
.cta-button .report-btn:hover {
    color: var(--bg-color-white);
    background-color: #D93025;
}
.main-aree .area-single {
    border: 1px solid #F9AB00;
    background-color: rgba(249, 171, 0, 0.15);
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px 30px;
}
.main-aree .area-single h4 {
    font-size: 16px;
    font-weight: 500;
    color: #b87e00;
    margin: 0 0 20px;
    border-bottom: 1px solid #F9AB00;
    padding-bottom: 15px;
}
.secondary-aree {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.secondary-aree .area-single {
    border: 1px solid #1967D2;
    background-color: rgba(25, 103, 210, 0.15);
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 18px 12px;
    flex-grow: 1;
    text-align: center;
    max-width: 300px;
    width: 300px;
}
.secondary-aree .area-single h5 {
    font-size: 16px;
    font-weight: 500;
    color: #1967D2;
    margin: 0;
}

/* 10. Barra ricerca home */
#search-avvocati-form {
    background-color: var(--bg-color-white);
    padding: 20px 25px;
    border-radius: 8px;
}
#search-avvocati-form .search-submit {
    padding: 5px 30px;
}
#search-avvocati-form .search-submit small {
    font-weight: 400;
    margin-top: -4px;
    display: block;
}

/* 11. Datatable */
.dataTables_wrapper {
    margin-top: 35px;
}
.dt-row {
    margin-top: 20px;
}
table.dataTable thead {
    border: none;
}
table.dataTable thead tr {
    border: none;
}
table.dataTable thead tr th,
table.dataTable thead tr th.sorting {
    border: none;
    padding: 22px 15px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border-block-start: none !important;
    background-color: var(--bg-color-1);
}
table.dataTable thead tr th:first-child {
    border-radius: 8px 0px 0px 8px;
}
table.dataTable thead tr th:last-child {
    border-radius: 0px 8px 8px 0px;
}
table.dataTable tbody tr {
    background-color: transparent;
    transition: all .3s ease;
}
table.dataTable tbody tr:hover {
    background-color: var(--bg-color-1);
}
table.dataTable.table-striped > tbody > tr > * {
    box-shadow: none !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ECEDF2;
}
table.dataTable tbody tr td {
    padding: 25px 15px;
    vertical-align: middle;
}
table.dataTable tbody tr td .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color-2);
    margin-bottom: 5px;
}
table.dataTable tbody tr td .comune {
    font-size: 14px;
    font-weight: 400 !important;
    color: var(--text-color-1);
}
table.dataTable tbody tr td .comune i {
    margin-right: 5px;
}
.action-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.action-btn div,
.action-btn a {
    height: 30px;
    background-color: rgba(26, 102, 209, 0.1);
    flex: 1;
    border-radius: 8px;
    color: var(--primary-color) !important;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 30px;
}
.action-btn div:hover,
.action-btn a:hover {
    background-color: var(--primary-color);
    color: var(--bg-color-1) !important;
}
.action-btn a.disabilitata {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}
table.dataTable.no-footer {
    border: none;
}
.dataTables_wrapper .form-select {
    background-position: right 0.25rem center;
}
.dataTables_wrapper .dataTables_length select {
    padding-right: 15px;
} 
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 5px;
    padding: 0;
    border: none !important;
    background: transparent !important;
}
.dataTables_wrapper .page-item .page-link {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-color: transparent;
    transition: all .3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}
.dataTables_wrapper .page-item .page-link:hover,
.dataTables_wrapper .page-item.active .page-link {
    background-color: var(--primary-color);
    color: var(--bg-color-1);
}
.dataTables_wrapper .page-item.disabled {
    opacity: 0.15;
}
