body {
  margin: 0;
  font-family: Poppins;
}

p {
  margin: 0;
}

.hero {
  display: flex;
  padding: 36px 16px 28px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: url(https://nos.wjv-1.neo.id/moflip-bucket/assets/.tmpEk59HY_812094.png); /* top background */
  background-size: cover;
}

.hero-title {
  color: var(--livin-white-10, #fff);
  text-align: center;
  font-family: Righteous;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
}

.hero-subtitle {
  color: var(--livin-white-25, #f0f2f5);
  text-align: center;
  /* 12px/Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: var(--white-15, #f0f2f5);
}

.logo-container {
  display: flex;
  padding: 6px 12px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: var(--white-00, #fff);
}

.logo-liga-2 {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.logo-BRI {
  width: 72px;
  height: 44px;
  object-fit: contain;
}

#ticket-container {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  gap: 8px;
  width: 90%;
  max-width: 400px;
  min-height: 80vh;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  height: 100%;
  min-height: 50vh;
}

.empty-state-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #191a1a;
  margin: 0 0 8px 0;
}

.empty-state-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #87888a;
  line-height: 1.5;
  max-width: 280px;
  margin: 0;
}

.card {
  display: flex;
  /* max-width: 343px; */
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 2px 8px 0px rgba(25, 26, 26, 0.12);
  border-radius: 8px;
  position: relative;
}

.card-top {
  display: flex;
  padding: 46px 10px 22px 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  position: relative;
  z-index: 1;
  background: url(https://nos.wjv-1.neo.id/moflip-bucket/assets/.tmpuO4zOy_394639.png); /* card banner */
  background-size: cover;
  background-position: top right;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.team {
  text-transform: uppercase;
  font-family: Righteous;
  font-size: 18px;
}

.home-team {
  padding: 0px 4px;
  width: fit-content;
  background: var(--secondary-100, #FBC545);
}

#home-team-name {
  color: #000;
}

.away-team {
  padding: 0px 4px;
  width: fit-content;
  background: var(--white-00, #fff);
}

.smaller {
  font-size: 12px;
}

.event-info {
  font-family: Righteous;
  color: white;
}

.event-info .date {
  text-transform: uppercase;
  font-size: 10px;
}


#date-bottom {
  color: var(--black-00, #87888a);
  text-align: center;
  /* 10px/Regular */
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

#location-bottom {
  color: var(--black-00, #87888a);
  text-align: center;
  /* 10px/Regular */
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;}

.event-info .location {
  font-size: 10px;
}

.team-logo-container {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}

.team-logo {
  object-fit: contain;
  height: 32px;
  width: 32px;
}

.card-bottom {
  display: flex;
  padding: 12px 10px 16px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background: var(--white-00, #fff);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.match-title {
  color: var(--black-100, #191a1a);
  font-family: Righteous;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
}

.match-info {
  color: var(--black-00, #87888a);
  text-align: center;
  /* 10px/Regular */
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 4px;
}

.match-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.match-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.mulai-dari {
  color: var(--black-00, #87888a);
  /* 12px/Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.price {
  color: var(--black-100, #191a1a);
  font-family: Righteous;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.content-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.card-button {
  all: unset;
  display: flex;
  padding: 9px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  /* background: var(--secondary-100, #feb530); */
  background: var(--secondary-100, #00AB4E);
  color: var(--white-100, #fff);
  font-family: Righteous;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  cursor: pointer;
}

.card-button.disabled {
  background: #e7e7e8;
  color: #868687;
  pointer-events: none;
  cursor: default;
}

.ribbon-front {
  position: absolute;
  height: 24px;
  z-index: 2;
  top: 4px;
  left: -8px;
  color: var(--white-00, #fff);
  text-align: center;
  font-family: Righteous;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  padding: 5px 12px;
  border-radius: 6px 6px 6px 0px;
  background: var(--red, linear-gradient(180deg, #f12c09 0%, #ba0a17 100%));
}

.ribbon-back {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: 32px;
  width: 12px;
  height: 12px;
  background: #7f110f;
  border-radius: 0px 0px 0px 6px;
}

.hidden {
  display: none;
}

.footer {
  box-shadow: rgba(0, 0, 0, 0.05) 1.0625rem -0.6875rem 1.1875rem 0.1875rem;
  border-top: 4px solid rgb(231, 231, 232);
  display: flex;
  background: rgb(255, 255, 255);
  flex-direction: column;
  bottom: 0px;
  position: sticky;
  z-index: 1000;
}

.footer a {
  text-decoration: none;
  color: #000000;
}

.footer .footer-content {
  position: sticky;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 242, 245, var(--tw-bg-opacity));
  text-align: center;
  font-size: 8px;
  font-weight: 400;
  padding: 0.25rem 1rem;
}

.footer .footer-content .footer-link {
  text-decoration: underline;
}

.sk {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #349DEF;
  cursor: pointer;
  margin-left: 2px;
}

#body-wrapper.show-modal {
  height: 100vh;
  overflow: hidden;
}

.loading {
  text-align: center;
  font-size: 16px;
  margin: 20px;
}

.error {
  color: red;
  text-align: center;
  font-size: 16px;
  margin: 20px;
}

.search-container {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  gap: 8px;
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  margin-top: 4%;

}

.search-bar {
  width: calc(100% - 40px); /* Adjust width to match card padding */
  max-width: 600px; /* Optional: Set a max width for larger screens */
  padding: 10px 20px; /* Match the padding of the card */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional for a polished look */
}
