/*!
 * QUALIFICA Admin v1.0.0
 * Copyright 2020 Qualifica group
 * Author Ciro Cacciapuoti
 * Main Coded by Start Bootstrap (https://startbootstrap.com/)
 */

html {
    overflow: auto !important;
}

body {
    color: #000;
}

.form-control {
    color: #000;
    min-height: 37.4px;
}
.form-control-sm {
    min-height: 0;
}

.table {
    color: #000;
}

.table td {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    height: 41px;
}

.table td p {
    width: 0;
    min-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.table td.unset-nowrap p {
    white-space: unset;
}

.strikethrough {
    background: repeating-linear-gradient( 180deg, rgb(236, 236, 236) 0%, rgb(236, 236, 236) 100%);
    background-size: 100% 1px;
    background-position: center;
    background-repeat: no-repeat;
}

hr {
    border: 3px solid transparent !important;
}

.activity-btn {
    box-sizing: border-box;
    position: absolute;
    width: 105px;
    height: 39px;
    background: #21366C;
    border: 1px solid #21366C;
    border-radius: 10px;
    color: white;
    font-family: 'Arial';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.165px;
}

.pls {
    background-color: white;
    border-radius: 30px;
    position: absolute;
    color: black;
    width: 30px;
    height: 30px;
    left: 85px;
    top: -15px;
}


.progresses {
    display: flex;
    align-items: center
}

.line {
    width: 105px;
    height: 2px;
    background: #63d19e
}

.steps {
    display: flex;
    background-color: #39da8a;
    color: #fff;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.words {
    width: 145px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}


/* PROGRESS BAR */

.progressbar-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.progressbar li {
    list-style-type: none;
    width: 16%;
    float: left;
    position: relative;
    text-align: center;
    /*    color: #7d7d7d;*/
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
    font-weight: bold;
}

.progressbar li.active:before {
    border-color: #55b776;
    background: green;
}

.progressbar li.active+li:after {
    background-color: #55b776;
}

.progressbar li.active:before {
    background: #55b776;
    background-size: 60%;
}

.progressbar li::before {
    background: #fff;
    background-size: 60%;
}

.progressbar {
    counter-reset: step;
}

.select2-container {
    z-index: auto;
}

.z-9999 {
    z-index: 1051;
}

.table th,
.table td {
    padding: 0.4rem 1rem !important;
}

.main-menu.menu-dark .navigation {
    background-color: #1b4577 !important;
}

.main-menu.menu-dark .navigation>li.nav-item.open.has-sub.open {
    border: 1px solid #21366c;
    background-color: #183e6b !important;
}

.header-top-tool {
    background-color: #21366c;
    padding: 8px 16px 8px 26px;
}

.header-top-tool img {
    width: 20px;
    margin-right: 24px;
}

.navbar-collapse h4 {
    font-size: 16px;
    margin-top: 6px;
}

.header-top-btn {
    padding-top: 12px;
}

.header-top-btn .bx {
    font-size: 24px;
}

.header-top-btn .nav-link {
    padding: 0 1.33rem;
}

.header-top-btn .nav-item .dropdown button {
    color: #FFF;
    padding: 4px 4px;
    border-radius: 100%;
    text-align: center;
}

.header-top-btn .nav-item .dropdown button .bx {
    font-size: 18px;
}

.header-top-btn .nav-item .dropdown .btn i {
    top: 0;
}

.header-top-btn .nav-item .dropdown button.orange {
    background-color: #f09723;
}

.header-top-btn .nav-item .dropdown button.blu {
    background-color: #21366c;
}

.droporange .dropdown-menu {
    color: #FFF;
    background-color: #1b4577;
    border: 1px solid #000;
}

.dropblu .dropdown-menu {
    color: #FFF;
    background-color: #21366c;
    border: 1px solid #21366c;
}

.droporange .dropdown-menu .dropdown-item,
.dropblu .dropdown-menu .dropdown-item {
    color: #FFF;
    padding: 4px 10px;
    text-transform: none;
    font-size: 16px;
}

.droporange .dropdown-menu .dropdown-item .iconas,
.dropblu .dropdown-menu .dropdown-item .iconas {
    width: 18px;
    margin-right: 6px;
}

.droporange .dropdown-menu .dropdown-item:hover,
.dropblu .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

html .navbar-sticky .app-content .content-wrapper {
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
}

.main-menu.menu-dark .navigation .icona {
    width: 20px;
    margin-right: 12px;
}

.main-menu.menu-dark .navigation li a {
    color: #FFF;
}

.vertical-layout.vertical-menu-modern .main-menu.menu-dark {
    border-right: 0;
}

body.semi-dark-layout .main-menu {
    background-color: #1b4577 !important;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    height: auto;
    margin-top: 0;
}

.brand-text {
    color: #d1d3d4 !important;
}

.card-interventi .ciano1 {
    background-color: #54bdff;
    color: #FFF;
}

.card-interventi .ciano2 {
    background-color: #00bde4;
    color: #FFF;
}

.card-interventi .blu1 {
    background-color: #1a75cd;
    color: #FFF;
}

.card-interventi .blu2 {
    background-color: #0032aa;
    color: #FFF;
}

.ciano1-outline {
    border: 1px solid #54bdff;
    border-radius: 32px;
}

.ciano2-outline {
    border: 1px solid #00bde4;
    border-radius: 32px;
}

.blu1-outline {
    border: 1px solid #1a75cd;
    border-radius: 32px;
}

.blu2-outline {
    border: 1px solid #0032aa;
    border-radius: 32px;
}

.card-interventi h3 {
    font-size: 44px;
    font-weight: bold;
}

.card-interventi p {
    font-size: 16px;
    font-weight: bold;
}

.card-interventi .bg-footer1 {
    background-color: #428ec4;
    color: #FFF;
}

.card-interventi .bg-footer2 {
    background-color: #088eb1;
    color: #FFF;
}

.card-interventi .bg-footer3 {
    background-color: #1a5ca1;
    color: #FFF;
}

.card-interventi .bg-footer4 {
    background-color: #082d88;
    color: #FFF;
}

.card-interventi .card-footer {
    text-align: center;
    padding: 3px;
}

.card-interventi .card-footer a {
    color: #FFF;
}

.card-interventi .card-footer a .bx {
    vertical-align: middle;
}

.card-interventi .list-group-item {
    border-bottom: 1px solid #DFE3E7;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.list-group {
    max-height: calc(100vh - 60px);
    min-height: 105px;
}

.col-ciano1 {
    color: #54bdff;
}

.col-ciano2 {
    color: #00bde4;
}

.col-blu1 {
    color: #1a75cd;
}

.col-blu2 {
    color: #0032aa;
}

.col-orange {
    color: #f09723;
}

.btn-ciano1 {
    background-color: #54bdff;
    color: #FFF;
}

.btn-ciano2 {
    background-color: #00bde4;
    color: #FFF;
}

.btn-blu1 {
    background-color: #1a75cd;
    color: #FFF;
}

.btn-blu2 {
    background-color: #0032aa;
    color: #FFF;
}

.btn-orange {
    font-size: 24px;
    background-color: #f09723;
    color: #FFF;
    border-radius: 18px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-orange:hover {
    color: #FFF;
}

.btn-blu {
    font-size: 24px;
    background-color: #21366c;
    color: #FFF;
    border-radius: 18px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-blu:hover {
    color: #FFF;
}

.cta {
    padding: 16px;
}

.box-table {
    background-color: #FFF;
    border: 1px solid #0032aa;
    border-radius: 32px;
}

.box-table .table {
    margin-bottom: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}

.box-table h3 {
    font-weight: bold;
    margin-left: 24px;
    margin-top: 16px;
}

.blucol {
    color: #0032aa;
}

.box-table .table thead th {
    color: #f09723;
    font-weight: bold;
    border-bottom: 2px solid #f09723;
}

.box-table .table th,
.table td {
    padding: 6px 1rem;
}

.box-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e8ebf0;
    color: #0032aa;
    border-bottom: 2px solid #0032aa;
}

.box-table .table-striped tbody tr {
    background-color: #FFF;
    color: #f09723;
    border-bottom: 2px solid #f09723;
}

.box-table .table-striped tbody tr:last-child {
    border-bottom: 0px;
}

.box-table .table tbody tr p {
    margin-bottom: 0;
}

.box-table .table tbody tr:last-child {
    border-bottom-left-radius: 32px;
}

.box-table .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 32px;
}

.box-table .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 32px;
}

