@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Figtree", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
    font-family: "Figtree", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 20
}

a {
    color: #4293d5;
}

a:HOVER {
    color: #29b1e6;
}


.nav-sidebar .nav-link:HOVER {
    background-color: #f3f3f3;
}

.dark-mode .nav-sidebar .nav-link:HOVER p,
.dark-mode .nav-sidebar .nav-link:HOVER i {
    color: #3395ff;
}

.btn-primary {
    color: #fff;
    background-color: #4293d5;
    border-color: #4293d5;
}

.btn-switch {
    color: #fff;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-switch:not(:disabled):not(.disabled).active,
.btn-switch:not(:disabled):not(.disabled):active,
.show>.btn-switch.dropdown-toggle {
    color: #fff;
    background-color: #2d77b4;
    border-color: #2d77b4;
}


.btn-outline-primary {
    color: #4293d5;
    border-color: #4293d5;
}

.btn-primary:HOVER,
.btn-outline-primary:HOVER {
    color: #fff;
    background-color: #29b1e6;
    border-color: #29b1e6;
}


.content-wrapper {
    padding: 10px;
}


.nav-pills .nav-link:HOVER {
    color: #29b1e6 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #29b1e6;
}

/* TEMA COLOR*/

.cambia-tema {
    width: 160px;
    float: left;
    margin: 20px 20px 0 0;
    text-align: center;
}

.cambia-tema img {
    width: 100%;
    margin-bottom: 5px;
    border: #666666 2px solid;
}

.cambia-tema.active img {
    border: #4293d5 2px solid;
}

.cambia-tema:HOVER img {
    border: #29b1e6 2px solid;
}

.brand-link:HOVER,
.brand-text:HOVER {
    color: #29b1e6 !important;
}

.brand-link:HOVER .brand-text {
    color: #29b1e6 !important;
}

.dark-mode .brand-link:HOVER,
.brand-text:HOVER {
    color: #3395ff !important;
}

.dark-mode .brand-link:HOVER .brand-text {
    color: #3395ff !important;
}






.main-sidebar {
    background-color: #ffffff;
}

.main-sidebar.sidebar-dark-primary {
    background-color: #343a40;
}

.main-header {
    background-color: #ffffff;
}

.main-header.navbar-dark {
    background-color: #343a40;
}



.card-lw {
    margin-bottom: 25px !important;
}

.logo-login {
    width: 100%;
}

/* SWITCH TEMA MODE MENU TOP RIGHT*/

.switch-darkmode {
    padding: 8px 8px 8px 51px;
}

.switch-darkmode label {
    font-weight: 500 !important;
}

.brand-link .brand-image {
    margin-left: .3rem;
    margin-top: -2px;
}

/*IMAGE PROFILE ADMIN*/

.imgprofile {
    border-radius: 8px;
    background-color: rgb(189 189 189 / 15%);
    padding: .5rem 1rem .5rem .6rem !important;
}

.imgprofile img {
    height: 30px;
    width: 30px;
    position: relative;
    margin: -5px 5px 0px 0px;
}

.cabinet.center-block {
    position: relative;
    height: 210px;
    width: 210px;
    overflow: hidden;
}

.cabinet.center-block figure {
    position: absolute;
    top: 0px;
    left: 0px;
}

.cabinet.center-block .icon-img-profile {
    position: absolute;
    top: 65px;
    left: 65px;
    font-size: 64px;
    opacity: 0;
    color: #ffffff;
    background-color: #3f474e;
    border-radius: 10px;
    padding: 5px 10px;
}

.cabinet.center-block:HOVER .icon-img-profile {
    opacity: 0.9;
}

#btn-attivanotifiche {
    background-color: #4293d5;
    color: #ffffff;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 3px;
    border-radius: 3px;
    cursor: pointer;
}

#btn-attivanotifiche:hover {
    background-color: #87c655;
    color: #ffffff;
}

#stato-adesso.attiva {
    color: #4caf50;
}

#stato-adesso.disattiva {
    color: #e64b4b;
}



label.cabinet {
    display: block;
    cursor: pointer;
}

label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top: -30px;
}

