.categories__row , .all__players__listing{
  width: 100%;
  /* padding: 0 15px; */
    list-style: none;
}
.all__players__listing li img{
    width: 70px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 70px;
    margin-right: 15px;
    object-fit: cover;
}
.all__players__listing li a{
     display: flex;
     text-decoration: none;
 align-items: flex-start;
 color: #000;

 div{
    width: -webkit-fill-available;
 }
 p,span{
    margin-bottom: 2px;
    color: #3d3d3d;
    font-size: 12px;
 }
 h4{
    font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  text-transform: capitalize;
 }
 p
}
.all__players__listing li{
 padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px .5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.category__card__item span{
    font-size: 16px;
  font-weight: 400;
  color: #7e7e7e;
  display: block;
  margin-bottom: 10px;
}
.category__card__item img{
   width: 70px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 70px;
    margin-right: 15px;
    object-fit: cover;
    /* float: left; */
}
.category__card__item h3{
  text-transform: capitalize;
}
.category__card__item h4{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.category__card__item{
  padding: 15px;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px .5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: #3d3d3d;
  min-height: 80px;
  div{
    width: -webkit-fill-available;

  }
}
.bg__gray{
  background-color: #f5f7ff;
  min-height: 100vh;
  padding: 0 15px 90px;
    padding-top: 60px;

}
.userdashboard__footer li a span{
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: 3px;
    line-height: 1    ;
}
.userdashboard__footer li a i{
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
}
.userdashboard__footer li a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
}
.userdashboard__footer li {
    flex: 1;
    opacity: 0.5;
}
.userdashboard__footer li.active {
    opacity: 1;
    a{
        i{
            color: #4B49AC;
        }
        span{
            color: #4B49AC;
            font-weight: 600;
        }
    }
}
.userdashboard__footer{
  position: fixed;
  width: 100%;
  z-index: 99;
  list-style: none;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 15px;
  background-color: #fff;
  display: flex;align-items: center;
  justify-content: space-between;
}
.user__profile{
    img{
        width: 200px;
        height: auto;
        margin: 0 auto 15px;
        display: block;
    aspect-ratio: 1/1;object-fit: cover;overflow: hidden;border-radius: 10px;}
}
 .float-right{
float: right;
 }
 .user__header{
  background-color: #4B49AC;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  align-items: center;
  max-width: 100vw;
  #search__toggle{
    display: flex;flex-direction: row-reverse;
    input{
      padding: 2px 10px;border: 0;
      width: 160px;
    }
  }
  h4{
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 1;
  }
  button{
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    span{
      font-size: 22px;
      color: #fff;
      line-height: 1;
    }
    input{
      display: none;
      margin-top: -2px;
    }
    &.open{
      input{
display: block;
      }
    }
  }
 }
.card{
  text-decoration: none;
}
 /* admin */
 .submenu__nav{
   list-style: none;
   padding: 5px 30px 15px 30px;
   width: max-content;
   display: none;
   background-color: #4B49AC;
   li{
     a{
       font-size: 14px;
       line-height: 1;
       color: #ffffff9c;
       text-decoration: none;
       transition: .2s all ease-in-out;
       &:hover{
        color: #fff;
       }
      }
    }
  }
   
  .nav-item-withchildren.activenav .submenu__nav{
 display: block;
 }

 .sidebar .nav:not(.sub-menu) > .nav-item.active, .sidebar .nav .nav-item.active > .nav-link{
  background-color: transparent;
  transition: .2s all ease-in-out;

 }
 .sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow{
  color: #6C7383;
 }
  .sidebar .nav .nav-item.active:hover{
    i,span{
      color: #fff !important;
    }
  }
  .sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before{
    content: "\e649";
  }
  .sidebar .nav .nav-item.activenav > .nav-link i.menu-arrow::before{
    content: "\e64b";
  }
  .sidebar .nav:not(.sub-menu) > .nav-item.activenav, .sidebar .nav .nav-item.activenav > .nav-link{
background-color: #4B49AC;
  }
  .sidebar .nav .nav-item.activenav > .nav-link i, .sidebar .nav .nav-item.activenav > .nav-link .menu-title, .sidebar .nav .nav-item.activenav > .nav-link .menu-arrow{
color: #fff;
  }
  .dashboard__banner{
    height: 350px;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }