.custom-tabs .tab-indicator {
  --indicator-color: #5b85ff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: var(--indicator-color);
    border-radius: 30px;
    transition: left 0.3s ease, width 0.3s ease, height 0.3s ease;
    z-index: 0; /* Ensure the indicator is behind the tabs */
  margin-bottom:10px;
}

.custom-tabs .nav-link {
    position: relative;
    z-index: 1; /* Ensure nav-links are above the indicator */
  color: #fff;
}

.custom-tabs.nav-tabs {
  border:unset;
}
.custom-tabs.nav.nav-tabs {
  color: #fff;
  list-style: none;
  background-color: #434354;
  /** max-width: 800px; */
  padding: 10px;
  white-space: nowrap;
  border-bottom: 1px solid #2a2a3c;
  border-radius: 50px;
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: auto;
}

.custom-tabs.nav-tabs .nav-link,
.custom-tabs.nav-tabs .nav-link.active{
  background: unset;
  border:unset;
  color: #fff
}

.custom-tabs.nav-tabs .nav-item {
  display: inline-block;
  
  font-size: 1em;
  font-weight: 400;
  margin: 0 2px;
  
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  transition: background-color .3s ease;
}
.custom-tabs.nav .nav-item:hover {
  background: #2e2e41
}

i.bi-26{
  font-size: 26px;

}
i.bi-22{
  font-size: 22px;

}
i.bi-18{
  font-size: 28px;

}
.is-hand {
    cursor: hand;
    cursor: pointer;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.no{
  width: 25px;
}
.w-80px{ width: 80px;}
.w-100px{width: 100px;}
.w-125px{width: 125px;}