#upload-resize {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
    margin: auto;
}

.withtable .btn-table-add {
    float: right;
}

/* TAB PAGE PROFILE*/




#mainmenu {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
}

#mainmenu.filterreports {
    background-color: transparent;
}



#mainmenu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#mainmenu ul li {
    float: left;
}

#mainmenu ul li a {
    float: left;
    position: relative;
    display: block;
    padding: 10px 15px;
}


#mainmenu ul li a.active {
    color: #cccccc;
}



.dark-mode #mainmenu {
    background-color: #2c3136;
}



.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.dark-mode .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #6c757d 1px !important;
    background-color: #343a40 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    padding: 6px 11px;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #80bdff;
}

.select2-dropdown .select2-results {
    background-color: #f3f3f3;
}

.select2-dropdown .select2-results li {
    border-bottom: #dddddd 1px solid;
}

.dark-mode .select2-dropdown .select2-results {
    background-color: #2d3338;
}

.dark-mode .select2-dropdown .select2-results li {
    border-bottom: #777777 1px solid;
}


.select2-result-repository__text {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    font-weight: 700;
    padding: 2px 1%;
    margin: 0.3% 2% 0.3% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}


.select2-result-repository__username {
    float: left;
    width: 48%;
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    font-weight: 700;
    padding: 2px 1%;
    margin: 0.3% 2% 0.3% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}

.select2-result-repository__name {
    float: left;
    width: 48%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    padding: 3px 1%;
    margin: 0.3% 0 0 2%;
    background-color: #fff;
    border-radius: 4px;
    color: #666;
}

.select2-result-repository__email {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 1%;
    margin: 1% 0% 1% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #666;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    padding: 6px 11px;
}

.dark-mode .select2-container--default .select2-selection--single {
    border: 1px solid #6c757d !important;
    background-color: #343a40 !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 6px !important;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
}

.row-filto-table {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: #cccccc 1px dotted;
}

.row-filto-table label {
    color: #4293d5;
    font-size: 15px;
}

.row-filto-table .btn-margintop {
    padding-top: 35px;
}

.padding10 {
    padding: 10px !important;
}

.box {
    padding: 20px 20px !important;
}

.dark-mode .box {
    background-color: #454d55;
}

.profile-body {
    padding: 1.25rem;
    background-color: #ffffff;
    width: 100%;
    display: block;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.dark-mode .profile-body {
    background-color: #3f4348;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: #4e4e4e;
}

.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #343a40;
    border: 1px solid #aaa;
    color: #ffffff;
}


.btn-reload {
    text-align: right;
    padding: 5px 25px;
}

.btn-reload #reload {
    color: #1591a5;
}

.btn-responsive-menu {
    display: none;
}

@media (max-width: 767px) {
    .btn-responsive-menu {
        display: block;
        float: none;
        padding: 10px 5px;
        cursor: pointer;
        margin: 0px 20px 0 0;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
        background: #4293d5;
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        width: 100%;
        text-align: center;
    }

    #mainmenu {
        display: none;
    }

    #mainmenu.show {
        display: block;
    }

    #mainmenu ul li {
        float: none;
    }
}

/* END TAB PAGE PROFILE*/


.main-footer {
    border-top: none;
}

/* Darker Daterange Picker */

.dark-mode .daterangepicker td.off,
.dark-mode .daterangepicker td.off.in-range,
.dark-mode .daterangepicker td.off.start-date,
.dark-mode .daterangepicker td.off.end-date {
    background-color: transparent;
    color: rgba(200, 200, 200, 0.5);
}

.dark-mode .daterangepicker {
    background-color: inherit;
    color: #ebf4f0;
}

.dark-mode .daterangepicker .calendar-table {
    background-color: transparent;
}

.dark-mode .datepicker.dropdown-menu table {
    background-color: transparent;
}

.dark-mode .daterangepicker td.active,
.dark-mode .daterangepicker td.active:hover {
    background-color: transparent;
    color: #ebf4f8 !important;
}

.dark-mode .daterangepicker td.in-range {
    background-color: rgba(37, 47, 57, 0.9);
    color: #ebf4f8;
}

