*{
    font-family: IRANSans;
}
.d-nav{
    padding-top: 10px;
    min-height: 100vh;
}
.d-nav-item:first-child{
    text-align: center;
    background: linear-gradient(to bottom,rgba(220, 220, 200,0.2),rgba(20, 20, 20,0.2));
}

.d-nav-wizard{
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding: 12px;

}
.d-nav-item{
    padding: 8px 26px 8px 16px;
    text-align: right;
    

}
.d-nav-item a,i,span{
    text-decoration: none;
    font-size: 18px;
}

#main{
    background-color: rgba(88, 88, 88, 0.15);
    padding: 8px 16px;
    min-height: 100vh;
}



/*        dashboard home          */
.d-home-base{

}
.d-home-dashboard{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 8px;
}
.d-home-dashboard-item{
    padding: 8px 12px;
    background: #FFF;
    border: thin solid rgba(20, 20, 20,0.15);
    border-radius: 8px;
}








@media only screen and (max-width: 600px) {

    .d-nav-item span{
        display: none;
    }
    .d-nav-item:first-child{
        display: none;
    }

}