
@font-face {
    font-family: "IRANSansWeb-light";
    src: url("/bootstrap/fonts/iran-sans/iran-sans/IRANSansWeb-Medium.ttf");
}

body {
    font-family: "IRANSansWeb-light", serif;
    background: #EDEDED;
    font-size: 16px;
}

main {
    width: 60%;
    margin: 10px auto;
    padding: 10px 20px 30px;
    background: #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    border-radius: 6px;
}

.select2{
    width: 250px !important;
}

p {
    margin-top: 2rem;
    font-size: 13px;
}
#bar-chart {
    width: 500px;
    height: 300px;
    position: relative;
}
#line-chart {
    width: 500px;
    height: 300px;
    position: relative;
}
#bar-chart::before, #line-chart::before {
    content: "";
    position: absolute;
    display: block;
    width: 240px;
    height: 30px;
    left: 155px;
    top: 254px;
    background: #FAFAFA;
    box-shadow: 1px 1px 0 0 #DDD;
}
#pie-chart {
    width: 500px;
    height: 250px;
    position: relative;
}
#pie-chart::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 115px;
    left: 315px;
    top: 0;
    background: #FAFAFA;
    box-shadow: 1px 1px 0 0 #DDD;
}
#pie-chart::after {
    content: "";
    position: absolute;
    display: block;
    top: 260px;
    left: 70px;
    width: 170px;
    height: 2px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
}


.box {
    text-align: center;
    width: 500px;
    margin: 10px auto;
    padding: 10px 20px 30px;
    background: #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}