.dark-mode .daterangepicker select.monthselect {
    color: rgba(37, 47, 57, 0.9);
}

.dark-mode .daterangepicker select.yearselect {
    color: rgba(37, 47, 57, 0.9);
}

.dark-mode .daterangepicker .input-mini {
    color: #ebf4f8;
}

.dark-mode .daterangepicker td.available:hover,
.dark-mode .daterangepicker th.available:hover,
.dark-mode .daterangepicker .ranges li:hover {
    background-color: #3f6791 !important;
}



.custom-select {
    box-shadow: none;

}



/* TABLE PADDING 0 MOBILE */

@media (max-width: 767px) {



    #sottomenu,
    #mainmenu,
    .profile-body {
        margin-bottom: 0;
        box-shadow: none;
        /*margin-left: -25.5px;
        width: 100vw !important;*/
    }

    #sottomenu.filterreports,
    #mainmenu.filterreports {
        margin-bottom: 0;
        box-shadow: none;
        /*margin-left: -20.5px;
        width: 100vw !important;*/
    }

    #mainmenu.filterreports .row-filto-table {
        padding: 15px;
    }



    .profile-body .card {
        /*margin-left: -20.5px;*/
    }

    .ui-sortable .card {
        margin-top: 15px;
        /*width: 106% !important;
        margin-left: -3%;*/
        box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    }


}

.card-header {
    background-color: #e6eaef;
}

.dark-mode .card-header {
    background-color: #2c3136;
}

.card .card-footer {
    font-size: 12px;
}

.text-limit-card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* CSS LOADER, ICONA PER INVIO FORM IN CORSO */

.loader-sfere-div {
    text-align: center;
}

.loader-sfere {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
    margin: auto;
}

.loader-sfere div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: loader-sfere 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-sfere div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes loader-sfere {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* FINE CSS LOADER */


.dz-message.needsclick {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 600;
    line-height: 26px;
}

.dz-message.needsclick strong {
    font-size: 19px;
    color: #8c8c8c;
}

.dz-message.needsclick span {
    font-size: 16px;
    font-weight: 700;
    color: #357ca5;
    padding: 10px 7px;
    border-radius: 9px;
    border: #357ca5 2px solid;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: transparent;
    padding: 20px 20px;
    margin: 15px;
}

.dropzone:HOVER {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 20px 20px;
    margin: 15px;
}

.dropzone:HOVER .dz-message.needsclick {
    color: #aaaaaa;
}

.dropzone:HOVER .dz-message.needsclick strong {
    color: #aaaaaa;
}

.dropzone:HOVER .dz-message.needsclick span {
    color: #63a3c7;
    border: #63a3c7 2px solid;
}

.subtitle {
    color: #4293d5;
}


.bloccoindirizzihome {
    text-align: center;
}

.bloccoindirizzihome p {
    margin: 0;
    padding: 5px;
    border-top: rgba(204, 204, 204, 0.205) 1px dotted;
}

.bloccodipendente {
    text-align: center;
}

.bloccodipendente i {
    font-size: 62px;
    margin: 20px;
}

.bloccodipendente p {
    margin: 0px;
}

.card-warning .bloccodipendente i {
    color: #ffc107
}

.card-success .bloccodipendente i {
    color: #28a745
}

.card-danger .bloccodipendente i {
    color: #dc3545
}

.card-secondary .bloccodipendente i {
    color: #6c757d
}

.card-secondary.card-outline {
    border-top: 3px solid #b9b9b98f;
}

.card-title i {
    opacity: 0.5;
    background-color: #fff;
    color: #000000;
    padding: 5px 7px;
    border-radius: 50%;
    margin-right: 10px;
}


.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #343a40 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.adminclass .user-so {
    display: none !important;
}

.nosidebar .user-no {
    display: none !important;
}

.nosidebar aside.main-sidebar {
    display: none !important;
}

.nosidebar .content-wrapper,
.nosidebar .main-header,
.nosidebar .main-footer {
    margin-left: 0px !important;
}

@media (max-width: 767px) {
    .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
        width: auto !important;
    }

    .adminclass .nav-item.user-so {
        display: block !important;
    }
}


