/* 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=Open+Sans:wght@400;700;800&display=swap');


/* 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: calc(100vw - 20.5%);
        position: absolute;
        left: 19%;
    }    
}

html,body{
    background:#F7F9FA;
}

/* TIPOGRAFIA */

.titolo-1,
.titolo-2,
.titolo-3,
.titolo-4{
 font-family: 'Open Sans', sans-serif;
 line-height: 1em!important;
 color:#5700C6;
 font-weight: 800;
}

.titolo-1{
    font-size: 36px;
}

.titolo-2{
    font-size: 24px;
}

.titolo-3{
    font-size: 18px;
}

p,.p{
    font-size: 12px;
    font-weight: 400;
    color:#625F76;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.015em;
}

.btn{
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: flex;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 10px;
    background: #FF9900;
}

.btn img{
    margin-right:8px;
}

.btn:hover{
    color:#fff;
}

table{
    font-family: 'Open Sans', sans-serif;
}

table thead tr th{
    font-size: 12px;
    color: #5700C6;
    font-weight: 800;
    border-bottom: none;
    line-height: 16px;
    padding: 10px 0px 20px!important;
}

table tbody tr td{
    font-size:12px;
    line-height: 15px!important;
    color:#625F76;
    padding: 0;
}

.tabella,.tabella td{
    font-size: 12px;
    font-weight: 800;
}



/* campi tabella */

.aggiungi-pratica{
    position: absolute;
    right: -3%;
    bottom: 6%;
}

.rif-pratica,.destinatario{
    font-size: 10px;
}

.rag-sociale{
    font-weight: 800;
}

.stato .stato-wrapper{
    display: flex;
    font-size: 12px;
    font-weight: 800;
}

.stato .data-stato{
    margin-top:5px;
    font-size:10px;
}

.stato-wrapper img{
    margin-right: 8px;
    width: 10px;
}

.vedi-pratica a{
    display: flex;
    align-items: center;
    border: .5px solid #5700c6;
    padding: 5px 10px;
    justify-content: space-between;
    border-radius: 5px;
    color: #5700c6;
    text-decoration: none;
    font-weight: 800;
    font-size: 10px;
    transition: .25s ease-in;
}

.vedi-pratica a:hover{
    background: #5700c6;
    color: #fff;
}

.vedi-pratica a:hover path{
    fill:#fff
}

.elimina{
    display: flex;
}

.elimina a{
    background:rgba(87, 0, 198, 0.5);
    padding: 8px 10px;
    border-radius: 5px;
    transition: .25s ease-in;
}

.elimina a:hover{
    background:rgba(87, 0, 198, 1);

}

@media screen and (min-width:992px){

    .titolo-1{
        font-size: 50px;
    }

    .titolo-2{
        font-size: 45px;
    }

    .titolo-3{
        font-size: 30px;
    }



}







/* tabella */
/* tabella */
/* tabella */
/* tabella */

.table-wrapper{
    padding: 20px 20px 100px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    width: 96%;   
}


.table>:not(caption)>*>*{
    border-bottom:none;
}



/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */
/* DASHBOARD */

.dashboard-desktop{
    position: fixed;
    width: 17.5%;
    background: #5700C6;
    height: 100%;
    left: 0;
    top: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dash-item{
    background: #f8f8f8;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
}

.dash-item:hover{
    background: #fff;
}

.dash-item img{
    margin-right: 10px;
}

.dash-item-name{
    color: #5700C6;
    font-weight: 800;
    font-size:14px;
}

.dash-item.dash-item-viola{
    background:rgba(212, 178, 255, .3);
}

.dash-item.dash-item-viola .dash-item-name{
    color: #fff;
}





