
.box-estat-1{
    font-family: YekanBakh;
height: 1200px;
    position: relative;
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}

    /* background: rgb(2,0,36); */
.box {
    direction: rtl;
    font-family: YekanBakh;
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    background-color: #FFF;
    padding: 20px;

    border-radius: 9px;
    margin-bottom: 20px !important;
}

.sidbar{
    font-family: YekanBakh;


}
.box-title {
    direction: rtl;
    font-family: YekanBakh;
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}


.group-btn{
    display: flex;
    justify-content: space-between;
}

.group-btn button{
    background-color: #7BFFB3;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.li-all{
    text-align: center;
    font-size: 15px;
    display: flex;
    margin-top: 10px;
}
.li-all li{
    
    margin-left: 30px;
    margin-top: 15px;
    font-size: 13px;
}

li{
    list-style-type: none;

}

.one-li{
    text-align: center;
    opacity: 0.7;
    font-size: 15px;
}

.descripton-01{
    text-align: right;
    margin-bottom: 10px;
}

.descripton-01 span{
}

.icon-all{
    display: flex;
    justify-content: space-around;
}

.icon-all i{
    color: rgb(95, 87, 87);
    font-size: 30px;
    font-weight:900;
}

.icon-all .checked{
    color: rgb(60, 190, 0);
    font-size: 15px;
}

.icon-01{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
         
@media only screen and (max-width:600px) {

    .one-li{
      
        font-size: 10px;
    }

    .li-all li{
        
        margin-left: 5px;
        margin-top: 5px;
        font-size: 10px;
    }
    
}

.text-name{
    font-size: 22px;
    color: #2EC877;
    display: block;
    margin: 10px;
}

.user-icon{
    font-size: 50px;
    color: #5143FF;
}

.text-adres{
    font-size: 18px;
    margin: 20px;
}

.text-phon {
    color: red;
    margin-bottom: 40px;
}

.only-icon01{
    text-align: center;
    direction: rtl;
    border-bottom: 1px dotted black;
}

.shr{
    color: gray;
}