.main-footer {
    font-size: 12px;
}

.marginright {
    margin-right: 5px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #29b1e6;
    border-color: #29b1e6;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #29b1e6;
}

.btn-add {
    display: inline-block;
    color: #4293d5;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #4293d5;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 10px;
    ;
}

.btn-add:HOVER {
    background: #29b1e6;
    background: linear-gradient(325deg, rgba(19, 104, 155, 1) 0%, rgba(8, 172, 208, 1) 100%);
    color: #ffffff;
}

.btn-add .info-box-content {
    margin-left: 50px;
    padding: 8px 6px;
}

.btn-add .info-box-number {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}


.btn-add .info-box-icon.elevation-1 {
    float: left;
    font-size: 21px;
    padding: 5px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    box-shadow: none !important;
}

.btn-add:HOVER .info-box-icon.elevation-1 {
    background-color: #ffffff !important;
    color: #05a9cd !important;
}



@media (max-width: 767px) {
    .btn-add .info-box-number {
        white-space: initial;
    }

    .content-wrapper {
        padding: 0;
    }

    .content-wrapper .container-fluid {
        padding: 0
    }
}




.rowmodulo {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: #dddddd 1px dotted;
}

.padding-desktop {
    padding-top: 10px;
    text-align: right;
}

@media (min-width: 768px) {
    .padding-desktop {
        padding-top: 35px;
    }
}


.getinfo {
    cursor: pointer;
}



@media (max-width: 767px) {
    .imgprofile {
        padding: 7px !important;
        background-color: transparent;
    }

    .imgprofile span {
        display: none;
    }


}

.note-editing-area .note-editable {
    height: 120px;
}

.jodit-container:not(.jodit_inline) {
    color: black;
}

.jodit-popup__content {
    color: black;
}



@media (min-width: 767px) {
    .align-center-35 {
        display: flex;
        align-items: center;
        min-height: 35px;
    }
}

.sortable-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.3;
    cursor: move;
}

.sortable {
    cursor: ns-resize;
}

