.grid_community_data{
    padding: 10px;
}
.circular-image{
    width: 42px;
    height: 42px;
}
.com_each_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 10px 4px;
    border-bottom: 1px solid #cccc;
}
.grid_community_data img{
    width: 42px;
    height: 42px;
}
.com_each_div div:nth-child(1){
    display: flex;
    align-items: center;
    gap: 8px;
}
.com_double_img{
    position: relative;
    display: flex;
    align-items: center;
}
.com_double_img span,.each_member_body span{
    margin-left: 12px;
    color: #7d7d7d;
    font-size: 10px;
    font-weight: 500;
}
.com_profile_name{
    font-size: 12px;
    color: #212121;
    font-weight: 600;
    display: block;
}
.com_double_img img{
    width: 14px;
    height: 14px;
}
.com_double_img img:nth-child(2){
    position: absolute;
    left: 7px;
}
.com_each_btn_div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.com_each_btn_div img{
    height: 20px;
    width: 20px;
    cursor: pointer;
}
#member_list .com_each_div:hover{
    background-color: #dad8d8;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
}
.com_each_btn_div button{
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 8px;
    height: 32px;
    text-align: center;
    border: 1px solid #33b0ca;
}
.com_each_btn_div .view_profile,.bg_inactive_com{
    color: #33b0ca;
    background: transparent;
}
.com_each_btn_div .view_profile:hover,.bg_inactive_com:hover{
  background: #33B0CA;
  color: #fff;
}
.com_each_btn_div .accept-btn{
    color: #ffffff;
    background: #50c446;
    border: none;
}
.com_each_btn_div button:nth-child(2),.bg_active_com{
    background: #33b0ca;
    color: white;
}
.com_grid_3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    margin: 6px 12px;
    padding: 6px;
    border-radius: 4px;
}
.com_grid_3 #club_active{
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
}
#my_serach_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-clubs-list h2 .search-icon {
    margin-left: -20px;
    margin-bottom: 2px;
    position: relative;
    left: 30px;
}

.view-clubs-list h2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
  }
  
  .view-clubs-list h2 a {
    font-size: 12px;
    color: #33b0ca;
    margin-left: 44px;
  }

  .view-clubs-list h2 > div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .view-clubs-list h2 > div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .view-clubs-list h2 > div:nth-child(1) > img {
    cursor: pointer;
  }
  
  .view-clubs-list h2 > div:nth-child(1) div {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #my_container_club{
    margin: 6px 12px;
  }
  
  .view-clubs-list h2 > div:nth-child(1) div img {
    width: 32px;
    height: 32px;
  }
  .harkat_3dot{
    cursor: pointer;
  }
  .not_found{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #252525;
  }
  
  .view-clubs-list h2 input {
    width: 100px;
    height: 20px;
    border-radius: 25px;
    padding: 2px 22px 2px 6px;
    border: none;
    font-size: 12px;
    outline: none;
    position: relative;
    left: 30px;
  }
  
  .view-clubs-list h2 .search-icon {
    margin-left: -20px;
    margin-bottom: 2px;
    position: relative;
    left: 30px;
  }
  #member_list{
    margin: 10px;
    
  }
  #member_list div{
    cursor: pointer;
  }
  #each_member_list {
    display: none;
    position: absolute;
    /* bottom: -474%; */
    bottom: 106px;
    width: 96%;
    background-color: white;
    /* margin: 0 10px; */
    padding: 20px;
    border-top: 1px solid #ccc;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
  .each_member_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
  .each_member_head >div:nth-child(1){
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .each_member_head2{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .each_member_div .com_each_btn_div{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .each_member_body{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
  }

  #videoModal_com {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 1;
  }

  .modal-content-com {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 50%;
    height: 40%;
    border-radius: 8px;
    z-index: 101;
  }
  #back-arrow{
    color: #252525;
  }
  #my_container_follower a{
    color: #33b0ca;
  }
  /* #no_div_css{
    color: #252525;
    line-height: 36px;
    padding-top: 364px;
    font-size: 16px
  } */

 