:root {
  --primary-color: #c10930;
  --secondary-color: #6d081d;
  --dark-color: #343435;
  --border-color: #f8f8f8;
}
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.openBetsTabs ul li {
  flex: auto;
  border-right: 1px solid #eee;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fbfbfb;
  color: var(--secondary-color) !important;
  border-bottom: 2px solid var(--secondary-color) !important;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--secondary-color) !important;
}

.accounts .table {
  white-space: nowrap;
}

.accounts .table td,
.accounts .table th {
  padding: 5px;
  font-size: 12px;
}
.accounts {
  max-height: 350px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .bet-slip-container {
    position: absolute;
    z-index: 1000;
    background-color: #ffffff; /* Background color for BetSlip */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
  }
}
