.custom-dropdown svg {
     margin-left: 10px;
}

.committee-img{
    border-radius: 53px;
    width: 100%;
    padding: 33px 34px;
}

select {
    border: 1px solid #F4F4F4 !important;
    font-family: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 12px 12px 12px;
    margin-right: 61px !important;
}

.custom-dropdown {
     border: 1px solid #F4F4F4 !important;
     margin-left: 5px !important;
}

.date-selector:focus {
    outline: none !important;
}

.committee-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.committee-header .committee-title {
    font-weight: 700 !important;
    font-size: 25px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin-left: 96px;
}

.custom-card {
    border: 1px solid #eaeaea;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.profile-card {
    max-width: 454px;
    margin: 30px auto;
    background: #FBFBFB;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    height: 86%;
    overflow: hidden;
    }

  .profile-card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .profile-img {
      position: relative;
      display: inline-block;
      margin-bottom: 12px;
    }

    .profile-img img {
      border-radius: 50%;
      border: 3px solid #2367A0;
      object-fit: cover;
      transition: transform 0.3s ease;
      height: 140px;       
      width: 140px;  
  }

    .profile-img .rank-badge {
        position: absolute;
        right: 0px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
        font-weight: bold;
        transition: background-color 0.4s ease, color 0.4s ease;
        top: 99px;
    }

    .profile-img:hover img {
        border: 3px solid #E79800; 
        border-radius: 89px;
    }

    .profile-img:hover .rank-badge {
        background-color: #E79800; 
        color: #fff;
    }

    .rank-badge {
    position: absolute;
    bottom: 7px;
    right: 12px;
    background-color: #2367A0;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    }

    .profile-card h5 {
      margin-top: 15px;
      font-weight: 700;
    }

    .profile-card span{
      font-weight: 400;
      font-size: 18px;
    }

    .profile-card p {
      margin: 0;
      color: #555;
      font-size: 17px;
    }

    .portfolio {
      background: #FFFFFF;
      border-radius: 10px;
      padding: 10px 15px;
      margin: 27px 0;
      font-size: 14px;
    }

    .portfolio strong {
      font-weight: 700;
      color: #000;
    }

    .portfolio-title {
      font-size: 17px;
      color: #aaa;
      font-style: italic;
      margin-bottom: 3px;
    }

    .co-convener {
      font-size: 17px;
      color: #000;
      padding: 31px 0px;
    }

    .co-convener strong {
      color: #000;
    }