*{
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: 'vazir', serif;
}
@font-face {
    font-family: "vazir";
    src: url("../vazir-font-v29.1.0/Vazir-Medium.woff2");
}
.wrapper .menu .left ul li a{
    color: black !important;
}
.wrapper .menu .left ul li:nth-child(2) a{
    color: black !important;
    text-shadow: none !important;
    font-weight: bold;
}
.wrapper .menu .left ul li a:hover{
    font-weight: bold !important;
    color: #3f6199 !important;
}
.wrapper .background{
    width: 100%;
    min-height:90vh;
    text-align: center;
    padding-top: 100px !important;
    box-sizing: border-box;
    background: url("../image/admin.jpg") center center no-repeat fixed;
    background-size: cover;
}
.wrapper .background div h1{
    font-size: 35px;
    position: relative;
    right: 100px;
    top: 50px !important;
    transition: all 0.5s ease;
    color: #3f6199;
}
.wrapper .background h1:hover{
    text-shadow: 10px 10px 10px black;
}
.wrapper .dashboard{
    width: 100%;
    background-color: #d7d8ed;
}
.wrapper .dashboard .info{
    width: 100%;
    margin-bottom: 50px !important;
    padding-top: 20px !important;
    display: flex;
    flex-wrap: wrap;
}
.wrapper .dashboard .info .infoCard{
    width: 20%;
    background-color: #8b9cdd;
    margin: 20px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wrapper .dashboard .info .infoCard div{
    text-align: center;
    font-size: 100px;
    padding-top: 10px !important;
}
.wrapper .dashboard .info .infoCard p{
    padding-top: 10px !important;
    text-align: center;
    font-size: 18px;
    color: black;
}
.wrapper .dashboard .charts{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wrapper .dashboard .charts .chartsCard{
    width: 30%;
    background-color: #627eaa;
    margin: 20px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wrapper .dashboard .charts .chartsCard p{
    padding-top: 10px !important;
    text-align: center;
    font-size: 20px;
    color: black;
}
.wrapper .dashboard .charts .chartsCard .section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*float: right;*/
    /*height: 200px;*/
    padding-top: 10px !important;
}
.wrapper .dashboard .charts .chartsCard .section .child{
    width: 50%;
    margin: auto !important;
}
.wrapper .dashboard .charts .chartsCard .child div{
    margin: auto !important;
}
.wrapper .dashboard .charts .chartsCard .child span{
    font-size: 100px;
    display: block;
    color: black;
    text-align: center;
    padding-top: 10px !important;
}
.wrapper .dashboard .charts .chartsCard .child a{
    color: black;
    font-size: 18px;
    font-weight: lighter;
    text-decoration: none;
    display: block;
    padding:5px ;
    text-align: center;
}
.wrapper .dashboard .charts .chartsCard .child .a-btn {
    background: rgb(205,174,238);
    background: radial-gradient(circle, rgba(205,174,238,1) 0%, rgba(113,159,221,1) 100%);
    width: 150px;
    height: 30px;
    border: none;
    box-sizing: border-box;
    display: block;
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 5px!important;
    transition: all 0.5s ease;
}
.wrapper .dashboard .charts .chartsCard .child .a-btn:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


