: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);

}

.language-selector .selected {
  color: #F39200;
}

.language-selector a {
  color: rgba(176, 176, 176) !important;
}

.language-selector a {
  text-decoration: none;

}

.language:hover {
  color: #F39200;

}

.c-traking-authors {
  color: #fff !important;
}

.btn-light {
  color: #F39200 !important;
  border: 1px solid rgba(87, 86, 86) !important;
  background-color: #fff !important;
}

.btn-light:hover {
  background-color: #F8F9FA !important;

}

.lang-btn {
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  border-radius: 5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  min-width: auto;
  width: 100%;

}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
}

.dropdown-item:hover {
  color: #F39200 !important;
}

.dropdown-item.active {
  background-color: #F8F9FA !important;

  color: #F39200 !important;
}

.dropdown-item:active,
.dropdown-item.active {
  background-color: #F8F9FA !important;
  color: #F39200  !important;
}