.box-table .table tbody tr:last-child p {
    margin-bottom: 0.4rem;
}

#boxOpen1,
#boxOpen2,
#boxOpen3,
#boxOpen4 {
    display: none;
}

.freccia-1 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #9dbde4;
}

.freccia-1::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #9dbde4;
}

.freccia-2 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #7cabdb;
}

.freccia-2::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #7cabdb;
}

.freccia-3 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #1a75cd;
}

.freccia-3::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #1a75cd;
}

.freccia-4 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #0032aa;
}

.freccia-4::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #0032aa;
}

.freccia-5 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #043f7a;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.freccia-5::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #043f7a;
}

.freccia-6 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #ff6666;
}

.freccia-6::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #ff6666;
}

.plus-btn {
    padding: 16px 0;
}

.plus-btn i {
    font-size: 30px;
}

.plus-btn-color-1 {
    color: #9dbde4;
}

.plus-btn-color-2 {
    color: #7cabdb;
}

.plus-btn-color-3 {
    color: #1a75cd;
}

.plus-btn-color-4 {
    color: #0032aa;
}

.plus-btn-color-5 {
    color: #043f7a;
}

.plus-btn-color-6 {
    color: #ff6666;
}

.task-custom {
    border-radius: 24px;
    background-color: #FFF;
    padding: 8px 16px;
    margin-bottom: 8px;
}

.task-custom h3 {
    font-size: 18px;
}

.task-custom h4 {
    color: #f09723;
    font-size: 16px;
}

.task-custom .persone {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.task-color-1 {
    color: #9dbde4 !important;
}

.task-color-2 {
    color: #7cabdb !important;
}

.task-color-3 {
    color: #1a75cd !important;
}

.task-color-4 {
    color: #0032aa !important;
}

.task-color-5 {
    color: #043f7a !important;
}

.task-color-6 {
    color: #ff6666 !important;
}

.task-br-color-1 {
    border: 1px solid #9dbde4;
}

.task-br-color-2 {
    border: 1px solid #7cabdb;
}

.task-br-color-3 {
    border: 1px solid #1a75cd;
}

.task-br-color-4 {
    border: 1px solid #0032aa;
}

.task-br-color-5 {
    border: 1px solid #043f7a;
}

.task-br-color-6 {
    border: 1px solid #ff6666;
}

.connectedSortable {
    min-height: 500px;
}

@media (max-width: 1000px) {
    .hidden-mobile-lg {
        display: none !important;
    }
    .header-top-btn .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }
    html .navbar-sticky .app-content .content-wrapper {
        margin-top: 4rem;
    }
    .connectedSortable {
        min-height: 250px
    }
}

.main-menu.menu-dark .navigation {
    background-color: #21366c !important;
}

.main-menu.menu-dark .navigation>li.nav-item.open.has-sub.open {
    border: 1px solid #2b4380;
    background-color: #2b4380;
}

.header-top-tool {
    background-color: #21366c;
    padding: 8px 16px 8px 26px;
}

.header-top-tool img {
    width: 20px;
    margin-right: 24px;
}

.navbar-collapse h4 {
    font-size: 16px;
    margin-top: 6px;
}

.header-top-btn {
    padding-top: 12px;
}

.header-top-btn .bx {
    font-size: 24px;
}

.header-top-btn .nav-link {
    padding: 0 1.33rem;
}

.header-top-btn .nav-item .dropdown button {
    color: #FFF;
    padding: 2px 4px;
    border-radius: 100%;
    text-align: center;
}

.header-top-btn .nav-item .dropdown button .bx {
    font-size: 18px;
}

.header-top-btn .nav-item .dropdown button.orange {
    background-color: #f09723;
}

.header-top-btn .nav-item .dropdown button.blu {
    background-color: #21366c;
}

.droporange .dropdown-menu {
    color: #FFF;
    background-color: rgb(33, 54, 108);
    border: 1px solid #fff;
}

.dropblu .dropdown-menu {
    color: #FFF;
    background-color: #21366c;
    border: 1px solid #21366c;
}

.droporange .dropdown-menu .dropdown-item,
.dropblu .dropdown-menu .dropdown-item {
    color: #FFF;
    padding: 4px 26px 4px 8px;
    text-transform: none;
    font-size: 16px;
}

.droporange .dropdown-menu .dropdown-item .iconas,
.dropblu .dropdown-menu .dropdown-item .iconas {
    width: 18px;
    margin-right: 6px;
}

.droporange .dropdown-menu .dropdown-item:hover,
.dropblu .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 8px 1rem 0 1rem;
}

.main-menu.menu-dark .navigation .icona {
    width: 20px;
    margin-right: 12px;
}

.main-menu.menu-dark .navigation li a {
    color: #FFF;
}

.main-menu.menu-dark .navigation>li>ul>li:first-child>a {
    border-top: 1px solid #c5c5c5
}

.vertical-layout.vertical-menu-modern .main-menu.menu-dark {
    border-right: 0;
}

body.semi-dark-layout .main-menu {
    background-color: #21366c !important;
}

.card-interventi .ciano1 {
    background-color: #54bdff;
    color: #FFF;
}

.card-interventi .ciano2 {
    background-color: #00bde4;
    color: #FFF;
}

.card-interventi .blu1 {
    background-color: #1a75cd;
    color: #FFF;
}

.card-interventi .blu2 {
    background-color: #0032aa;
    color: #FFF;
}

.ciano1-outline {
    border: 1px solid #54bdff;
    border-radius: 32px;
}

.ciano2-outline {
    border: 1px solid #00bde4;
    border-radius: 32px;
}

.blu1-outline {
    border: 1px solid #1a75cd;
    border-radius: 32px;
}

.blu2-outline {
    border: 1px solid #0032aa;
    border-radius: 32px;
}

.col-ciano1 {
    color: #54bdff;
}

.col-ciano2 {
    color: #00bde4;
}

.col-blu1 {
    color: #1a75cd;
}

.col-blu2 {
    color: #0032aa;
}

