/* /Components/Layout/MemberLayout.razor.rz.scp.css */
#blazor-error-ui[b-95f24jj77e] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-95f24jj77e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0k8fzysblj],
.components-reconnect-repeated-attempt-visible[b-0k8fzysblj],
.components-reconnect-failed-visible[b-0k8fzysblj],
.components-pause-visible[b-0k8fzysblj],
.components-resume-failed-visible[b-0k8fzysblj],
.components-rejoining-animation[b-0k8fzysblj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-retrying[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-failed[b-0k8fzysblj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0k8fzysblj] {
    display: block;
}


#components-reconnect-modal[b-0k8fzysblj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0k8fzysblj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0k8fzysblj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0k8fzysblj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0k8fzysblj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0k8fzysblj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0k8fzysblj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0k8fzysblj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0k8fzysblj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0k8fzysblj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0k8fzysblj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0k8fzysblj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0k8fzysblj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0k8fzysblj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0k8fzysblj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0k8fzysblj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0k8fzysblj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0k8fzysblj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0k8fzysblj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.carousel-container[b-zxdgaz7ur6] {
  position: relative;
  text-align: center;
}
.carousel-image[b-zxdgaz7ur6] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.carousel-text[b-zxdgaz7ur6] {
  color: var(--bs-dark);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}
.carousel-text-title[b-zxdgaz7ur6] {
  font-size: 64px;
  font-weight: bolder;
  word-wrap: break-word;
}
.carousel-text-item[b-zxdgaz7ur6] {
  text-shadow: -1px -1px 0 #dddddd8e, /*top left shadow */
  1px -1px 0 #dddddd8e, /*top right shadow */
  -1px 1px 0 #fff, /*bottom left shadow */
  1px 1px 0 #dddddd8e; /*bottom right shadow */
  white-space: normal;
  font-size: 36px;
  word-wrap: break-word;
}
@media (min-width: 769px) {
  .carousel-text-item[b-zxdgaz7ur6] {
    font-size: 36px;
  }
  .carousel-text-title[b-zxdgaz7ur6] {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  .carousel-text-item[b-zxdgaz7ur6] {
    font-size: 24px;
  }
  .carousel-text-title[b-zxdgaz7ur6] {
    font-size: 32px;
  }
}

/*** Feature Start ***/
.feature .feature-item[b-zxdgaz7ur6] {
  position: relative;
  border-radius: 10px;
  background: var(--bs-light);
}

.feature-item .feature-content[b-zxdgaz7ur6] {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 2;
}

  .feature-item .feature-content .feature-content-inner[b-zxdgaz7ur6] {
    position: relative;
    z-index: 5;
  }
/*** Feature End ***/
/* /Components/Pages/MiniSoccer.razor.rz.scp.css */
.bg-header[b-re73x0qonx] {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/carousel_minisoccer.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}
[b-re73x0qonx] .filter {
  padding-top: 20px;
}
[b-re73x0qonx] .filter-btn-cal {
  width: 100px;
}
[b-re73x0qonx] .filter-tabs {
  font-size: 48px;
}

.header .header-item[b-re73x0qonx] {
  position: relative;
  border-radius: 10px;
  background: var(--bs-light);
  width: 100%;
  height: 100%;
}

.header .header-content[b-re73x0qonx] {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 2;
}

.header-text[b-re73x0qonx] {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  margin: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 5;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.error-page[b-s8m6c4l38l] {
  min-height: 100vh;
  background: linear-gradient(45deg, #0d6efd 0%, #0dcaf0 100%);
}

.error-container[b-s8m6c4l38l] {
  max-width: 600px;
}

.error-code[b-s8m6c4l38l] {
  font-size: 12rem;
  font-weight: 900;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: pulse-b-s8m6c4l38l 2s infinite;
}

.error-message[b-s8m6c4l38l] {
  color: rgba(255, 255, 255, 0.9);
}

@keyframes pulse-b-s8m6c4l38l {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.btn-glass[b-s8m6c4l38l] {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  transition: all 0.3s ease;
}

  .btn-glass:hover[b-s8m6c4l38l] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
  }
/* /Components/Shared/DLandingFooter.razor.rz.scp.css */
.footer[b-1vg6e44dkf] {
  background: var(--bs-dark);
}

  .footer .footer-item[b-1vg6e44dkf] {
    display: flex;
    flex-direction: column;
  }

    .footer .footer-item a[b-1vg6e44dkf] {
      line-height: 35px;
      color: var(--bs-body);
      transition: 0.5s;
    }

    .footer .footer-item p[b-1vg6e44dkf] {
      line-height: 35px;
    }

    .footer .footer-item a:hover[b-1vg6e44dkf] {
      color: var(--bs-primary);
    }

    .footer .footer-item .footer-btn a[b-1vg6e44dkf],
    .footer .footer-item .footer-btn a i[b-1vg6e44dkf] {
      transition: 0.5s;
    }

      .footer .footer-item .footer-btn a:hover[b-1vg6e44dkf] {
        background: var(--bs-white);
      }

        .footer .footer-item .footer-btn a:hover i[b-1vg6e44dkf] {
          color: var(--bs-primary);
        }

    .footer .footer-item .opening-date[b-1vg6e44dkf] {
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

      .footer .footer-item .opening-date .opening-clock[b-1vg6e44dkf] {
        display: flex;
        align-items: center;
        line-height: 35px;
      }

.copyright[b-1vg6e44dkf] {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
.text-body[b-1vg6e44dkf] {
  color: #a1a3a3 !important;
}
a[b-1vg6e44dkf] {
  text-decoration: none;
}
/* /Components/Shared/DLandingHeader.razor.rz.scp.css */
[b-dy6weeqnxk] .dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn > .dxbl-menu-item-text-container .dxbl-menu-item-text {
  letter-spacing: 1px;
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: .5s;
  white-space: nowrap;
}
[b-dy6weeqnxk] .dxbl-menu-item-tmpl {
  display: flex;
  align-items: center;
  text-align: center;
}

.nav-bar[b-dy6weeqnxk] {
  background: var(--bs-white);
}

.app-name[b-dy6weeqnxk] {
  font-weight: 700 !important;
}