.elenco_share_single {
    border: #adb5bd 1px solid;
    display: inline-block;
    padding: 0.25em 0.4em;
    margin-right: 0.25em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.elenco_tag_single {
    font-size: 16px;
    border: #adb5bd 1px solid;
    display: inline-block;
    padding: 0.25em 0.4em;
    margin-right: 0.25em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.see_tags {
    margin-bottom: 10px;
}

.directory_img {
    max-width: 200px;
    float: left;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.card-footer {
    padding: 0.75rem 0.75rem;
}

@media (min-width: 767px) {
    .btn-span span {
        display: none;
    }

    /*
    .btn-span:HOVER {white-space: nowrap; position:relative;}
    .btn-span:HOVER span{display: inline; position:absolute; right: 28px; top: 0px;
            color: #ffffff;
            background-color: #29b1e6;
            padding: 0.25rem 0.5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: 0.2rem;
    }
    */
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.whitespaceno {
    white-space: nowrap;
}

.cursorhelp {
    cursor: help;
}




.btn-file[aria-expanded="true"] {
    background-color: #eeeeee;
    color: #444444;
    border-color: #444444;
}





/* MENU FOOTER MOBILE */

@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu {
    z-index: 99999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.dark-mode .mobile-menu {
    background-color: #111111;
    border-top: 1px solid #000000;
}

.mobile-menu-content {
    margin: auto;
    max-width: 480px;
}

.secondmenu-mobile {
    position: relative;
    padding-bottom: 20px;
}

.secondmenu-mobile h3 {
    padding: 5px 15px;
}

.secondmenu-mobile .close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 42px;
}


.secondmenu-mobile .dropdown-item {
    padding: 10px;
    font-size: 18px;
    background-color: #f3f3f3;
    margin: 2%;
    width: 96%;
    border-radius: 8px;
}

.dark-mode .secondmenu-mobile .dropdown-item {

    background-color: #222222;
}

.secondmenu-mobile .dropdown-item:active {
    color: #fff;
    background-color: #29b1e6;
}

.dark-mode .dropdown-menu.secondmenu-mobile {
    background-color: #111111;
}

.btn-plus .material-symbols-outlined {
    font-size: 50px;

}

.dark-mode .gm-style .gm-style-iw-c {
    color: #3a3a3a;
}

.dark-mode .gm-style .gm-style-iw-tc::after {}

.btn-plus .dropdown-menu {
    width: 100%;
    position: fixed !important;
    bottom: 0px;
    height: auto;
    top: auto !important;
    left: 0;
    z-index: 99;
    transform: initial !important;
}

.btn-effectclick {
    width: 19%;
    position: relative;
    padding: 0.375rem 0;
}

.dark-mode .btn-effectclick {
    color: #dddddd;
}

.btn-effectclick:active::AFTER {
    content: " ";
    background-color: rgb(149 149 149 / 9%);
    transform: translateY(4px);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}


.search-dashboard span.select2.select2-container {
    width: 100% !important;
}

.search-dashboard span.select2-selection {
    height: 48px;
    margin-right: 5px;
}

.search-dashboard .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 7px;
}

.search-dashboard .input-group-append {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}

.btn-group-dashboard {
    padding: 10px 0;
}

@media (min-width: 767px) {
    .btn-group-dashboard {
        padding: 80px 0;
    }
}

.btn-dashboard {
    padding: 20px 0;
    width: 100%;
    margin-bottom: 10px;
}

.btn-dashboard i {
    font-size: 72px;
    padding: 10px;
}

@media (max-width: 767px) {
    .btn-dashboard i {
        font-size: 38px;
        padding: 7px 0;
    }
}


.agg-nota-row {
    padding: 7px;
    margin-bottom: 10px;
}

.agg-nota-row>.col-xs-12 {
    padding: 10px 20px;
    background-color: #f7f7f7;
    border-radius: 4px;

    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border: 0 solid rgba(0, 0, 0, .125);


}

@media (min-width: 992px) {
    .col-anagrafica {
        padding-left: 30px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .navigation-slide-container {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 11px;
    }

    .navigation-slide {
        display: -webkit-box;
        flex-wrap: initial;
        position: relative;
    }

    .navigation-slide-container::after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 100%;
        background: rgb(230, 234, 239);
        background: linear-gradient(90deg, rgba(230, 234, 239, 0) 0%, rgba(230, 234, 239, 1) 81%);
    }

    .navigation-slide .nav-item {
        background-color: #f7f7f7;
        margin-right: 10px;
        min-width: 100px;
    }

    .navigation-slide .nav-item:last-child {
        padding-right: 15px;
    }

    .dark-mode .navigation-slide-container::after {
        background: #343a40;
        background: linear-gradient(90deg, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 1) 81%);
    }

    .dark-mode .navigation-slide .nav-item {
        background-color: #343a40;
    }

    .navigation-slide .nav-link {
        text-align: center;
    }

    .icon-slide {
        display: block;
    }
}


@media (max-width: 480px) {
    .btn-table-mod span {
        display: none;
    }
}


.dataTables_filter {
    /* display: none; */
}


.ap-layout-relative,
.ap-layout-inline {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: 100%;
}

.ap-layout-relative,
.ap-layout-inline .ap-cont {
    position: relative !important;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

.ap-theme-default {
    color: #555555 !important;
}

.ap-component-selector {
    border-top: 1px solid #29b1e6 !important;
    border-bottom: 1px solid #29b1e6 !important;
}

.brand-link {
    padding: 0.35rem;
}

.brand-link .brand-image {
    max-height: 54px;
    height: 54px;
}

.brand-text {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    padding: 5px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .display-4 {
        font-size: 2.5rem;
        line-height: 1;
    }

    #add_timeline {
        margin-bottom: 10px;
    }
}

.titleactivity {
    font-weight: bold;
    color: #4293d5;
    cursor: pointer;
}



.substatus_3 {
    border-left: #fcd917 5px solid !important;
}

.substatus_3 .titleactivity {
    color: #dfbd01;
}

.substatus_5 {
    border-left: #48c748 5px solid !important;
}

.substatus_5 .titleactivity {
    color: #48c748;
}

.substatus_7 {
    border-left: #cc0000 5px solid !important;
}

.substatus_7 .titleactivity {
    color: #cc0000;
}

.align-center-35 .custom-switch {
    padding: 0.5rem 1rem 0.5rem 2.25rem;
}

.attivita_resoconto {
    color: #fff;
    background-color: #6c757d;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.modello_list_fatture_altri>div {
    padding: 10px 10px 10px 15px;
    border-bottom: #ccc 1px dotted;
}


.animation__wobble {
    background-color: #ffffff;
    border-radius: 8px;
}









.logodark {
    display: none !important;
}

.dark-mode .logodark {
    display: inline-block !important;
    background-color: #343a40;
}

.dark-mode .logolight {
    display: none;
}







/* LAST */

.simobile {
    display: none;
}

@media (max-width: 767px) {
    .nomobile {
        display: none;
    }

    .simobile {
        display: inline;
    }
}



.conimgprofile img {
    height: 15px;
    width: 15px;
    position: relative;
    margin: -5px 5px 0px 0px;
}


@media (max-width: 767px) {
    .timeline>div>.timeline-item>.time {
        width: 100%;
    }
}





input.timedate {
    position: relative;
    padding-left: 30px;
}

input.timedate::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 95%;
    left: 7px;
    right: 0px;
    padding: 0;
    margin: 0;
}


.login-page,
.register-page {
    background-color: #ffffff;
}

.dataTables_info {
    font-size: 10px;
}

.page-item.disabled .page-link {
    border: none !important;
}


.page-item.active .page-link {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #29b1e6;
    border-top-color: #c3c3c3;
    border-right-color: #c3c3c3;
    border-bottom-color: #c3c3c3;
    border-left-color: #c3c3c3;
}

.logo-login-top {
    position: fixed;
    width: 220px;
    max-width: 80%;
    right: 15px;
    top: 15px;

}

.login-footer {
    font-size: 12px;
    color: #869099;
    padding: 1rem;
}

.btn-outline-warning:hover {
    color: #ffffff;
}


.content-wrapper {
    background-color: #ffffff;
}

.dark-mode .content-wrapper {
    background-color: #454d55;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4293d5 !important;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4293d5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4293d5 !important;
}


custom-control-label::before,
.custom-file-label,
.custom-file-label::after,
.custom-select,
.form-control:not(.form-control-navbar):not(.form-control-sidebar),
.input-group-text {
    color: #4293d5 !important;
}




.switch-holder {
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    min-height: 90px;
    color: #222222;
    -webkit-box-shadow: 1px 0px 11px 1px #cccccc;
    -moz-box-shadow: 1px 0px 11px 1px #cccccc;
    -o-box-shadow: 1px 0px 11px 1px #cccccc;
    box-shadow: 1px 0px 11px 1px #cccccc;
}

.switch-label {}

.switch-label i {
    margin-right: 5px;
}

.switch-toggle {
    height: 40px;
    background-color: #f3f3f3;
    border-radius: 10px;
    display: inline-block;
}

.switch-toggle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -2;
}