.col-orange {
    color: #f09723;
}

.btn-ciano1 {
    background-color: #54bdff;
    color: #FFF;
}

.btn-ciano2 {
    background-color: #00bde4;
    color: #FFF;
}

.btn-blu1 {
    background-color: #1a75cd;
    color: #FFF;
}

.btn-blu2 {
    background-color: #0032aa;
    color: #FFF;
}

.btn-orange {
    font-size: 24px;
    background-color: #f09723;
    color: #FFF;
    border-radius: 18px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-orange:hover {
    color: #FFF;
}

.btn-blu {
    font-size: 24px;
    background-color: #21366c;
    color: #FFF;
    border-radius: 18px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-blu:hover {
    color: #FFF;
}

.cta {
    padding: 16px;
}

.box-table {
    background-color: #FFF;
    border: 1px solid #0032aa;
    border-radius: 32px;
}

.box-table .table {
    margin-bottom: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}

.box-table h3 {
    font-weight: bold;
    margin-left: 24px;
    margin-top: 16px;
}

.blucol {
    color: #0032aa;
}

.box-table .table thead th {
    color: #f09723;
    font-weight: bold;
    border-bottom: 2px solid #f09723;
}

.box-table .table th,
.table td {
    padding: 6px 1rem;
}

.box-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e8ebf0;
    color: #0032aa;
    border-bottom: 2px solid #0032aa;
}

.box-table .table-striped tbody tr {
    background-color: #FFF;
    color: #f09723;
    border-bottom: 2px solid #f09723;
}

.box-table .table-striped tbody tr:last-child {
    border-bottom: 0px;
}

.box-table .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 32px;
}

.box-table .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 32px;
}

#boxOpen1,
#boxOpen2,
#boxOpen3,
#boxOpen4 {
    display: none;
}

.freccia-1 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #9dbde4;
}

.freccia-1::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #9dbde4;
}

.freccia-2 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #7cabdb;
}

.freccia-2::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #7cabdb;
}

.freccia-3 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #1a75cd;
}

.freccia-3::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #1a75cd;
}

.freccia-4 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #0032aa;
}

.freccia-4::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #0032aa;
}

.freccia-5 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #043f7a;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.freccia-5::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #043f7a;
}

.freccia-6 {
    color: #FFF;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    font-size: 14px;
    line-height: 16px;
    background-color: #ff6666;
}

.freccia-6::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #ff6666;
}

.plus-btn {
    padding: 16px 0;
}

.plus-btn i {
    font-size: 30px;
}

.plus-btn-color-1 {
    color: #9dbde4;
}

.plus-btn-color-2 {
    color: #7cabdb;
}

.plus-btn-color-3 {
    color: #1a75cd;
}

.plus-btn-color-4 {
    color: #0032aa;
}

.plus-btn-color-5 {
    color: #043f7a;
}

.plus-btn-color-6 {
    color: #ff6666;
}

.task-custom {
    border-radius: 24px;
    background-color: #FFF;
    padding: 8px 16px;
    margin-bottom: 8px;
}

.task-custom h3 {
    font-size: 18px;
}

.task-custom h4 {
    color: #f09723;
    font-size: 16px;
}

.task-custom .persone {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.task-color-1 {
    color: #9dbde4 !important;
}

.task-color-2 {
    color: #7cabdb !important;
}

.task-color-3 {
    color: #1a75cd !important;
}

.task-color-4 {
    color: #0032aa !important;
}

.task-color-5 {
    color: #043f7a !important;
}

.task-color-6 {
    color: #ff6666 !important;
}

.task-br-color-1 {
    border: 1px solid #9dbde4;
}

.task-br-color-2 {
    border: 1px solid #7cabdb;
}

.task-br-color-3 {
    border: 1px solid #1a75cd;
}

.task-br-color-4 {
    border: 1px solid #0032aa;
}

.task-br-color-5 {
    border: 1px solid #043f7a;
}

.task-br-color-6 {
    border: 1px solid #ff6666;
}

.connectedSortable {
    min-height: 500px;
}

@media (max-width: 1000px) {
    .hidden-mobile-lg {
        display: none !important;
    }
    .header-top-btn .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }
    html .navbar-sticky .app-content .content-wrapper {
        margin-top: 4rem;
    }
    .connectedSortable {
        min-height: 250px
    }
}

.ftco-section {
    padding: 7em 0;
}

.login-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap h3 {
    font-weight: 300;
}

.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #1089ff;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.login-wrap .icon span {
    color: #fff;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.main-menu {
    z-index: 1060 !important;
}

.modal-backdrop.show {
    opacity: 0.9 !important;
}

.helpage-sidenav {
    height: 100%;
    background-color: #1A233A;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0 0 0;
    -webkit-box-shadow: -6px 0px 10px 4px rgba(120, 120, 120, 0.39);
    box-shadow: -6px 0px 10px 4px rgba(120, 120, 120, 0.39);
}

.helpage-sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.helpage-sidenav a:hover {
    color: #f1f1f1;
}

.helpage-sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.helpage-sidenav .bg-inside {
    background-color: #f1f1f1
}

@media screen and (max-height: 450px) {
    .helpage-sidenav {
        padding-top: 15px;
    }
    .helpage-sidenav a {
        font-size: 18px;
    }
}

.videoon-contorno {
    border: 2px solid #1A233A;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 0;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 60px;
    position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#alert-helpage {
    display: none;
}

.text-dark {
    color: #000!important;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.mw-85 {
    max-width: 85%;
}
.mw-95 {
    max-width: 95%;
}

.tooltip-inner {
    max-width: 400px !important;
    background-color: rgb(242, 242, 242) !important;
    color: #000;
    text-align: left;
    font-size: 14px;
}
.tooltip .arrow:before {
    border-top-color: rgb(242, 242, 242) !important;
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: #5a8dee !important;
    color: #fff;
}

.bs-stepper .step.active .bs-stepper-label {
    color: #5a8dee !important;
}

.bs-stepper .step.active .bs-stepper-icon svg {
    fill: #5a8dee !important;
}

.bs-stepper .step.active .step-trigger::after {
    background-color: #5a8dee;
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
    border-color: #5a8dee !important;
    color: #5a8dee !important;
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
    fill: #5a8dee !important;
}

.bs-stepper .step.crossed .step-trigger::after {
    background-color: #5a8dee;
}

.bs-stepper .step.crossed+.line::before {
    background-color: #5a8dee !important;
}

.bs-stepper .step.crossed+.line svg {
    fill: #5a8dee;
}

.bs-stepper .step.crossed+.line i {
    color: #5a8dee;
}

.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
    color: #5a8dee !important;
}

.bs-stepper .step-trigger:focus {
    color: #5a8dee;
}

.bs-stepper .step-trigger:focus svg {
    fill: #5a8dee !important;
}

.light-style .bs-stepper.vertical .bs-stepper-header {
    border-right: 1px solid #d4d8dd;
}

.custom-option {
    padding-left: 0;
    border: 1px solid #d4d8dd;
    border-radius: 0.25rem;
}
.custom-option.checked {
    border: 1px solid #5a8dee;
}

.custom-option-basic .custom-option-content {
    padding: 0.5em;
    padding-left: 2.7em;
    text-transform: none;
}

