
.overview_scn h3 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  padding: 0 0 20px;
}

.overview_scn table {
  margin: 0 0 50px;
  border-collapse: collapse;
  border: none;
}

.overview_scn table th, td {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ececfd;
  vertical-align: top;
  font-family: 'Inter', sans-serif;
  background: #2d3e51 !important;
  color: #fff !important;
}

.header-table {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ececfd;
  vertical-align: top;
  font-family: 'Inter', sans-serif;
  background: #0056b3 !important;
  color: #fff;
}


.overview_scn table tr:first-child td strong.date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 12px 0;
  line-height: 24px;
  text-transform: uppercase;
      visibility: visible !important;
}

.overview_scn table tr:first-child td strong.date .day {
  font-style: normal;
  font-size: 24px;
  color: #01033c;
}

.overview_scn table tr td strong.hall {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding: 12px 10px;
}

.overview_scn table tr td p {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 14px;
  padding: 8px 10px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.overview_scn table tr td p a {
  display: block;
  color: #000;
}

.overview_scn table tr td p a b {
  color: #000;
}

.overview_scn table tr td span {
  display: block;
  color: #000;
  /* font-weight: 600; */
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 14px;
  padding: 8px 10px;
}

.overview_scn table tr td ul {
  display: block;
  padding: 0 0 8px 30px;
  list-style: circle;
}

.overview_scn table tr td ul li {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
  list-style: circle;
  font-family: 'Inter', sans-serif;
}

.overview_scn table tr.bg td p {
  font-weight: 500;
}

.overview_scn table tr.bg td span {
  color: #fff;
}

.overview_scn table tr td p.normal {
  font-weight: normal;
}

.overview_scn table.multi tr td strong.hall {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: normal;
  padding: 12px 10px;
}

.overview_scn table.multi tr td strong {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  padding: 10px 5px;
  font-weight: 600;
}

.overview_scn table.multi tr td p {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 10px 5px;
  font-weight: 600;
}

.overview_scn table.multi tr td p.normal {
  font-weight: 400;
}

.overview_scn table.multi tr td p a {
  font-weight: 600;
}

.overview_scn table.multi tr td span {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 8px 3px;
  font-weight: 600;
}

.overview_scn table.multi tr td span small {
  font-size: 9px;
  display: block;
  font-weight: 400;
}

.starts_tx {
  font-style: normal;
  font-size: 10px;
  display: block;
  color: #e16a4c;
}


@media all and (max-width:1150px) {
  .scroll_scn {
    overflow-x: scroll;
  }

  /* .overview_scn table {
    width: 1050px;
} */
}

@media (max-width: 896px) {
  .tab-button {
    background-color: #007bff;
    color: #fff;
    padding: 5px !important;
    border: none;
    cursor: pointer;
  }
}



.tab-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.tab-button.active {
  background-color: #0056b3;
  /* Adjust the active state background color as needed */
}

/* .bt2{
    background-color: #663399; 

  }

  .bt2.active{
    background-color: #663399; 

  } */

.tab-content {
  display: none;
  margin-top: 20px;
}



.tab-content p {
  margin: 0;
}


.day-program {
  display: none;
}

#inaugural {
  display: block;
  /* show only inaugural initially */
}