/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.tablist-item__btn {
  background: none;
  border: 2px solid transparent;
  border-radius: 6.25rem;
  color: #67f7fe;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.125rem;
  margin-inline: auto;
  flex: 1 1 0;
  min-width: 0;
  opacity: .4;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  text-overflow: ellipsis;
  transition: opacity .2s ease;
  white-space: nowrap;
}

.tablist-item__btn:hover {
  color: #fffffc;
  opacity: 1;
}

.tablist-item__btn[aria-selected=true] {
  
  background-image: linear-gradient(155.27deg, rgba(64, 137, 228, .4) 20.43%, rgba(2, 48, 149, .4) 69.75%);
  border-color: #67f7fe;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .12), inset 0 0 8px 2px rgba(103, 247, 254, .5);
  color: #fff;
  opacity: 1;
}

[dir="rtl"] .tablist-item__btn[aria-selected=true] {
  
  background-image: linear-gradient(-155.27deg, rgba(64, 137, 228, .4) 20.43%, rgba(2, 48, 149, .4) 69.75%);
}

