/*/
  Tabs Styles
*/

.tab-wrapper {
  padding-bottom: 60px;
}

.nav-tabs {
  justify-content: center;
  border: none;
}

.nav-tabs .nav-list {
  border: 1px solid #28282F;
  padding: 0;
  border-radius: 24px;
  background-color: #ffffff;
}

.nav-tabs .nav-list .nav-item:first-child .dropdown-item:hover {
  background-color: rgb(244 100 56 / 50%);
  border-radius: 24px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-list .nav-item:first-child .dropdown-item.active {
  border-right: 1px solid #28282F;
  background: #F46438;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-list .nav-item:last-child .dropdown-item:hover {
  background-color: rgb(153 149 235 / 50%);
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs .nav-list .nav-item:last-child .dropdown-item.active {
  border-right: 1px solid #28282F;
  background: #9995EB;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs .nav-list .dropdown-item {
  padding: 8px 16px;
  font-family: var(--hub-typography-font-family-tertiary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #28282F;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.custom-tabs-content-wrapper {
    padding-top: 32px;
}

.tab-carrusel {
    padding-bottom: 60px;
}