.custom-option-basic .custom-option-content .form-check-input {
    top: 15px;
}

.custom-option-basic .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-option-icon .custom-option-content {
    text-align: center;
    padding: 1em;
    width: 100%;
    text-transform: none;
}

.custom-option-icon .custom-option-body {
    display: block;
    margin-bottom: .5rem;
}

.custom-option-icon .custom-option-body i {
    font-size: 2rem;
    margin-bottom: .25rem;
    display: block;
}

.custom-option-icon .custom-option-body svg {
    height: 38px;
    width: 38px;
    margin-bottom: .25rem;
}

.custom-option-icon .custom-option-body .custom-option-title {
    display: block;
    font-family: "Rubik","Times New Roman",serif;
    font-size: .9375rem;
    font-weight: 500;
    color: #516377;
}

.custom-option-icon .form-check-input {
    float: none !important;
    margin: 0 !important;
    position: relative;
}

.w-60px {
    width: 60px;
}
.w-120px {
    width: 120px;
}
.w-180px {
    width: 180px;
}
.w-550px {
    width: 550px;
}
.w-650px {
    width: 650px;
}
.w-850px {
    width: 850px;
}

.w-88 {
    width: 22rem;
}

/* Nuovo */

.pagination .page-item .page-link {
    color: #A3AFBD !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #A3AFBD !important;
    color: #ffffff !important;
}

.select2-container--default .select2-selection--single {
    border-radius: .267rem !important;
    min-height: calc(1.4em + .94rem + 3.7px) !important;
}

.addUser .select2-container--default .select2-selection--multiple {
    border-radius: 4px !important;
    border: 1px solid #21366C !important;
    color: #21366C !important;
}

.addUser .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #21366C !important;
    color: #21366C !important;
}

.userUpdModal label {
    color: #21366C !important;
}

.height-32 {
    height: 32px !important;
}

.main-title {
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    border-color: #34465B !important;
    background-color: #21366c !important;
}

.main-title h4 {
    color: white;
    align-self: auto;
    padding: 15px;
}

.th {
    height: 50px;
}

.btn-outline-secondary-header {
    background: #F2F4F4 !important;
    color: #475F7B !important;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px inset #dadfe1;
}

.btn-outline-primary-header {
    background: #A3AFBD !important;
    color: #ffffff !important;
    border: none;
}

.btn-secondary-header {
    background: #21366c !important;
    border: none;
}

.table td a {
    color: #21366C;
}

.no-radius {
    border-radius: 0px !important;
}

.margin-left {
    margin-left: -4px;
}

.pagination-active {
    background: #21366c !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.pagination-not-active {
    border: 1px solid #21366c !important;
    background: #fff !important;
    color: #21366c !important;
    margin-bottom: 10px !important;
}

.scrollable-table {
    overflow-x: auto !important;
}

.scrollable-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollable-table::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scrollable-table::-webkit-scrollbar-thumb {
    background-color: #21366c;
    border-radius: 4px;
}

.scrollable-table::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.table p {
    color: #21366C;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.table thead th {
    color: #21366C !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.table i {
    color: #21366C;
}

hr {
    border: 3px solid transparent !important;
}

.activity-btn {
    box-sizing: border-box;
    position: absolute;
    width: 105px;
    height: 39px;
    background: #21366C;
    border: 1px solid #21366C;
    border-radius: 10px;
    color: white;
    font-family: 'Arial';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.165px;
}

.pls {
    background-color: white;
    border-radius: 30px;
    position: absolute;
    color: black;
    width: 30px;
    height: 30px;
    left: 85px;
    top: -15px;
}

.menu-text {
    top: 10px;
    position: relative;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
}

