.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  /* border-bottom: 1px solid #f97316; */
  border-bottom: 1px solid #78716c;
  overflow-x: auto;
}
.tab-nav::-webkit-scrollbar {
  width: 2px;
}

.tab-nav-item {
  padding: 0.5rem 1rem !important;
  cursor: pointer;
  opacity: 1;
  margin: 0 !important;
  white-space: nowrap;
  color: #CCCCCC;
  font-weight: bold;
  background-color: rgba(120, 113, 108, 0.40);
  border-bottom: 4px solid #78716c;  
}

.tab-nav-item::before {
  display: none !important;
}

.tab-nav-item.activeTab {
  /* background-color: #f97316; */
  color: #FFFFFF;
  font-weight: bold;
  /* background-color: rgba(249, 115, 22, 0.5); */
  background-color: rgba(244, 63, 94, 0.65);
  border-bottom: 4px solid #f43f5e;  
  /* border-radius: 10px 10px 0 0; */
  /* border: 1px solid #f97316; */
  /* border: 1px solid #f43f5e; */
}

.tab-content .tab-content-panel {
  display: none;
  padding: 1rem;
}

.tab-content .tab-content-panel p {
  margin-bottom: 0 !important;
}

.tab-content .tab-content-panel.activePanel {
  display: block;
}
