#parallaxVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  z-index: -1;
  object-fit: cover;
}

#parallaxImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#parallaxContent {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 50px;
  color: white;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p, span, a, td {
  font-size: 16px;
  margin: 15px 0px;
}

.accordionBlackWhite {
  color: var(--bs-white);
  background: transparent;
  border-style: none;
  padding: 16px 0px;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: transparent;
  font-style: italic;
}

.accordion-button {
  font-weight: bold;
  padding: 5px 0px;
}

.accordion-body {
  padding: 16px 0px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

hr {
  opacity: 1;
}

.backgroundIcons {
  position: absolute;
  z-index: 0;
  left: 800px;
}

.error small {
  color: var(--bs-red);
}

.error input[type="text"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
  background-color: rgba(255, 204, 203, 20%) !IMPORTANT;
}

.error input[type="email"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
  background-color: rgba(255, 204, 203, 20%) !IMPORTANT;
}

.error input[type="tel"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
  background-color: rgba(255, 204, 203, 20%) !IMPORTANT;
}

.error input[type="number"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
  background-color: rgba(255, 204, 203, 20%) !IMPORTANT;
}

.error input[type="checkbox"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.startbutton {
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  width: auto;
  height: 45px;
}

.darkerButtonBackground {
  background-color: #323744;
}

.navLinksColor {
  color: var(--bs-white);
}

.navBarLinks {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.navLinksColor:hover {
  color: var(--bs-gray-500);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn:hover {
  border-color: var(--bs-gray-200);
  background-color: var(--bs-gray-200);
  color: #323744;
}

.blueHoverButton:hover {
  background-color: #0B5ED7;
  color: var(--bs-white);
}

.courtButtons {
  padding: 6px 25px;
  font-size: clamp(15px, 14px + 1vw, 25px);
}

.courtButtons:hover {
  background-color: var(--bs-primary);
  color: white;
}

.courtButtons:active, .courtButtons.active {
  background-color: #0a58ca !important;
  color: white;
}

.tableDropdownHeader {
  position: relative;
  height: 70px;
  text-align: center;
}

.rotateVerticalText {
  transform: rotate(-90deg);
  transform-origin: 0 50%;
  position: absolute;
  bottom: 0;
  margin: 0px;
  font-weight: bold;
}

.chart-container {
  position: relative;
}

#donutChart {
  z-index: 1;
}

#donutChart2 {
  z-index: 1;
}

.text-field {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.textFieldHeaderChart {
  margin-bottom: -25px;
  font-size: 30px;
}

.teamNames {
  text-overflow: ellipsis !important;
  max-width: 64px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px !important;
}

@media screen and (min-width: 576px) {
  .teamNames {
    max-width: 192px;
  }
}

@media screen and (min-width: 768px) {
  .teamNames {
    max-width: 103px;
  }
}

@media screen and (min-width: 992px) {
  .teamNames {
    max-width: 167px;
  }
}

@media screen and (min-width: 1200px) {
  .teamNames {
    max-width: 200px;
  }
}

@media screen and (min-width: 1400px) {
  .teamNames {
    max-width: 240px;
  }
}

.tableHeaderColor {
  background: rgb(50,65,88) !important;
  color: var(--bs-body-bg) !important;
}

.accordion-button-reservepage:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}

