@media (max-width: 1024px) {
    #brx-content {
        overflow-x: hidden;
    }
    .state-container {
        display: none;
    }
    .pagarent label {
        font-size: 13px !important;
    }
    .pagarent .select2-container--default .select2-selection--single,
    .pagarent input[type="text"],
    .pagarent input[type="tel"],
    .pagarent input[type="email"],
    .pagarent input[type="date"],
    .pagarent .form-control {
        height: 50px !important;
        border-radius: 15px !important;
        background: transparent !important;
        color: var(--white60) !important;
    }
    .pagarent input[type="date"]::placeholder {
        color: var(--white60) !important;
    }
    .layout-navbar .navbar-nav-right {
        width: 100%;
    }
    .search-section-list li {
        margin:15px 0px;

    }
    .breadcrumsHead {
        margin: 20px 0 0 0 !important;
        padding-bottom: 0px !important;
        .breadcrumbs {
            .white40:nth-child(2) {
                display: none!important;
            }
            /*.col-auto:not(:first-child) {
                display: none !important;
            }*/
            justify-content: space-between!important;
            .no-mob:not(.d-none) {
                display: flex!important;
            }
            .col {
                display: none !important;
            }
            .col-auto .btn {
                font-size:0!important;
                
                width: 38px;
                i {
                    margin-inline:auto!important;
                }
            }
            a.active {
                color: var(--white90) !important;
            }
            a[href="/dashboard"] {
                color: var(--white90) !important;
            }
        }
    }
    .card,
    .card::after,
    .card::before {
        border-radius: 30px !important;
    }
    .search-inp,
    .reset-filters {
        border-radius: 15px !important;
        height: 50px !important;
        font-size: 12px !important;
    }
    .card::after,
    .card::before {
        display: none;
    }
    .container-p-y.container-fluid.p-0 {
        .row.p-0:nth-child(2) {
            margin-top: 5px !important;
        }
    }
    #brxe-ikaryn {
        padding: 0px !important;
    }
    #brxe-gsnrma {
        display: none;
    }
    #brxe-xpjsjm {
        padding-top: 0px !important;
        padding-inline: 10px !important;
    }
    .nav-container {
        background: #000306 !important;
        box-shadow: none !important;
        backdrop-filter: unset !important;
    }
    .card {
        background: var(--backgroundAccordion) !important;
    }
    .no-mob,
    .d-flex.no-mob {
        display: none !important;
    }
    .menuMobile,
    .alertMobile {
        display: flex !important;
    }
    .no-desktop {
        .pagaicon {
            max-width: 25px;
        }
    }
    .iconMobile {
        border-radius: 23.5px;
        border: 1px solid var(--white20);
        background: var(--cardBackground);
        display: flex;
        width: 46px;
        height: 46px;
        padding: 13px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    #layout-navbar {
        flex: 1;
        border-radius: 30px;
        border: 1px solid var(--white20);
        background: linear-gradient(0deg, var(--cardBackground) 0%, var(--cardBackground) 100%), #404442;
        display: flex;
        width: 46px;
        height: 46px;
        min-height: 46px;
        padding: 13px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        box-shadow: none;

        ul {
            display: none;
        }
        .ti-search {
            margin-left: 10px !important;
        }
    }
    .menuSideMobile {
        position: fixed;
        overflow-y: auto;
        left: -200%;
        top: 0;
        min-height: 100%;
        width: 80%;
        background: linear-gradient(
            142deg,
            #202020 26.67%,
            rgba(26, 26, 26, 0.35) 82.22%
        );
        box-shadow: 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.5) inset,
            2px 2px 1px -2px #b3b3b3 inset, -2px -2px 1px -2px #b3b3b3 inset,
            0 0 0 1px #999 inset, 0 0 22px 0 rgba(242, 242, 242, 0.5) inset;
        backdrop-filter: blur(15px);
        z-index: 999999;
        display: inline-flex;
        height: 250px;
        padding: 20px 20px;
        padding-bottom: 100px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 8px;
        transition: left 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);

        .menu-link {
            width: 100%;
        }
        .menu-link .sub-menu i {
            padding-left:15px;
        }
        .userCard {
            margin: 20px 0;
            display: flex;
            width: 100%;
            padding: 20px;
            flex-direction: column;
            justify-content: center;
            align-items: start;
            gap: 10px;
            border-radius: 20px;
            border: 1px solid var(--white30);
            background: var(--backgroundAccordion);
            box-shadow: -2px 4px 4px 0 rgba(0, 0, 0, 0.25);
            background-image: url(/wp-content/plugins/pagarent/incl/assets/usercardlogo.png);
            background-repeat: no-repeat;
            background-position: bottom right;
            background-size: 80px;

            .fs-15 {
                font-size: 16px !important;
            }

            .fw-light {
                display: none;
            }
        }
    }
    .pagarent .table-products, .pagarent .table-products td {
        background-color: var(--backgroundAccordion);
    }
    .pagarent #other_attachments {
        .dz-content-row {
            margin: 0 auto!important;
        }
    }
        
    .note .white70 {
        margin-top:20px;
    }
    
    .dash-riepilogo {
        overflow-x: hidden;
        .card.swiper-slide {
            background-image: linear-gradient(
                180deg,
                var(--cardBackground) 0%,
                #126b40 100%
            ) !important;
            box-shadow: unset !important;
        }
        .swiper-pagination {
            display: none;
        }
        .riepilogoHead {
            text-align: center;
        }
        .row-bordered {
            height: 46px;
            border-radius: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            .col:nth-child(2) {
                align-items: center;
                .mr-8px {
                    margin-right: 20px !important;
                }
            }
        }
        .swiper-slide .row .col-9 {
            margin: 0 auto;
        }
        .riepilogo .fs-15 {
            display: none;
        }
        .riepilogo {
            width: 100%;
            max-width: 100%;
            span {
                font-size: 16px !important;
            }
        }
        .boxgif {
            display: none !important;
        }
        .col-9 {
            width: 100%;
            .align-items-center {
                justify-content: center;
            }
        }
        .number {
            font-size: 16px !important;
            height: 46px;
            border-radius: 15px;
            width: 57px;
        }
    }

    .dash-status {
        overflow: hidden;
        .ti-bell {
            display: none !important;
        }
        .row.mb-8px .col-9 {
            margin: 0 auto !important;
        }
        .row.mt-23px {
            flex-direction: column;
            .col-6 {
                margin: 0;
                width: 100%;
                padding: 0px !important;
                border: 0 !important;
            }
            .col-6:nth-child(2) {
                margin-top: 12px;
            }
            .badge {
                border-bottom: 0 !important;
                border-radius: 15px;
                max-width: 100%;
                height: 50px;
                .fs-12 {
                    font-size: 16px !important;
                    padding: 15px 0 !important;
                    margin-left: auto;
                    margin-right: 20px;
                }
                .number {
                    border-radius: 15px;
                    font-size: 16px !important;
                    font-weight: bold;
                    height: 50px;
                    width: 57px !important;
                }
                &.bg-gray {
                    background: linear-gradient(
                        97deg,
                        rgba(65, 65, 65, 0.35) 1.88%,
                        rgba(26, 26, 26, 0.1) 72.73%
                    );
                }
                &.bg-blue {
                    background: linear-gradient(
                        97deg,
                        rgba(0, 169, 191, 0.35) 1.88%,
                        rgba(26, 26, 26, 0.1) 72.73%
                    );
                }
                &.bg-red {
                    background: linear-gradient(
                        97deg,
                        rgba(226, 75, 80, 0.35) 1.88%,
                        rgba(26, 26, 26, 0.1) 72.73%
                    );
                }
                &.bg-orange {
                    background: linear-gradient(
                        97deg,
                        rgba(229, 145, 63, 0.35) 1.88%,
                        rgba(26, 26, 26, 0.1) 72.73%
                    );
                }
            }
        }

        .col-9 {
            width: 100%;
            .align-items-center {
                justify-content: center;
            }
        }
        .global-status {
            .col-6 {
                gap: 16px !important;
            }
            .col-6:nth-child(2) {
                margin-top: 16px !important;
            }
        }
    }
    .card-header-icon {
        display: none !important;
    }
    .dash-rapporto-vendite-mob {
        overflow: hidden;

        .row.w-100 .row.d-flex .d-flex {
            justify-content: center;
        }
        .pricebox {
            border-radius: 30px;
            background: #010e10;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background-blend-mode: plus-lighter;
            backdrop-filter: blur(6px);
            text-align: center;
            padding: 20px 11.5px;
        }
    }
    .dash-graph {
        overflow: hidden;
        .stats-doc {
            display: none !important;
        }
        .col-9 {
            width: 100%;
            .align-items-center {
                justify-content: center;
            }
        }
        .total {
            text-align: center;
        }
        .mt-30px.white50.fs-13 {
            display: none;
        }
        .stats-doc .flex-row {
            overflow-x: auto;
            .col {
                padding: 0px 10px !important;
                .fs-11 {
                    font-size: 12px !important;
                }
                span {
                    margin-top: 0px !important;
                }
            }
        }
        #grafico {
            margin: 0 !important;
            padding: 0 !important;
            tspan,
            title {
                text-transform: uppercase;
            }
            .apexcharts-legend {
                margin: 0 !important;
            }
        }
    }

    .no-scroll {
        overflow: hidden;
        height: 100vh;
    }
    .menuOverlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 100000;
    }

    .menuOverlay.active {
        opacity: 1;
        pointer-events: auto;
    }
    .menuSideMobile.d-none {
        left: -200% !important;
    }
    #dashboard {
        .dash-riepilogo,
        .dash-rapporto-vendite,
        .dash-status,
        .dash-rapporto-vendite-mob,
        .dash-status-mob,
        .dash-ticketing,
        .dash-activity,
        .dash-post {
            flex-basis: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
        .news-bar {
            margin-top: 10px;
            margin-bottom: 20px;
            .news {
                border-radius: 30px !important;
                box-shadow: none !important;
                .typewriter {
                    padding: 2px 15px !important;
                }
            }
            .col:nth-child(2) {
                display: none;
            }
        }
        .news-button {
            display: none !important;
        }
        .card-title {
            font-size: 20px !important;
            font-style: normal;
            font-weight: 400;
        }
    }

    #menu_mobile {
        display: flex !important;
        z-index: 10000;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 110px;
        align-items: end;
        background: rgba(0, 0, 0, 0.01);
        border-radius: 0px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
        mask-image: linear-gradient(to top, black 80%, transparent 100%);
        -webkit-mask-image: linear-gradient(
            to top,
            black 80%,
            transparent 100%
        );
        .mobile-inner {
            background-color: var(--tablebg);
            height: 80px;
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
            padding: 10px 20px;
            justify-content: space-between;
            box-shadow: -10px 0 50px 1px rgba(0, 0, 0, 0.3);
        }

        .mobile-button-menu {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .icon-green {
            background-color: var(--verde-mat);
            border-radius: 100%;
            padding: 12px;
            position: relative;
            top: -20px;
            box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.3);
            height: 100%;

            i {
                font-size: 35px;
            }
        }
    }
    .table-header-w {
        .col-4 {
            display: none !important;
        }
        .filter-bar {
            flex: 1;
            justify-content: flex-end !important;
        }
        .filter-bar > *:not(.search-container) {
            display: none !important;
        }
        .search-container {
            margin-top:10px;
            width: 100% !important;
        }
    }
    .dt-container {
        .table-header-w {
            padding: 20px 10px !important;
            .action-container {
                display: none !important;
            }

            .search-container {
                width: 100% !important;
            }
        }
        .dt-paging-button:not(.current, .previous, .first, .last, .next) {
            display: none;
        }
        .dt-layout-row:last-child {
            flex-direction: column;
            padding: 0 10px;

            .dt-start {
                display: none;
            }
            .dt-end {
                width: 100%;
                justify-content: center;

                .dt-paging-button {
                    width: 30px;
                    height: 30px;
                    font-size: 20px;
                    margin-inline: 10px;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }
    .dash-activity {
        .mb-24px {
            div {
                width: 100%;
                text-align: center;
                margin-left: -24px;
            }
        }
        .activityHead {
            span {
                font-size: 20px !important;
                text-transform: uppercase;
                margin-left: 24px !important;
            }
        }
        .activity-row {
            font-size: 11px !important;
            .w-100.row {
                flex-direction: column;
                .col-9,
                .col-3 {
                    width: 100%;
                }
                .col-3 span {
                    font-size: 11px !important;
                }
            }
            .w-100.pt-8px {
                .col {
                    margin-left: 0px !important;
                    border: 0 !important;
                }
                .read-all-activity {
                    padding-left: 0px !important;
                }
            }
        }
    }
    .dash-activity {
        display: none !important;
    }
    .dash-pagelle {
        border-radius: 35px !important;
        overflow: hidden;
        .widget-card {
            min-height: auto !important;
            height: auto;
        }
        .pagelleHead {
            .col-4 {
                display: none !important;
            }
            .col-8 {
                width: 100%;
                justify-content: center !important;
                span {
                    text-transform: uppercase;
                    font-size: 20px !important;
                }
                .ti {
                    display: none !important;
                }
            }
        }
    }
    .dash-scadenza {
        .scadenzeHead {
            .col-4 {
                display: none !important;
            }
            .col-8 {
                width: 100%;
                justify-content: center !important;
                span {
                    text-transform: uppercase;
                    font-size: 20px !important;
                }
                .ti {
                    display: none !important;
                }
            }
        }
    }
    .dash-rifinanziatori {
        border-radius: 35px !important;
        overflow: hidden;
        .classRifinanz {
            padding: 24px 0px !important;
            .col {
                width: 100%;
                justify-content: center !important;
                span {
                    text-transform: uppercase;
                    font-size: 20px !important;
                }
                .ti {
                    display: none !important;
                }
            }
            .col-2 {
                display: none !important;
            }
        }
    }
    .dash-pagelle,
    .dash-scadenza,
    .dash-rifinanziatori {
        .card {
            .align-items-center.p-24 {
                .ti-users {
                    font-size: 18px !important;
                }
            }
        }
        .select-row {
            padding: 10px 0 0 0 !important;
            height: auto !important;
        }
        .avatar {
            margin-right: 10px !important;
        }
        th:nth-child(1) {
            padding-left: 24px !important;
        }
        th:nth-child(2) {
            width: 100px !important;
        }
        th:nth-child(2):after {
            display: none !important;
        }
        td:nth-child(2) {
            font-size: 14px !important;
        }
        .contains-tabella-aziende,
        .content-rifinanziatori {
            .segnalazione {
                display: none;
            }
            td {
                padding: 5px 24px !important;
            }
            .entry-title {
                font-size: 14px !important;
            }
            .entry-desc {
                font-size: 11px !important;
            }
            .tcw-290px {
                width: 210px !important;
            }
        }
    }
    .scadenza-contratti-container {
        .text-bg-green {
            font-size: 15px !important;
        }
    }
    .dash-ticketing {
        min-height: auto !important;
        .ticket-container {
            border-radius: 30px;
            .row.h-100 {
                flex-direction: column;
            }
            .ticket-wrapper {
                display: none !important;
            }
            .single-ticket {
                margin: 10px auto;
                padding: 5px 0px;
                .col-1,
                .col-2 {
                    display: none !important;
                }
                .col > .d-flex:first-child {
                    justify-content: space-between;
                    width: 100%;
                }
            }
        }
    }

    #tabella-aziende .select2-selection__rendered,
    #tabella-contratti .select2-selection__rendered {
        width: auto !important;
    }
    .dash-rifinanziatori {
        margin-bottom: 35px !important;
    }
    #lista_preventivi-controllers::before {
        content: "LISTA PREVENTIVI";
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
    }
    #lista_preventivi-controllers {
        .action-container {
            display: none;
        }
    }
    #pratiche-table-controllers {
        padding-top:0px!important;
    }
    #pratiche-table-content::before {
        content: "LISTA PRATICHE";
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: normal;
    }
    #pratiche-table {
        thead {
            display: none;
        }
        .tab_action {
            display: none !important;
        }
        td:not(:nth-child(3)) {
            display: none !important;
        }
        td.full-table.dt-type-numeric {
            display: none !important;
        }

        td:nth-child(3) {
            width: 100%;
            height: 84px;
            padding: 5px 24px !important;
            .compact {
                display: none !important;
            }
            .hidefull {
                display: flex !important;
                .col.text-end {
                    text-align: start !important;
                    .fs-11.white50 {
                        position: relative;
                        top: 47px;
                        left:100%;
                    }
                }
                .row.w-100 {
                    .col {
                        text-wrap: auto;
                    }
                    .col-1 {
                        align-items: center !important;
                        flex-direction: column;
                    }
                    .row.w-100:nth-child(3) {
                        .fs-11 {
                            font-size: 12px !important;
                        }
                    }
                }
                .ti-info-square-rounded {
                    font-size: 40px !important;
                }
                .row-detail {
                    position: fixed !important;
                    top: 50%;
                    left: 50% !important;
                    transform: translate(-50%, -50%);
                    padding-left: 1px !important;
                    background-color: rgba(255, 255, 255, 0.4) !important;
                    z-index: 100010;
                    width: 80vw;
                    border-radius: 30px;
                    overflow: hidden;
                    .fs-10 {
                        font-size: 11px !important;
                    }
                    .rounded-circle {
                        width: 34px !important;
                        height: 34px !important;
                    }
                    .user-avatar-widget {
                        .px-0 {
                            padding: 0px !important;
                            justify-content: center !important;
                        }
                    }
                    .list-det {
                        .grpname {
                            font-size: 12px !important;
                        }
                    }
                }
            }
        }
        .row-detail {
            left: 50px !important;
        }
        th,
        td {
            font-size: 12px;
            padding: 5px 10px;
        }

        .mobile {
            display: flex !important;
        }
    }
    #pratiche-totals {
        .justify-content-end {
            justify-content: space-between!important;
        }
    }
    #lista_tickets-controllers {
        display: none!important;
    }
    #tickets-list {
        .row.col.p-24.mt-12px {
            justify-content: center!important;
        }
    }
    #brxe-thuvps,
    #brxe-vfwbmk {
        width: 100%!important;
    }
    .wallet-container {
        .align-items-center {
            margin-top: 0px;
        }
        .wallet-widthdraw.wallet-punti {
            width: 160px !important;
            height: 38px !important;
            font-size: 14px !important;
            padding-inline: 5px !important;
        }
        .wallet-stats {
            .my-30px {
                margin: 12px 0 !important;
            }
        }
        .wallet-punti {
            margin-top: 15px !important;

            .mt-15px {
                margin-top: 6px !important;
            }

            .fs-18 {
                margin-top: 4px !important;
            }
        }
        .box-wallet {
            padding: 5px 0 !important;
        }
        .money {
            font-size: 18px !important;
        }
    }
    .pagarent .dash-box-centrale {
        flex-direction: column !important;
    }
    .tickett {
        height: 217px !important;

        .ticket-container {
            .mt-45px {
                margin-top: 20px !important;
            }
        }
    }
    .ti-list-details {
        display: none !important;
    }
    .tutorial {
        height: 217px !important;
        width: auto !important;
        .tutorial-container {
            .mt-68px {
                margin-top: 20px !important;
            }
        }
    }
    .dash-ticketing {
        .ticket-container {
            .col.background-dark {
                padding: 24px !important;
            }
        }
    }

    .mob-column {
        flex-direction: column !important;
    }
    #brxe-ydzxep {
        padding-inline:10px!important;
    }
    #preventivo {
        .separatore {
            margin: 20px auto !important;
        }
        
        .type_of {
            .graybox {
                border-radius: 15px !important;
                i {
                    font-size: 30px !important;
                }
            }
        }
        .px-48px {
            padding-inline: 0px !important;
        }
        .my-45px {
            margin-top: 25px !important;
            margin-bottom: 25px !important;
        }
        .my-30px {
            margin: 15px 0 !important;
        }
        .mb-45px {
            margin-bottom: 25px !important;
        }
        .mt-45px {
            margin-top: 25px !important;
        }
        .mb-82px {
            margin-bottom: 42px !important;
        }
        .section-title {
            font-size: 17px !important;
            line-height: 1.1;
            margin-top: 10px;
        }
        .dettagliobeni {
            margin-top:30px!important;
        }
        .box-num {
            display: none !important;
        }
        .num-right {
            span {
                font-size: 30px !important;
                top: -2px;
                position: relative;
                right: -3px;
            }
        }
        .num-left {
            span {
                font-size: 30px !important;
                top: -5px;
                position: relative;
                right: 4px;
            }
        }
        .prev_anagrafica,
        .prevDetails,
        .calcolarata {
            padding: 20px 24px !important;
        }
        .type_of {
            flex-direction: column !important;
        }
        .tipo_prodotto {
            > .col:nth-child(1)::before {
                margin-top: 20px;
                content: "SELEZIONA TIPO PRODOTTO";
                display: block;
                text-align: center;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                padding-top: 24px;
            }
            .col:nth-child(2) {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                padding-bottom: 24px;
            }
            .col:nth-child(2)::before {
                content: "Categorie Speciali";
                display: block;
                text-align: center;
                font-size: 12px;
            }
            .graybox {
                width: 100%;
                min-width: 100%;
                border-radius: 15px !important;
            }
        }
        .multiple-group {
            .mb-82px {
                padding-inline: 24px !important;
                margin-bottom: 24px !important;
            }
        }
        .toggleAddCont::before {
            display: none !important;
        }
        .toggleAddCont {
            .toggleAdditional {
                font-size: 14px !important;
                align-items: center;
                padding: 10px 5px !important;
                height: 50px;
                border-radius: 15px;
                width: 100%;
            }
            .toggleAdditional2 {
                text-transform: uppercase;
                background-color: transparent;
                border: 0;
                font-size: 14px !important;
            }
            i {
                display: none;
            }
        }
        .title-box {
            display: none !important;
        }
        .dati-addizionali {
            padding-inline: 24px !important;
            .row {
                flex-direction: column !important;
            }
            .mb-82px {
                margin-top: 12px !important;
                margin-bottom: 12px !important;
            }
        }
        textarea {
            font-size: 14px !important;
            padding: 10px !important;
        }
        .note-arrow {
            width: 25px;
            height: 25px;
            font-size: 12px;
        }
        .custom-dropzone-component {
            .px-4.background-dark2 {
                font-size: 14px !important;
                padding: 5px 8 !important;
                background-color: var(--backgroundAccordion) !important;
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 15px;
                padding: 24px !important;
            }
        }
        .dropzone-upload {
            .fs-22 {
                font-size: 15px !important;
            }
        }
        .prevDetails {
            #product-list {
                .mt-73px {
                    margin-top: 20px !important;
                    .switch-container {
                        .form-switch {
                            height: 48px !important;
                            align-items: center;
                        }

                        flex-direction: column;
                        label {
                            font-size: 12px !important;
                        }
                    }
                    .ml-24px {
                        margin-left: 0px !important;
                    }
                }
                .my-45px {
                    margin-top: 24px !important;
                    margin-bottom: 24px !important;
                }
            }
            .note {
                span:nth-child(2) {
                    font-size: 14px !important;
                }
            }
        }
    }
    .pagarent #other_attachments {
        .dz-content {
            margin-top: 20px !important;
            width: 100% !important;
        }
        .dz-content-row {
            margin: 30px auto 30px auto;

            .dz-filesum {
                width: 100% !important;
                height: auto !important;
                padding: 10px !important;
                margin-inline: auto !important;
                h6 {
                    font-size: 16px !important;
                }
                .title-box {
                    font-size: 12px !important;
                }
            }
        }
    }

    .pagamodal {
        .modal-dialog {
            width: 90%;
            margin-inline: auto;
        }
        .modal-title {
            font-size: 18px !important;
            margin-top: 10px !important;
        }
        .modal-content {
            padding: 20px 10px !important;
        }
        .modal-body {
            padding: 10px 0px !important;
        }
        .modal-header {
            .col-12 {
                background-color: var(--backgroundAccordion) !important;
            }
            .row {
                .col:nth-child(2) {
                    top: 15px !important;
                    right: -15px !important;
                }
            }
        }
        .bene {
            .row:nth-child(2) {
                flex-direction: column;
            }
            .col {
                width: 100%;
            }
        }
        .servizio {
            .row {
                flex-direction: column;
            }
            .col {
                width: 100%;
            }
        }
        .modal-footer {
            background-color: var(--backgroundAccordion) !important;
            padding: 5px !important;
            flex-direction: row !important;
        }
    }
    .calcolarata {
        .section-title {
            margin-top: 20px !important;
            padding-inline: 10px;
        }

        #crea_pratica {
            margin-top: 10px !important;
            padding-top: 30px !important;

            .mensilita {
                flex-direction: column;
                .col {
                    width: 100%;
                }
                .col:last-child {
                    max-width: 100% !important;
                }
            }
        }
        .ratabox-content {
            .ratavalue {
                font-size: 35px;
            }
            .ratacontainer {
                margin-top: 20px !important;
                margin-inline: auto !important;
                width: 90% !important;
                .text-orange {
                    font-size: 11px !important;
                }
            }
        }
        .ratabox {
            margin-bottom: 30px;

            .additional {
                padding: 20px 10px !important;
                flex-direction: column !important;
                .white50 {
                    font-size: 11px !important;
                }
                .fs-20 {
                    font-size: 16px !important;
                }
            }
        }
        .other-rates {
            display: none !important;
            flex-direction: column !important;
            .col {
                width: 100%;
            }
            .changerate {
                margin-top: 5px;
                margin-bottom: 5px;
            }
            .otherratacontainer {
                border: 0 !important;
                input {
                    margin-right: 30px;
                }
            }
        }
    }
    .elenco-files {
        margin-top: 24px !important;
        .single-attachment {
            margin: 12px 0 !important;
            display: flex;
            justify-content: normal;
            align-items: center;
            a {
                margin-inline: 10px !important;
                i {
                    font-size: 28px !important;
                }
            }
        }
    }
    .preventivatore-actions {
        flex-direction: column !important;
        margin-top: 0px !important;
        padding: 12px !important;
        border-radius: 15px !important;
        border: 1px solid rgba(255, 255, 255, 0.1);

        .col:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
            padding-bottom: 40px !important;
        }
        .col:nth-child(2) {
            padding-top: 20px !important;
        }
        .separatore-verticale {
            display: none !important;
        }
    }
    .results {
        margin-bottom: 0px !important;
    }

    .pagamodal {
        .modal-header {
            .col.justify-content-end {
                justify-content: start !important;
            }
        }
        .modal-body {
            .row {
                margin: 15px 0 !important;
            }

            .mt-24px {
                margin-top: 0px !important;
            }
            .p-24px,
            .px-70px {
                padding-inline: 10px !important;
            }
            .checkbox-wrapper {
                width: 100% !important;
                span {
                    font-size: 12px !important;
                }
            }

            .px-24px {
                padding-inline: 12px !important;
            }
        }
    }
    #editStatusLog {
        .innercard {
            .d-flex {
                flex-direction: column;
                > div {
                    width: 100%;
                }
            }
            .row.py-15px.px-70px {
                .row {
                    flex-direction: column !important;
                    .col-5,
                    .col {
                        width: 100%;
                        margin: 0px 0 !important;
                    }
                    .col-5 {
                        align-items: start !important;
                    }
                }
            }
        }
        .button-group {
            height: auto !important;
            padding: 20px 0px !important;
            button {
                width: 60%;
                flex-direction: row !important;
            }
        }
    }

    #brxe-xgmrdp,
    #brxe-rnshec {
        padding: 0 !important;
    }
    .menu-link {
        .privacy-box {
            flex-direction: column !important;
            gap: 10px;
            align-items: start !important;
        }
    }
    #calcolatore-container {
        display: none !important;
    }

    #preventivo {
        .btn:not(.toggleAdditional, .toggleAdditional2),
        .btn-reverse-dark,
        .btn-primary {
            width: 100% !important;
            font-size: 14px !important;
            text-transform: uppercase;
            background-color: var(--verde-mat) !important;
            height: 50px !important;
            border-radius: 15px !important;
        }
    }

    #calc-widget {
        #w-calc {
            margin: 50px 0 0 0 !important;
        }
        #w-calc-container {
            width: 330px !important;
        }
        #w-importo::placeholder {
            font-size: 35px;
        }
        #w-importo {
            top: 124px !important;
        }
        .w-inputs {
            top: 220px !important;
            width: 82% !important;
        }
        .w-icon {
            height: 48px !important;
        }
        .w-testo-max {
            font-size: 44px !important;
        }
        .w-testo.w-assicurazione {
            top: 169px;
            font-size: 15px;
        }
        .w-istruttoria {
            top: 223px;
            font-size: 15px;
        }
        .w-rateazione {
            top: 275px;
            font-size: 15px;
        }
        #w-calc-container.w-active {
            margin-bottom: 450px;
        }
    }
    .animated-border-box,
    .animated-border-box-glow {
        width: 89% !important;
        height: 70% !important;
    }
    .login-container {
        .text-white.fs-30 {
            display: none;
        }
        .mt-70px {
            margin-top: 30px !important;
        }
        img {
            margin-bottom: 20px !important;
        }
    }
    #remember_description {
        margin-bottom: 20px !important;
    }
    .center-box {
        height: auto !important;
    }
    .first-pratica-mobile {
        flex-direction: column !important;
    }

    .mobile-left-p,
    .justify-content-end.mobile-left-p {
        justify-content: flex-start !important;
        margin: 10px 0;
    }

    .assegna-a-container span {
        margin-bottom: 5px;
    }

    .assegna-a-container,
    .align-items-center.assegna-a-container {
        flex-direction: row !important;
        gap: 12px !important;
        margin-top: 7px !important;
    }

    #brxe-zydsmm {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .esito-wc {
        flex-direction: column !important;
    }

    .pagarent .accordion-body {
        padding-left: 0 !important;
        padding-right: 17px !important;
    }

    .settings_group {
        flex-direction: column !important;
    }

    .settings_group .col-3 {
        width: 100% !important;
    }

    #group_det_table tbody tr {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        height: auto !important;
        border-bottom: 1px solid #666 !important;
        margin-bottom: 5px !important;
        padding-bottom: 5px !important;
    }

    #group_det_table tbody tr td {
        width: 100% !important;
        border: 0 !important;
        border: 0 !important;
        height: 18px !important;
        min-height: 18px !important;
        line-height: 18px !important;
        display: block !important;
        padding: 0 10px !important;
        text-align: center !important;
    }

    #group_det_table .actions,
    #group_det_table thead,
    #override_groups {
        display: none !important;
    }

    #group_det_table {
        display: block !important;
        padding: 10px 0 !important;
    }

    #group_det_table tbody {
        width: 100% !important;
        display: block;
        padding: 5px;
    }

    #group_det_table [data-dest="level"],
    .action-container {
        display: none !important;
    }

    .col.company_det .row,
    .col.firm_det .row {
        flex-direction: column !important;
    }

    .col.company_det .row > div,
    .col.firm_det .row > div {
        text-align: left !important;
        margin-bottom: 8px !important;
        width: 100% !important;
    }

    #fornitore .innercard .row {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 6px;
    }

    #fornitore .innercard .row > div {
        display: block;
        width: 100%;
    }

    #pe_pratica .innercard .row {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-left: 10px !important;
    }

    #pe_pratica .innercard .row > div {
        width: 100% !important;
        padding: 0 10px !important;
    }

    #pe_pratica .col.mx-auto.my-24px {
        width: 100% !important;
    }

    .accordion-title span.fs-15 {
        font-size: 14px !important;
    }

    div.mobile-transform {
        text-align: left !important;
        font-size: 13px !important;
        margin-top: 14px !important;
        line-height: 120% !important;
    }

    #totale_preventivo {
        line-height: 24px !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        top:5px!important;
    }

    .pagarent .boxtitle.fs-12 {
        font-size: 10px !important;
    }

    .azioni-beni .d-flex {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .azioni-beni .d-flex .btn {
        width: 100% !important;
        margin: 0 !important;
    }

    div.chat-container {
        padding: 0 0px 0 0 !important;
        .card.p-0 {
            width: 98%;
            margin-left: auto;
            margin-right: auto;
            padding: 20px 0 !important;
            border-radius: 15px !important;
            border: 1px solid rgba(255, 255, 255, 0.25) !important;
            background: #020d11 !important;
            .chat-conversation {
                padding-top: 40px !important;
            }
            .no-message-chat {
                padding-top: 20px;
                gap: 25px;
            }
        }

        #chat {
            text-align: center;
        }
        .chat-form {
            margin: 0px !important;
            padding: 10px !important;
            .chat_message {
                margin: 0 !important;
                margin-left: 5px !important;
                border-radius: 15px !important;
                line-height: 2 !important;
                height: 48px !important;
            }
            .send-msg-btn {
                padding: 5px !important;
                border-radius: 10px !important;
                height: 48px !important;
                width: 48px !important;
                min-width: 48px !important;
                min-height: 48px !important;
            }
        }
    }

    .pagarent div.border-bottom-sfumato {
        font-size: 14px !important;
        padding: 10px 5px !important;
    }

    .load-more-messages {
        font-size: 12px !important;
    }

    .sdlchat-txt p {
        font-size: 12px !important;
    }

    .chat_message.form-control {
        font-size: 13px !important;
    }

    #brxe-waiwsj + div {
        opacity: 0 !important;
        pointer-events: none !important;
    }
    /* PAGINA PROFILO */
    #brxe-zxpdgf,
    #brxe-smxzuu {
        width: 100% !important;
    }
    .banner {
        margin-top: -68px !important;
        flex-direction: column !important;
        .col.d-flex.flex-column.justify-content-end.align-items-end {
            align-items: center !important;
            margin-top: 20px !important;
        }
        .pl-24px {
            padding-left: 0 !important;
        }
        .mt-45px {
            margin-top: 20px !important;
            .status {
                display: none !important;
            }
        }
        .companyavatar {
            width: 80px !important;
        }
        .company-profile {
            width: 80px !important;
            height: 80px !important;
        }
        .userAnagrafica,
        .companyAnagrafica {
            font-size: 18px !important;
        }
        .userdetails,
        .companydetails {
            .col {
                margin-top: 20px !important;
                gap: 10px !important;
                flex-direction: column !important;
            }
        }
    }
    #anagrafica_utente {
        padding: 20px 10px !important;
        .row {
            gap: 10px !important;
        }
        .row > .d-flex {
            align-items: start !important;
            flex-direction: column !important;
        }
        .editable {
            margin-left: 35px !important;
            font-size: 13px !important;
        }
        span.editable {
            margin-top:5px!important;
            margin-left: 0px !important;
            input {
                margin-left:0px!important;
            }
        }
    }
    #anagrafica_azienda {
        .row {
            gap: 10px !important;
        }
        .col > .d-flex {
            flex-direction: column !important;
            align-items: start !important;
        }
        span.editable {
            margin-top:5px!important;
            margin-left: 0px !important;
            input {
                margin-left:0px!important;
            }
        }
        .col > .d-flex .d-flex {
            flex-direction: row !important;
            align-items: center !important;
        }
        
        .refcontainer {
            margin-top: 12px !important;
            justify-content: start !important;
            gap: 0px !important;
            flex-direction: column !important;
            align-items: start !important;
            .d-flex {
                flex-direction: row !important;
            }
        }
        .logocompanycontainer {
            .gap-24 {
                .w-100 {
                    flex-direction: column !important;
                    a {
                        margin-top: 20px !important;
                    }
                }
            }
        }
        .boxcontainer {
            flex-direction: column !important;
            img {
                max-width: 65px;
            }
        }
    }
    .company-pagarent-actions {
        .gap-5 {
            padding: 0px !important;
            .mt-15px {
                margin-top: 0px !important;
            }
            .col-3 {
                width: 100%;
            }
        }
    }
    #anagrafica_azienda {
        .gap-24 {
            gap: 10px !important;
        }
        .indirizzo {
            flex-direction: column !important;
            align-items: start !important;
        }
    }
    .contattiazienda {
        padding: 20px 10px !important;
        .innercard {
            padding: 20px;
            .row-referente,
            .row-firmatario {
                gap: 10px !important;
            }
        }
        .colcontatti {
            margin-top: 20px;
            width: 100% !important;
            justify-content: center !important;
        }
    }
    .listautenti {
        padding: 0 !important;

        #userBoxCompany {
            padding: 10px !important;
            .rowutente {
                height: auto !important;
                padding: 5px 0 !important;
                .col:nth-child(2) {
                    margin: 10px 0 !important;

                    max-width: 100% !important;
                    width: 100% !important;
                }
                .row:nth-child(1) {
                    width: 100%;
                    .user-name {
                        .col:nth-child(1) {
                            margin-right: 10px;
                        }
                    }
                }
            }
            .userbox-actions {
                display: none !important;
            }
        }
        .fs-24 {
            font-size: 18px !important;
        }
        .search-container {
            width: auto !important;
            margin-right: 0 !important;
        }
        .btn[data-bs-target="#manageUsers"] {
            display: none;
        }
    }
    .usercrm {
        padding: 20px !important;
    }
    .companycrm {
        padding: 20px !important;
        .grouplist {
            padding: 0px !important;
            .card {
                padding: 10px !important;
                .btn {
                    font-size: 12px !important;
                    width: 100% !important;
                }
            }
        }
        .mt-50px {
            margin-top: 20px !important;
            padding: 0px !important;
        }
        .prefwallet {
            flex-direction: column !important;
            padding: 0px !important;
            .fs-24 {
                font-size: 18px !important;
            }
        }
        .fs-15 {
            font-size: 12px !important;
        }
        .fs-24 {
            font-size: 16px !important;
        }
    }
    /* TICKET */
    #brxe-205625,
    #brxe-b01fbc {
        width: 100% !important;
        margin-bottom: 50px !important;
        .fs-22 {
            font-size: 18px !important;
        }
    }
    .ticketHead {
        .col:nth-child(1) {
            text-align: center;
            text-transform: uppercase;
            font-size: 20px !important;
        }
        .col:nth-child(2) {
            display: none !important;
        }
    }
    #lista_tickets {
        th:nth-child(1) {
            min-width: 200px;
            width: 100%;
        }
        th:not(:first-child, :last-child),
        td:not(:first-child, :last-child) {
            display: none;
        }
    }
    .paga-table {
        th,
        td {
            padding: 5px 8px !important;
        }
    }
    .ticket-details {
        thead {
            display: none;
        }
        tbody {
            tr {
                display: flex;
                flex-direction: column;
            }
        }
        td {
            display: flex;
            align-items: start;
            flex-direction: column;
            justify-content: start;
        }
        td:before {
            font-weight: bold;
            display: block;
        }
        td:nth-child(1):before {
            content: "ID: ";
        }
        td:nth-child(2):before {
            content: "Utente: ";
        }
        td:nth-child(3):before {
            content: "Oggetto: ";
        }
        td:nth-child(4):before {
            content: "Reparto: ";
        }
        td:nth-child(5):before {
            content: "Stato: ";
        }
    }
    .ticket-head {
        .col {
            padding: 10px !important;
        }
    }
    .ticket-box {
        max-height: 600px !important;
        padding: 20px 10px !important;
        .t-answer {
            max-width: 100%;
            padding: 20px 10px !important;
            .col-auto {
                margin-bottom: 10px !important;
            }
            .col-auto,
            .col {
                width: 100%;
                .px-50px {
                    padding-inline: 10px !important;
                    font-size: 13px !important;
                }
            }
        }
        .t-answer[data-mittente="operatore"] {
            .t-conv {
                text-align: end;
            }
            .col-auto {
                display: flex;
                justify-content: end;
            }
        }
        .pl-35px,
        .pr-35px {
            padding: 0px !important;
            justify-content: end;
        }
    }
    .ticket-reply {
        padding: 20px 10px !important;
        .t-action {
            padding: 10px !important;
        }
    }
    .privacy-box {
        width: 90%;
        margin-inline: auto;
        flex-direction: column !important;
        gap: 5px;
        .mr-5px,
        .mr-10px {
            margin-right: 0px !important;
        }

        a {
            text-align: center;
            width: 100%;
        }
    }

    /* PREVENTIVO */
    #lista_preventivi {
        thead {
            display: none !important;
        }
        td:nth-child(1),
        td:nth-child(2),
        td:nth-child(4),
        td:nth-child(5),
        td:nth-child(6),
        td:nth-child(7),
        td:nth-child(8),
        td:nth-child(9),
        td:nth-child(10),
        td:nth-child(11),
        td:nth-child(12) {
            display: none !important;
        }
        td:nth-child(3) {
            padding: 5px 20px !important;
            width: 100%;
            height: 84px !important;
        }
        td {
            .mobile-first-column {
                a.flex-column {
                    .fw-semibold,.fs-12.white50 {
                        text-wrap: auto;
                    }
                }
            }
        }
    }

    /* PRATICA */
    #pratica {
        .ti-copy {
            display: none !important;
        }
        .changePartner {
            display: none !important;
        }
        .box-title {
            margin: 20px auto !important;
            .card-title {
                font-size: 20px !important;
                font-style: normal !important;
            }
            .align-items-center {
                justify-content: center !important;
            }
        }
        .sep::before {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        .first-pratica-mobile .sep {
            justify-content: start !important;
            margin: 10px 0 !important;
            span {
                padding: 5px 15px 5px 0px !important;
                font-size: 14px !important;
                background-color: var(--backgroundAccordion) !important;
            }
        }
        .title {
            .fs-18 {
                font-size: 14px !important;
                color: rgba(255, 255, 255, 0.6);
            }
        }
        .box-pratica {
            .mobile-left-p {
                .white70 {
                    width: 100%;
                    justify-content: space-between !important;
                    span:nth-child(1) {
                        font-size: 14px !important;
                    }
                    .cp_codice_pratica {
                        border-radius: 15px;
                        background: var(--verde-16);
                        font-size: 14px !important;
                        padding: 10px !important;
                        line-height: 1;
                    }
                }
            }
        }
        .box-referente {
            margin-top: 5px !important;
        }
        .title,
        .box-referente-name-container {
            padding-left: 20px !important;
            .fs-13 {
                font-size: 14px !important;
            }
        }
        .box-partner {
            .mobile-left-p-p {
                .white70 {
                    width: 100%;
                    justify-content: space-between !important;
                    span:nth-child(1) {
                        font-size: 14px !important;
                    }
                    .verde-mat {
                        border-radius: 15px;
                        background: var(--verde-16);
                        font-size: 14px !important;
                        padding: 10px !important;
                        line-height: 1;
                    }
                }
            }
            .partner-details-info {
                padding-left: 20px !important;
                .fs-13 {
                    font-size: 14px !important;
                }
            }
        }
        .box-status-pratica {
            .col.p-0:nth-child(1) {
                & > div {
                    justify-content: center;
                    span {
                        font-size: 20px !important;
                        font-style: normal !important;
                    }
                }
            }
            .card-body {
                .col {
                    .d-flex {
                        width: 100%;
                        justify-content: center;
                        .boxalert-orange {
                            margin-top: 20px !important;
                            width: 100%;
                            border: 0 !important;
                            border-radius: 15px;
                        }
                    }
                }
            }
            .crm-mobile {
                .button-crm {
                    width: 100%;
                    height: 48px;
                    padding: 10px;
                    justify-content: center;
                    align-items: center;
                    border-radius: 15px;
                    background: rgba(0, 186, 209, 0.3);
                    .text-info {
                        color: #fff !important;
                        font-size: 14px !important;
                        font-weight: 500;
                    }
                    i {
                        display: none !important;
                    }
                }
            }
        }
        .bg-icon-pratica {
            display: none !important;
        }
        #dettagli_proposta {
            --bs-accordion-bg: var(--backgroundAccordion) !important;
            .icon-accordion {
                width: 40px;
                height: 40px;
                padding: 16px 20px;
                font-size: 28px;
                border-radius: 10px;
                svg {
                    stroke: rgba(255, 255, 255, 0.5) !important;
                    stroke-width: 1 !important;
                }
            }
            .accordion-item {
                .accordion-button {
                    background-color: var(--backgroundAccordion) !important;
                    margin-left: 0px !important;
                    height: 60px !important;
                    padding: 10px 0 !important;
                }
            }
            .accordion-title {
                left: 0;
            }
            .accordion-body {
                padding: 0px !important;
            }
            .innercard {
                border-radius: 15px;
                .boxtitle {
                    background-color: var(--backgroundAccordion);
                    left: 20px !important;
                }
            }
            .btn-to-section {
                flex-direction: column;
                gap: 24px;
                padding-bottom: 18px;
                button {
                    width: 100%;
                    border-radius: 15px;
                    border: 1px solid rgba(255, 255, 255, 0.3);
                    background: rgba(255, 255, 255, 0.1);
                    height: 48px;
                    padding: 10px;
                    justify-content: center;
                    align-items: center;
                    font-size: 14px !important;
                    i {
                        font-size: 18px !important;
                    }
                }
            }
            .esito-wc {
                display: none !important;
            }
            #group_details {
                .settings_group {
                    .col-3:nth-child(1) {
                        margin: 0 !important;
                    }
                }
                .accordion-body {
                    .row.my-24px {
                        border-radius: 35px;
                        border: 1px solid rgba(255, 255, 255, 0.1);
                        background: #020d11;
                        box-shadow: -2px 4px 4px 0 rgba(0, 0, 0, 0.25);
                        .card {
                            border: 0px !important;
                        }
                    }
                }
                .fs-15.text-white {
                    font-size: 20px !important;
                    text-align: center;
                    margin-bottom: 10px !important;
                    margin-top: 24px !important;
                }
                #group_det_table {
                    padding: 0px !important;
                    background: #020d11;
                    td,
                    tr {
                        background: #020d11;
                    }
                    tr:last-child {
                        border: 0px !important;
                        margin-bottom: 0px !important;
                    }
                    tr {
                        gap: 5px !important;
                    }
                    td {
                        color: var(--white60) !important;
                        font-size: 14px !important;
                    }
                    td:nth-child(1) {
                        padding-top: 5px !important;
                    }
                    td:not(:nth-child(3)) {
                        min-height: 25px !important;
                        height: 25px !important;
                    }
                    td:nth-child(3) {
                        height: 30px !important;
                        min-height: 30px !important;
                        padding: 3px !important;
                    }
                    td:nth-child(3) span {
                        text-align: center !important;
                        font-size: 12px !important;
                        background: rgba(255, 255, 255, 0.1);
                        border-radius: 15px;
                        padding: 5px 15px !important;
                        min-height: 38px !important;
                        height: 30px !important;
                        color: rgba(255, 255, 255, 0.78) !important;
                    }
                }
            }
        }
        .accordion-box {
            padding: 24px !important;
        }
        #cliente {
            .clienttab {
                margin-top: 0px !important;
            }
            .innercard {
                padding-top: 40px !important;
                .px-40px {
                    padding: 5px 10px !important;
                    .col.d-flex {
                        margin-bottom: 0px !important;
                    }
                }
                span {
                    width: 100%;
                    text-align: end;
                    font-size: 12px !important;
                }
                .col-7 {
                    display: flex;
                    justify-content: end;
                }

                .col-4 {
                    font-size: 12px !important;
                }
            }
        }
        .azioni-beni {
            .col:nth-child(1) {
                display: none !important;
            }
            .sync-total-preventivo {
                display: none;
            }
        }
        #fornitore {
            .accordion-body {
                .text-end {
                    display: none !important;
                }
                .my-48px {
                    display: none !important;
                }
            }
            .innercard {
                padding-bottom: 0px !important;
                .px-40px {
                    padding: 5px 10px !important;
                    .col.d-flex {
                        margin-bottom: 0px !important;
                    }
                }
                span {
                    width: 100%;
                    text-align: end;
                    font-size: 12px !important;
                }
                .col-9 {
                    display: flex;
                    justify-content: end;
                }

                .col-2 {
                    font-size: 12px !important;
                }
                .row.mt-48px.px-20px.pb-15px {
                    display: none;
                }
            }
        }

        #allegati {
            #allegati-table {
                th:nth-child(5) {
                    max-width: 110px;
                    width: 110px;
                }
                .tcw-350px {
                    width: 100%;
                }
                th:nth-child(1),
                th:nth-child(3),
                th:nth-child(4) {
                    display: none;
                }
                tbody {
                    td:nth-child(1),
                    td:nth-child(3),
                    td:nth-child(4) {
                        display: none;
                    }
                    .edit-attachment,
                    .delete-attachment {
                        display: none;
                    }
                }
            }
            .row.my-5 {
                display: none;
            }
            #uploadAttachPrivate {
                .background-dark,
                .background-dark2 {
                    display: none;
                }
            }
        }
        #allegati_c {
            #allegati-table-c {
                th:nth-child(1),
                th:nth-child(3),
                th:nth-child(4),
                th:nth-child(5) {
                    display: none;
                }
                tbody {
                    td:nth-child(1),
                    td:nth-child(3),
                    td:nth-child(4),
                    td:nth-child(5) {
                        display: none;
                    }
                    .edit-attachment,
                    .delete-attachment,
                    .send-to-chat {
                        display: none;
                    }
                }
                .tcw-300px,
                .tcw-250px {
                    width: 100%;
                }
                .tcw-200px {
                    width: 110px;
                }
            }
            .row.my-5.zi1 {
                .row.my-5.zi1 {
                    display: none !important;
                }
            }
        }
        #pe_pratica {
            .innercard {
                width: 90%;
                margin-inline: auto;
            }
            .pt-20px {
                .row > * {
                    text-align: center;
                }
            }
        }
        #proposta_economica {
            .col-9 {
                padding-inline: 10px !important;
            }
            .row.py-15px {
                flex-direction: column;
                gap: 15px;
                .col-7 {
                    width: 100%;
                }
                input {
                    pointer-events: none;
                }
            }
        }
        #pe_quot {
            .col-9 {
                padding-inline: 10px !important;
            }
        }
        .row.py-15px {
            flex-direction: column;
            gap: 15px;
            .col-7 {
                width: 100%;
            }
            input {
                pointer-events: none;
            }
        }
        .content-wiz {
            .col-4 {
                width: 100%;
            }
            .col-3 {
                width: 350px;
                margin-bottom: 10px;
            }
            .wizard-navigation {
                .wizard-navigation-item:not(.active) {
                    display: none;
                }
            }

            
        }
        #section_fatturazione {
            .innercard {
                .row.py-5px.fs-15,
                .row.mt-12px.py-12px {
                    flex-direction: column;
                    gap: 10px;
                    input {
                        pointer-events: none;
                    }
                }
                .fattura-a-rifinanziatore {
                    display: none;
                }
                .btn.nohover {
                    display: none;
                }
            }
        }
        #close-pratica {
            display: none;
        }
    }
    #product.pagamodal {
        .modal-header {
            .col-12 {
                background-color: var(--backgroundAccordion) !important;
            }
        }
        .modal-footer {
            background-color: var(--backgroundAccordion) !important;
            flex-direction: column !important;
            gap: 24px;
            button {
                width: 100%;
                height: 50px;
                font-size: 14px;
                text-transform: uppercase;
                border-radius: 15px;
            }
        }
    }
    #product-order.table-products,
    #product-list {
        thead {
            display: none;
        }
        .beni_action {
            padding: 24px 0 0 0 !important;
            gap: 24px !important;
            flex-direction: column;
            background-color: var(--backgroundAccordion) !important;
            height: auto !important;
            .col:nth-child(1) {
                flex-direction: column;
            }
            .col:nth-child(2) {
                margin-top: 30px !important;
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 15px;
                padding: 10px;
                text-align: center !important;
                color: #fff !important;
            }

            a {
                width: 100% !important;
                font-size: 16px !important;
                text-transform: uppercase;
                padding: 3px 5px !important;
                height: 50px !important;
                border-radius: 15px;
                background-color: var(--verde-mat) !important;
            }
        }
        .innercard {
            .boxtitle {
                font-size: 12px !important;
            }
        }
        .totale_preventivo_caricato {
            font-size: 22px !important;
        }
        tbody {
            tr {
                display: flex;
                flex-direction: column;
                border: 1px solid rgba(255, 255, 255, 0.3);
                overflow: hidden;
                border-radius: 15px;
                margin: 10px auto !important;
            }
            tr:hover {
                background-color: transparent;
            }
            td:nth-child(1) {
                padding-top: 20px;
                .fs-5 {
                    display: none !important;
                }
            }
            td:last-child {
                padding-bottom: 20px;
            }
            td {
                min-height: auto !important;
                text-align: left !important;
                border: 0;
                height: 50px !important;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 5px 10px !important;
                .bg-trasp {
                    margin-right: 0 !important;
                    line-height: 1 !important;
                    display: flex !important;
                }
                &.prd_categoria:before {
                    content: "Categoria: ";
                }
                &.prd_marca:before {
                    content: "Marca: ";
                }
                &.prd_nome {
                    span:nth-child(2) {
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                    .textcolored {
                        display: none !important;
                    }
                }
                &:before {
                    font-weight: bold;
                    width: 100px;
                    display: inline-block;
                }
                &.prd_nome:before {
                    content: "Prodotto: ";
                }
                &.prd_price:before {
                    content: "Prezzo: ";
                }
                &.prd_iva {
                    display: none;
                }
                &.prd_qnt:before {
                    content: "Quantità: ";
                }
                &.prd_price_tot:before {
                    content: "Totale: ";
                }
                &.prd_action:before {
                    content: "Azioni: ";
                }
                &.prd_action {
                    display: none !important;
                }

                &.prd_tipologia:before {
                    content: "Tipologia: ";
                }
                &.prd_nome {
                    .fs-14 {
                        display: none !important;
                    }
                }
                &.prd_tipologia {
                    text-align: left !important;
                    justify-content: flex-start !important;

                    & > span:not(.bg-trasp) {
                        display: inline !important;
                    }
                }
            }
        }
    }
   
    
    .card-crm {
        padding: 20px 10px !important;
        .row:first-child {
            display: flex !important;
            flex-direction: column !important;
            .fs-32 {
                margin-inline: auto;
                padding: 20px 0;
            }
            .col-3 {
                width: 100% !important;
                margin-inline: auto;
                .box-status {
                    padding: 24px !important;
                    width: 95% !important;
                    gap: 10px !important;
                    .dest {
                        padding: 10px !important;
                        border-radius: 15px !important;
                    }
                }
            }
        }
        #pagaCrm {
            

            box-shadow: unset !important;
            li {
                i {
                    display: none;
                }
            }
            .nav-item {
                width: auto !important;
            }
            .nav-link {
                font-size: 16px !important;
            }
            .nav-link:not(.active) {
                background: unset !important;
            }
            li.nav-item:first-child .nav-link.active {
                border-top-right-radius: 30px !important;
            }
            li.nav-item:nth-child(2) .nav-link.active {
                border-top-left-radius: 30px;
            }
        }
        #commandPanel {
            .nav-item {
                text-align: center;
            }
            
        }
        #profile {
            .d-flex.justify-content-between.flex-column {
                display: none !important;
            }
        }
        .status-container {
            .d-flex {
                .col-1 {
                    display: none !important;
                }
                .row-status {
                    width: 100%;
                    border-radius: 15px !important;
                    border: 1px solid rgba(255, 255, 255, 0.3);
                    padding: 10px !important;
                    .col-9 {
                        margin: 0px !important;
                    }
                }
            }
        }
        #chat-adm {
            .chat-admin {
                .col-12.position-relative {
                    font-size: 15px !important;
                }
                .no-message-chat {
                    text-align: center;
                }
                .chat-form {
                    padding: 5px !important;
                    .chat-message {
                        margin: 0xp !important;
                    }
                }
            }
            .p-5:nth-child(1) {
                padding: 5px !important;
            }
            .p-5 {
                padding: 0px !important;
            }
            .m-5 {
                margin: 0 !important;
            }
        }
        #commandPanelContent {
            .status-container {
                .row-status {
                    padding: 15px !important;
                    .row {
                        .fs-16.text-white {
                            display: flex;
                            justify-content: space-between;
                            width: 100%;
                        }
                    }
                    .col-9 {
                        width: 100%;
                        .align-items-center {
                            align-items: start!important;
                        }
                    }
                    .d-flex:not(.text-nowrap) {
                        flex-direction: column!important;
                    }
                    .col-3 {
                        align-items: end!important;
                    }
                    
                .fs-15 {
                    font-size:13px!important;
                }
                    .col-3.justify-content-end {
                        justify-content: start !important;
                    }
                }
                .status-det {
                    margin-top:10px;
                    .row {
                        gap:10px;
                    }
                    
                    .col {
                        border: 0;
                        justify-content: start !important;
                    }
                }
            }
        }
    }

    .mobile-less-gap {
        gap: 24px !important;
        flex-direction: column !important;
        margin: 0px auto !important;
    }
    .pagarent .prd_categoria,
    .pagarent .prd_marca {
        display: flex !important;
    }

    .azioni-beni {
        display: none;
    }
    #brxe-dgsizk {
        .foot_paga {
            display: none!important;
        }
    }
    #brxe-ztwopi {
        display: none!important;
    }
    #JotformAgent-0196197a9a6f774bbdbbbc35bf04e2b1d1e5 {
        display: none!important;
    }
    #brx-content {
        margin-bottom:80px!important;
    }
    .mobile_menu_row.active {
        position: fixed;
        top: -24px;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #010306!important;
        padding:24px;
    }

    /* SETTINGS PAGE */
    #brxe-zuvkzq {
        padding:20px 0px!important;
        #settings {
            .accordion-item {
                .accordion-body {
                    padding:24px!important;
                    margin-top:0px!important;
                }
                .st-pratiche,
                .st-conti,
                .st-qualifiche,
                .st-aliquote,
                .st-documenti,
                .st-documenti-contrattuali,
                .st-istruttoria,
                .st-pr-problematiche,
                .st-tipologia {
                    .row {
                        flex-direction: column;
                    }
                    .col-3,
                    .col-2,
                    .col-4,
                    .col,
                    .col-10,
                    .col-9 {
                        width: 100%!important;
                    }
                }
                .st-qualifiche,
                .st-aliquote,
                .st-documenti,
                .st-documenti-contrattuali,
                .st-tipologia {
                    .col-10,
                    .col-9 {
                        margin-bottom:24px!important
                    }
                }
                #content-categorie-beni,
                #content-categorie-marche,
                #content-servizi,
                #content-st-pianipagamenti {
                    .accordion-body {
                        .row {
                            flex-direction: column!important;
                            .col-9 {
                                width: 100%!important;
                                margin-bottom:24px!important;
                            }
                            .col-5,
                            .actionCat,.actionMarca {
                                width: 100%!important;
                            }
                            .elencoCat {
                                flex-wrap: nowrap;
                            }
                        }
                    }
                }
                .st-pr-problematiche{
                    label[for="gg_dal_blocco"] {
                        margin-bottom:20px!important;
                    }
                }
                .elencoSet {
                    flex-direction: column!important;
                    .paga-badge {
                        display: flex;
                        justify-content: space-between!important;
                    }
                }
            }
            .accordion-header {
                height: 85px!important;
            }
            .accordion-button {
                padding:12px 24px!important;
                width: 100%!important;
                .fs-24 {
                    font-size:18px!important;
                }
                .accordion-title {
                    justify-content: space-between!important;
                    width: 100%!important;
                }
            }
        }
    }
    /* RIFINANZIATORI */
    #brxe-brwgay {
        padding-left:12px!important;
        padding-right: 12px!important;
    }
    #finanziaria_page {
        .p-48px {
            padding:12px!important;
        }
        .col.d-flex.flex-column {
            padding:24px 24px 0px 24px!important;
        }
        .card.card-mat.p-48px.my-24px {
            padding:24px!important;
            .col {
                padding:0px!important;
            }
        }
        .documents,
        .signatures,
        .methods,
        .payment,
        .riacquisto,
        .certificazioni_ce {
            .checkbox-wrapper {
                width: 100%!important;
            }
        }
        #finanziaria_form {
            .row {
                flex-direction: column!important;
            }
            .logo {
                .col-1 {
                    width: 50%!important;
                }
                .row {
                    flex-direction: row!important;
                }
            }
            .col-2,
            .col {
                width: 100%!important;
            }
        }
    }
    #list_finanziarie-controllers::before {
        content: "LISTA RIFINANZIATORI";
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
    } 
    #list_finanziarie {
        .tcw-496px {
            width: 100%!important;
        }
        th:nth-child(1),
        td:nth-child(1),
        th:nth-child(3),
        th:nth-child(4),
        th:nth-child(5),
        th:nth-child(6),
        th:nth-child(7),
        td:nth-child(3),
        td:nth-child(4),
        td:nth-child(5),
        td:nth-child(6),
        td:nth-child(7)
        {
            display: none!important;
        }
        th:nth-child(2) {
            padding: 5px 15px!important;
        }
        td:nth-child(2) {
            padding: 5px 15px!important;
            .mr-24px {
                display: none!important;
            }
        }
    }

    /* AZIENDE */

    #lista_aziende-controllers::before {
        content: "LISTA AZIENDE";
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
    }
    #lista_aziende {
        th,td {
            padding:5px 15px!important;
        }
        td:nth-child(1) {
            .mr-24px {
                display: none!important;
            }
        }
        th:nth-child(2),
        th:nth-child(3),
        th:nth-child(4),
        th:nth-child(5),
        th:nth-child(6),
        td:nth-child(2),
        td:nth-child(3),
        td:nth-child(4),
        td:nth-child(5),
        td:nth-child(6){
            display: none!important;
        }
        .tcw-480px {
            width: 100%!important;
        }
        .tcw-107px {
            width: 80px!important;
        }
        .comp-rs {
            flex-direction: column!important;
            align-items: start!important;
        }
        .status {
            margin-top:5px!important;
            padding:5px!important;
            font-size:10px!important;
            line-height: 1!important;
        }

    }
    #brxe-smxzuu,
    #brxe-ndkozl,
    #brxe-205625,
    #brxe-zuvkzq {
        width: 100%!important;
        padding-inline:12px!important;
    }
    #companypage {
        .banner {
            border-radius: 30px!important;
        }
        .head_user {
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
        }
        .ana_azi {
            .row.gap-24 {
                flex-direction: column!important;
                .card {
                    min-height: 120px;
                }
            }
            #anagrafica_azienda {
                .logocont {
                    .pl-12px {
                        .d-flex {
                            display: flex!important;
                            flex-direction: row!important;
                            align-items: center!important;
                        }
                    }
                }
                .indirizzo {
                    font-size:13px!important;
                }
            }
        }
        .ana_refe {
            .contattiazienda {
                padding:36px 24px!important;
                .boxtitle {
                    background: var(--backgroundAccordion);
                }
                
                .innercard {
                    i {
                        display: none!important;
                    }
                    .row {
                        .col {
                            flex-direction: column!important;
                            align-items: start!important;
                        }
                        .ms-2 {
                            margin-left: 0!important;
                        }
                    }
                }
                #firmatario_anagrafica {
                    margin-top:24px!important;
                }
            }
        }
        .listautenti {
            .search-container {
                display: none!important;
            }
        }
        .rowutente {
            height: 50px!important;
        }
        .company-pagarent-actions {
            margin-top:48px!important;
        }
        .companycrm {
            padding:5px!important;
            .grouplist {
                margin-top:12px;
            }
            .card {
                padding:24px!important;
                gap:12px!important;
                .row {
                    flex-direction: column!important;
                }
                .pag_custom_info {
                    margin-top:24px!important;
                    width: 100%!important;
                }
            }
            .accqua {
                .zi1 {
                    .p-0 {
                        padding:0px!important;
                    }
                }
                
            }
            #current-modal-document {
                
                th:nth-child(2)
                {
                    display: none!important;
                }
                th:nth-child(2),
                th:nth-child(3),
                td:nth-child(2),
                td:nth-child(3) {
                    display: none!important;
                }
                th:first-child {
                    min-width: 0!important;
                    width: 100%!important;
                }
                .text-center {
                    text-align: left!important;
                }
                th:nth-child(4){
                    width: 68px;
                    
                }
                td:nth-child(4) {
                    .ti-upload,
                    .ti-trash {
                        display: none!important;
                    }
                }
            }
        }
    }
    


    #calcolatore_inverso {
        .col-8 {
            width: 100%!important;
        }
        .innercard {
            width: 100%!important;
            .row {
                flex-direction: column!important;
                gap:12px;
                .col-9,
                .col-3 {
                    width: 100%!important;
                }
                .pagaselect-container {
                    padding:0px!important
                }
            }
        }
    }

    #nuova-azienda {
        padding:20px!important;
        margin-bottom:50px;
        .mt-48px {
            margin-top:20px!important;
        }
        .row {
            flex-direction: column!important;
            .col-6 {
                width: 100%!important;
            }
        }
    }
    #anagrafica_utente {
        padding:40px 20px!important;
    }
    #brxe-tpkcmt {
        margin:50px 0px;
        padding:0px!important;
    }
    .elencoConti {
        gap:24px!important;
    }
    #totale_preventivo {
        display: block!important;
        margin:10px 0!important;
    }
    .pagarent #other_attachments {
        .dz-content-row {
            margin:20px 0px!important;
        }
        .dropzone-upload {
            .fs-22 {
                font-size: 22px!important;
            }
        }
        
        .dz-content {
            padding:24px!important;
            font-size: 13px!important;
        }
    }
    #other_attachments-elenco {
        .single-attachment {
            justify-content: space-between!important;
        }
    }
    #uploadSection {
        .row.my-5 {
            margin-bottom: 0px!important;
            .col {
                
                #totale_preventivo_caricato {
                    margin:10px 0!important;
                    width: 100%!important;

                }
                flex-direction: column!important;
            }
        }
    }
    .importo-non-calcolabile {
        text-align: center!important;
    }
    #pratica {
        & #cliente {
            & .innercard {
                span {
                    font-size: 14px !important;
                }
                
            }
        }
         
        .mobile-less-gap {
            margin: 20px auto 0 auto !important;
                .col {
                    .innercard .totale_preventivo_caricato {
                    font-size: 22px!important;
                }
            }
        }
        #pe_pratica .innercard .row {
            .fs-15.text-white {
                font-size:18px!important;
            }
        }
    }

}