.title-text {
    position: inherit;
    height: 37px;
    float: right;
    top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.pl-0 {
    padding-left: 0px;
}

table {
    overflow: visible !important;
    overflow-y: hidden !important;
    border: '0px' !important;
}


/* ######## FULL CALENDAR ######## */

.fc-scrollgrid-sync-inner p {
    word-spacing: 121px;
    font-variant-caps: small-caps;
    font-size: 18px;
    font-weight: normal;
}

.fc-scrollgrid-sync-inner p:last-child::after {
    font-weight: bold;
    font-size: 26px;
}

.fc-toolbar-chunk .fc-button-primary {
    background-color: transparent;
    border: none;
}

.fc-today-button {
    border: 1px solid !important;
    color: #21366c !important;
}

.fc-icon-chevron-left:before {
    color: #21366c;
}

.fc-icon-chevron-right:before {
    color: #21366c;
}

.fc .fc-button-primary:hover {
    background-color: transparent !important;
    border: 1px solid;
    border-color: #21366c;
    border-color: var(--fc-button-hover-border-color, #21366c)
}

.fc .fc-button-primary:disabled {
    color: #fff;
    border-color: #6f7c9f !important;
    color: var(--fc-button-text-color, #fff);
    background-color: transparent !important;
}

.fc .fc-button-primary:focus {
    box-shadow: 0 !important;
}

.fc-next-button {
    margin-left: 0px !important;
}

.fc-toolbar-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    color: #21366c;
}

.fc-scroller::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fc-scroller::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.fc-scroller::-webkit-scrollbar-thumb {
    background-color: #21366c;
    border-radius: 4px;
}

.fc-scroller::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.fc-scroller {
    overflow: auto;
}

.fc-event-title {
    font-size: var(--fc-small-font-size, .85em);
}


/* ## END FULL CALENDAR ## */

.custom-br-1 {
    border-radius: 10px 0px 0px 10px;
}

.custom-br-2 {
    border-radius: 0px 10px 10px 0px;
}

.width-65 {
    width: 65% !important;
}


/* style="top: -11px;position: relative;" */

.title-menu {
    top: -11px;
    position: relative;
}


/* style="padding-left: 140px;" */

.pl-140 {
    padding-left: 140px;
}


/* style="padding-left: 15px;padding-bottom: 5px;" */

.custom-pl-pb {
    padding-left: 15px;
    padding-bottom: 5px;
}


/* style="width: 50% !important;" */

.width-50-perc {
    width: 50% !important;
}


/* style="border-radius: 10px 0px 0px 10px;" */

.br-custom-1 {
    border-radius: 10px 0px 0px 10px;
}


/* style="border-radius: 0px 10px 10px 0px;" */

.br-custom-2 {
    border-radius: 0px 10px 10px 0px;
}


/* style="padding-top: 4px;font-size: 35px;" */

.task-btn-p {
    padding-top: 4px;
    font-size: 35px;
}


/* style="border-radius: 10px !important;" */

.br-10 {
    border-radius: 10px !important;
}


/* color: #999; */

.color-999 {
    color: #999;
}


/* margin-top:30px; */

.mt-30 {
    margin-top: 30px;
}


/* style="animation: fadeIn 1s ease 0s 1 normal forwards;" */

.anim-start {
    animation: fadeIn 1s ease 0s 1 normal forwards;
}


/* style="animation: large-fadeIn 1s ease 0s 1 normal forwards;" */

.anim-start-large-fade {
    animation: large-fadeIn 1s ease 0s 1 normal forwards;
}

@media only screen and (max-width: 600px) {
    @keyframes large-fadeIn {
        0% {
            opacity: 1;
            transform: translateX(950px);
        }
        100% {
            opacity: 1;
            transform: translateX(20px);
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 1;
            transform: translateX(950px);
        }
        100% {
            opacity: 1;
            transform: translateX(30px);
        }
    }
}

@media only screen and (min-width: 600px) {
    @keyframes large-fadeIn {
        0% {
            opacity: 1;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(5%);
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 1;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(33%);
        }
    }
}

.custom-background {
    background-image: url('/images/new-bg.png');
    width: 100%;
    min-height: calc(100vh - 83px);
    background-size: cover;
}


/* margin-bottom: 3px; */

.mb-3 {
    margin-bottom: 3px;
}

.deleteActivity {
    height: 24px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.165px;
    background-color: #C40000;
    color: #fff
}

.userUpdModal p {
    color: #21366C !important;
}

.modal-btn {
    background-color: #21366C;
    color: white;
}

.badge-circle-primary {
    background-color: #21366C !important;
}

.chip-success {
    background-color: #21366C !important;
}

.br-4 {
    border-radius: 4px !important;
    border: 1px solid #21366C !important;
    color: #21366C !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 4px !important;
    border: 1px solid #21366C !important;
    color: #21366C !important;
}

.userUpdModal .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #21366C !important;
    color: #21366C !important;
}

.background {
    background: #F2F6FF;
    border: 5px solid #21366C;
    border-radius: 2px;
}

.close-tab {
    background: #21366C;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 40px 0px 0px -60px;
    border-radius: 34px 0px 0px 34px;
    color: white;
}

.close-modal-btn {
    margin-left: 8px;
    margin-top: 6px;
    font-size: 3.3rem !important;
}

.panel {
    box-sizing: border-box;
    border: 1px solid #21366C;
    border-radius: 10px 0px 10px 10px;
    /*border-radius: 10px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.panel textarea.title {
    border: none;
    height: 50px;
    font-size: 24px;
    resize: none;
}

.panel textarea.description {
    border: none;
    height: 200px;
    font-size: 18px;
    resize: none;
}

.panel hr {
    border: none !important;
    border-top: 1px solid #21366C !important;
    margin: 0px 0px 0px 10px;
    width: 95%;
}

textarea {
    resize: none;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    font: inherit;
    color: #21366C;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #21366C;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #21366C;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid #21366C;
    outline-offset: max(2px, 0.15em);
}

.modal-backdrop {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}


/* style="font-size:25px" */

.font-size-25 {
    font-size: 25px;
}


/* style="width: fit-content;display: block;margin-left: auto;margin-right: auto;" */

.header-icons {
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* style="padding: 5px 0px 5px 27px; " */

.custom-padding-1 {
    padding: 5px 0px 5px 27px;
}


/* style=" padding: 5px 5px 5px 5px; " */

.custom-padding-2 {
    padding: 5px 5px 5px 5px;
}


/* style="padding-top:15px" */

.pt-15 {
    padding-top: 15px
}


/* style=" margin-left: 5px;" */

.mr-l-5 {
    margin-left: 5px;
}


/* border-radius: 4px 0px 0px 4px; */

.custom-br-4 {
    border-radius: 4px 0px 0px 4px;
}

.blue {
    color: #21366c;
}


/* background-color:white; */

.bg-white {
    background-color: white;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #21366c;
    box-shadow: none;
    color: #fff;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

label.title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    top: 10px;
    width: max-content;
    padding: 5px 10px 10px 10px;
    background-color: #21366C;
    border-radius: 8px 10px 0px 0px;
    color: #fff !important;
    z-index: 1;
}

.mask {
    /* padding: 20px; */
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.mask::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
}


/* border:none !important */

.no-border {
    border: none !important;
}


/* display: block !important; */

.display-block {
    display: block !important;
}


/* padding-right:3px */

.padding-r-3 {
    padding-right: 3px
}


/* border: 1px solid #21366c; */

.border-color {
    border: 1px solid #21366c;
}

.done-btn-checked {
    background-color: #21366C;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #21366C;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.done-btn {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #21366C;
    padding: 10px 10px 10px 10px;
}

.locked-task-btn {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #21366C;
    padding: 10px 10px 10px 10px;
}

.unlocked-task-btn {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #21366C;
    padding: 10px 10px 10px 10px;
}

.bc-10 {
    border: none !important;
    border-radius: 10px;
    color: #21366C
}

.add-sub-task-btn {
    height: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    margin: 5px 0px 0px 25%;
    content: url(images/svg/add_sub_element_btn.svg);
}

.line {
    position: absolute;
    width: 95%;
    height: 0px;
    border: 1px solid #99A4BF;
}

.custom-file-label::after {
    font-family: "Font Awesome 5 Free";
    background-color: #21366c !important;
    color: white;
    content: "\f07c" !important;
    font-weight: 900;
    font-size: 13px;
}

.radial-btn {
    background-color: #fff !important;
    height: 26px;
    max-width: 20px;
    margin-top: 5px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    border: none !important;
}

.custom-radio {
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: none !important;
}

.custom-radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

.custom-radio label {
    cursor: pointer !important;
    color: #99A4BF !important;
    text-decoration: underline !important;
}

.custom-radio input[type="radio"]:checked+label {
    color: blue !important;
    text-decoration: underline !important;
}

.custom-option-icon .custom-option-content {
    padding: 0px;
    padding-top: 1em;
}

.tab {
    box-sizing: border-box;
    position: absolute;
    width: 188px;
    height: 100%;
    position: inherit;
    float: right;
    background: #FFFFFF;
    border: 1px solid #21366C;
    border-radius: 10px 10px 0px 0px;
    border-bottom: none;
}

.tab-1 {
    box-sizing: border-box;
    width: 70px;
    height: 40px;
    position: inherit;
    float: right;
    background: #FFFFFF;
    border: 1px solid #21366C;
    border-bottom: none !important;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
    top: 3px;
}

.verticalLine {
    position: absolute;
    width: 0px;
    height: 25.5px;
    border: 1px solid #21366C;
}

.card-title2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: -15px;
}

.task-type {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #b5b5b5;
    padding: 10px 10px 10px 10px;
}

.text-info {
    background-color: #21366c !important;
    color: white !important;
}

.text-primary {
    background-color: white !important;
    color: #21366c !important;
}

.accordion {
    --bs-accordion-color: #677788;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: all 0.2s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: #d4d8dd;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0.3125rem;
    --bs-accordion-inner-border-radius: 0.3125rem;
    --bs-accordion-btn-padding-x: 1.1rem;
    --bs-accordion-btn-padding-y: 0.78rem;
    --bs-accordion-btn-color: #516377;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate(2.571)' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23516377' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 0.75rem;
    --bs-accordion-btn-icon-transform: rotate(90deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate(2.571)' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23516377' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: rgba(245,248,254,.448);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.1rem;
    --bs-accordion-body-padding-y: 0.78rem;
    --bs-accordion-active-color: #516377;
    --bs-accordion-active-bg: #fff
}
.accordion-button {
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0.3125rem;
    color: var(--bs-accordion-btn-color);
    display: -ms-flexbox;
    display: flex;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%;
}
.accordion-button:after {
    -ms-flex-negative: 0;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width);
}
.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
}

.bs-stepper .line {
    border: none;
}

.table-hover .table-row:hover {
    color: #727E8C;
    background-color: #F2F4F4;
}

.alert-solid-danger {
    background-color: #ff5b5c;
    box-shadow: 0 0.125rem 0.25rem rgba(147,158,170,.4);
    color: #fff;
}

.table-row.text-dark a {
    color: #000 !important;
}
.table-row.text-dark.text-warning a {
    color: #FDAC41 !important;
}

/* FAQ CSS */

.faq {
    border: 3px solid #21366c !important;
    border-radius: 10px !important;
    padding: 10px;
    margin-bottom: 20px;
}

.faq h2 {
    margin-top: 0;
    color: #21366c;
}

.faq p {
    margin-bottom: 0;
    margin-left: 10px;
}

.nav-menu .active::before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: url('/images/svg/Rectangle_134.svg') !important;
    right: -90px;
    font-weight: 900;
    font-size: 1.3rem;
    color: black !important;
}

