
.charts_div{
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}
.charts_div .chart{
    display: block;
    box-shadow:  0px 2px 8px 0px rgba(89, 0, 255, 0.5);
    border-radius: 7px;
    background-color: #dbf4ef50;
    width: 100%;
    max-width: 700px;
    min-width: 350px;
    height: auto;
    margin: auto;
    padding: auto;
    justify-content: center;
    text-align: center ;
    padding-bottom: 5px;
}
.charts_div .chart_tiltle{
    background-color: #3a5ac5;
    border-radius: 7px 7px 0px 0px;
    padding: 5px;
}
.charts_div .chart_tiltle h4{
    color: #e4e7f0;
    margin: 0px auto;
}
.charts_div .chart_tiltle .heading5{
    color: #eeeff4;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 100;
}
.charts_div .chart img{
    border-radius: 7px 7px 0px 0px;
    width: 100%;  
    height: 150px;
}
.chart .chart_cell{
    background-color: #ffffff;
    font-family: 'farsi', Courier, monospace !important; 
    text-align: right;
    height: 40px; 
}
.chart .chart_name{
    background-color: #c5c4ce;
    font-family: 'farsi', Courier, monospace !important; 
    text-align: right;
    height: 37px; 
}
.chart .darker{
    background-color: #e8e8e8;
}
.chart .name{
    font-family: 'farsi', Courier, monospace !important; 
    margin: 5px 20px !important;
    float: right;
}
.chart .price{
    font-family: 'farsi', Courier, monospace !important; 
    float: left;
    margin: 5px 30px;
    
}
.location_top{
    text-align: right;
    margin-right: 10px;
}
.location_top a{
    color: #0c0c0d ;
    margin: 5px;
}
.location_top .last{
    color: #2d42fa ;
    margin: 5px;
}
.text3{
    color: #03142d;
    line-height: 1.8rem;
    font-size: 19px;
    text-align: right;
    padding: 20px;
    width: fit-content;
    margin: 30px 10px;
}
.center{
    margin: auto;
}
.center_div_call{
    
    width: 300px;
    height: 200px;
    margin: auto;
    background-color: #efe9e980;
    -webkit-box-shadow: 0px 0px 10px 2px #6139ffb9; 
    box-shadow: 0px 0px 10px 2px #6b39ffad;
    border-radius: 10px;
}
.center_div_call .text{
    width: fit-content;
    height: fit-content;
    font-size: 19px;
    text-align: center;
}
.center_div_call .btn{
    width: fit-content;
    height: fit-content;
    font-size: 20px;
    text-align: center;
    margin: 15px 100px;
    justify-content: center;
    padding: 10px 30px;
    font-size: 40px;
    border-radius: 30px;
    background-color: #09d10c;
    -webkit-box-shadow: inset -1px 3px 8px 5px #42f845, 2px 5px 16px 0px #118713, 0px 0px 10px 2px rgba(186,57,255,0); 
    box-shadow: inset -1px 3px 8px 5px #43f846, 2px 5px 16px 0px #056507, 0px 0px 10px 2px rgba(186,57,255,0);
}
.profile_status_box{
    margin: auto;
    width: 320px;
    height: 250px;
    border-radius: 10px;
    background-color: #d4e5fc;
    padding: 20px;
}
.profile_status_box i{
    font-size: 55px;
    color: #051b62;
}
.profile_status_box .text{
    font-size: 15px;
    color: #181818;
}
.profile_status_box .login_btn{
    font-size: 15px;
    font-family:"Noto Sans Arabic", sans-serif;
    font-style: bold;
    color: #181818;
    border-radius: 5px;
    border-style: none;
    background-color: #5c7eee;
    margin: 10px;
    padding: 4px;
}
.page_title{
    width: 100%;
    height: fit-content;
    background-color: #08439c10;
    background: rgb(60,142,212);
    background: linear-gradient(37deg, rgba(60,142,212,1) 0%, rgba(122,113,241,1) 36%, rgba(97,97,230,1) 52%, rgba(92,129,222,1) 73%, rgba(90,94,230,1) 100%);



}
.page_title h1{
    font-size: 2rem;
    text-align: center;
    margin: auto;
    margin-top: 2rem;
    padding-bottom: 3rem;
    color: #0c0c0d;
}
.post_title{
    color: #03142d;
    margin: 20px;
}
.post_title a{
    color: #03142d;
}
.post_div{
    margin: 10px;
}
.post_div p{
    font-size: 17px;
    color: #131313;
    margin-bottom: 30px;
    
}
.post_div strong{
    font-size: 25px;
    color: #28282d;
}
.post_div a{
   
    color: #020251;
}
.post_img{
    display: block;
    width: 30%;
    max-width: 300px;
    height:max-content;
    margin: auto;

}
@media (min-width: 480px) { 
    .post_div{
        margin: 50px;
    }
}

