@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url(../core/fonts/Inter-VariableFont_opsz,wght.ttf);
}
.loader-button {
  position: relative;
}

.loader-button:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 25px;
  height: 25px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-right-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -30px;
  top: 8px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.5s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  transition: all 0.2s linear;
  /*-webkit-transform:scale(2);
  transform:scale(2);*/
}

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loading:after {
  animation: spin 1000ms linear infinite;
}

.loader-button.loading {
  background: rgba(0, 0, 0, 0.6);
}

.loader-button.loading:after {
  opacity: 1;
  left: 45%;
  top: 25%;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
:root {
  --sab: env(safe-area-inset-bottom);
}

body {
  font-family: "Inter", sans-serif;
  color: #0A0D0B;
  background-color: #1A1A1A !important;
}

.al-main {
  min-height: 69vh;
}

.default-link {
  color: #0B9444;
  cursor: pointer;
}

md-content {
  background: #D9D9D9;
}

watcha-menu {
  padding: 0;
  margin: 0;
}

#main-content {
  background: #1A1A1A;
}

.small-logo a img {
  transform: scale(1.15);
}

.back-button {
  font-size: 1.35rem;
}

.mobile-menu {
  display: none;
}

.w-50 {
  width: 50% !important;
}

.form-group label {
  color: white;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.form-group label span.required {
  color: #F80000;
}
.form-group label span.err-msg {
  color: #F80000;
  position: absolute;
}

.form-control {
  font-family: "Inter", sans-serif;
  color: #151515;
}

.default-button {
  background: #0B9444;
  color: white;
  border-radius: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0;
  text-transform: none;
}

.default-button:not([disabled]):hover {
  background: #0B9444;
}

.cancel-button {
  background: transparent;
  color: #0B9444;
  border-radius: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  border: 2px solid #0B9444;
}

.cancel-button:not([disabled]):hover {
  background: white;
}

.md-button.default-button[disabled] {
  background-color: #0B9444;
  opacity: 0.5;
  color: white;
}

md-checkbox:not(.md-checked) .md-icon {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

md-checkbox.md-checked .md-icon {
  border: 1px solid #0B9444;
}

md-checkbox.error .md-icon {
  border: 1px solid #F80000;
  border-radius: 4px;
}

md-checkbox.md-checked .md-ink-ripple {
  color: #0B9444;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
  background-color: white;
}

md-checkbox.md-checked .md-icon:after {
  border-color: #0B9444;
}

.md-title {
  color: #D9D9D9;
  font-weight: 700;
  text-align: left;
}

.md-subtitle {
  color: #D9D9D9;
  font-weight: 700;
  font-size: 1.1rem;
}

.md-subdetails {
  color: #D9D9D9;
  font-size: 1.2rem;
}

.md-details {
  color: #D9D9D9;
  font-weight: 700;
  text-align: center;
}

.default-text {
  color: #D9D9D9;
  font-size: 0.8rem;
}
.default-text span.mobile {
  font-weight: 600;
  color: #D9D9D9;
}

.default-text.bold-text {
  font-weight: 800;
  font-size: 1.4rem;
  color: black;
}

.default-text.green-text {
  color: #0B9444;
}

.default-text.white-text {
  color: white !important;
}

.billing-text {
  color: #D9D9D9;
  font-size: 1.5rem;
  font-weight: bold;
}

.home-trending .owl-dots {
  display: none;
}

.explore-link {
  color: #D9D9D9;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  position: absolute;
  right: 1.2rem;
  top: 0.4rem;
}

.how-to-link {
  color: #0B9444;
  font-size: 1rem;
  text-decoration: underline;
}

.carousel-title {
  color: white;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
  padding: 0;
}

.carousel-subtitle {
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 0.6rem;
  padding: 0;
}

.full-height-carousel {
  height: 100%;
}

.carousel-indicator {
  position: absolute;
  bottom: 30px;
  right: 25px;
}
.carousel-indicator span {
  margin-right: 8px;
  color: rgba(217, 217, 217, 0.4392156863) !important;
}
.carousel-indicator span.active {
  color: white !important;
}

.fullscreen-modal {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
}
.fullscreen-modal .info-container {
  background: linear-gradient(to bottom, #666666 0%, #1a1a1a 100%);
}
.fullscreen-modal .info-container .info-header {
  height: 60px;
}
.fullscreen-modal .info-container .info-header .modal-close-button {
  position: absolute;
  top: 12px;
  right: 30px;
  color: white;
  line-height: 100%;
  text-decoration: none;
}
.fullscreen-modal .info-container .info-header .modal-close-button i {
  font-size: 2.2rem;
  color: white;
}
.fullscreen-modal .info-container .info-cover {
  width: 100%;
}
.fullscreen-modal .info-container .info-cover div.video-js {
  min-width: 100vw !important;
  /*max-height: calc(100vw / 1.8) !important;*/
}
.fullscreen-modal .info-container .info-cover img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.8;
}
.fullscreen-modal .info-box {
  background: #1a1a1a;
}
.fullscreen-modal .info-title {
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
}
.fullscreen-modal .info-subtitle {
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
}
.fullscreen-modal .info-details {
  color: white;
  font-weight: 400;
  font-size: 0.8rem;
}
.fullscreen-modal .info-expander {
  width: 100%;
  border-top: 0.12rem solid #0B9444;
  display: flex;
}
.fullscreen-modal .info-expander a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  background: #0B9444;
  padding: 2px 9px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.fullscreen-modal .info-expander a i {
  color: white;
  font-size: 0.9rem;
}
.fullscreen-modal .info-more-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.fullscreen-modal .info-more-details.expanded {
  max-height: 10000px;
  transition: max-height 0.5s ease-in-out;
}
.fullscreen-modal .episode-list {
  margin: 0;
  padding: 0;
}
.fullscreen-modal .episode-list .episode {
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
}
.fullscreen-modal .episode-list .episode img {
  width: 43%;
  aspect-ratio: 1.64;
  object-fit: cover;
}
.fullscreen-modal .episode-list .episode .episode-details {
  width: 51.5%;
}
.fullscreen-modal .episode-list .episode .episode-details .info-details {
  font-size: 0.75rem;
  line-height: 1rem;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fullscreen-modal .episode-list .episode .episode-details .info-subtitle {
  font-size: 1rem;
}

.fullscreen-modal.error-modal {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(217, 217, 217) 100%);
}

div.separator {
  height: 1px;
  width: 100%;
  background: #D9D9D9;
}

.payment-list li {
  background: transparent;
  border: 3px solid #0B9444;
  margin-bottom: 15px;
  height: 65px;
  border-radius: 8px;
  padding: 0 12px;
  display: flex;
  flex: flex-wrap;
  align-items: center;
}
.payment-list li label {
  color: #0B9444;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
.payment-list li span {
  color: #0B9444;
  font-size: 0.8rem;
}
.payment-list li img {
  display: none;
}
.payment-list li.selected {
  background: #0B9444;
}
.payment-list li.selected label {
  color: white;
}
.payment-list li.selected span {
  color: white;
}
.payment-list li.selected img {
  display: block;
}

md-select.form-control.smaller-dropdown {
  height: 40px;
  font-size: 0.8rem;
}
md-select.form-control.smaller-dropdown .md-select-value {
  transform: translateY(5px);
}

footer {
  border-top: 1px solid black;
  background: #0A0D0B;
}
footer .copyright-text {
  text-align: center;
  color: #666666;
}
footer .footer-links {
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .footer-links li a {
  color: white;
}

md-select .md-select-value {
  border: none;
  transform: translateY(10px);
}

md-select .md-select-value.md-select-placeholder {
  color: #666666;
  font-size: 0.9rem;
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: transparent;
}

md-select-menu:not(.md-overflow) md-content {
  padding: 0;
}

md-select.smaller-dropdown {
  width: 40%;
}

.md-select-menu-container {
  z-index: 1002 !important;
}

.md-dialog-container {
  z-index: 1000;
}

md-dialog {
  max-width: 100%;
  max-height: 100%;
}

.badge5, .badge10, .badge15 {
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 42px 42px 0 0px;
  border-color: #F3572B transparent transparent transparent;
  transform: rotate(0deg);
}
.badge5 img, .badge10 img, .badge15 img {
  top: -42px;
  left: 2px;
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  aspect-ratio: 1 !important;
}

.badge10 {
  border-color: none;
  background: url(../assets/ticket-silver.png) no-repeat;
}

.subtle-text {
  color: #666666;
  font-size: 0.8rem;
  font-weight: 400;
}

.voucher-list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(55px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgb(11, 148, 68) 0%, rgba(11, 148, 68, 0.65) 100%);
  z-index: 9;
}
.voucher-list #voucher-slider {
  height: 100%;
  width: 100%;
}
.voucher-list #voucher-slider .voucher-item {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  text-indent: 37px;
  position: relative;
  display: inline-block;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  height: 55px;
}
.voucher-list #voucher-slider .voucher-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background: url(../assets/ticket-white.png) no-repeat;
  width: 28px;
  height: 28px;
}
.voucher-list .rn-carousel-controls {
  display: block;
  position: relative;
  width: 100%;
}
.voucher-list .rn-carousel-controls .rn-carousel-control-next {
  outline: none;
}
.voucher-list .rn-carousel-controls .rn-carousel-control-next:before {
  content: "▶";
}
.voucher-list .rn-carousel-controls .rn-carousel-control-prev:before {
  content: "◀";
}
.voucher-list .rn-carousel-controls .rn-carousel-control-prev {
  position: absolute;
  top: -38px;
  left: 12px;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 0.9rem;
}
.voucher-list .rn-carousel-controls .rn-carousel-control-next {
  position: absolute;
  top: -38px;
  right: 8px;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 0.9rem;
}

.tag-button {
  background: transparent;
  color: #0B9444;
  border-radius: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  border: 2px solid #0B9444;
}

.tag-button:not([disabled]):hover {
  background: white;
}

footer {
  z-index: 10;
  position: relative;
}

.tag-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  scrollbar-width: none; /* hide scrollbar (Firefox) */
}
.tag-list li {
  flex: 0 0 auto;
  white-space: nowrap;
  background: transparent;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #0B9444;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #0B9444;
}

.tag-list::-webkit-scrollbar {
  display: none;
}

.fullscreen-modal {
  background: #1a1a1a;
}

/*# sourceMappingURL=main.css.map */