#navpan .active::before {
    content: url('/images/icon/check.svg') !important;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: unset;
}

.nav-subcategory .active::before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: url('/images/svg/Rectangle_134.svg') !important;
    right: -25px;
    font-weight: 900;
    font-size: 1.3rem;
    color: black !important;
}

a.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.nav-pills .nav-link {
    color: #21366c !important;
    background-color: #fff;
}

.nav-item-style .nav-link.active {
    color: white !important;
}

.nav-menu-category {
    border-radius: 3px 3px 0px 0px;
    height: 40px;
    background-color: #21366c !important;
}

.nav-menu-category label {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    color: white;
}

.nav-item-style {
    border-color: #21366c;
    border: 1px solid;
    margin: 5px 10px 5px 10px;
    border-radius: 5px;
}

.faq-ul-style {
    border-radius: 10px;
    border: 2px solid #21366c;
}

@media screen and (max-width: 480px) {
    .faq {
        padding: 8px;
    }
}

.rate-area li {
    display: inline-block;
    vertical-align: bottom;
}
.rate-area .star1 + label {
    height: 1.5rem;
}
.rate-area .star2 + label {
    height: 2rem;
}
.rate-area .star3 + label {
    height: 2.5rem;
}
.rate-area .star1,
.rate-area .star2,
.rate-area .star3 {
    display: none;
}
.rate-area .star1 + label,
.rate-area .star2 + label,
.rate-area .star3 + label {
    width: 1.5em;
    background: white;
    text-indent: -999999px;
    border: 0.2em solid #21366C;
}
.rate-area .star1 + label {
    border-color: #198754;
}
.rate-area .star2 + label {
    border-color: #ffc107;
}
.rate-area .star3 + label {
    border-color: #dc3545;
}
.rate-area .star1:checked + label {
    background: #198754;
}
.rate-area .star2:checked + label {
    background: #ffc107;
}
.rate-area .star3:checked + label {
    background: #dc3545;
}

.task-manage .form-control:focus,
.task-manage .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    background-color: #F2F6FF;
}

.nav-align-top > .nav {
    border: 0;
}
.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #21366c;
}
.nav.nav-tabs .nav-item .nav-link.active:after,
.nav.nav-tabs .nav-item .nav-link.active:before {
    display: none;
}
.nav-align-top > .nav .nav-link {
    border: 1px solid #d4d8dd;
    border-bottom: 0;
    border-top-left-radius: 0.267rem;
    border-top-right-radius: 0.267rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.nav-align-top > .tab-content {
    border: 1px solid #d4d8dd;
    padding: 0.6rem;
    margin-top: 1px;
}

.min-h-26px {
    min-height: 26px;
}
@media (min-aspect-ratio: 16 / 9) {
    #bgvid {
      width: 100%;
      height: auto;
    }
  }

  @media (max-aspect-ratio: 16 / 9) {
    #bgvid {
      width: auto;
      height: 100%;
    }
  }
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .embed-responsive::before {
      display: block;
      content: ""; }
    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

  .embed-responsive-21by9::before {
    padding-top: 42.85714%; }

  .embed-responsive-16by9::before {
    padding-top: 56.25%; }

  .embed-responsive-4by3::before {
    padding-top: 75%; }

  .embed-responsive-1by1::before {
    padding-top: 100%; }

#powerTip {
    background: #6a9be0;
}
#powerTip:before {
    border-right-color: #6a9be0 !important;
}

#tipotask {
    height: 1.58rem;
    padding: 0.35rem 1.0rem;
    border-radius: .267rem;
    background-color: #fff;
    background-image: url("/images/icon/task.png");
    background-repeat: no-repeat;
    background-size: 1.2em auto;
    background-position: 0.4em center;
    font-size: 0.8em;
    color: #434343;
}

#scadenze {
    height: 1.58rem;
    padding: 0.35rem 0.1rem 0.35rem 1rem;
    border-radius: .267rem;
    background-color: #fff;
    background-image: url("/images/icon/calendar.png");
    background-repeat: no-repeat;
    background-size: 1.2em auto;
    background-position: 0.4em center;
    font-size: 0.8em;
    color: #434343;
}

#assegnato {
    height: 1.58rem;
    padding: 0.35rem 1.0rem;
    border-radius: .267rem;
    background-color: #fff;
    background-image: url("/images/icon/check.png");
    background-repeat: no-repeat;
    background-size: 1.2em auto;
    background-position: 0.4em center;
    font-size: 0.8em;
    color: #434343;
}

#status {
    height: 1.58rem;
    padding: 0.35rem 1.0rem;
    border-radius: .267rem;
    background-color: #fff;
    background-image: url("/images/icon/user.png");
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: 0.4em center;
    font-size: 0.8em;
    color: #434343;
}

#task-row:hover {
    background-color: #F2F4F4;
    color: white;
}

#subtask-row:hover {
    background-color: #F2F4F4;
    color: white;
}
.ts-row:hover {
    background-color: #F2F4F4;
    color: white;
}
.subts-row {
    background-color: #F2F4F4;
    color: white;
}

.row-info > div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.row-info:after {
    content: "";
    border-bottom: 1px solid #DFE3E7;
    width: 100%;
    margin: 0 15px;
}
.row-info div:last-child {
    border-left: 1px solid #DFE3E7;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.draggable-task.draggable-mirror {
    background: white;
}

.multiselect-wrapper {
    z-index: 1;
}

.form-control-no-border {
    outline: 0;
    border: 0;
    border-bottom: 2px solid gray;
    border-radius: 0;
    width: 100%;
    padding-bottom: .3rem;
}
.form-control-no-border:focus {
    border-bottom: 2px solid green;
}

.form-control-date-no-border {
    outline: 0;
    border: 0;
    border-bottom: 2px solid gray;
    border-radius: 0;
    padding-bottom: .3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    flex-grow: 1;
    background: white !important;
}
.form-control-date-no-border:focus {
    border-bottom: 2px solid green;
}