.switch-toggle input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;

}

.switch-toggle input[type="checkbox"]+label::before {
    position: absolute;
    content: 'OFF';
    font-size: 13px;
    color: black;
    text-align: center;
    line-height: 25px;
    top: 8px;
    left: 8px;
    width: 45px;
    height: 25px;
    border-radius: 20px;
    background-color: #d1dad3;
    transition: .3s ease-in-out;
}

.switch-toggle input[type="checkbox"]:checked+label::before {
    left: 50%;
    content: 'ON';
    color: #fff;
    background-color: #00b33c;

}



.timeline-item .time .conimgprofile img {
    height: 30px;
    width: 30px;
}

.timeline-item .time span {
    font-size: 16px;
}

.timeline-item .time {
    font-size: 16px !important;
}

.p_foto img {
    max-height: 250px;
    max-width: 100%;
}




.item_with_note {
    background-color: #ffffc7 !important;
}

.dark-mode .item_with_note {
    background-color: #ffffc7 !important;
}

.dark-mode .timeline>div>.timeline-item.item_with_note>.timeline-header {
    color: #6b6b6b !important;
}

.dark-mode .timeline>div>.timeline-item.item_with_note>.time {
    color: #6b6b6b !important;
}

.dark-mode .btn-outline-primary {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}

