*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
body{
    min-height:100vh;
}
.p-bold{
    font-weight: 700!important;
    font-size: 30px!important
}
.top-mobile-menu-tab{
    display: none;
}
.top-mobile-menu{
    display: none;
}
.a-anomalie p{
    margin-bottom: 0px!important;
    margin: auto;
}
.a-anomalie:hover{
    color: #fff!important;
    font-weight: 600!important;
}
.div-anomalie{
    min-width: 1190px;
    border-top-right-radius: unset!important;
    border-top-left-radius: unset!important;
}
.fix-margin-top-menu{
    margin: 10px 0;
}

.navigation{
    position: fixed;
    width: 60px;
    height: 100%;
    background: #282d41;
    transition: 0.5s;
    overflow: hidden;
    z-index: 9999;
}
.navigation:hover,
.navigation.active{
    width: 310px;
}
.navigation ul{
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
}
.navigation ul li{
    position: relative;
    width: 100%;
    list-style: none;

}
.navigation ul li a{
    position: relative;
    width: 100%;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
}
ul li a .icon{
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.navigation ul li a .icon .fas,.far{
    font-size: 22px;

}
.navigation ul li a .title{
    position: relative;
    display: block;
    padding: 0px;
    height: 60px;
    line-height: 60px;
    text-align: start;
    white-space: nowrap;
    font-size: 15px;
}
.logo{
    position: absolute;
    padding: 12px;
    background: #073763;
    z-index: 999999;
    width: 100%;
}
.logo img{
    max-width: 136px;
    display: block;
}
.toggleMenu{
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #073763;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.toggleMenu.active{
    background:#6ea1a1;
}
.toggleMenu:before{
    content: "";
    background-image: url("/app/images/icona_Hamburger_Area_riservata.png");
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-position: center;
    background-size: cover;
}
.toggleMenu.active:before{
    content: "";
    background-image: url("/app/images/close.png");
    width: 30px;
    height: 30px;
}
.effect-number{
    transition: 0.3s ease-in-out;
}
.effect-number:hover{
    color: #282d41!important;
}
.effect-mail{
    transition: 0.3s ease-in-out;
}
.effect-mail:hover{
    color: #6ea1a1!important;
}
.a-disclaimer{
    font-size: 12px!important;
    color: #fff;
    overflow: hidden;
    margin-left:60px;
    white-space: nowrap;
}
.a-disclaimer:hover{
    text-decoration: underline!important;
    color: #fff!important;
}
.container-dashboard{
    width: 100%;
    height: auto;
    padding-left: 320px;
    padding-right: 50px;
}
.s1-ckupesito{
    display: grid;
    background: #fff;
    font-weight: bold;
    max-height: 120px;
    height: 120px;
    width: 25%;
    max-width: 99%;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0 0 15px #e0e0e0;
    transition: 0.2s ease-in-out;
  }
  .s1-ckupesito p{
    color: #282d41;
    text-align: left;
  }
  .tab_checkup-esito{
    display: grid;
    background: #fff;
    font-weight: bold;
    max-height: 120px;
    height: 120px;
    width: 25%;
    max-width: 80%;
    border-radius: 5px;
    align-items: center;
    box-shadow: 0 0 15px #e0e0e0;
    transition: 0.2s ease-in-out;
  }
  .tab_checkup-esito p{
    color: #282d41;
    text-align: left;
  }
  .icon-circle{
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #01b8a0;
    align-content: center;
    display: grid;
    min-width: 60px;
}
.icon-circle i{
    margin: auto;
    font-size: 30px;
    color: #01b8a0;
}
.div-radio-input{
    width: 99%;
    display: flex;
    padding: 8px;
    background: #6ea1a1;
    color: #fff;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.div-radio-input:hover{
    background: #01b8a0;
}

.app {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #fff;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #e0e0e0;
    margin:  25px;
    padding: 15px 20px;
}
#section_chart {
    max-width: 700px;
    margin:  0 auto;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #fefefe;
    background-color: #fefefe;
    margin-bottom: 10px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;

}
.tab-profilo {
    overflow: hidden;
    border: 1px solid #fefefe;
    background-color: #fefefe;
    margin-bottom: 10px;
    border-radius: 3px

}

