.tab-content {
  display: none;
}

.tabs-container {
  margin-top: 0;
}
.tabs-container .tab-header {
  background-color: #124f9f;
  border-radius: 6px 6px 0 0;
}
.tab-header ul li a {
  color: #ffffff;
  opacity: 0.7;
}
.tab-header ul li.current a {
  opacity: 1;
}

.tab-content.current {
  display: block;
}

.tabs-container {
  /* margin-top: 30px; */
  background: #f8f9fa;
  border-radius: 6px;
}
.tab-header ul {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #124f9f;
  padding: 0;
}

.tab-header ul li.current:after {
  position: absolute;
  content: "";
  bottom: -2px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #e28118;
}
.tab-header ul li a {
  text-decoration: none;
  color: #ffffff;
}
.tab-content {
  padding: 25px;
}
.tab-content ul {
  list-style: none;
  padding: 0;
  max-height: 575px;
  overflow: auto;
}


.tab-content ul li span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
  margin-top: 5px;
}
