.bg-dark {
  background-color: #303030 !important;
}

@media (min-width: 992px) {
  .brand {
    background-color: #303030;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .brand .btn i {
    color: #FFFFFF;
  }
  .brand .btn .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF;
  }
  .brand .btn .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .brand .btn.active .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
  }
  .brand .btn.active .svg-icon svg:hover g [fill], .brand .btn:hover .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .brand .btn.active i, .brand .btn:hover i {
    color: #3699FF;
  }
}
@media (max-width: 991.98px) {
  .header-mobile {
    background-color: #303030;
  }
  .header-mobile .burger-icon span {
    background-color: #484f66;
  }
  .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background-color: #484f66;
  }
  .header-mobile .burger-icon:hover span {
    background-color: #3699FF;
  }
  .header-mobile .burger-icon:hover span::before, .header-mobile .burger-icon:hover span::after {
    background-color: #3699FF;
  }
  .header-mobile .burger-icon-active span {
    background-color: #3699FF;
  }
  .header-mobile .burger-icon-active span::before, .header-mobile .burger-icon-active span::after {
    background-color: #3699FF;
  }
  .header-mobile .btn i {
    color: #484f66;
  }
  .header-mobile .btn .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #484f66;
  }
  .header-mobile .btn .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .header-mobile .btn.active .svg-icon svg g [fill], .header-mobile .btn:hover .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
  }
  .header-mobile .btn.active .svg-icon svg:hover g [fill], .header-mobile .btn:hover .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .header-mobile .btn.active i, .header-mobile .btn:hover i {
    color: #3699FF;
  }
}

.text-sportcor {
  color: #93D600;
}
.progress {
  background-color: #707070;
}
.bg-sportcor {
  background-color: #93D600;
  background: -webkit-linear-gradient(left, #121212 0%,#93D600 100%); /* Chrome10-25,Safari5.1-6 */
}

.btn-sportcor {
  color: #000000;
  background-color: #93D600;
  border-color: #93D600;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
}
.btn-sportcor:hover {
  color: #000000;
  background-color: #93D600;
  border-color: #93D600;
}
.btn-sportcor:focus, .btn-sportcor.focus {
  color: #000000;
  background-color: #93D600;
  border-color: #93D600;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
}
.btn-sportcor.disabled, .btn-sportcor:disabled {
  color: #000000;
  background-color: #C9E194;
  border-color: #C9E194;
}
.btn-sportcor:not(:disabled):not(.disabled):active, .btn-sportcor:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #93D600;
  border-color: #93D600;
}
.btn-sportcor:not(:disabled):not(.disabled):active:focus, .btn-sportcor:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
}