.bio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* .bio-left {
  flex-basis: 200px;
  text-align: center;
  margin-right: 20px;
} */

.bio-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0%;
  margin-bottom: 10px;
}

.bio-name {
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 5px;
}

.bio-position {
  font-size: 16px;
  color: #666;
  margin-bottom: 0rem;
}

/* .bio-right {
  flex-basis: 850px;
  padding: 20px;
} */

.bio-text {
  font-size: 18px;
  color: #333;
  text-align: left !important;
}

.bio-separator {
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
  width: 100%;
}

/* Mobile layout */
@media only screen and (max-width: 768px) {
  .bio-container {
    flex-direction: column;
    align-items: center;
  }
  .bio-left {
    margin-right: 0;
  }
  .bio-right {
    padding: 0;
    margin-top: 20px;
  }
}

.text-center {
  text-align: center;
}

.bio-container {
  padding: 20px;
  /* background-color: #f7f7f7;
  border: 1px solid #ddd; */
}

.bio-main {
  margin-bottom: 20px;
}

.dio-description {
  padding: 20px;
}

.modal-header .close {
  width: 24px;
  font-size: 2.5rem;
  opacity: 0.5;
  display: inline-flex;
}

.modal-title {
  font-size: 2rem;
  display: inline-block;
}
.bootstrap-select > .dropdown-toggle, /* dropdown box */
.bootstrap-select > .dropdown-menu li a, /* all dropdown options */
.bootstrap-select > .dropdown-toggle:focus, /* dropdown :focus */
.bootstrap-select > .dropdown-toggle:hover /* dropdown :hover */ {
  background-color: lightgoldenrodyellow;
}

.modal-dialog-image {
  width: 80% !important;
}

/*Lightbox image custom */
.icx-gallery .icx-gallery-item {
  width: 100%;
}
@media (max-width: 768px) {
  .icx-gallery .icx-gallery-item {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .icx-gallery .icx-gallery-item {
    width: 100%;
  }
}
.mbr-gallery .modal .close {
  color: #fff;
  font-size: 2em;
  background-color: #000;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
