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/liga-dua/bg-livin.png);
  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-mandiri {
  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;
}

.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/liga-dua/bg-card-banner.png);
  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, #feb530);
}

.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;
}

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

.team-logo-container {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}

.team-logo {
  width: 28px;
  height: 28px;
}

.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;
}

.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);
  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;
  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: rgb(13, 147, 248);
  cursor: pointer;
}

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