@media (min-width: 1024px) {
    .pagarent .no-desktop {
        display: none !important;
    }
    .no-scroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}
@media (max-width: 450px) {
    #calc-widget {
        #w-calc {
            margin: 0 !important;
        }
        #w-calc-container {
            width: 100% !important;
        }
        #w-importo::placeholder {
            font-size: 35px;
        }
        #w-importo {
            top: 136px !important;
        }
        .w-inputs {
            top: 236px !important;
            width: 82% !important;
        }
        .w-icon {
            height: 48px !important;
        }
        .w-testo-max {
            font-size: 44px !important;
        }
        .w-testo.w-assicurazione {
            top: 185px!important;
            font-size: 15px;
        }
        .w-istruttoria {
            top: 241px;
            font-size: 15px;
        }
        .w-rateazione {
            top: 295px;
            font-size: 15px;
        }
        #w-calc-container.w-active {
            margin-bottom: 450px;
        }
        .w-testo-mensile{
            font-size:11px!important;
            top:81px!important;
        }
    }
    #pratiche-table {
        & td:nth-child(3) {
            & .hidefull {
                & .row.w-100 {
                    .col-1 {
                        min-width: 60px;
                    }
                }
            }
        }
    }
    #pratiche-totals {
        .justify-content-end {
            flex-direction: column;
            gap:15px!important;
        }
    }
    #finanziaria_page {
        .fs-15 {
            font-size:13px!important;
            margin-top:5px!important;
        }
        .lh-1 {
            line-height: 1.5 !important;
        }
    }
    #list_finanziarie {
        & td:nth-child(2) {
            .mr-24px {
                display: flex !important;
                align-items: center;
                .logo-fin {
                    max-width: 90px!important;
                }
            }
        }
    }
    .recap-aziende {
        flex-wrap: nowrap!important;
        gap:10px;
        .row {
            text-align: center;
            .fs-15 {
                font-size:14px!important;
            }
            .fs-24 {
                margin-inline:auto!important;
                margin-top:10px!important;
            }
        }
        .card {
            padding:15px!important;
            .col:nth-child(2){
                display:none;
            }
            .text-nowrap {
                white-space: normal!important;
            }
        }
        .card .status {
            display: none!important;
        }
    }
    #referente_anagrafica,
    #firmatario_anagrafica {
        .row {
            flex-direction: column!important;
        }
    }
    .rowutente {
        flex-direction: column!important;
        .col:nth-child(2) {
            justify-content: space-between!important;
            padding:0 20px;
        }
    }
    .pagarent .search-section-list li a {
        font-size: 13px!important;
    }
    #dashboard {
        & .news-bar {
            & .news {
                .typewriter {
                    font-size:15px!important;
                }
            }
        }
    }
    .breadcrumbs a {
        font-size:13px!important;
    }
    .banner .companyact {
        margin-top:10px;
        flex-direction: column;
        gap:10px;
        align-items: start!important;
        .ml-24px {
            margin-left:0px!important;
        }
    }
    #api-permissions-table-controllers {
        display: none;
    }
   #lista_gruppi_wrapper {
        #lista_gruppi {
            .tcw-395px {
                width: 100%!important;
            }
            .tcw-120px {
                width: 80px!important;
            }
            th, td {
                display: none;
            }
            th:nth-child(2), td:nth-child(2),
            th:nth-child(8), td:nth-child(8) {
                display: table-cell;
                padding:2px 20px!important;
            }
        }
    }
    .grpdet {
        padding:24px;
        .col-6 {
            width: 100%!important;
        }
        .group-details {
            .row {
                flex-direction: row;
                align-items:center;
                border-bottom:1px solid rgba(255,255,255,.3);
                padding-bottom:20px;
                margin-bottom:20px;
                .fs-22 {
                    font-size:18px!important;
                }
                .col {
                    a {
                        padding:5px!important;
                        span {
                            display: none;
                        }
                    }
                }
            }
            .p-2 {
                font-size:11px!important;
            }
        }
    }
    #lista_gruppi-controllers::before {
        content: "LISTA GRUPPI";
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
    }
    #grppage {
        #group-id {
            font-size:18px!important;
        }
        .select2-selection__rendered {
            margin-top:0px!important;
            padding:0px 15px;
        }
        
        .mt-48px {
            margin-top:24px!important;
        }
        .prefprelievo,.addComp {
            .withdraw-days {
                .innercard {
                    margin-right:0px!important;
                }
            }
            .col-12 {
                flex-direction: column;
                align-items: start!important;
                .col-3 {
                    width: 100%!important;
                }
            }
        }
        .addComp {
            .col-6 {
                width: 100%!important;

            }
        }
         #lista_compagnie thead {
            display: none;
        }
        #lista_compagnie tr {
            display: block;
            margin-bottom: 15px;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 8px;
        }
        #lista_compagnie td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 0;
            border: none;
        }
        #lista_compagnie td::before {
            content: attr(data-label);
            font-weight: 600;
            margin-right: 10px;
            white-space: nowrap;
        }
        #lista_compagnie {
            th:nth-child(1),
            th:nth-child(2),
            td:nth-child(1),
            td:nth-child(2) {
                display: none;
            }
        }
        #lista_compagnie {
            .select2-container--default .select2-selection,
            .company-level {
                min-width: 150px!important;
                max-width: 150px!important;
                margin:0 0!important;
            }
        }
    }
    .bc-kebab-menu {
        display: block !important;
        position: relative;
        .ti {
            color:var(--verde)!important;
        }
    }
    .bc-kebab-toggle {
        color: var(--verde);
        background: none;
        border: none;
        height: 38px;
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .bc-kebab-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        min-width: 95px;
        margin-top:5px;
        background: var(--backgroundAccordion);
        border: 1px solid var(--white10);
        border-radius: 12px;
        padding: 8px 0;
        box-shadow: 0 8px 24px rgba(0,0,0,.3);
    }
    .bc-kebab-dropdown.open {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:10px;
        .mr-24px {
            margin-right:0px!important;
        }
        .do-action {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px!important;
            i {
                color:#fff!important;
            }
        }
    }
    .bc-kebab-dropdown .no-mob {
        display: flex !important;
        width: 100%;
        font-size: 13px !important;
        padding: 8px 16px !important;
        border-radius: 0 !important;
        text-align: left;
        white-space: nowrap;
        justify-content: flex-start;
        height: auto !important;
    }
    .bc-kebab-dropdown .no-mob i {
        margin-right: 8px;
    }
    .usersbox {
        flex-wrap: nowrap!important;
        > .col {
            width: 32%!important;
        }
        .row {
            flex-direction: column;
        }
        .text-nowrap {
            white-space:normal!important;
            justify-content: center;
        }
        .card {
            padding:12px!important;
            min-height: 118px;
        }
        a {
            .align-items-center {
                margin-top:5px!important;
                justify-content: center;
            }
        }
        .pagaicon {
            display: none!important;
        }
    }
    #user-table-controllers::before {
        content: "LISTA UTENTI";
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
    }
    #user-table {
        th:nth-child(1),
        th:nth-child(3),
        th:nth-child(4),
        th:nth-child(5),
        th:nth-child(6),
        th:nth-child(7),
        th:nth-child(8),
        td:nth-child(1),
        td:nth-child(3),
        td:nth-child(4),
        td:nth-child(5),
        td:nth-child(6),
        td:nth-child(7),
        td:nth-child(8)
        {
            display: none;
        }
        th:nth-child(2) {
            width: 100%;
        }
    }
    #wallet-table-controllers::before {
        content: "WALLET";
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
    }
    #wallet-table {
        th:nth-child(2),
        th:nth-child(3),
        th:nth-child(4),
        th:nth-child(5),
        th:nth-child(6),
        th:nth-child(7),
        th:nth-child(8),
        th:nth-child(9),
        td:nth-child(2),
        td:nth-child(3),
        td:nth-child(4),
        td:nth-child(5),
        td:nth-child(6),
        td:nth-child(7),
        td:nth-child(8),
        td:nth-child(9) {
            display: none;
        }
        .tcw-141px {
            width: 100%!important;
        }
        .tcw-345px {
            width: 200px!important;
        }
        td:nth-child(1) {
            padding:10px 20px!important;
            text-align: start!important;
            .justify-content-center {
                justify-content: end!important;
            }
        }
        .tcw-100px {
            width: 100%!important;
        }
        .table_action {
            text-align: center!important;
        }
    }

    .pagarent .assigntocont {
        row-gap:5px!important;
        flex-direction: column;
        .no-mob {
            .fs-8 {
                margin-bottom:5px!important;
            }
        }
        .operator-select {
            padding:0px!important;
        }
        .d-flex {
            flex-direction: column!important;
            align-items: center;
            justify-content: center!important;
        }
    }
    .wallet-container {
        .wallet-punti {
            margin-top:40px!important;
            .mt-15px {
                margin-top:20px!important;
            }
        }
        .wallet-widthdraw.wallet-punti {
            top:-37px!important;
            right: 15px!important;
        }
        .wallet-stats {
            margin-top:44px!important;
            gap:24px!important;
            display: flex;
            flex-direction: column;
            .row {
                margin:0px!important;
            }
        }
    }
    .dash-box-centrale {
        .tutorial {
            margin-top:24px!important;
        }
    }
    .typewriter {
        width: 97%!important;

    }
    #allegati {
        #allegati-table {
            th:nth-child(1),
            td:nth-child(1),
            th:nth-child(3),
            td:nth-child(3),
            th:nth-child(4),
            td:nth-child(4),
            th:nth-child(5),
            td:nth-child(5)
            {
                display:none!important
            }
             th:nth-child(2) {
            text-align: center!important;
            }
            td:nth-child(2) {
                padding-inline:20px!important;
            }
        }
        .tcw-191px {
            width: 110px!important;
        }
    }
    #allegati-table-c {
        th:nth-child(2) {
            text-align: center!important;
        }
        td:nth-child(2) {
            padding-inline:20px!important;
        }
        td:nth-child(6) {
            .checkbox-wrapper {
                width: auto!important;
            }
        }
    }
    .wizard-container {
        padding-inline:12px!important;
        .col-10 {
            width: 100%!important;
            padding-inline:0px!important;
        }
        .fs-15.white50.mb-24px.px-50px {
            font-size:11px!important;
            padding-inline:10px!important;
            margin-top:10px;
        }
        .container {
            .row {
                flex-direction: column;
                .col-2 {
                    width: 100%!important;
                }
                input {
                    margin-top:10px;
                }
            }
        }
        .center-buttons-container {
            .btn {
                font-size:12px!important;
            }
        }
        .wizard-navigation {
            justify-content: space-around!important;
            .wizard-navigation {
                padding:10px!important;
            }
        }
        .rectangle {
            padding:12px!important;
            .with-oppure {
                margin-bottom:30px!important;
            }
            
        }
        .graybox {
            padding-inline:12px!important;
        }
        .rectangle .col p {
            width: 100%;
        }
        #ddt_partner_attachment {
            .background-dark2 {
                font-size:12px!important;
            }
        }
        .innercard {
            border:0px!important;
            padding:0px!important;
        }
        .wizard-step-7 {
            .col-4 {
                width: 100%!important;
            }
            .innercard {
                padding:20px!important;
            }
        }

    }
    #section_fatturazione {
        center {
            margin-top:10px!important;
        }
    }
    .chat-container {
        .mb-50px {
            margin-bottom:20px!important
        }
    }
    #customAlert.modal {
        .modal-dialog {
            max-width: 90%!important;
            margin-inline:auto!important;
        }
        .customAlert-title,
        .customAlert-text {
            text-align: center;
        }
        .customAlert-text {
            font-size:18px!important;
        }
        .modal-footer {
            justify-content: center!important;
            gap:24px!important;
        }
    }
    #section_rigenera_doc {
        .col-9 {
            width: 100%!important;
            .p-20px {
                .d-flex {
                    width: 100%;
                }
                > .d-flex {
                    flex-direction: column!important;
                    margin-bottom:5px;
                    gap:12px;
                    .d-flex:nth-child(1) {
                        justify-content: center;
                    }
                    .d-flex:nth-child(2) {
                        flex-direction: column!important;
                    }
                    .regen-action {
                        display: flex;
                        gap:12px;
                    }
                }
                
            }
        }
        .rigenera-date {
            width: 100%!important;
        }
    }
    #pratica {
        .accordion-item {
            .accordion-header {
                .ti {
                    line-height: 0!important;
                }
            }
        }
    }
    .card-crm {
        & .status-container {
            > .d-flex {
                flex-direction: column!important;
            }
            & .d-flex {
                .col-1 {
                    width: 100%!important;
                    display: flex !important;
                    flex-direction: row!important;
                }
            }
        }
    }
    #editStatusLog {
        .row.py-15px {
            gap: 0px!important;
        }
        .row {
            input {
                margin-top:10px;
            }
        }
    }
    #commandPanel .tab-item-head span {
        font-size: 13px !important;
    }
    .load_command {
        padding-inline:10px!important;
        > .innercard {
            max-width: 100%;
            padding:30px 12px 12px 12px!important;
            .row {
                flex-direction: column!important;
            }
            .col-5 {
                width: 100%!important;
            }
            input,.pagaselect-container {
                margin-top:10px!important 
            }
        }
    }
    .card-crm {
        & #pagaCrm {
            .nav-link {
                font-size: 12px !important;
            }
            li.nav-item:first-child .nav-link.active,
            li.nav-item:nth-child(2) .nav-link.active {
                border-radius: 0px !important;
            }
        }
    }
    .ticket-list {
        padding-right:10px!important;
    }
    
}