.tab-profilo button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #282d41;
    font-weight:450;
    margin: 5px;
    border-radius: 5px
}


/* Style the buttons inside the tab */
.tab button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #282d41;
    font-weight:450;
    margin: 5px;
    border-radius: 5px
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-bat.active {
    background-color: #59A4A2!important;
    color: #fff;
    font-weight: 500;
}

.tabopportunita.active {
    background-color: #01b8a0!important;
    color: #fff;
    font-weight: 500;
}

.tabpensione_integrativa.active {
    background-color: #59A4A2 !important;
    color: #fff;
    font-weight: 500;
}

.tabanomalie.active {
    background-color: #59A4A2!important;
    color: #fff;
    font-weight: 500;
}
.tabpensioni.active {
    background-color: #59A4A2!important;
    color: #fff;
    font-weight: 500;
}
.tabpassword.active {
    background-color: #e74c3c!important;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.tabcheckup.active {
    background-color: #e74c3c!important;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.anomalia-checkup{
    width: 100%;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
}
.content-div-opp{
    margin-top: 10px;
    width: 98%;
    margin: 10px auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #e0e0e0;
    height: 220px;
}
.div-opportunita-left{
    max-height: 350px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35%;
    height: auto;
}

/* Style the tab content */
.tabcontent {
    display: none;
    /* border: 2px solid #f1f1f1; */
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 20px #e0e0e0;
    background: #fff;
}

.intro {
    background: #01b8a0;
    padding: 25px 0;
    max-width: 500px;
    border-radius: 10px;
    margin: auto;
    margin-top: 15px;

}
.intro h3{
    color: #fff;
}