.select2-container--no-border .select2-selection--single,
.select2-container--no-border .select2-selection--multiple {
    border: 0 !important;
    border-bottom: 2px solid gray !important;
    border-radius: 0 !important;
    min-height: 34px !important;
}
.select2-container--no-border .select2-container--focus .select2-selection--single,
.select2-container--no-border .select2-container--focus .select2-selection--multiple {
    border-bottom: 2px solid green !important;
}
.select2-container--no-border .select2-selection--single .select2-selection__rendered,
.select2-container--no-border .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--no-border .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    padding: 0 !important;
}
.select2-container--no-border .select2-selection--single .select2-selection__arrow {
    right: 0;
    width: 5px;
}
.select2-container--no-border .select2-selection--single .select2-selection__clear {
    margin-right: 15px;
}

.card {
    border-radius: 0 !important;
}

.task-card:after {
    content: '';
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    bottom: -20px;
}

.tasks-search-bar {
    border: 2px solid #DFE3E7;
    background: white;
    border-radius: 4px;
}
.tasks-search-bar.border-green {
    border: 2px solid green;
}
.tasks-search-bar input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.tasks-search-bar .arrow-icon {
    border-left: 1px solid #DFE3E7;
    height: 100%;
    line-height: 38px;
}

.bg-frest {
    background-color: #21366c
}

.text-frest {
    color: #21366c
}

.text-frest-white {
    color: white
}


.display-only {
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border-radius: 0.375rem;
    border-style: none;
    background-color: rgba(240, 245, 253, 1);
    color: rgba(46, 67, 104, 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
}


.iframe-container {
    display: flex;
    width: 100%;
    height: 85vh;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background-color: white;
    overflow: hidden;
}

.iframe-container iframe {
    height: 100%
}

.kanban-tasks {
    max-height: calc(100vh - 280px);
}
.kanban-tasks > div::-webkit-scrollbar{
    height:8px;
    width:8px;
}
.kanban-tasks > div::-webkit-scrollbar-button:end:increment,
.kanban-tasks > div::-webkit-scrollbar-button:start:decrement{
    background: #0000;
    display: none;
}
.kanban-tasks > div::-webkit-scrollbar-track-piece{
    background: var(--ds-background-accent-gray-subtlest, #091e4214);
}
.kanban-tasks > div::-webkit-scrollbar-track-piece:vertical:start{
    border-radius: 4px 4px 0 0;
}
.kanban-tasks > div::-webkit-scrollbar-track-piece:vertical:end{
    border-radius: 0 0 4px 4px;
}
.kanban-tasks > div::-webkit-scrollbar-track-piece:horizontal:start{border-radius:4px 0 0 4px}
.kanban-tasks > div::-webkit-scrollbar-track-piece:horizontal:end{border-radius:0 4px 4px 0}
.kanban-tasks > div::-webkit-scrollbar-thumb:horizontal,
.kanban-tasks > div::-webkit-scrollbar-thumb:vertical{
    background: #091e4221;
    border-radius: 4px;
    display: block;
    height: 48px;
}

.draggable-mirror {
    z-index: 1;
}
.draggable-mirror > .kanban-item,
.draggable-mirror > .kanban-board {
    transform: rotate(4deg);
    border: 1px solid #ccc;
}
.draggable-mirror.table-row {
    background: white;
    border: 1px solid #ccc;
}
.draggable-mirror .draggable-mirror-hide {
    display: none;
}

.kanban-tasks .draggable-source--is-dragging {
    background: #c8dbf1;
    border-radius: 0.267rem;
}
.kanban-tasks .draggable-source--is-dragging > div {
    opacity: 0;
}

.kanban-group.draggable-source--is-dragging > div {
    background: #c8dbf1;
    border-radius: 0.267rem;
}
.kanban-group.draggable-source--is-dragging > div * {
    opacity: 0;
}
.kanban-group.draggable--original {
    display: block !important;
    opacity: 0;
    width: 0;
}

.mh-1 {
    min-height: 1rem;
}

.card-bg-gray {
    background-color: #f0f2f5;
}

.task-title {
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    border-color: #34465B !important;
    background-color: #21366c !important;
}

.task-title h4 {
    color: white;
    align-self: auto;
    padding: 15px;
}

.title-text {
    position: inherit;
    height: 37px;
    float: right;
    top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.fc-scrollgrid-sync-inner p {
    word-spacing: 121px;
    font-variant-caps: small-caps;
    font-size: 18px;
    font-weight: normal;
}

.fc-scrollgrid-sync-inner p:last-child::after {
    font-weight: bold;
    font-size: 26px;
}

.fc-toolbar-chunk .fc-button-primary {
    background-color: transparent;
    border: none;
}

.fc-today-button {
    border: 1px solid !important;
    color: #21366c !important;
}

.fc-icon-chevron-left:before {
    color: #21366c;
}

.fc-icon-chevron-right:before {
    color: #21366c;
}

.fc .fc-button-primary:hover {
    border: 1px solid !important;
    color: #21366c !important;
    background-color: #fff !important;
}

.fc .fc-button-primary:disabled {
    border: 1px solid !important;
    color: #21366c !important;
    background-color: #fff !important;
}

.fc-dayGridMonth-button
 {
    border: 1px solid !important;
    color: #21366c !important;
}

.fc-timeGridWeek-button {
    border: 1px solid !important;
    color: #21366c !important;
}

.fc-timeGridDay-button {
    border: 1px solid !important;
    color: #21366c !important;
}

.fc-timeGridFourDay-button {
    border: 1px solid !important;
    color: #21366c !important;
}

.fc .fc-button-primary:focus {
    box-shadow: 0 !important;
}

.fc-button-active {
    border: 1px solid !important;
    color: #000 !important;
    background-color: #fff !important;
}

.fc-next-button {
    margin-left: 0px !important;
}

.fc-toolbar-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    color: #21366c;
}

.fc-scroller::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fc-scroller::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.fc-scroller::-webkit-scrollbar-thumb {
    background-color: #21366c;
    border-radius: 4px;
}

.fc-scroller::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.fc-scroller {
    overflow: auto;
}

.fc-event-title {
    font-size: var(--fc-small-font-size, .85em);
}

.activity-btn {
    box-sizing: border-box;
    position: absolute;
    width: 105px;
    height: 39px;
    background: #21366C;
    border: 1px solid #21366C;
    border-radius: 10px;
    color: white;
    font-family: 'Arial';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.165px;
}

.pls {
    background-color: white;
    border-radius: 30px;
    position: absolute;
    color: black;
    width: 30px;
    height: 30px;
    left: 85px;
    top: -15px;
}

.title-menu {
    top: -11px;
    position: relative;
}

.task-btn-p {
    padding-top: 4px;
    font-size: 35px;
}

.fc-button-group .select2-container {
    width: 240px !important;
}

.fc-button {
    margin-bottom: 15px;
}
.fc-button-group {
    padding-top: 1rem !important;
    margin-bottom: 15px;
}
.fc-timegrid-event .fc-event-title-container,
.fc-timegrid-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title-container,
.fc-daygrid-block-event .fc-event-time {
    color:white !important;
}

.task-assegnatari .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.task-assegnatari .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E0E4E8 !important;
    color: #000 !important;
}

.bg-gray-light {
    background-color: #E0E4E8 !important;
}

.wt\.clr-filters {

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 18%;
    flex-direction: row;
    max-width: 18%;
    align-items: center;
    justify-content: center;
}

/* */

.wt\.sub-row-title, .wt\.sub-row-title-first {
    margin-right: 1rem;
    font-weight: bold;
    color: #21366c !important;
    display: flex;
    justify-content: left;
    align-content: center;
}

.wt\.sub-row-title-first {
    width: 6rem;
}

/* */

.p-\.5 {
    padding: 0.5rem!important;
}

.pb-\.5 {
    padding-bottom: 0.5rem!important;
}

.pt-\.5 {
    padding-top: 0.5rem!important;
}

.px-\.5 {
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}

.py-\.5 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.m-\.5{
    margin: 0.5rem!important;
}

.mt-\.5{
    margin-top: 0.5rem!important;
}

.mb-\.5{
    margin-bottom: 0.5rem!important;
}

.ml-\.5 {
    margin-left: 0.5rem!important;
}

.mr-\.5 {
    margin-right: 0.5rem!important;
}

.mx-\.5 {
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
}

.my-\.5 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}

