.profile-sec .sub-classification{
  text-align: right;
  direction: rtl;
}

.profile-sec .sub-classification h6{
  border-bottom: 2px solid var(--lightblue);
  display: inline-block;

  color: var(--lightblue);
  line-height: 39px;
  font-size: 20px;
}


.profile-sec .allcategory-fav {
background-color: #F8F8F8;
}
.profile-sec .allcategory-fav .allcategory-items {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding: 25px;
}

.profile-sec .allcategory-fav .allcategory-items a {
  text-decoration: none;
  margin: 11px 3px;
}

.profile-sec .allcategory-fav .allcategory-items .category-item {
  background-color: #ffffff;
  /* background-image: url(../img/Group\ 1307.png); */
  width: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 4px 4px 8px #e1e1e1;

}

.profile-sec .allcategory-fav .allcategory-items .category-item.selected {

  border: 3px solid var(--blue);
  position: relative;
}

.profile-sec .allcategory-fav .allcategory-items .category-item.selected  .div-i{
  position: absolute;
    top: -10px;
    left: -11px;
    background: var(--blue);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}

.profile-sec .allcategory-fav .allcategory-items .category-item p {
  font-size: 14px;
  color: var(--blue);
  text-decoration: none;
  font-family: 'TajawalBold';
  margin: 6px;

}

.profile-sec .allcategory-fav .allcategory-items .category-item .card-icon {
  text-align: center;
}

.profile-sec .allcategory-fav .allcategory-items .category-item .card-icon .img-b {
  display: inline;
  width: 50px;
  height: auto;
}


.profile-sec .allcategory-fav .allcategory-items .category-item .card-icon .img-a {
  display: none;
}

/* .profile-sec .allcategory-fav .allcategory-items .category-item:hover {
  background-color: var(--blue);
  background-image: none;
  box-shadow: 4px 4px 8px #e1e1e1;
}

.profile-sec .allcategory-fav .allcategory-items .category-item:hover .img-a {
  display: inline;
  width: 50px;
  height: auto;
}


.profile-sec .allcategory-fav .allcategory-items .category-item:hover p {
  color: #fff;
} 


.profile-sec .allcategory-fav .allcategory-items .category-item:hover .img-b {
  display: none;
}*/


@media (max-width: 768px) {

}

@media (max-width: 576px) {

}