 
.group-banner {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.group-profile {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    bottom: -75px;
    border: 5px solid white;
}
.group-container {
    position: relative;
}
.group-info {
  padding: 10px 10px 10px 10px !important;
  background-color: #f3f3f3;
}
.group-container {
    min-height: 400px; /* Adjust as needed */
  }
  .position-relative {
    position: relative; /* Ensures elements inside can be positioned absolutely */
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .p-4{
    padding: 1.5rem !important;
  }
  .align-items-center {
    align-items: center !important;
  }
.group-bottom-height
{
  height: 180px;
  border-top: 2px solid #b5b5b5;
}

  /* Group container styling */
.group-container {
    position: relative;
    min-height: 400px; /* Ensures enough space for the content */
  }
  
  .g-bg-white {
    background-color: #ffffff !important; /* Ensures the background remains white */
    border-radius: 10px; /* Adds rounded corners */
    padding: 20px; /* Adds spacing inside the container */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Adds a soft shadow for a clean UI */
  }

  
  /* Profile image inside the group container */
  .position-absolute {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 2px;
  }
  
 
  
  /* Styling for group name, description, and other details */
  .group-details {
    padding-top: 100px; /* Adds space between banner and content */
  }
  

  /* Admin profile image and info */
  .g-admin-profile {
    display: flex;
    align-items: center;
  }
  
  .g-admin-profile img {
    margin-right: 1rem; /* Space between image and admin name */
  }
  
  /* Ensure card layout spacing */
  .g-card-group {
    padding: 1rem;
  }
  
  .g-card-title {
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  .g-card-text {
    color: #6c757d; /* Muted text color for description */
  }
  
  .g-card-footer {
    font-size: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
  }

  /* Admin profile image */
.admin-profile-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
  }

  .div-200{
    height: 200px;
    overflow: hidden;
  }
  .bottom-div-border
  {
    border-top: 1px solid #eee;
    padding-top: 10px;
  }

  .g-avatar-div {
    width: 50px; /* Fixed width for the first div */
    height: 50px;
    flex-shrink: 0; /* Prevents shrinking */
  }
  
  .g-text-div {
    width: calc(100% - 50px); /* Remaining width */
    flex-grow: 1; /* Ensures it takes the remaining space */
    padding-left: 10px;
    text-align: left;
  }
  .follower-div{
    font-size: 9px;
    text-align: right;
    color: #8f7575;
    padding: 5px 10px 5px 5px;
  }

  .truncate-description {
    white-space: nowrap; /* Prevent text from wrapping to the next line */
    overflow: hidden;    /* Hide the text that overflows the container */
    text-overflow: ellipsis; /* Show ellipsis (…) for overflowed text */
  }
  .group-details-box{
    margin-top: 5px;
    border-top: 1px solid #efefef;
    padding: 0px !important;
  }
  .height-50{
    height: 50px;
  }
  .group-name-details{
    height: 65px;
    overflow: hidden;
  }

  .admin-avatar-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* filter: brightness(0.5); */
}
.group-card-banner-img{
  width: 100%;
    height: 140px;
    object-fit: cover;
}
.profile-activity-container
{
  background: #f3f3f3;
  padding: 10px 0px 0px 0px;
  border-radius: 10px;
}
.page-title{
  background-color: gray;
  color: white;
  padding: 5px;
  margin: 0px 0;
}
.page-title-text{
  font-size: 16px;
  font-weight: bold;
  color: #616161;
}

.left-div
{
  float: left;
  width: 50%;
  text-align: left;
}
.right-div{
  width: 50%;
  text-align: right;
}
.custom-header{
  margin: 0;
  color: white;
  padding: 0;
}

.event-grid-container{
  margin: 0;
  padding: 0;
  width: 100%;
}
.mb-0{
  margin: 0 !important;
  padding: 0 !important;
}
.country-dropdown
{
  min-width: 200px;
  max-height: 200px;
}
