:root {
  --bs-dark-rgb:0,0,0;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.ccom-header-wrapper {
  background: #FBFBFB url('../images/ccom-bg.png') no-repeat top left;
  background-size: cover;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFCD00;
}


.ccom-header-wrapper .ccom-header {
  margin: 40px auto 30px;
  max-width: 400px;
  max-height: 25px;
  padding: 0 !important;
  background-image: url('../images/ccom.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none rgb(34, 34, 34) solid;
  color: rgb(34, 34, 34);
  display: block;
}

#sport-nav {
  width: 100%;
}

@media(min-width: 768px) {
  #sport-nav-links li {
    display: inline-block;
  }

  #sport-nav-links li a {
    margin-top: 5px;
  }
}

@media(max-width: 768px) {
  #sport-nav-links {
    padding-left: 0;
  }

  #sport-nav-links li {
    width: 100%
  }

  #sport-nav-links li a {
    width: 100%
  }
}

#sport-nav-links {
  list-style: none;
  margin-bottom: 1px;
}

#sport-nav-links li {
  text-align: center;
}

#sport-nav-links li a {
  background-color: #FFCD00;
  color: black;
  padding: 5px 20px 15px;
  border-top: 5px solid transparent;
  display: inline-block;
}

#sport-nav-links li.active a {
  background-color: rgb(51, 51, 51);
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  border-top-color: #a43dbe;
}

#sport-nav-links li a:hover {
  background-color: rgb(51, 51, 51);
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  border-top-color: #337ab7;
}

#sport-nav-toggle {
  padding: 10px 20px 15px;
  background-color: #FFCD00;
  width: 100%;
  color: black;
  border: none;
}

#sport-nav-toggle:hover {
  text-decoration: underline;
}

@media(max-width: 768px) {
  #sport-nav-responsive { overflow-y: hidden; }

  #sport-nav-responsive.use-transitions { transition: max-height 0.3s ease; }

  #sport-nav-responsive.opened { max-height: 400px; }

  #sport-nav-responsive.closed { max-height: 0px; }

  body.use-transitions { transition: padding 0.3s ease; }
}




.url-link-text {
  color: #0367FC;
}

.url-group-text {
  color: #FFCD00;
}

.card#favorites-card {
  border-color: #FFCD00;
}

.card#favorites-card > .card-header {
  background-color: #FFCD00;
}