:root {
  --ost-primary: #0c5ea4;
  --ost-accent: #278EF5;
}

.text-primary {
    color: #0c5ea4 !important;
}

.bg-primary, .btn-primary {
    background-color: #0c5ea4 !important;
}

.border-primary, .btn-primary, .btn-outline-primary {
    border-color: #0c5ea4 !important;
}

.btn:hover {
    background-color: #e7e6e6 !important;
    border-color: #0c5ea4 !important;
    color: #0c5ea4 !important;
}

.btn-outline-primary {
    color: #0c5ea4 !important;
}

.btn-outline-primary:hover {
    color: #000 !important;
    background-color: #e7e6e6 !important;
    border-color: #0c5ea4 !important;
}

.hover-expand {
  transform: translateX(80%);
  transition: transform 0.3s ease;
}

/* Wrapper spacing from edge */
.floating-wrapper {
z-index: 1030;
margin-right: 4px;
}

/* Menu container */
.floating-menu {
border-radius: 18px 0 0 18px;
background: rgba(255,255,255,0.96);
backdrop-filter: blur(6px);
overflow: hidden;
width: 80px; /* collapsed shows only tab */
transition: width 0.3s ease;
}

/* Expand on hover */
.hover-expand:hover {
transform: translateX(0);
width: 300px;
}

/* Vertical tab */
.menu-tab {
width: 42px;
background: #0c5ea4;
color: #fff;
border-radius: 18px 0 0 18px;
}

.vertical-text {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 11px;
letter-spacing: 2px;
font-weight: 600;
}

/* Hidden menu */
.menu-links {
opacity: 0;
transition: opacity 0.15s ease;
white-space: nowrap;
}

.hover-expand:hover .menu-links {
opacity: 1;
}

/* Link styles */
#sideMenu .nav-link {
color: #4D4D4D;
transition: all 0.2s ease;
}

#sideMenu .nav-link:hover {
background-color: rgba(10, 116, 218, 0.1);
color: #0c5ea4;
}

#sideMenu .nav-link.active {
background-color: #0c5ea4;
color: #fff;
box-shadow: 0 0 10px rgba(10, 116, 218, 0.4);
font-weight: 600;
}

#scroll-top.raised {
  bottom: 58px;   /* above bottom nav */
}

.btm-nav .btm-nav-item {
    color: #0c5ea4 !important;
    font-weight: 500;
}

.btm-nav .btm-nav-item.active {
    color: #000 !important;
    font-weight: bold !important;
}

.required::after {
  content: " *"; /* Adds a space and the asterisk */
  color: red;
  font-weight: bold; /* Optional: Makes the asterisk stand out */
}

.alert-info {
    color: #000;
    background-color: #c0d4e7;
    border: #5397d6;
}

.adminbar {
    background-color: #252525 !important;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color:#fff;
}

.adminbar a {
    color:#fff;
}

.adminbar a:hover {
    color:#dfdede;
}

.featured-hero {
  background:
    radial-gradient(1200px circle at 0% 0%, rgba(39,142,245,0.25), transparent 55%),
    radial-gradient(1000px circle at 100% 0%, rgba(12,94,164,0.25), transparent 50%),
    linear-gradient(135deg, #eef5fc, #f8fbff);
  border: 1px solid rgba(12,94,164,0.15);
}

.pill-featured {
  background-color: rgba(39,142,245,0.15);
  color: var(--ost-primary);
  border: 1px solid rgba(39,142,245,0.35);
}

.pill-status {
  background-color: rgba(93, 126, 156, 0.15);
  color: var(--ost-primary);
  border: 1px solid rgba(40, 87, 134, 0.35);
  font-weight: normal;
}

@keyframes brandPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(39,142,245,0.0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(39,142,245,0.15);
  }
}

.featured-cta {
  animation: brandPulse 2.8s ease-in-out infinite;
  transition: all 0.25s ease;
}

.featured-cta:hover {
  animation: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(12,94,164,0.25);
}

@keyframes openGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(39,142,245,0.35); }
  50% { box-shadow: 0 0 20px rgba(39,142,245,0.55); }
}

.pill-open {
  background: linear-gradient(135deg, #0c5ea4, #278EF5);
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(39,142,245,0.35);
  border: 1px solid #0c5ea4;
  animation: openGlow 2.8s ease-in-out infinite;
}

.pill-closed {
  background: #e9ecef;
  color: #495057;
  font-weight: 600;
  border: 1px solid #dee2e6;
}

.event-hero {
    background: linear-gradient(135deg, rgba(13,110,253,.12), rgba(111,66,193,.12));
    border: 1px solid rgba(0,0,0,.08);
}
.list-scroll {
    max-height: 55vh;
    overflow: auto;
}
.song-title {
    font-weight: 600;
}
.meta {
    font-size: .875rem;
    color: #6c757d;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0c5ea4;
}

.nav-link {
    color: #0c5ea4;
}

.text-bg-primary {
    background-color: #0c5ea4 !important;
}

.mix-transition {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mix-transition.fade-out {
  opacity: 0;
  transform: translateY(4px);
}

.mix-transition.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Badge inside inactive tab */
.nav-pills .nav-link .badge {
  background-color: #dbdbdb !important;
  color: #000000 !important;
}

/* Badge inside active tab */
.nav-pills .nav-link.active .badge {
  background-color: #ffffff !important;
  color: #000000 !important;
}

@media (min-width: 576px) {
  .w-sm-auto { width: auto !important; }
}