/* developed by Mirko & Damiano with ♥ */
/* developed by Mirko & Damiano with ♥ */
/* developed by Mirko & Damiano with ♥ */
/* developed by Mirko & Damiano with ♥ */

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;700&family=Quicksand:wght@300;400;500;700&display=swap');

/*font-family: 'Catamaran', sans-serif;
font-family: 'Quicksand', sans-serif;*/


/* Simulatore per gestionale, su desktop i contenuti occupano circa il 75% dello spazio e 25% la barra di nav*/
@media screen and (min-width:992px) {
    .body{
        width: 74%;
        position: absolute;
        left: 25%;
        /*border-right: 3px solid #000;*/
    }    
}

.body{
    margin-top: 50px;
}

.modal{
    position: fixed;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height:100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

@media screen and (max-width:479px){

    .modal{
        top: 30px;
    }

}

@media screen and (max-width:991px) {
    .body{
        padding-bottom: 100px;
        top: 60px;
        position: relative;
    }
}

html,body{
    background:#F7F9FA;
}

/* TIPOGRAFIA */

*{
    color:#000;
}

.titolo-1,
.titolo-2,
.titolo-3,
.titolo-4{
 font-family: 'Catamaran', sans-serif;
 line-height: 1em!important;
 color:#000;
 font-weight: 700;
}

.titolo-1{
    font-size: 36px;
}

.titolo-2{
    font-size: 24px;
}

.titolo-3{
    font-size: 18px;
}

p,.p{
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

.btn{
    color: #fff!important;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    letter-spacing: 1.25px;
}

table{
    font-family: 'Quicksand', sans-serif;
}

table thead tr th{
    font-size: 10px;
    color:#919699;
    font-weight: 700;
}

table tbody tr td{
    font-size:12px;
    line-height: 15px!important;
    color:#000;
}

.tabella,.tabella td{
    font-size: 12px;
    font-weight: 700;
}

@media screen and (min-width:992px){

    .titolo-1{
        font-size: 48px;
    }

    .titolo-2{
        font-size: 36px;
    }

    .titolo-3{
        font-size: 24px;
    }

    p,.p{
        font-size: 18px;
    }

    .btn{
        font-size: 18px;
    }

    table thead tr th{
        font-size: 12px;
    }

    table tbody tr td{
        font-size:14px;
    }

}




/* pulsante*/
.btn-blu{
    background: #428AE0!important;
    box-shadow:0px 16px 24px rgba(66, 138, 224, 0.2);
}


/* tabella */
/* tabella */
/* tabella */
/* tabella */

.table-wrapper{
    padding:20px;
    padding: 5px 20px;
    background: #fff;
    border-radius: 15px;    
}

.table .btn-blu{
    font-size:12px;
    padding: 0px 11px;
    font-weight: 500;
    border-radius: 50px;
}

@media screen and (min-width:992px){

    .table-wrapper{
        padding:20px 10px;
        background: #fff;
        border-radius: 30px;
    }

    .btn-blu{
        border-radius: 15px;
        padding: 10px 26px;
        text-transform: uppercase;
    }

    .table .btn-blu{
        font-weight: 700;
        padding:3px 20px;
    }

}


/* BOX AGENTE */
/* BOX AGENTE */
/* BOX AGENTE */
/* BOX AGENTE */
/* BOX AGENTE */

.box-agente{
    width: 80%;
}

.agente-dettagli{
    padding:20px 45px;
    background:#fff;
    border-radius: 30px;
}

.agente-dettagli .nome-agente{
    text-align: center;
}

.agente-contatti{
    align-items: center;
}


@media screen and (max-width:991px) {

    .no-mobile{
        display: none;
    }

    .box-agente{
        width: 100%;
    }

    .agente-dettagli{
        padding: 20px 25px;
        background: #fff;
        border-radius: 30px;

        padding: 5px 10px;
        background: #fff;
        border-radius: 10px;
    }

    /*.img-agente img{
        height: 100px!important;
        width: 100px!important;
    } */   
    
    .agente-dettagli .nome-agente{
        margin: 20px 0px;
        font-size:24px;

        margin: 0px 0px;
        font-size: 16px;
        text-align: left;
    }

    .agente-contatti{
        padding:0;
    }
}

@media screen and (min-width:992px) {

    .agente-dettagli{
        padding:10px 20px;
    }

}


/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */

.dashboard-desktop{
    position: fixed;
    width: 20%;
    background: #fff;
    height: 95%;
    left: 2.5%;
    top: 2.5%;
    border-radius: 40px;
    padding: 20px 10px;
    box-shadow: 0 0 50px rgba(0,0,0,.06);
    cursor: pointer;
}


.profilo-azienda{
    margin-bottom: 25px;
}

.immagine-profilo img{
    height: 64px;
    width: 64px;
    object-fit: cover;
    border-radius: 10px;
}

.img-agente{
    padding:0;
}

.img-agente img{
    height: 48px;
    width: 48px;
    border-radius: 10px;
    object-fit: cover;
}

.dati-profilo{
    display: flex;
    align-items: center;
}

.dati-profilo .nome-azienda{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .15px!important;
    font-weight: bold;
}

.dati-profilo .mail-azienda{
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .15px!important;
}

.switch-profilo{
    padding:0px 10px;
}

.switch-profilo select{
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #000;
    background-color: #D0E2F7;
    border-radius: 5px!important;
    outline: none;
    box-shadow: none!important;
}

.dashboard-panoramica{
    display: flex;
    align-items: center;
}

.dashboard-panoramica .icona-wrapper{
    background: #1B55DF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40%;
}

.dashboard-panoramica .icona-wrapper img{
    width: 55%!important;
    object-fit: contain!important;
}

.dashboard-desktop .srv{
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color:#5E6366;
}

.dashboard-servizi{
    display: flex;
    align-items: center;
}

.dashboard-servizi:hover{
    background: #D0E2F7;
}

.dashboard-servizi:hover .dash-item{
    color:#1B55DF;
}

/* Mirko */
.active-menu:hover .dash-item{
    color:#1B55DF;
}
.active-menu{
  background: #D0E2F7;
}
/* Fine Mirko */

.icona-wrapper{
    text-align: center;
}



/* dashboard desktop margini e font */


@media screen and (max-width:991px) {
    .dashboard-desktop{
        display: none!important;
    }
}



@media screen and (min-width:992px) {

    .dashboard-desktop
    {
        display: block;
    }
  
    .dashboard-servizi{
        padding: 2.5px;
        border-radius: 10px;
        margin: .4em 0px;
    }
    
    .switch-profilo select{
        padding:.2rem 2.25rem .2rem .75rem;
    }


    .dash-item{
        font-size:1vw;
    }

    .dashboard-servizi .icona-wrapper img{
        width: 80%;
    }

    .dashboard-desktop .srv{
        font-size: 14px;
    }

    .iw-1 img{
        margin-top: -2px;
        width: 100%!important;
    }

    .iw-4-wrapper{
        padding:0 10px!important;
    }

    .iw-3 img,.iw-4 img{
        width: 100%!important;
    }

    .dashboard-panoramica .icona-wrapper{
        height: 30px;
        width: 30px;
    }

}


@media screen and (min-width:1200px) {

    .switch-profilo select{
        padding:.7rem 2.25rem .7rem .75rem;
    }
  
    .dashboard-servizi{
        margin: .4em 0px;
        padding: 8px 3px!important;
    }

    .dashboard-servizi .icona-wrapper img{
        width: 60%!important;
    }

    .iw-2 img{
        width: 50%!important;;
    }


    .dashboard-panoramica .icona-wrapper{
        height: 40px;
        width: 40px;
    }


}

@media screen and (min-width:1440px) {

    .dash-item{
        font-size:1.1vw;
    }
    
    .dashboard-servizi{
        margin: .9em 0px;
        padding: 12px 6px!important;
    }

    .dashboard-panoramica .icona-wrapper{
        height: 50px;
        width: 50px;
    }

    .switch-profilo select{
        padding: .87rem 2.25rem .85rem .75rem;
        font-size: 12px;
    }

}



/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */
/* DASHBOARD TELEFONO */


@media screen and (min-width:992px) {
    .dashboard-mobile-bottom,.dashboard-mobile-top{
        display: none!important;
    }
}

.dashboard-mobile-bottom,.dashboard-mobile-top{
    display: block;
}

.dashboard-mobile-top{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 67px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
  }

  .logo-profilo-mobile{
    width: 70%;
    border-radius: 10px;
  }

  .dashboard-mobile-top .icona-container{
    display: flex;
    justify-content: center;
  }

  .dashboard-mobile-top .icona-wrapper{
    height: 45px;
    width: 45px;
    border-radius: 15px;
    background: #93999F;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .dashboard-mobile-top .select-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dashboard-mobile-bottom{
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    /* height: 75px; */
    background: #fff;
    box-shadow: 0px 4px 8px rgb(8 35 48 / 24%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }

  .dashboard-mobile-bottom .icona-wrapper{
    height: 45px;
    width: 45px;
    border-radius: 15px;
    background: #428AE0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-bottom-col{
    padding: 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 .5vw;
  }


