.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: 16px 20px;
    height: 85%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

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

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

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

.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;
    margin-bottom: 20px;
}

.profile-card span {
   font-weight: 700;
    font-size: 16px;
     background: linear-gradient(
        135deg,
        rgba(74, 140, 194, 0.15) 0%,
        rgba(43, 43, 103, 0.05) 100%
    );
    color:#2296f3;
    border: 1px solid rgba(43, 43, 120, 0.302);
    padding: 6px 14px!important;
    border-radius: 20px;
}

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

.portfolio {
    padding: 6px 14px;
    border-radius: 5px;
    margin-top: 20px;
   
}

.portfolio strong {
    font-weight: 700;
    color: #000;
    margin-right: 8px;
}

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

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

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