
.sorting
{
  margin-bottom: 0;
}

.committees {
  background-color: #eee;
}

.committees .section-title {
  font-family: 'DMSansRegular', 'WorkSansRegular', sans-serif !important;
}

.main-content {
  padding-bottom: 0 !important;
}

.bio-wait
{
  font-size: 24px;
  animation-name: loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.committees .doctor-container { 
  /* margin-bottom: 15px; */
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
}

/* Responsive styles for small screens */
@media (max-width: 768px) {
  .committees .doctor-container {
    margin-bottom: 25px;
    padding: 0 5px;
    flex-grow: 1;
  }
  
  .committees .doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  
  .committees .doctor .img-container {
    max-width: 80px;
    margin-bottom: 8px;
  }
  
  .committees .doctor .doctor-info {
    min-height: auto;
    padding-top: 0;
    width: 100%;
    max-width: 200px;
  }
  
  .committees .doctor .doctor-info span {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  
  .committees .doctor .doctor-info #doctor-name {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-bottom: 1px;
    display: inline;
    white-space: nowrap;
  }
  .committees .doctor .doctor-info #doctor-subtitle {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 1px;
    display: inline;
    margin-left: 5px;
    white-space: nowrap;
  }
  
  .committees .doctor .doctor-info .flag-icon {
    font-size: 10px;
    margin-right: 3px;
  }
  
  .member-image {
    width: 76px;
    height: 76px;
  }
  
  .committees .section-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  
  .committees .container {
    padding: 0 15px;
  }
  
  .committees #committees-members > div {
    padding: 0 20px !important;
  }
  
  .committees .row {
    margin: 0 -5px;
  }
  
  .committees .col-lg-2,
  .committees .col-md-3,
  .committees .col-sm-4,
  .committees .col-xs-6 {
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  .committees .doctor-container {
    margin-bottom: 20px;
    padding: 0 3px;
  }
  
  .committees .doctor .img-container {
    max-width: 70px;
    margin-bottom: 6px;
  }
  
  .committees .doctor .doctor-info {
    min-height: auto;
    max-width: 100px;
  }
  .committees .doctor .doctor-info #doctor-name {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-bottom: 1px;
    display: inline;
  }
  .committees .doctor .doctor-info #doctor-subtitle {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 1px;
    display: inline;
    margin-left: 5px;
    white-space: nowrap;
  }
  .committees .doctor .doctor-info .flag-icon {
    font-size: 9px;
    margin-right: 2px;
  }
  
  .member-image {
    width: 66px;
    height: 66px;
  }
  
  .committees .section-title {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  
  .committees #committees-members > div {
    padding: 0 10px !important;
  }
  
  .committees .row {
    margin: 0 -3px;
  }
  
  .committees .col-lg-2,
  .committees .col-md-3,
  .committees .col-sm-4,
  .committees .col-xs-6 {
    padding: 0 3px;
  }
}

@media (max-width: 360px) {
  .committees .doctor-container {
    margin-bottom: 15px;
  }
  
  .committees .doctor .img-container {
    max-width: 60px;
    margin-bottom: 5px;
  }
  
  .committees .doctor .doctor-info {
    max-width: 90px;
  }
  
  .committees .doctor .doctor-info span {
    font-size: 9px;
    line-height: 1.0;
  }
  
  .committees .doctor .doctor-info #doctor-name {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-bottom: 1px;
    display: inline;
  }
  .committees .doctor .doctor-info #doctor-subtitle {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 1px;
    display: inline;
    margin-left: 5px;
    white-space: nowrap;
  }
  
  .committees .doctor .doctor-info .flag-icon {
    font-size: 8px;
    margin-right: 2px;
  }
  
  .member-image {
    width: 56px;
    height: 56px;
  }
  
  .committees .section-title {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  
  .committees #committees-members > div {
    padding: 0 5px !important;
  }
}

@media (max-width: 413px) { 
  .committees .doctor-container {
    height: auto;
    min-height: 120px;
  }
}
/*.committees .container {  padding-top: 50px !important;  }*/
.committees .doctor{  
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.committees .doctor .img-container {
    background:#000000;
    position: relative;
    clip-path: circle(50%);
    margin: 0 auto 10px auto;
    max-width: 100px;
    padding: 2px;
    flex-shrink: 0;
}
.committees .doctor .img-container > img {
    display: block;
    width:100%;
/*    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);*/
/*    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);*/
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    filter: grayscale(100%);
    transition: all 0.3s;
    /*border-radius: 50%;
    border: 1px solid black;*/
}
.committees .doctor:hover > .img-container > img {
    filter: none;
  }
.committees .doctor .doctor-info {
    min-height: auto;
    padding-top: 0;
    line-height: normal;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    max-width: 150px;
    flex-grow: 1;
    justify-content: flex-start;
}
.committees .doctor .doctor-info span {
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
}

.committees .doctor .doctor-info .flag-icon {
    margin-right: 5px;
    font-size: 12px;
}

.committees .doctor .doctor-info #doctor-name {
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 1.1;
  margin-bottom: 1px;
  display: inline;
}
.committees .doctor .doctor-info #doctor-subtitle {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 1px;
  display: inline;
  margin-left: 5px;
  white-space: nowrap;
  align-self: anchor-center;
}

/* Spinner styles removed - no longer needed */

/* Ensure proper grid layout */
.committees .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.committees .col-lg-2,
.committees .col-md-3,
.committees .col-sm-4,
.committees .col-xs-6 {
  padding: 0 10px;
  /* margin-bottom: 20px; */
}

.member-image
{
  width: 96px;
  height: 96px;
  position: relative;
}

/* model popup */
.modal-popup-main {padding:35px;}

.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bg-white {
  background: #fff !important;
}

.slider-subtitle5
{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: block;
  line-height: 27px;
}

.margin-four {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
}

.highlight-button:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.highlight-button {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
}

.btn.btn-very-small {
  font-size: 17px;
  padding: 5px 12px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.3s;
}

.member-bio-image
{
  width:100px;
  height: 100px;
  float:left;
  margin-right: 20px;
  border: 2px solid #000000;
}

.bio
{
  font-weight: normal;
}

@keyframes loading {
  0% {transform: scale(1.0); opacity: 1}
  50% {transform: scale(1.2); opacity: 0.5}
  100% {transform: scale(1.0); opacity: 1}
}