﻿@import url("klubfunder.css");
.nav-z {
  z-index: 10;
}

.nav-h {
  height: 56px;
}

.logo {
  width: 48px;
  height: 48px;
}

.club-logo {
  height: 56px;
  width: 56px;
}

.clubList
{
   min-height: 400px;
}

.layout-full {
  height: 30vh !important;
  width: 100%;
  margin-top: 56px;
}

.banner-img-container {
  user-select: none;
  --pseudoSelection--background: transparent;
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
  /* margin-top: 56px; */
}

.banner-img-wrapper {
  /* top: 56px; */
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30vh;
  cursor: default;
}

.banner-img-inner-wrapper {
  width: 100%;
  cursor: inherit;
  flex-grow: 1;
}

.banner-img {
  display: block;
  object-fit: cover;
  border-radius: 0px;
  width: 100%;
  height: 25vh;
  opacity: 1;
  object-position: center 66.72%;
}

.service-image {
  object-fit: cover;
  object-position: top;
  height: 140px;
}

.logo-position {
  top: -38px;
  margin-left: -8px;
}

.nav-z {
  z-index: 10;
}

.nav-h {
  height: 56px;
}

.logo {
  width: 48px;
  height: 48px;
}

.club {
  margin-top: 56px;
}

.club-logo {
  height: 48px;
  width: 48px;
}

.club-container {
  margin-top: calc(112px) !important;
}

.clubsettings-offset {
  margin-top: 56px;
}

.validation-summary-errors {
  ul {
    padding-left: 0px;
  }

  li {
    list-style: none;
  }
}

.leftpanel {
  max-width: 100%;
  max-height: 64px;
}

.right-panel {
  /* width: 100%; */
}

.auth-panel {
  border-radius: 12px;
  min-width: 356px;
  max-width: 480px;
  width: 480px;
}

.auth-logo {
  width: 64px;
}

.kf-title {
  font-size: 32px;
  padding: 16px 0;
  font-weight: 700;
  color: #069;
}

.accredit-title {
  font-size: 40px;
  padding: 16px 0;
  font-weight: 700;
  color: #069;
}

.authform-max-width {
  max-width: 400px;
}

.title-offset {
  top: 64px;
  background-color: var(--bs-gray-100);
}

.content-offset {
  margin-top: 164px !important;
}

.report-offset {
    margin-top: 64px !important;
}

.kpos-content-offset {
  margin-top: 56px !important;
}

.qr-code-input {
  height: 0px;
  width: 0px;
}

@media (max-width: 440px) {
  .member-home-title {
    width: 340px;
  }
}

/* should only be for screens above md */
@media (max-width: 1024px) {
  .title-offset {
    top: 112px;
    background-color: var(--bs-gray-100);
  }

  .content-offset {
    margin-top: 112px !important;
  }
}

.footer-icon-item {
  width: 70px;
}

.footer-icon-width {
  width: 24px;
}

.footer-icon-item-text {
  font-size: 0.625rem;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s,
    box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-top: -3px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.lotto-ball {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e3e0dd;
  color: #000;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  font-weight: bold;
}

.bonus-ball {
  background-color: #ff6600; /* Orange */
}
.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    border-color: #aaa !important;
    color: #888 !important;
}

