  body {
    /* height: 100vh; */
    /* overflow: hidden; */
    background-color: #000 !important;
    color: #fff;
  }

  .main_body {
    background-color: #000 !important;
  }

  .header_area {
    flex: 0 0 20%;
  }

  .section_area {
    flex: 0 0 70%;
  }

  .header-text {
    color: #FFD700;
  }

  .footer_area {
    flex: 0 0 10%;
  }

  .full-height-table {
    height: 100%;
    /* fills parent container */
    flex-direction: column;

  }


  .full-height-table th,
  .full-height-table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #777575;
    height: 4.5vh;
    min-height: 4.5vh;
    font-size: 3vh;
    white-space: nowrap;
    font-weight: bold;
  }

  .logo {
    max-height: 15vh;
    margin: 0 20px;
  }

  .table thead {
    background-color: #FFD700;
    color: black;
    font-weight: bold;
  }

  .table tbody tr {
    color: #FFF;
  }

  /* ---------------------------------slide animation -------------------------------*/

  .slide-container {
    position: relative;
    overflow: hidden;
   
  }

  .slide-container table {
    width: 100%;
    height: 100%;
  }

  .slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /* NEW: padding for tables */
    padding-left: 30px;
    padding-right: 30px;
  }

  /* .first_slide {
    opacity: 1;
    transform: translateX(0);
    animation: slideAnimation 25s linear infinite;
  }

  .second_slide {
    animation: slideAnimation 25s linear infinite;
    animation-delay: 12.5s;
  }


  @keyframes slideAnimation {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }

    10% {
      transform: translateX(0);
      opacity: 1;
    }

    50% {
      transform: translateX(0);
      opacity: 1;
    }

    60% {
      transform: translateX(-100%);
      opacity: 0;
    }

    100% {
      transform: translateX(-100%);
      opacity: 0;
    }
  } */

  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    40% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  /* The first slide starts immediately */
  .first_slide {
    animation: fadeInOut 25s linear infinite;
  }

  /* The second slide starts halfway through */
  .second_slide {
    animation: fadeInOut 25s linear infinite;
    animation-delay: 12.5s;
  }

  .w-2 {
    width: 2%;
  }

  .w-5 {
    width: 5%;
  }

  .w-7 {
    width: 7%;
  }

  .w-12 {
    width: 12% !important;
  }

  .w-15 {
    width: 15% !important;
  }

  .w-23 {
    width: 23% !important;
  }

  .w-33 {
    width: 33% !important;
  }

  .w-100 {
    width: 100%;
  }

  .table>:not(caption)>*>* {
    padding: 0rem 0rem;
  }

  #tb1 tbody tr:first-child td:first-child {
    font-size: 1rem;
    font-weight: bold;
  }

  .heading {
    /* background-color: #233162; */
    background-color: #000000;
    color: white;
  }

  .marq_container {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
  }

  .marq_text {
    position: absolute;
    white-space: nowrap;
    left: 100px;
    /* initial left offset */
    top: 50%;
    transform: translateY(-50%);

  }

  .border-top {
    border-top: 3px !important;
  }

  .bg_white {
    background-color: #191919;
  }

  .bg_warning {
    background-color: #2f2f2f;
  }

  .text-orange {
    color: #e6880e;
  }

  .text-green {
    color: #bbeb54;
  }

  .text-teal {
    color: cyan;
  }

  .text-cyan {
    color: cyan;
  }

  .purpose {
    font-size: 2vh !important;
  }

  .footer_text {
    font-size: 2.5vh !important;
  }

  /* ---------------------- GLOBAL MOBILE FIXES ---------------------- */

  @media (max-width: 768px) {

    body {
      height: auto;
      /* overflow: auto; */
    }

    .header_area,
    .section_area,
    .footer_area {
      flex: unset;
      width: 100%;
    }

    .logo {
      max-height: 10vh;
      margin: 0 10px;
    }

    /* Reduce table font and row height */
    .full-height-table th,
    .full-height-table td {
      font-size: 2vh;
      height: 5vh;
      min-height: 5vh;
      padding: 4px;
      white-space: normal;
      /* allow wrapping on mobile */
    }

    /* Table width adjustments */
    .w-2,
    .w-5,
    .w-7,
    .w-12,
    .w-15,
    .w-23,
    .w-33 {
      width: auto !important;
    }

    /* Slide container should shrink properly */
    .slide-container {
      height: auto;
      min-height: 140vh;
    }

    .slide {
      padding-left: 20px;
      padding-right: 10px;
    }

    /* Marquee text should scale */
    .marq_container {
      height: 30px;
    }

    .marq_text {
      font-size: 2vh;
      left: 20px;
    }

    /* Purpose text */
    .purpose {
      font-size: 1.5vh !important;
    }

    .date {
      font-size: 1.5vh;
    }

    .footer_text {
      font-size: 2vh !important;
    }
  }

  /* ---------------------- SMALL MOBILE DEVICES (max 480px) ---------------------- */

  @media (max-width: 480px) {

    .logo {
      max-height: 8vh;
    }

    .header-text {
      margin-top: 2vh;
      font-size: 1.5vh;
    }

    .date {
      font-size: 1.5vh;

    }

    .full-height-table th,
    .full-height-table td {
      font-size: 1.8vh;
      padding: 3px;
    }

    .slide-container {
      min-height: 140vh;
    }

    .marq_text {
      font-size: 1.7vh;
    }

    .purpose {
      font-size: 1.5vh !important;
    }

    .date {
      font-size: 1.5vh;
    }

    .footer_text {
      font-size: 2vh !important;
    }
  }

  .hide{
    display: none !important; 
  }

  /* table tr td:nth-child(3), table tr td:nth-child(7){

    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  } */

  /*.middle{
    text-align: center;
    vertical-align: middle;
  }*/
