:root{
    --bs-emphasis-color:rgba(176, 176, 176)!important;
}
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    color:rgba(176, 176, 176);
    font-weight:500;
    font-size:16px;
  }
  .dark-gray-text {
    color:rgba(87, 86, 86);
  }
  .dark-gray-bg {
    background-color: rgba(87, 86, 86);
  }
  .light-gray-text {
    color:rgba(176, 176, 176);
  }
  .light-gray-bg {
    background-color:rgba(176, 176, 176);
  }
  .orange-text {
    color: rgba(243, 146, 0);
  }
  .orange-bg {
    background-color: rgba(243, 146, 0);
  }

.text-justify{
    text-align: justify;
}
  .c-tracking-button {
    width:200px;
    background-color: #000;
  }
  .timeline {
    position: relative;
    border-left: 3px solid #F39200;
    padding-left: 18px;
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 10px;
  }
  
  .timeline-item .dot {
    width: 14px;
    height: 14px;
    position: absolute;
    left: -26px;
    top: 5px;
  }
  
  .timeline-item.active .dot {
    background-color: 	#F39200 ;
  }
  
  .timeline-item .title {
    font-weight: bold;
    text-decoration: underline;

  }
  .fs-8{
    font-size:14px;
  }
  .fs-9{
    font-size:12px;
  }
  .content-section {
    display: none;
    margin: 5px 0 20px 0;
    padding: 10px;
   
  }
  .c-tracking-section {
    display: block;
  }
  .c-tracking-bg {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  .c-tracking-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    z-index: 1;
    /*background-color: rgba(128, 128, 128, 0.5);*/
}
.c-tracking-bg img {
    position: relative;
    width: 100%;
    height: 200vh;
    object-fit: cover;
}

img {
    vertical-align: middle;
    border-style: none;
}
.container {

 background-color: #fff;
 position: relative;

}

.container-main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 8px;           
    background-color:rgba(176,176,176);

  }
  table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  
  .table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
  }
.container-footer::before{

    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 8px;
    background-color: rgba(243, 146, 0);

}

