.nav-tabs {
  border-bottom: 1px solid var(--main-color) !important;
  border-top: 3px solid var(--main-color) !important;
  border-right: 3px solid var(--main-color) !important;
  border-left: 3px solid var(--main-color) !important;
  background: var(--main-color);
  width: 100% !important;
  display: flex !important;
  /* border-bottom: 1px solid #dee2e6 !important; */
  flex-wrap: nowrap !important;
  align-content: center !important;
  justify-content: space-around !important;
  align-items: center !important;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 100%;
}

.nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: var(--active-color) !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  /* border-color: #dee2e6 #dee2e6 #fff; */
}

.nav-tabs .nav-link {
  text-align: center !important;
  background-color: var(--main-color);
  color: rgb(255, 255, 255) !important;
  border: 0px solid transparent !important;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  font-weight: bold;
  position: relative;
  /* border-left: 3px solid var(--main-color) !important;
    border-right: 3px solid var(--active-color) !important; */
}

/* .nav-link:last-child{
   
    border-right: 0px solid var(--active-color) !important;
} */

.tab-content > .tab-pane {
  background: var(--light-background);
  border: 3px solid var(--main-color);
  /* padding: 1.1rem; */
  height: 407px;
  overflow-y: scroll;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: none;
}

.custom-ul {
  color: var(--main-color);
  list-style-type: none;
}

.custom-ul li {
  margin-bottom: 0.5em;
  /* font-weight: bold; */
  color: #000000 !important;
}

.tab-content > .tab-pane li {
  padding: 0.4rem 1rem;
  border-bottom: 1px dotted #767676;
}

.tab-content > .tab-pane li:nth-child(odd) {
  background-color: white;
}

.tab-content > .tab-pane li:hover {
  background-color: rgb(237, 237, 237);
}

.date-desine {
  background: var(--main-color);
  width: 60px;
  padding: 0px;
  display: flex;
  height: 45px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.year {
  position: absolute;
  transform: rotate(-90deg);
  left: -10%;
  color: #f6b004;
  top: 25%;
  font-size: 0.8rem;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}

.date-month {
  margin-left: 28%;
  font-weight: 900;
  color: #ffffff;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}

.timeline {
  list-style: none;
  /* display: flex; */
}

.timeline li {
  display: flex;
}

.timeline a {
  width: 90%;
  /* border: 1px solid; */
  display: flex;
  color: #000000;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#download-btns {
  width: 3%;
}

.timeline a:hover {
  text-decoration: none;
}

.tab-content > .tab-pane {
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
}

.tabber-link {
  position: absolute;
  color: rgb(143, 2, 2);
  bottom: 1%;
  right: 5%;
}

.timeline li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#myTab .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #f6b004;
  height: 2px;
  transition: all 0.3s ease;
}

#myTab .nav-item:hover .nav-link::after {
  left: 0;
  right: 0;
  animation: spread 0.3s ease-in-out forwards;
}

#myTab .nav-item:hover .nav-link {
  color: #f6b004 !important;
}

@keyframes spread {
  from {
    left: 50%;
    right: 50%;
  }

  to {
    left: 0;
    right: 0;
  }
}

.timeline i {
  color: #470303;
}

.new-blink {
  width: 6%;
}

#myTab .nav-item:hover .active {
  color: #000000 !important;
}