.m-\.25{
    margin-top: 0.25rem!important;
}

.mt-\.25{
    margin-top: 0.25rem!important;
}

.mb-\.25{
    margin-bottom: 0.25rem!important;
}

.mx-\.25 {
    margin-left: 0.25rem!important;
    margin-right: 0.25rem!important;
}

.my-\.25 {
    margin-top: 0.25rem!important;
    margin-bottom: 0.25rem!important;
}

/* */

.border-1 {
    border-width: 1px!important;
}

.border-2 {
    border-width: 2px!important;
}

.border-3 {
    border-width: 3px!important;
}

/* */

.timing-segment {
    /* width: 4.166%; / * 24 segmenti per 100% di larghezza */
    width: 8.33%; /* 12 segmenti per 100% di larghezza */
    height: 20px;
    background-color: #dfdfdf;
    position: relative;
}

.timing-segment-filled {
    background-color: orange;
}

/* Visualizzazione delle ore */
.timing-segment::after {
    content: attr(data-time);
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 8px;
    color: #666;
    transform: translateX(-50%);
    white-space: nowrap;
}

.timing-bar {
    display: flex;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.timing-segment {
    position: relative;
    overflow: visible; /* Per mostrare le etichette orarie */
}

.timing-progress {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: orange;
    z-index: 1;
    /* Aggiungi bordo per distinguere meglio le singole attività */
    border-left: 1px solid #ff8c00;
    border-right: 1px solid #ff8c00;
}

/* .timing-progress:hover {
    opacity: 0.8;
} */

/* */

.timing-type {
    text-align:center;
    float: right;
    width: 2rem;
    height: 2rem;
    border: 2px solid #21366c;
    border-radius: 100%;
    display: flex;
    align-items: flex-start;
}

.timing-type i {
    font-size: 1.5rem;
    align-self:center;
    color: #21366c;
    margin: 0 auto;
}

/*.timing-type i::before {*/
/*    display:inline-block;*/
/*    text-decoration:none;*/
/*}*/

/* */

.time-counter {
    font-family:monospace, serif !important;
}



/* */

.btn-outline-frest {
    color: #21366c;
    border-color: #21366c;
    border-width: 1px;
    line-height: 2.5rem;
}

.btn-outline-frest:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #dadada;
}

.btn-outline-frest.selected {
    color: white;
    background-color: #21366c;
    border-color: #21366c;
    border-width: 1px;
    line-height: 2.5rem;
}

.btn-outline-frest:focus, .btn-outline-frest.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 54, 108, 0.5);
}

.btn-outline-frest.disabled, .btn-outline-frest:disabled {
    color: #21366c;
    background-color: transparent;
}

.btn-outline-frest:not(:disabled):not(.disabled):active, .btn-outline-frest:not(:disabled):not(.disabled).active,
.show > .btn-outline-frest.dropdown-toggle {
    color: white;
    background-color: #21366c;
    border-color: #21366c;
    border-width: 1px;
    line-height: 2.5rem;
}

.btn-outline-frest:not(:disabled):not(.disabled):active:focus, .btn-outline-frest:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-frest.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 54, 108, 0.5);
}

/* */

.collapsible-tr {
    display: table-row;
}

tr.collapsible-tr.collapsed-tr {
    display: none;
}

/* */

.wt\.clr-filters {

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 18%;
    flex-direction: row;
    max-width: 18%;
    align-items: center;
    justify-content: center;
}

/* */

div.fixed-select2 span.select2-container > span.selection > span.select2-selection.select2-selection--single {
    min-height: initial!important;
    height: calc(1.4em + .94rem + 3.7px) !important;
    border-radius: 0.25rem!important;
    padding: .47rem .8rem!important;
    font-size: 1rem!important;
}

div.fixed-select2 span.select2-container > span.selection > span.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 1.4!important;
    color: #000!important;
    padding-left: 0;!important;
}

div.fixed-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

/* */

.clock-paused::before {
    content: '('
}

.clock-paused::after {
    content: ')'
}

.clock-expired::after {
    content: '!';
    font-family:monospace, serif;
    /*font-weight: bold;*/
    /*font-size: 1.1rem;*/
    /*margin-left: 2px;*/
}

.clock-pendulum {
    animation: horizontal-shaking 1s infinite;
}

.clock-pendulum>i {
    font-size: 20px;
    color:red;
}

@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    50% { transform: translateX(-2px) }
    100% { transform: translateX(0px) }
}

.header-navbar.fixed-top,
html .navbar-sticky.navbar-scrolled:not(.horizontal-layout) .header-navbar,
.main-menu.menu-light,
.main-menu.menu-light .navigation {
    background-color: #272E48;
}

.main-menu.menu-light .navigation>li.nav-item.open.has-sub.open,
.main-menu.menu-light .navigation>li.nav-item.open.has-sub.sidebar-group-active,
.main-menu.menu-light .navigation>li.nav-item.sidebar-group-active.has-sub.open,
.main-menu.menu-light .navigation>li.nav-item.sidebar-group-active.has-sub.sidebar-group-active {
    background-color: transparent;
    border-color: #464D5C;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.background-table-head {
    background: #E5E7EB !important;
}

.btn-primary {
    border-color: #21366C !important;
    background-color: #21366C !important;
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #21366C !important;
    opacity: .8 !important;
}

.checkbox label:before {
    background: white;
}

.custom-select-sm {
    padding-top: 0;
    padding-bottom: 0;
}

.wep-slide-over-container-inner {
    z-index: 1021;
}

.divide-gray-300>:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-divide-opacity))
}
.divide-y>:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.sticky-top {
    z-index: 1 !important;
}

.overflow-unset {
    overflow: unset !important;
}

.table-height {
    height: auto;
    max-height: 70vh
}

@media (min-width: 1499px) {
    .table-height {
        height: auto;
        max-height: 80vh
    }
}

/* Posizionamento del sottomenu */
.dropdown-elenchi .dropdown-submenu {
    position: relative;
}

.dropdown-elenchi .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -5px;
    display: none;
}

/* Se il menu è vicino al bordo destro, aprilo a sinistra */
.dropdown-elenchi .dropdown-submenu.drop-left .dropdown-menu {
    left: auto;
    right: 100%;
}

/* Mostra il sottomenu al passaggio del mouse */
.dropdown-elenchi .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