.contenitore {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* Dettagli estratto conto */

/*Inizio modale */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*Fine modale */

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.div-main, .div-main2 {
    position: relative;
    bottom: 0;
    padding: 15px;
    background: #f0f2f2;
    margin-left: 35px;
    width:max-content;
    border-radius: 10px;
    display: flex;
}
.div-main div{
    border-left:2px solid #fff;
}

.td-opportunita-1{
    width: 20%;
}
.td-opportunita-2{
    width: 35%;
}
.td-opportunita-3{
    width: 25%;
}
.td-opportunita-4{
    width: 20%;
}

.td-figurativi-1{
    width: 20%;
}

.td-figurativi-2{
    width: 60%;
}

td-figurativi-3{
    width: 20%;
}

.div-comune1{
    margin: auto;
    text-align: center;
    background: #fff!important;
    color: #282d41!important;
}
.div-comune1-title{
    margin: auto;
    text-align: center;
    background: #282d41!important;
    color: #fff!important;
    /*background: #e0e0e0!important;*/
    /*color: #282d41!important;*/
}
.div-comune1-icon{
    margin: auto;
    text-align: center;
    background: #e0e0e0!important;
    color: #282d41!important;
}
.div-comune2-title p{
    font-size: 15px!important;
}
.anomalia{
    background: #f37171;
    border-radius: 5px;
    margin: auto;
    max-width: 150px;
    font-weight: 500;
    min-height: 60px;
    padding: 2px;
    color: #fff;
}

.myBtn{
    padding: 8px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

.div-opportunita p{
    font-size: 16px;
}
.site-footer{
    margin-left: 290px;
    width: auto;
}

.fa-check-circle-2 {
    font-size: 20px !important;
    color: #61afab;
    height: 20px;
    border-radius: 35px;
    width: 20px;
    box-shadow: 0 0 6px #bbb;
    padding: 0;
    background: unset!important;
    display: contents!important;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #f0f2f2;
    background: #fff;
    color: #282d41;
}
.div-anomalie-right{
    background: #6ea1a1;
    width: 80%;
    height: auto;
    padding: 15px 20px
}
.div-opportunita-right{
    background: #6ea1a1;
    width: 80%;
    height: auto;
    padding: 15px 20px
}
.div-content-p{
    padding: 0!important;
    padding-bottom: 15px!important;
}
.a-cta-banner {
    transition: 0.2s ease-in-out;
    margin: auto auto auto 10px;
}
.a-cta-banner :hover{
    color: #6ea1a1!important;
}
.h4-cta-banner{
    background: #fff;
    color:#282d41;
    padding: 5px 35px;
    min-width:90px;
    border-radius: 5px;
    margin: auto;
    transition: 0.2s ease-in-out;
    font-weight: 600 !important;
}

/* Dashboard servizio 1 */

.button-check-up {
    /*background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);*/
    background-image: linear-gradient(144deg,#282D41, 50%, #01B8A0);
    /*#282D41 BLU PREVION #01B8A0 VERDE CHIARO PREVION */
    border: 0;
    border-radius: 25px;
    box-shadow: 0 0 15px #e0e0e0;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: Phantomsans, sans-serif;
    font-size: 16px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 170px;
    padding: 5px 40px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}
.form-acquista-checkup{
    margin: auto; 
    margin-top: 10px;
    margin-bottom: 25px;
}

.button-check-up:active,
.button-check-up:hover {
    outline: 0;
}

.all-div{
    display: flex;
    width: 100%;
    height: auto;
    /* max-height: 630px; */
    margin-top:30px;
}

.div-left{
    width: 45%;
    padding: 20px;
}

.div-right {
    width: 55%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 0 15px #e0e0e0;
    height: auto;
    margin: 20px auto;
    padding: 25px 60px;
    /* max-height: 568px; */
}

.title-1 {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
}

.title-2 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.nome-pensione {
    width: auto !important;
    text-align: left;
    margin: 20px 25px;
    background: #f9f9f9;
    border: solid 1px #f9f9f9;
}

.padlock {
    margin: auto;
    margin-right: 0;
}

.div-right-section-1{
    width: 100%;
    height: 15%;
}

.title-1-section-1{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.div-right-section-2{
    background: #f4f4f4;
    height: auto;
    width: 100%;
    border-radius: 20px;
}

.title-1-box{
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 0;
}

.title-2-box{
    font-size: 32px;
    font-weight: 800;
    color: #29c0a6;
    margin-bottom: 0;
}

.title-3-box{
    font-size: 18px;
    font-weight: 600;
}

.div-dettagli{
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
}

.dettagli {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    text-align: left;
}

.div-right-section-3{
    display: flex;
    width: 100%;
}

.div-right-section-3-left{
    width: 50%;
    text-align: left;
    padding-left: 40px;
}

.div-right-section-3-right{
    width: 50%;
}

.costo-p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.costo-p-b{
    font-size: 32px;
    font-weight: 800;
    color: #27408B;
}

.costo-p-2{
    font-size: 14px;
    font-weight: 500;
}

.label-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: auto;
}

/* Dashboard servizio 1 */

@media screen and (min-width:1367px) and (max-width: 1650px) {
    .tab_checkup-esito{
        width: 36%!important;
    }
    .tab_checkup-esito p{
        font-size: 15px!important;
    }
}


@media screen and (min-width:1367px) and (max-width: 1550px) {
    .div-anomalie-left img{
        width: 125px!important;
    }
    .container-footer-r{
        margin-left: 300px!important;
    }

}

@media screen and (min-width: 1367px) {
    .navigation{
        width: 260px!important;
    }
}
@media screen and (max-width: 1366px) {
    .site-footer{
        margin-left: unset!important;
    }
    .table-scroll table{
        min-width: unset!important;
    }
    .div-anomalie-left,.div-opportunita-left{
        display: none!important;
    }
    .div-anomalie-left img{
        display: none!important;
    }
    .container-dashboard{
        margin-top: 60px!important;
    }
    .mar-top-r{
        margin-top: 0px!important;
    }
    .top-menu{
        display: none!important;
    }
    .par-anomalie{
        margin: auto 15px auto auto!important;
    }
    .num-anomalie{
        margin: auto auto auto 15px!important;
    }
    .div-right{
        padding: 30px 30px!important;
        max-height: unset!important;
        height: 100%!important;
   }
   .all-div{
       max-height: unset!important
   }
   .div-right-section-3{
        flex-direction: column;
   }
   .div-right-section-3-left{
        margin: auto;
        width: auto!important;
        padding-left: unset!important;
   }
}
@media screen and (min-width: 768px) and (max-width: 1366px){
    .div-anomalie-right{
        width: 65% !important;
    }
    .div-opportunita-right{
        width: 65% !important;
    }
    .button-anomalia-main{
        font-size: 15px!important;
    }
    .top-mobile-menu-tab{
        display: flex!important;
    }
    .h2-mobile-header{
        font-size: 20px!important;
    }
    .p-dashboard-tab{
        font-size: 14px!important;
    }
    /*.b-dashboard-tab{*/
    /*    font-size: 22px!important;*/
    /*}*/
    .s1-ckupesito{
        width: 32%!important;
    }
    .tab_checkup-esito{
        width: 32%!important;
    }
    .icon-circle{
        width: 50px!important;
        height: 50px!important;
        min-width: 50px!important;
        margin: auto 7px!important;
    }
    .icon-circle i{
        font-size: 26px!important;
    }
    .font-tab-sec1-b{
        font-size: 16px!important;
        font-weight: 600!important;
    }
    .font-tab-sec1{
        font-size: 16px!important;
    }
    .slick-list{
        padding: 0!important;
    }
    .a-cta-banner{
        min-width: 230px!important;
    }
}
@media screen and (min-width:1025px) and (max-width:1366px){
    .toggleMenu{
        display: flex!important;
        z-index: 9999;
    }
    .container-fix-tab{
        display: flex!important;
        width: 100%!important;
        margin:auto!important;
        margin-top: 20px!important;   
    }
    .s1-ckupesito{
        margin: auto!important;
        /* margin-top: 20px!important; */
      }
    .tab_checkup-esito{
        margin: auto!important;
    }
}
@media screen and (min-width:1024px) and (max-width:1366px){
    .s1-ckupesito{
        width: 32%!important;
        height: 100px!important;
    }
    .tab_checkup-esito{
        width: 32%!important;
        height: 100px!important;
    }
}


/* b-arancio-pubblica  #ff8151 !important*/
/* b-blu-generale  #548eb9 !important */
/* b-green-separata #009865 !important */



@media screen and (min-width:1090px) and (max-width: 1366px){
    .container-dashboard{
        padding-left: 70px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1090px){
    .navigation{
        width: 0px;
    }
    .container-dashboard{
        padding-left: 10px;
        padding-right: 10px;
    }
    .timeline{
        display: none!important;
    }
}

@media screen and (max-width:1024px){
    .toggleMenu{
        display: flex!important;
        z-index: 9999;
    }
    /* .container{
        margin-top: 60px!important;
    } */
    .navigation:hover,
    .navigation.active{
        width: 100%!important;
    }
    .div-opportunita-int{
        padding: 2px!important;
        background: none;
        border: none;
    }
    .div-main {
        display: block!important;
        margin: auto!important;
        margin-top: 20px!important;
    }
    .div-main2 {
        margin: auto!important;
        margin-top: 20px!important;
    }
    .div-comune1{
        width: 96%!important;
        margin: 20px auto;
        text-align: center;
        padding: 8px;
        border-radius: 5px;
    }
    .div-comune p{
        font-size: 14px;
        margin: auto;
    }
    .div-main div{
        border-left:none!important;
    }
    .div-anomalie{
        margin-top: 0px!important;
        min-width: 290px!important;
        border-top-right-radius: unset!important;
        border-top-left-radius: unset!important;
    }
    .anomalia{
        margin-top: 10px;
    }
    .modal-body{
        overflow: scroll;
    }
    .descrizione-anomalia{
        min-width: 350px;
        padding: 5px;
    }
    .descrizione-p-unset{
        position: unset!important;
    }
    .td-opportunita-1{
        width: unset!important;
    }
    .td-opportunita-2{
        width: unset!important;
    }
    .td-opportunita-3{
        width: unset!important;
    }
    .td-opportunita-4{
        width: unset!important;
    }
    .div-img-opportunita{
        margin: auto!important;
    }
    .div-container-opportunita{
        width: 100%!important;
        max-width: 100%!important;
    }
    .tab_checkup-esito{
        margin: 10px auto!important;
    }
    .p-pensioni-r{
        text-align: right;
        margin-bottom: 0px!important;
    }
    .div-opportunita p{
        font-size: 13px;
    }
    .par-btn-send-pensione{
        display: block!important;
    }
    .icon-btn-send-pensione{
        display: none!important;
    }
}

@media screen and (max-width: 1023px){
    .main-box{
        flex-direction: column;
    }
    .s1-ckupesito{
        width: 100%!important;
    }
    .tab_checkup-esito{
        width: 100%!important;
    }
}

@media screen and (max-width: 768px) {
    .informativa-1{
        width: 95%!important;
        height: 96%!important;
        margin: 2.5%!important;
    }
    .app{
        margin: 10px!important;
        height: 50vh!important;
        display: flex!important;
        overflow: auto!important;
    }
    .line-chart-classe canvas{
        max-width: 100%!important;
        max-height: 100%!important;
        width: unset!important;
        height: unset!important;
        display: flex!important;
    }
    .all-div{
        max-height: unset!important;
        flex-direction: column;
    }
    .div-right{
         padding: 30px 30px!important;
         max-height: unset!important;
         width: 100%;
    }
    .div-left{
         width: 100%;
         padding: 20px 0!important;
    }
     .nome-pensione{
         margin: 20px auto!important;
     }
    
  }
  @media screen and (max-width: 767px) {
    .top-mobile-menu{
    display: flex!important;
    width: 100%!important;
    }
    .h2-mobile-header{
        font-size: 18px!important;
    }
    .s1-ckupesito{
        width: 100%!important;
        height: auto!important;
    }
    .tab_checkup-esito{
        width: 100%!important;
        height: auto!important;
    }
    p{
        font-size: 14px!important;
    }
    .b-dashboard-tab{
        font-size: 24px!important;
    }
    .icon-circle{
        width: 45px!important;
        height: 45px!important;
        min-width: 45px!important;
    }
    .icon-circle i{
        font-size: 20px!important;
    }
    .font-table{
        font-size: 13px!important;
    }
    .tab_checkup-esito{
        margin: 15px 0!important;
    }
    .content-div-opp,.height-opp-fix{
        height: auto!important;
        max-width: 100%!important;
    }
    .div-opportunita-right{
        padding: 20px 10px!important;
    }
    .br-resp{
        display: none;
    }
    #head_quando b,#head_pensione b{
        font-size: 12px!important;
    }
    .toggleMenu{
        right: 10px!important;
    }
    .sitebarMenu{
        padding-left: 10px;
    }
}

@media screen and (max-width: 760px) {
    .timeline-estrattoconto{
        height: 100%!important;
    }
    .timeline-anomalie{
        height: 100%!important;
    }
    h2{
        font-size: 18px!important;
    }
    /* .p-bold{
        font-weight: 700!important;
        font-size: 16px!important
    } */
    .modal-content{
        position: fixed;
        width: 100%!important;
        height: 90%;
    }
}
@media screen and (min-width: 760px) and (max-width:1024px) {
    .div-main, .div-main2{
        width: 650px!important;
    }
    .div-anomalie{
        display: flex !important;
    }
}