body { 
	padding-top: 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,Arial, sans-serif; 
}
.navbar-dark {
  background: -webkit-linear-gradient(to right, #6D93B4, #27BEE7) !important;
  background: linear-gradient(to right, #6D93B4, #27BEE7) !important;
  height: 100px !important;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
table {
  width: 70% !important;
  margin: 20px auto !important;
}
table p {
  text-align: center;
}
.navbar-brand img {
	width: 62px;
	height: 62px;
  border-radius: 50%;
}
.finis-load {
  display: none;
}
.loading {
  height: 100vh !important;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: -100px;
  overflow: hidden;
}
.loading img {
  width: 70%;
  object-fit: scale-down;
}
.nav-link {
  color: #FCF9F9;
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.dropdown-menu-self {
  top: 34px !important;
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  /* padding: 10px 10px 14px; */
  font-size: 18px;
}
.dropdown-menu {
  min-width: 100px;
  background-color: #FEFEFB;
  border: none;
}
.dropdown-menu-self li a:hover {
  background: transparent !important;  
  color: #4FA6CA;
}

.left-aligned { margin-left: auto; }
.bg-dark { 
  background: -webkit-linear-gradient(to right, #6D93B4, #27BEE7) !important;
  background: linear-gradient(to right, #6D93B4, #27BEE7) !important;
 }
.bg-hero { background-color: #45b06cff; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom: 1.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-24 {
	font-size: 24px;
}
.fs-28 {
	font-size: 28px;
}
.fs-36 {
	font-size: 36px;
}
.fc-ff {
  color: #fff;
}
.progress-container, .progress-container-mini {
  position: absolute;
  top: 100px;
  left: 0;
  /* z-index: 100; */
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
}
.progress-container-mini {
  width: 400px;
  height: 4px;
  right: 10%;
  left: auto;
  top: 150px;
}

.progress-bar, .progress-bar-mini {
  height: 100%;
  width: 0;
  background: #F6BD02;
  transition: width 0.4s ease;
}
.round {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F6BD02;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.began-wrap div {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20%;
  flex-shrink: 0;
}
.began-wrap div img {
  width: 20px;
  height: 20px;
  object-fit: scale-down;
  margin-left: 5px;
}
.progress-dots {
  position: absolute;
  top: -16px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 30%;
  opacity: 0;
}

.progress-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: bold;
}

.progress-dot.active {
  transform: scale(1.3);
  box-shadow: 0 0 15px #27BEE7;
}

.container-home {
  background: -webkit-linear-gradient(to bottom, #6D93B4, #27BEE7) !important;
  background: linear-gradient(to bottom, #6D93B4, #27BEE7) !important;
  margin-top: -2px;
}
.home-icon-1 {
  width: 140px;
  margin-left: 20px;
}
.home-icon-2 {
  width: 180px;
}
.home-icon-3 {
  width: 120px;
}
.wgat-img {
  width: 50%;
  bottom: 30px;
  opacity: 0;
  transform: translateX(-100%);
}
.left-to-in {
  animation: fadeInLeft 1s ease-out forwards; 
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.advantage-img {
  width: 30%;
  bottom: -30px;
  right: 5%;
  opacity: 0;
  z-index: 2;
  transform: translateY(300%);
}
.bottom-to-in {
  animation: fadeInBottom 1s ease-out forwards; 
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(300%);
  }
  to {
    opacity: 1;
    transform: translateY(40%);
  }
}
.parkinson-item {
  width: 32%;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.parkinson-item:nth-of-type(1) {
  background: url('https://static.igem.wiki/teams/5740/home/parkinson-4.webp') no-repeat;
  background-size: 100% auto;
  background-position-y: 43%;
}
.parkinson-item:nth-of-type(2) {
  background: url('https://static.igem.wiki/teams/5740/home/parkinson-2.webp') no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
.parkinson-item:nth-of-type(3) {
  background: url('https://static.igem.wiki/teams/5740/home/parkinson-3.webp') no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
.parkinson-img {
  width: 45px;
}
.advantages-info {
  padding: 0 10rem;
}
.advantages-item-info {
  width: 48%;
  height: 250px;
  background: #fff;
  border-radius: 10px;
}
/* .swiper-container {
  width: 100%;
  height: 100%;
} */
.swiper-slide-home {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  height: 400px;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 0;
}
.swiper-button-next, .swiper-button-prev {
  width: 40px;
}
.team-title {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  bottom: 0;
}
.swiper-pagination-team {
  text-align: right;
  padding-right: 10%;
  bottom: 45px !important;
}
.my-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D3D5D6;
  margin-left: 5px;
}
.my-bullet-active {
  background-color: #fff;
}
.team-lab {
  width: 200px;
  height: 75px;
  border-radius: 0 38px 38px 0;
  background: -webkit-linear-gradient(to right, #6D93B4, #27BEE7) !important;
  background: linear-gradient(to right, #6D93B4, #27BEE7) !important;
  color: #fff;
  line-height: 75px;
  padding-left: 20px;
}
.team-item {
  width: 24%;
  height: 400px;
  background: #E8E7E3;
  overflow: hidden;
  margin-bottom: 12px;
}
.team-lab-item {
  gap: 1.3%;
}
.item-front-img {
  left: 50%;
  transform: translateX(-50%);
}
.team-item-back {
  background: -webkit-linear-gradient(to bottom, #6794B5, #2CBBE1) !important;
  background: linear-gradient(to bottom, #6794B5, #2CBBE1) !important;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden auto;
  width: 100%;
  padding-bottom: 10px;
  transition: height 300ms ease-in-out;
}
.item-front2 {
  transform: translateX(-56%);
}
.item-front3 {
  transform: translateX(-47%);
}
.item-front4 {
  transform: translateX(-45%);
}
.item-front5 {
  transform: translateX(-45%);
}
.item-front7 {
  transform: translateX(-40%);
}
.item-front9 {
  transform: translateX(-56%);
}
.item-front10 {
  transform: translateX(-45%);
}
.item-front11 {
  transform: translateX(-46%);
}
.item-front13 {
  transform: translateX(-40%);
}
.item-front15 {
  transform: translateX(-30%);
}
.item-front17 {
  transform: translateX(-45%);
}
.item-front19 {
  transform: translateX(-60%);
}
.item-front20 {
  transform: translateX(-45%);
}
.item-front22 {
  transform: translateX(-46%);
}
.item-front23 {
  transform: translateX(-45%);
}
.item-front25 {
  transform: translateX(-46%);
}
.item-front-dry2 {
  transform: translateX(-46%);
}
.item-front-dry4 {
  transform: translateX(-46%);
}
.item-front-dry5 {
  transform: translateX(-46%);
}
.item-front-dry7 {
  transform: translateX(-46%);
}
.item-front-dry8 {
  transform: translateX(-46%);
}
.team-item:hover .team-item-back {
  height: 100%;
  z-index: 1;
}
.header-lead-font {
  font-size: 72px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 200px;
  color: #fff;
  font-weight: bold;
}
#scrollspyHeading-0 {
  position: relative;
  padding-top: 2rem;
}
.left-nav-wrap {
  cursor: pointer;
  position: relative;
}
.left-nav-item {
  padding-bottom: 1rem;
  position: relative;
}
.left-nav-wrap ::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background: black; 
  z-index: -1;
}
.left-nav-item:last-child {
  margin-bottom: 0;
}
.left-nav-item span {
  width: 16px;
  height: 16px;
  background: black;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  flex-shrink: 0;
}
.left-nav-item p {
  /* width: 90%; */
  /* line-height: 48px; */
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border: 0;
}
.desc-nav-item-1:hover,
.left-nav-item:hover p,
.active-nav-item p {
  background: #E9B529;
  border-radius: 15px;
}

.left-nav-item:hover span,
.active-nav-item span {
  background: #E9B529;
}
.desc-nav-item-1 {
  margin: 5px 20px 0px 40px;
  padding: 5px 10px;
  cursor: pointer;
}
.right-info {
  padding-left: 78px;
  border-left: 1px dashed #878585;
  text-align: justify;
}
.info-item {
  margin-bottom: 11%;
}
.info-item-title {
  text-align: left;
  padding: 15px 30px;
  display: inline-block;
  padding-left: 10px;
  color: #FCFCFC;
  background: -webkit-linear-gradient(to bottom, #6794B5, #2CBBE1) !important;
  background: linear-gradient(to bottom, #6794B5, #2CBBE1) !important;
  border-top-right-radius: 30px;
}

ol, ul {
  margin: 0 0 1em 0em;
  padding-left: 1em;
}
li { margin: 0.5em 0; font-size: 16px; padding-left: 5px;}
ol.bracketed li::marker {
  content: "[" counter(list-item) "] ";
}
ol.bracketed1 li::marker {
  content: "(" counter(list-item) ") ";
}
ol.bracketed2 li::marker {
  content: counter(list-item) ") ";
}
ol[type="A"] li::marker {
  content: counter(list-item, upper-alpha) ". ";
}
ol[type="a"] li::marker {
  content: counter(list-item, lower-alpha) ". ";
}

/* 一级 */
ol[type="1"] > li {
    counter-increment: item;
}

ol[type="1"] > li::marker {
    content: counter(item) ". ";
}
/* 二级 */
ol[type="1"] > li > ol > li {
    counter-increment: subitem;
}
ol[type="1"] > li > ol > li::marker {
    content: counter(item) "." counter(subitem) ". ";
}

.sub-content-title {
  padding: 20px 0;
}
.f14 {
  font-size: 14px;
}

.April tr:nth-of-type(1) td:nth-of-type(8),
.April tr:nth-of-type(1) td:nth-of-type(9),
.April tr:nth-of-type(1) td:nth-of-type(10),
.April tr:nth-of-type(1) td:nth-of-type(11),
.April tr:nth-of-type(2) td:nth-of-type(3),
.April tr:nth-of-type(2) td:nth-of-type(4),
.April tr:nth-of-type(2) td:nth-of-type(5),
.April tr:nth-of-type(2) td:nth-of-type(6),
.April tr:nth-of-type(2) td:nth-of-type(7),
.April tr:nth-of-type(2) td:nth-of-type(8),
.April tr:nth-of-type(2) td:nth-of-type(9),
.April tr:nth-of-type(3) td:nth-of-type(4),
.April tr:nth-of-type(3) td:nth-of-type(5),
.April tr:nth-of-type(3) td:nth-of-type(6),
.April tr:nth-of-type(3) td:nth-of-type(7),
.April tr:nth-of-type(3) td:nth-of-type(8),
.May tr:nth-of-type(1) td:nth-of-type(4),
.May tr:nth-of-type(1) td:nth-of-type(5),
.May tr:nth-of-type(1) td:nth-of-type(6),
.May tr:nth-of-type(1) td:nth-of-type(7),
.May tr:nth-of-type(1) td:nth-of-type(8),
.May tr:nth-of-type(1) td:nth-of-type(9),
.May tr:nth-of-type(1) td:nth-of-type(10),
.May tr:nth-of-type(2) td:nth-of-type(2),
.May tr:nth-of-type(2) td:nth-of-type(3),
.May tr:nth-of-type(2) td:nth-of-type(4),
.May tr:nth-of-type(2) td:nth-of-type(5),
.May tr:nth-of-type(2) td:nth-of-type(6),
.May tr:nth-of-type(3) td:nth-of-type(5),
.May tr:nth-of-type(3) td:nth-of-type(6),
.May tr:nth-of-type(3) td:nth-of-type(7),
.May tr:nth-of-type(3) td:nth-of-type(8),
.May tr:nth-of-type(3) td:nth-of-type(9),
.May tr:nth-of-type(3) td:nth-of-type(10),
.May tr:nth-of-type(3) td:nth-of-type(11),
.June tr:nth-of-type(1) td,
.June tr:nth-of-type(2) td,
.June tr:nth-of-type(3) td:nth-of-type(4),
.June tr:nth-of-type(3) td:nth-of-type(5),
.June tr:nth-of-type(3) td:nth-of-type(6),
.June tr:nth-of-type(3) td:nth-of-type(7),
.June tr:nth-of-type(3) td:nth-of-type(8),
.June tr:nth-of-type(3) td:nth-of-type(9),
.June tr:nth-of-type(4) td:nth-of-type(3),
.June tr:nth-of-type(4) td:nth-of-type(4),
.June tr:nth-of-type(4) td:nth-of-type(5),
.June tr:nth-of-type(4) td:nth-of-type(6),
.June tr:nth-of-type(4) td:nth-of-type(7),
.June tr:nth-of-type(4) td:nth-of-type(8),
.June tr:nth-of-type(5) td:nth-of-type(3),
.June tr:nth-of-type(5) td:nth-of-type(4),
.June tr:nth-of-type(5) td:nth-of-type(5),
.July tr:nth-of-type(1) td,
.July tr:nth-of-type(2) td,
.July tr:nth-of-type(3) td,
.August tr:nth-of-type(1) td:nth-of-type(n+2),
.August tr:nth-of-type(2) td:nth-of-type(n+2),
.August tr:nth-of-type(3) td:nth-of-type(n+2),
.September tr:nth-of-type(1) td:nth-of-type(n+5),
.September tr:nth-of-type(2) td:nth-of-type(n+2),
.September tr:nth-of-type(3) td:nth-of-type(n+3),
.September tr:nth-of-type(4) td:nth-of-type(n+2),
.October  tr:nth-of-type(1) td:nth-of-type(n+2),
.October  tr:nth-of-type(2) td:nth-of-type(n+2),
.October  tr:nth-of-type(3) td:nth-of-type(n+2)
 {
  background-color: #f7b4c0;
}
.June tr:nth-of-type(1) td:nth-of-type(1),
.June tr:nth-of-type(2) td:nth-of-type(1),
.July tr:nth-of-type(1) td:nth-of-type(1),
.July tr:nth-of-type(1) td:nth-of-type(3),
.July tr:nth-of-type(1) td:nth-of-type(2),
.July tr:nth-of-type(2) td:nth-of-type(1),
.July tr:nth-of-type(3) td:nth-of-type(1),
.July tr:nth-of-type(3) td:nth-of-type(9),
.July tr:nth-of-type(3) td:nth-of-type(10),
.July tr:nth-of-type(3) td:nth-of-type(11),
.September tr:nth-of-type(2) td:nth-of-type(n+9),
.September tr:nth-of-type(3) td:nth-of-type(n+9),
.September tr:nth-of-type(4) td:nth-of-type(7),
.September tr:nth-of-type(4) td:nth-of-type(8) {
  background: transparent;
}

.sticky-top {
  max-height: 80vh;
  overflow-y: auto;
}
.Results table p, .none-indent, .none-indent p {
  text-indent: 0 !important;
}
.Results table p {
  text-align: left !important;
}
.Contribution p, .Results p, .Measurement p, .Engineering p {
  text-indent: 32px;
}
.Entrepreneurship h3 {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
}
.Contribution table {
  table-layout: fixed;
  width: 70% !important;
  margin: 20px auto !important;
}
.Contribution table p {
  text-indent: 0;
}