.event-list {
    
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
  }
  .event-list li{
    color: #737373;
    border: 1px solid #eee;
  }

* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
  }
  
 
  .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .right-card {
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px;
    border-radius: 10px;
    background-color: white;
  }
  
  .card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: #e9e9e9;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
  }
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }
  
  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .popular {
    background: #25a3ef;
    width: 120px;
    font-size: 12px;
  }
  
  .technology {
    background: #651fff;
  }
  
  .psychology {
    background: #e85808;
  }
  
  .card-body {
    margin: 15rem 1rem 1rem 1rem;
    border-top:1px solid #a7a7a7;
  }

  .right-card-body {
    border-top:1px solid #a7a7a7;
  }
  
  .event-hashtag {
    font-size: 1rem;
    font-weight: 500;
    color: #4d97b2;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  
  .event-title {
    line-height: 2.5rem;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  .event-description {
    color: #616b74;
    font-size: 0.9rem;
  }
  
  .card-profile {
    display: flex;
      align-items: center;
      padding-top: 4px;
      border-top:1px solid #cfcfcf;
  }
  
  .event-profile-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .card-profile-info {
    display: flex;
    width: 100%;
    color: #000000;
    padding-bottom: 10px;
  }
  .event-organizer
  {
    width: 50%;
    padding-left: 10px;
  }
  .event-organizer-name{
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

  .event-profile-name {
    font-size: 10px;
    padding: 0;
    margin: 0;
  }
  
  .event-profile-followers {
    color: #616b74;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    width: 50%;
    text-align: right;
  }
  .interested-count
  {

  }
  .going-count
  {

  }
  
  /* Button Style */

  .button-container {
    display: inline-flex;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 100%;
    text-align: center;
  }
  
  /* Common Styles for Buttons */
  .action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 8px 12px;
    background-color: #f0ad4e; /* Light gray */
    border: none;
    cursor: pointer;
    flex: 1; /* Equal button widths */
    transition: background-color 0.2s ease;
  }
  
  .action-button + .action-button {
    border-left: 1px solid #dcdcdc; /* Divider between buttons */
  }
  
  .action-button .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #4b4b4b; /* Icon color */
  }
  
  .action-button:hover {
    background-color: #c2bf08; /* Slightly darker on hover */
  }
  
  .action-button:active {
    background-color: #d9d9d9; /* Active state */
  }
  
  .interested-button {
    text-align: center;
  }
  
  .going-button {
    text-align: center;
  }
  .event-venue
  {
    font-size: 10px;
    text-align: center;
  }
  .event-schedule
  {
    margin: 0;
    padding: 0;
  }
  
  .notification 
  {

  }
  .yellow{
    background-color: #feff00;
  }

  .light-yellow{
    background-color: #f7f7c8;
  }

  .modal-title{
    padding: 0 10px;
    width: 200px;
  }
  .modal-input{
    padding: 0 10px;
  }

  .modal-input-year{
    width: 100px;
    padding: 0;
    margin: 0 10px;
  }
.modal-input-event-name{
  padding: 0 10px;
  width: calc(100% - 120px);
}

  .dll-year{
    width: 100px;
    height: 35px;
    text-align: center;
    border: 1px solid #525252;
    border-radius: 3px;
  }

  .modal-input input{
    border: 2px solid #dddddd;
    width: 100%;
    height: 39px;
    padding-left: 10px;
  }
  .datetime{
    border: 1px solid #7f7f7f;
    padding: 0 10px;
  }
  .css-1nmdiq5-menu{
    z-index: 100 !important;
  }

  #country-select{
    border: 2px solid #e1e1e1;
    padding: 6px;
    color: #404040;
  }
  .lable-show
  {
    font-weight: normal;
    padding-left: 10px;
  }


  /* Notification Styles */
.show-notification {
  padding: 10px;
  margin-top: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.show-notification.text-green-600 {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.show-notification.text-red-600 {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.show-notification.text-yellow-600 {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}
.red-warning
{
  font-size: 12px;
    font-weight: normal;
    color: red;
    line-height: normal;
}

.image-uploader
{
  margin-top: 10px;
}

.list-distance {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-distance-item {
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  background-color: rgb(221, 221, 221);
  color: #565656;
  font-weight: 500;
}

.cross-button {
  padding: 0 10px;
  border: 1px solid #ef4444 !important;
  color: #ff0000;
  border: none;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
  height: 37px;
  margin-left: 5px;
  font-size: 17px;
}

.remove-button {
  padding: 0.25rem 1.5rem;
  background-color: #ef4444;
  color: white;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
  height: 30px;
}
.currency-select
{
  margin-left: 5px;
  border-radius: 5px;
  background-color: #e9e9e9;
}

.remove-button:hover {
  background-color: #b91c1c; /* Darker red on hover */
}
.event-title-container{
  margin-top: 10px;
  font-weight: bold;
}
.event-name-selection{
  border: 1px solid #eee;
  background-color: #eee;
  padding: 1px 10px;
  border-radius: 4px;
  margin-left: 10px;
  color: black;
}

.mr-10p
{
  margin-right: 10px;
}
.title-with-count
{
  font-size: 12px;
  border: 1px solid #eee;
  padding: 0 10px;
 
  color: black;
  border-radius: 4px;
}
.interested-info{
  background-color: #cff5ff;
}
.going-info{
  background-color: #9fe09f;
    text-align: center;
    font-size: 1rem;
}

.pagination-indicator {
  height: 50px; /* Ensures it's tall enough to be detected */
  display: flex; /* Center the content */
  justify-content: center;
  align-items: center;
  margin-top: 10px; /* Adds spacing from previous content */
}

.no-events-message
{
  padding: 20px;
    text-align: center;
    font-size: 1rem;
}
.selected-value
{
      background-color: black;
    color: white;
    padding: 0px 10px;
    text-align: center;
    font-size: 2rem;
    border-radius: 10px;
    margin-bottom: 5px;
}
.group-image-event-list
{
      width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
}