#pie-table, th, td{
    border-collapse: collapse;
    border: 1px solid #abaaaa;
    padding: 5px;
    font-size: 12px;

}

.pie-thead {

    font-size: 10px;

}

.pie-tbody {
    text-align: center;
}

form{
    font-size: 10px;
}

#select_pie_show{
    font-size: 14px;

}

thead {
    background-color: #dedede;
}

.cardr1c1{
    border-bottom: 4px solid #7FDBFF;
}
.cardr1c2{
    border-bottom: 4px solid #01FF70;
}
.cardr1c3{
    border-bottom: 4px solid #FFDC00;
}
.cardr1c4{
    border-bottom: 4px solid #FF4136;
}

.dash_top_card{
    font-size: 18px;
}

#bar-chart{
    font-family: Vazir, serif !important;
    font-size: 40px !important;
}

#pie_chartBox p{
    border-bottom: 1px solid lightgrey;
    padding: 5px 20px;
    margin-bottom: 5px;
}
#sale_chartBox p{
    padding: 5px 20px;
    margin-bottom: 5px;
}

#buy_chartBox p{
    padding: 5px 20px;
    margin-bottom: 5px;
}


.mainprogress{
    padding: 5px 4px 5px 4px;
    display: none;
}

.Progressbar{
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background-color: lightgrey;
}

#main_progress1 .Progress{
    background-color: #1ABC9C;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}

#main_progress2 .Progress{
    background-color: #7144C5;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
#main_progress3 .Progress{
    background-color: #007DFE;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
#main_progress4 .Progress{
    background-color: #16A1B8;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
#main_progress5 .Progress{
    background-color: #00CCCD;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
#main_progress6 .Progress{
    background-color: #797777;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}

.main_span{
    display: flex;
    justify-content: space-between;
    padding-right: 3px;
    font-size: 12px;
    align-items: center;
}

.Mspan{
    color: blue;
    font-size: 14px;
}
.Pspan{
    padding-right: 4px;
    color: green;
     font-size: 12px;
}


.bar-container{
    position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
}

.pie-container{
  margin: auto;
  height: 100%;
  width: 100%;
}

 /*/--------------------*loading page*--------------------/*/
#Preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: whitesmoke;
    opacity: 0.3;
    z-index: 7999999;
}
#Preloader #Status {
    position: absolute;
    left: 0%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#Preloader #Status .d-loader{
	width: 60px;
	height: 60px;
	position: relative;
	margin: 100px auto;
}
/*-----------------end loading page------------------------*/

#pie_nodata{
    position: absolute;
    text-align: center;
    display: none;
    z-index: 2000;

}

#sale_nodata{
    position: absolute;
    text-align: center;
    display: none;
    z-index: 2000;
    top: 35%;
    left: 39%;
}
#debt_nodata{
    position: absolute;
    text-align: center;
    display: none;
    z-index: 2000;
    top: 35%;
    left: 39%;
}
#buy_nodata{
    position: absolute;
    text-align: center;
    display: none;
    z-index: 2000;
    top: 35%;
    left: 39%;
}

.year_box{
    border: 1px solid #00ABE1;
    border-radius: 3px;
    padding: 3px 0;
    /*box-shadow: 0px 2px 8px rgb(55 56 58 / 91%);*/
    background-color: #00ABE1;
    color: white;
}
.year_box:hover{
    background-color: #389fbe;
}
.year_box:focus{
    transform: translateY(1px);
}

/*-----------------------------animat arrow-----------------------*/
#N_year img:hover{

    animation:animarrowrtl 0.5s linear  infinite ;
}
#P_year img:hover{

    animation:animarrowltr 0.5s linear  infinite ;
}
@keyframes animarrowrtl {
    from{transform: translateX(0px);}
    to{transform: translateX(8px);}
}
@keyframes animarrowltr {
    from{transform: translateX(0px)}
    to{transform: translateX(-8px)}
}
/*-------------------------END----animat arrow------------------*/