.dark-mode .item_with_note .btn-outline-primary {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}

.dark-mode .item_with_note .btn-outline-primary:HOVER {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}

#tab_cantieri tr td:first-child {
    background-color: #eaf1fb;
}

.dark-mode #tab_cantieri tr td:first-child {
    background-color: #494c4e;
}


#report_table tr .tdcoorato {
    background-color: #eaf1fb;
}

.dark-mode #report_table tr .tdcoorato {
    background-color: #494c4e;
}


.table_report_attivita tr .tdcoorato {
    background-color: #eaf1fb;
}

.dark-mode .table_report_attivita tr .tdcoorato {
    color: #fff !important;
    background-color: #494c4e;
}


tr.status-0 td {
    background-color: #cccccc;
}

.dark-mode tr.status-0 td {

    background-color: #6c757d;
}

tr.status-0 td:nth-child(4) {
    color: #f39c12;
}

.dark-mode tr.status-0 td:nth-child(4) {
    color: #f39c12;
}

/* Lang swither */
.lang_btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lang_img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}

.btn-primary {
    background-color: #4895d1;
    border-color: #4895d1;
}

.btn-primary:hover {
    color: white;
    background-color: #276a4c;
    border-color: #276a4c;
}

.btn-outline-info,
.btn-outline-primary {
    color: #4895d1;
    border-color: #4895d1;
}

.btn-outline-info:hover,
.btn-outline-primary:hover {
    color: white;
    background-color: #4895d1;
    border-color: #4895d1;
}

a {
    color: #4895d1;
}

a:hover {
    color: #276a4c;
}

.nav-pills .nav-link:HOVER {
    color: #4895d1 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #4895d1;
}


.loader_ai {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999999999;
    height: 100%;
    background: #000000b3;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.loader_ai.active {
    opacity: 1;
    filter: alpha(opacity=100);
    display: flex;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.loader_ai>div {
    margin: auto;
    text-align: center;
    width: 80%;
    max-width: 620px;
}

.loader_ai img {
    width: 100%;
}


audio::-webkit-media-controls-panel {
    background-color: white;
    border-radius: 0px;
}

.dark-mode audio::-webkit-media-controls-panel {
    background-color: #b4babf;
    border-radius: 0px;
}


.eye-icon {
    cursor: pointer;

}


input[type="file"] {
    position: relative;
}

input[type="file"]::file-selector-button {
    width: 136px;
    color: transparent;
}

/* Faked label styles and icon */
input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 16px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234895d1'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

input[type="file"]::after {
    position: absolute;
    pointer-events: none;
    top: 11px;
    left: 40px;
    color: #4895d1;
    content: "Upload File";
}

/* ------- From Step 1 ------- */

/* file upload button */
input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

/* ------------------------ */


.tab_targhe_2_btn {
    position: absolute;
    top: 5px;
    right: 5px
}

.targhe_item {
    display: flex;
    align-items: center;
    gap: 4px;

    .btn_edit {
        margin-left: auto;
    }
}

.calendar_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;

    .calendar_title {
        margin: 0;
        text-transform: capitalize;
    }
}

.modal_data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 3rem 2rem;

    label {
        margin: 0;
    }
}

.note_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;

    .note_item {
        border-radius: 0.25rem;
        padding: 1rem;
        background-color: #f3f3f3;

        .note_user {
            font-size: 12px;
            margin-bottom: 2px;
            font-weight: bold;
        }

        .note_text {
            margin-bottom: 2px;
        }

        .note_data {
            font-size: 12px;
            text-align: right;
            color: #6c757d;
            margin-bottom: 0;
        }
    }
}


/* CSS personalizzato per rendere il testo selezionato su più righe */
#tipi_lavoro_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1em;
}

#tipi_lavoro_container .select2-container--default .select2-selection--single {
    height: auto !important;
}


.dark-mode .note_user {
    color: #6c757d;
}

.dark-mode .note_text {
    color: #6c757d;
}
