:root {
  --button: #ff6200;
  --black: #111111;
  --black50: rgba(0, 0, 0, 0.50);
  --black20: rgba(0, 0, 0, 0.20);
  --black5: rgba(0, 0, 0, 0.05);
  --white: #ffffff;
  --white50: rgba(255, 255, 255, 0.5);
  --white20: rgba(255, 255, 255, 0.2);
  --gray: rgba(45, 44, 42, 0.49);
  --green: #39CFA3;
  --red: rgb(229, 9, 20);
  --filterInvert: invert(0%);
  --offcanvaswhite: #ffffff;
  --bgprimer: #F1EEE6;
  --bgupimg: #eaeaea;
  --bgkuning: #D7DF65;
  --bgcstmabout: #F1EEE6;
  --bgmenumobile: #242424;
  --bgcardtiket: #ffffff;
  --dash20: rgba(0, 0, 0, 0.20);
  --blue: #1877F2 ;
}

html[data-theme=dark] {
  --black: #ffffff;
  --black50: rgba(255, 255, 255, 0.5);
  --white: #000000;
  --gray: #e0e0e0;
  --filterInvert: invert(100%);
  --offcanvaswhite: #494949;
  --bgprimer: #1D1D1F;
  --bgupimg: #3d3d3d;
  --bgkuning: rgb(101 105 39);
  --bgcstmabout: #515151;
  --bgcardtiket: #4d4d4d;
  --dash20: rgba(255, 255, 255, 0.2);
}

a {
  text-decoration: none !important;
  color: var(--black);
}

hr {
  border-top: 1px solid var(--black);
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

ol,
ul {
  padding-left: 1.2rem !important;
}

@keyframes keygradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes slideUp {
  0% {
    max-height: var(--details-height);
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: var(--details-height);
    opacity: 1;
  }
}
.grecaptcha-badge {
  z-index: 10;
}

ion-icon {
  font-size: 15px;
}

body {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  background-color: #161616;
}
body h1 {
  color: var(--white);
}
body .bglinear {
  width: 100%;
  z-index: 1;
}
body .bglinear .parent {
  position: relative;
}
body .bglinear .parent .custom_content {
  position: relative;
}
body .bglinear .parent::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-image: url("https://dummy.anakataseries.com/frontend-as/assets/photo_event/image3.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(19px);
  z-index: 0;
}
body .bglinear .parent.homepage::before {
  background: url(https://occ-0-5216-64.1.nflxso.net/dnm/api/v6/zBHbDQietoafa9-_T86vsmpEYgI/AAAABbBt6Ht4H7TwjQo7RmwEgcwB7kVeXyIJcgfnGyL2xAighAktdI4EFUdH2DVZkVGpF-_sniLEOmCgVqn5iB5ed8cgUazyWCHYE_RyNX8FQMlSlsRdb_mPskirTg.webp?r=316) 50% center/cover no-repeat;
  transition: background-image 0.2s ease-in-out;
  filter: blur(32px);
  position: absolute;
  width: 100%;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(rgb(217, 217, 217) 78.62%, rgba(115, 115, 115, 0) 100%);
          mask-image: linear-gradient(rgb(217, 217, 217) 78.62%, rgba(115, 115, 115, 0) 100%);
}
body .bglinear .section.linear {
  background-size: cover;
  background: linear-gradient(-45deg, #000000, #1d060f, #0a2b38, #031b15);
  background-size: 400% 400%;
  animation: keygradient 20s ease infinite;
}
body .bglinear .section {
  width: 100%;
  justify-content: center;
  align-items: center;
}
body .bglinear .section .custom_width {
  padding: 0 2.25rem;
}
@media (max-width: 768px) {
  body .bglinear .section .custom_width {
    padding: 0 0.25rem;
  }
}
body .bglinear .section .custom_width.navbar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7889) 8.333%, rgba(0, 0, 0, 0.7556) 16.67%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.6222) 33.33%, rgba(0, 0, 0, 0.5222) 41.67%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2778) 58.33%, rgba(0, 0, 0, 0.1778) 66.67%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.04444) 83.33%, rgba(0, 0, 0, 0.01111) 91.67%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  z-index: 2;
  width: 100%;
}
body .bglinear .section .custom_width.white {
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: var(--white);
  border-bottom: 0.0625rem solid rgba(128, 128, 128, 0.2);
}
@media (max-width: 992px) {
  body .bglinear .section .custom_width.white {
    padding: unset;
  }
}
@media (max-width: 576px) {
  body .bglinear .section .custom_width.white {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
body .bglinear .section .custom_width.white .padding_profile {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  body .bglinear .section .custom_width.white .padding_profile {
    padding-left: unset;
    padding-right: unset;
  }
}
body .bglinear .section .custom_width.white.content {
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
body .bglinear .section .headline {
  color: var(--white);
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
}
body .bglinear .section .navbar_custom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .bglinear .section .navbar_custom .logo img {
  width: 150px;
  height: auto;
}
@media (max-width: 576px) {
  body .bglinear .section .navbar_custom .logo img {
    width: 120px;
  }
}
body .bglinear .section .navbar_custom .button {
  cursor: pointer;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 0.875rem;
  min-height: 2rem;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0);
  color: var(--white);
}
body .bglinear .section .navbar_custom .button:active {
  transform: translate(0);
  box-shadow: none;
}
body .bglinear .section .navbar_custom.white .logo img {
  filter: invert(100%);
}
body .bglinear .section .main_banner3 {
  position: relative;
}
body .bglinear .section .main_banner3 .custom_next {
  opacity: 0.5;
  position: absolute;
  bottom: 48px;
  right: 30px;
  color: white;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
}
body .bglinear .section .main_banner3 .custom_next:hover {
  opacity: 1;
}
body .bglinear .section .main_banner3 .custom_next > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
body .bglinear .section .main_banner3 .custom_next:hover svg {
  transform: translateX(5px);
}
body .bglinear .section .main_banner3 .custom_next:active {
  transform: scale(0.95);
}
body .bglinear .section .main_banner3 .slick-next:before {
  content: "";
}
body .bglinear .section .main_banner3 .slick-list {
  -webkit-mask-image: radial-gradient(101% 10% at 50% 102%, transparent 50%, white 52%);
  height: calc(90vh - 82px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list {
    height: calc(70vh - 82px);
  }
}
body .bglinear .section .main_banner3 .slick-list .item {
  position: absolute;
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  height: calc(90vh - 82px);
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list .item {
    height: calc(70vh - 82px);
  }
}
body .bglinear .section .main_banner3 .slick-list .item .content_cr {
  z-index: 3;
  position: absolute;
  top: 20px;
  right: 44px;
  opacity: 0.5;
}
body .bglinear .section .main_banner3 .slick-list .item .content_cr .title {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15px;
  font-weight: 400;
}
body .bglinear .section .main_banner3 .slick-list .item .content {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list .item .content {
    top: 65%;
    left: 20px;
  }
}
body .bglinear .section .main_banner3 .slick-list .item .content img {
  width: 100px;
  margin-bottom: 20px;
}
body .bglinear .section .main_banner3 .slick-list .item .content .date {
  width: min(30vw, 400px);
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list .item .content .date {
    width: min(50vw, 400px);
    font-size: 12px;
  }
}
body .bglinear .section .main_banner3 .slick-list .item .content .title {
  width: min(30vw, 400px);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.15px;
  font-weight: 700;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list .item .content .title {
    width: min(50vw, 400px);
    font-size: 14px;
  }
}
body .bglinear .section .main_banner3 .slick-list .item .content .description {
  width: min(30vw, 400px);
  margin: 1rem 0 1.5rem;
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list .item .content .description {
    width: min(75vw, 400px);
    margin: unset;
    margin-bottom: 9px;
    font-size: 12px;
  }
}
body .bglinear .section .main_banner3 .slick-list .item .content button {
  color: var(--white);
  cursor: pointer;
  border: 1px solid var(--red);
  border-radius: 4px;
  padding: 0.25rem 1rem;
  background: var(--red);
  cursor: pointer;
  font-size: 21px;
  letter-spacing: 1.25px;
  font-weight: 700;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner3 .slick-list .item .content button {
    font-size: 0.875rem;
    letter-spacing: unset;
  }
}
body .bglinear .section .main_banner3 .slick-list .item:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: slide 10s infinite;
  opacity: 1;
}
body .bglinear .section .main_banner3 .slick-list .item::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 2;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.23) -5%, rgba(0, 60, 255, 0) 18%), rgba(6, 10, 23, 0.43);
}
body .bglinear .section .main_banner3 .stick-dots ol,
body .bglinear .section .main_banner3 .stick-dots ul {
  padding-left: unset !important;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li button:hover,
body .bglinear .section .main_banner3 .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li.slick-active button {
  opacity: 0.75;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li.slick-active button:before,
body .bglinear .section .main_banner3 .stick-dots .slick-dots li.slick-active button:before:hover {
  opacity: 0;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li.slick-active button:before {
  color: rgba(0, 0, 0, 0);
  opacity: 0.75;
}
body .bglinear .section .main_banner3 .stick-dots .slick-dots li button:before {
  color: rgba(0, 0, 0, 0);
}
body .bglinear .section .main_banner {
  -webkit-mask-image: radial-gradient(101% 10% at 50% 102%, transparent 50%, white 52%);
  width: 100%;
  height: calc(90vh - 82px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 20px 40px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  overflow: hidden;
}
body .bglinear .section .main_banner .slider {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: content-box;
}
body .bglinear .section .main_banner .slider .item {
  position: absolute;
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
body .bglinear .section .main_banner .slider .item .content {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner .slider .item .content {
    left: 20px;
  }
}
body .bglinear .section .main_banner .slider .item .content img {
  width: 100px;
  margin-bottom: 20px;
}
body .bglinear .section .main_banner .slider .item .content .date {
  width: min(30vw, 400px);
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner .slider .item .content .date {
    width: min(50vw, 400px);
  }
}
body .bglinear .section .main_banner .slider .item .content .title {
  width: min(30vw, 400px);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.15px;
  font-weight: 700;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner .slider .item .content .title {
    width: min(50vw, 400px);
  }
}
body .bglinear .section .main_banner .slider .item .content .description {
  width: min(30vw, 400px);
  margin: 1rem 0 1.5rem;
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner .slider .item .content .description {
    width: min(50vw, 400px);
  }
}
body .bglinear .section .main_banner .slider .item .content button {
  color: var(--white);
  cursor: pointer;
  border: 1px solid var(--red);
  border-radius: 4px;
  padding: 0.25rem 1rem;
  background: var(--red);
  cursor: pointer;
  font-size: 21px;
  letter-spacing: 1.25px;
  font-weight: 700;
}
body .bglinear .section .main_banner .slider .item:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: slide 10s infinite;
  opacity: 1;
}
body .bglinear .section .main_banner .slider .item::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 2;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.23) -5%, rgba(0, 60, 255, 0) 18%), rgba(6, 10, 23, 0.43);
}
body .bglinear .section .main_banner .slider .item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}
body .bglinear .section .main_banner .nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .bglinear .section .main_banner .nav .btn {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(0, 0, 0, 0.6);
  margin: 0 0.25rem;
  padding: 0.75rem;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 576px) {
  body .bglinear .section .main_banner .nav .btn {
    margin: 0 0.25rem;
    padding: 0.4rem;
  }
}
body .bglinear .section .main_banner .nav .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body .bglinear .section .control_banner {
  display: flex;
  justify-content: center;
}
body .bglinear .section .control_banner .width_control .a {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  -webkit-box-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
body .bglinear .section .control_banner .width_control .a .a1 {
  cursor: pointer;
  position: relative;
  display: flex;
  flex: 0;
  margin: 0 0.5rem;
  width: 100%;
}
body .bglinear .section .control_banner .width_control .a .a1 .play {
  display: none;
}
body .bglinear .section .control_banner .width_control .a .a1 button {
  padding: 0px;
  border: none;
  background: none;
  height: 1.5rem;
  width: 1.5rem;
}
body .bglinear .section .control_banner .width_control .a .a1 button svg {
  width: 1rem;
  height: 1rem;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
body .bglinear .section .control_banner .width_control .a .a1 .hidden {
  padding: 0px;
  border: none;
  background: none;
  height: 1.5rem;
  width: 1.5rem;
}
body .bglinear .section .control_banner .width_control .a .a1 .hidden svg {
  position: relative;
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
body .bglinear .section .control_banner .width_control .a .a2 {
  margin: 0 0.25rem;
  position: relative;
  display: flex;
  flex: 1;
  height: 1.5rem;
}
body .bglinear .section .control_banner .width_control .a .a2 button {
  height: 1.5rem;
  width: 100%;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  background: none;
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb1.active {
  background-color: rgb(196, 196, 196);
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb2.active {
  background-color: rgb(196, 196, 196);
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb1 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  background-color: rgb(128, 128, 128);
  overflow: hidden;
  transition: transform 400ms ease-in-out, background-color 400ms ease-in-out;
  height: 0.25rem;
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb1 .b2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transition: none;
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb1 .b2 .b3 {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  background-color: rgb(128, 128, 128);
  overflow: hidden;
  transition: transform 400ms ease-in-out, background-color 400ms ease-in-out;
  height: 0.25rem;
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb2 .b2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transition: none;
}
body .bglinear .section .control_banner .width_control .a .a2 button .bb2 .b2 .b3 {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body .bglinear .section .control_banner .btn {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(0, 0, 0, 0.6);
  margin: 0 0.25rem;
  padding: 0.75rem;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 576px) {
  body .bglinear .section .control_banner .btn {
    margin: 0 0.25rem;
    padding: 0.4rem;
  }
}
body .bglinear .section .control_banner .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body .bglinear .section .control_banner ion-icon {
  color: white;
}
body .bglinear .section .card_upcoming {
  position: relative;
  z-index: 0;
}
body .bglinear .section .card_upcoming .top {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
body .bglinear .section .card_upcoming .top .tier1 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body .bglinear .section .card_upcoming .top .tier1::after {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(40deg, rgb(22, 22, 22) 0%, rgba(6, 10, 23, 0) 56.61%), linear-gradient(0deg, rgb(22, 22, 22) 0.91%, rgba(6, 10, 23, 0) 25.26%);
}
body .bglinear .section .card_upcoming .top .tier2 {
  padding: 0px 20px 0px 20px;
  color: var(--white);
  position: absolute;
  bottom: 0px;
  z-index: 3;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
body .bglinear .section .card_upcoming .bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0px 20px 30px 20px;
  background: rgb(22, 22, 22);
}
body .bglinear .section .card_upcoming .bottom .description {
  color: var(--white50);
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 400;
}
body .bglinear .section .card_upcoming .bottom .action {
  cursor: pointer;
  display: inline-flex;
  color: var(--white);
  align-items: center;
  gap: 0.25rem;
  background-color: var(--black);
  padding: 4px 0px;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
body .bglinear .section .card_upcoming .bottom .action span {
  transition: 0.3s ease;
}
body .bglinear .section .card_upcoming .bottom .action:hover span {
  transform: translateX(10px);
}
body .bglinear .section .dls_linear {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: slide 10s infinite;
  opacity: 1;
  position: relative;
}
body .bglinear .section .dls_linear .play_dls {
  position: relative;
}
body .bglinear .section .dls_linear .play_dls .custom_youtube {
  position: relative;
}
body .bglinear .section .dls_linear .play_dls .custom_youtube img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}
body .bglinear .section .dls_linear .play_dls .custom_youtube svg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5411764706);
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 10px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .bglinear .section .dls_linear .play_dls .modal-body {
  padding: 9px 9px 0px 9px;
  background-color: rgba(0, 0, 0, 0);
}
body .bglinear .section .dls_linear .play_dls .modal-body .play_video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}
body .bglinear .section .dls_linear.white {
  background-color: #f3f3f3;
}
body .bglinear .section .dls_linear.white .padding_profile {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  body .bglinear .section .dls_linear.white .padding_profile {
    padding-left: unset;
    padding-right: unset;
  }
}
body .bglinear .section .dls_linear.white::before {
  content: unset;
}
body .bglinear .section .dls_linear::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(0deg, rgb(22, 22, 22) 24.16%, rgba(6, 10, 23, 0) 56.61%), linear-gradient(0deg, rgb(22, 22, 22) 3.91%, rgba(6, 10, 23, 0) 69.26%);
}
body .bglinear .section .custom_footer {
  background-color: #161616;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: var(--white);
}
body .bglinear .section .custom_footer .subscribe {
  display: flex;
  justify-content: center;
}
body .bglinear .section .custom_footer .subscribe .form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  max-width: 50vw;
}
@media (max-width: 768px) {
  body .bglinear .section .custom_footer .subscribe .form {
    padding: 0px;
    max-width: 100vw;
  }
}
body .bglinear .section .custom_footer .subscribe .form .description {
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
body .bglinear .section .custom_footer .subscribe .form div {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
body .bglinear .section .custom_footer .subscribe .form div input {
  outline: none;
  color: var(--white);
  padding: 0.5rem 1rem;
  background: rgba(53, 53, 53, 0.47);
  border: 1px solid rgba(53, 53, 53, 0.47);
  border-radius: 20px;
  flex: 1 1 auto;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
body .bglinear .section .custom_footer .subscribe .form div input::-moz-placeholder {
  color: rgb(216, 212, 212);
}
body .bglinear .section .custom_footer .subscribe .form div input::placeholder {
  color: rgb(216, 212, 212);
}
body .bglinear .section .custom_footer .subscribe .form div input:focus {
  border: 1px solid var(--white);
}
body .bglinear .section .custom_footer .subscribe .form div button {
  color: var(--white);
  padding: 0.625rem 0.875rem;
  background-color: var(--button);
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 14px;
  letter-spacing: 1.25px;
  font-weight: 700;
}
body .bglinear .section .custom_footer .about {
  padding-top: 2rem;
}
body .bglinear .section .custom_footer .about .display {
  flex-flow: row wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.8rem;
}
@media (max-width: 768px) {
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(1),
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(2),
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(3),
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(4) {
    flex: 50%;
  }
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(1),
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(2),
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(3),
  body .bglinear .section .custom_footer .about .display .grid:nth-of-type(4) {
    flex: 100%;
    margin-bottom: 30px;
  }
}
body .bglinear .section .custom_footer .about .display .company {
  margin-bottom: 1rem;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
}
body .bglinear .section .custom_footer .about .display .desc {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: var(--white) !important;
}
body .bglinear .section .custom_footer .about .display .display2 {
  display: flex;
  height: 100%;
  gap: 0.75rem;
}
body .bglinear .section .custom_footer .about .display .display2 .parent_size_icon {
  height: 28px;
  width: 28px;
}
body .bglinear .section .custom_footer .about .allrights {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
body .bglinear .section .custom_footer.white {
  background-color: #f3f3f3;
  color: var(--black);
}
body .bglinear .section .custom_footer.white .subscribe .form .description {
  color: var(--black);
}
body .bglinear .section .custom_footer.white .about .display .desc {
  color: var(--black) !important;
}

.qna {
  --animation-duration: 0.3s;
  --border-color: #ccc;
}
.qna__item {
  width: 100%;
  margin: -1px 0 0;
}
.qna__item:not(.js-details)[open], .qna__item.is-open {
  --border-color: #ccc;
  position: relative;
}
.qna__question {
  border-radius: 1rem;
  margin-bottom: 10px;
  transition: var(--animation-duration);
  background: rgba(53, 53, 53, 0.47);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  color: var(--white);
  position: relative;
  padding: 20px 50px 20px 20px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.qna__question::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%2212%22%20y1%3D%225%22%20x2%3D%2212%22%20y2%3D%2219%22%3E%3C%2Fline%3E%3Cline%20x1%3D%225%22%20y1%3D%2212%22%20x2%3D%2219%22%20y2%3D%2212%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
  transition: var(--animation-duration);
}
@media (max-width: 576px) {
  .qna__question::after {
    right: 4px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.qna__item:not(.js-details)[open] .qna__question::after, .qna__item.is-open .qna__question::after {
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .qna__item:not(.js-details)[open] .qna__question::after, .qna__item.is-open .qna__question::after {
    transform: rotate(-45deg) translate(0%, -74%);
  }
}
.qna__question::-webkit-details-marker {
  display: none;
}
.js-details .qna__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--animation-duration);
}
.js-details.is-open .qna__answer {
  max-height: none;
  animation: slideDown var(--animation-duration);
}
.js-details.is-open.is-animating .qna__answer {
  max-height: var(--details-height);
}
.qna__text {
  border-radius: 1rem;
  margin-bottom: 10px;
  transition: var(--animation-duration);
  background: rgba(53, 53, 53, 0.47);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  color: var(--white);
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
.qna .additional {
  display: none;
}
.qna .moreless {
  position: relative;
}
.qna .moreless .seemore {
  padding-left: 20px;
  display: flex;
  cursor: pointer;
}
.qna .moreless .seemore .expand {
  color: var(--white);
}
.qna .moreless .seeless {
  padding-left: 20px;
  display: flex;
  display: none;
  cursor: pointer;
}
.qna .moreless .seeless .expand {
  color: var(--white);
}
.qna .moreless svg {
  right: 0;
  top: 50%;
  transform: translateY(0%) rotate(0deg);
  transition: 0.2s ease-out;
}
.qna .seeless {
  position: relative;
  display: flex;
}
.qna .seeless .expand {
  color: var(--white);
}
.qna .seeless svg {
  right: 0;
  top: 50%;
  transform: translateY(0%) rotate(0deg);
  transition: 0.2s ease-out;
}

.profile {
  font-family: "Roboto", sans-serif;
  position: relative;
  justify-content: center;
  padding: 1.5rem 0rem;
}
@media (max-width: 992px) {
  .profile {
    padding: 0rem 0rem 1.5rem 0rem;
  }
}
.profile .display {
  display: flex;
}
@media (max-width: 992px) {
  .profile .display {
    display: grid;
  }
}
.profile .display .left .back {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .profile .display .left .back {
    display: none;
  }
}
.profile .display .left .submenu {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .profile .display .left .submenu {
    margin-top: unset;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    scrollbar-width: none;
    border-bottom: 0.0625rem solid rgba(128, 128, 128, 0.2);
    margin-bottom: 24px;
  }
}
.profile .display .left .submenu .menu {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 0rem;
}
@media (max-width: 992px) {
  .profile .display .left .submenu .menu {
    margin-left: 0 !important;
    padding: 1.5rem 0 0.5rem 0;
    border-bottom: 0.25rem inset rgb(229, 9, 20);
    margin: 0 0.625rem;
  }
}
.profile .display .left .submenu .menu.active {
  color: rgb(0, 0, 0);
}
.profile .display .right .mytickets h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
}
.profile .display .right .mytickets .card_mytickets {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(128, 128, 128, 0.4);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets .rundown {
  padding: 1rem 1.5rem 1rem 1.5rem;
  cursor: pointer;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  line-height: 1.5;
}
.profile .display .right .mytickets .card_mytickets .rundown .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.profile .display .right .mytickets .card_mytickets .rundown .txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
}
@media (max-width: 1199px) {
  .profile .display .right .mytickets .card_mytickets .rundown .txt {
    display: block;
    margin-bottom: 10px;
  }
}
.profile .display .right .mytickets .card_mytickets .rundown .time {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.profile .display .right .mytickets .card_mytickets .QR {
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .profile .display .right .mytickets .card_mytickets .QR {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
}
.profile .display .right .mytickets .card_mytickets .QR svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .profile .display .right .mytickets .card_mytickets .QR svg {
    width: 50%;
  }
}
.profile .display .right .mytickets .card_mytickets .QR img {
  width: 100%;
}
@media (max-width: 768px) {
  .profile .display .right .mytickets .card_mytickets .QR img {
    width: 40%;
  }
}
.profile .display .right .mytickets .card_mytickets .part1 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0 1.5rem 1.5rem 0;
  padding: 0.4375rem 1.5rem 0.5625rem;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(to left, #4ba750, #092042);
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets .part2 {
  padding: 1rem 1.5rem 1rem 1.5rem;
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets .part2 .txt1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin: 0;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets .part2 .txt2 {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets .part2 .txt3 {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets .part2 .txt4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin: 0;
}
.profile .display .right .mytickets .card_mytickets .part3 {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.profile .display .right .mytickets .card_mytickets .part3 .txt1 {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  position: relative;
  padding: 1rem 0 0 0;
}
.profile .display .right .mytickets .card_mytickets .part3 .txt1 .button {
  width: 100%;
  cursor: pointer;
}
.profile .display .right .mytickets .card_mytickets .part3 .txt1::before {
  border-top: 1.5px solid rgba(128, 128, 128, 0.2);
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
}
.profile .display .right .mytickets .card_mytickets .part3 .moreless {
  cursor: pointer;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  line-height: 1.5;
}
.profile .display .right .mytickets .card_mytickets .part3 .moreless .seemore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
}
.profile .display .right .mytickets .card_mytickets .part3 .moreless .seeless {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta {
  display: none;
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta .cta_events {
  display: block;
  margin-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta .cta_events .imgbanner {
  height: 120px;
  width: 100%;
  aspect-ratio: 5/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: 0.3s;
  border-radius: 5px;
  filter: brightness(50%);
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta .cta_events .centered {
  width: 100%;
  padding-left: 51px;
  padding-right: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta .cta_events .centered .logo_brand img {
  width: 83px;
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta .cta_events .centered .dwnld_catalog {
  cursor: pointer;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 0.875rem;
  min-height: 2rem;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0);
  color: var(--white);
}
.profile .display .right .mytickets .card_mytickets .part3 .show_cta .zoom {
  margin-top: 20px;
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.profile .display .right .mytickets .card_mytickets.pending .part1 {
  background: linear-gradient(to left, #dc3838, #a53b5b, #9c3939);
}
.profile .display .right .mytickets .card_mytickets.nodata .part2 {
  padding: 1rem 1.5rem;
}
.profile .display .right .mycertificate h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
}
.profile .display .right .mycertificate .certificate {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(128, 128, 128, 0.4);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.profile .display .right .mycertificate .certificate .color_top {
  background: linear-gradient(to right, #B038DC, #4C3BA5, #393E9C);
  background: linear-gradient(to left, #B038DC, #4C3BA5, #393E9C);
  width: 100%;
  height: 0.5rem;
}
.profile .display .right .mycertificate .certificate .padding {
  padding: 1rem 1.5rem;
}
.profile .display .right .mycertificate .certificate .padding h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin: 0;
  margin-bottom: 0.25rem;
}
.profile .display .right .mycertificate .certificate .padding p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.profile .display .right .mycertificate .certificate .padding_bottom {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
}
.profile .display .right .mycertificate .certificate .padding_bottom .download {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.profile .display .right .mycertificate .certificate.nodata .part2 {
  padding: 1rem 1.5rem;
}
.profile .display .right .mycertificate .certificate.nodata .part2 .txt4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin: 0;
}
.profile .display .right .myreward h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
}
.profile .display .right .myreward .reward .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 4px solid rgba(128, 128, 128, 0.2);
}
.profile .display .right .myreward .reward .header .right {
  font-size: 21px;
  font-weight: 700;
}
.profile .display .right .myreward .reward .card_totalstart {
  display: grid;
  justify-content: left;
  align-items: center;
  margin-bottom: 30px;
}
.profile .display .right .myreward .reward .card_totalstart .display {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
}
.profile .display .right .myreward .reward .card_totalstart .display .text {
  font-size: 26px;
  font-weight: 700;
}
.profile .display .right .myreward .reward .card_totalstart .display .icon svg {
  width: 18px;
}
.profile .display .right .myreward .reward .card_totalstart .caption {
  font-size: 12px;
  font-weight: 500;
}
.profile .display .right .myreward .reward .line-container {
  display: flex;
  width: 100%;
}
.profile .display .right .myreward .reward .line-container .progress-line {
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  background: grey;
  height: 5px;
  display: flex;
  justify-content: space-between;
}
.profile .display .right .myreward .reward .line-container .progress-line .progress {
  position: absolute;
  height: 100%;
  background: orange;
  transition: width 1s ease-in-out;
}
.profile .display .right .myreward .reward .line-container .status {
  position: relative;
  top: -12.5px;
}
.profile .display .right .myreward .reward .line-container .status .dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  border: 5px solid grey;
  cursor: pointer;
}
.profile .display .right .myreward .reward .line-container .status .dot.current {
  background: white;
  border: 5px solid orange;
}
.profile .display .right .myreward .reward .line-container .status .dot.current .current_number {
  content: "";
  position: absolute;
  top: calc(50% + 29px);
  left: calc(50% - 9.5px);
  font-size: 14px;
  font-weight: 500;
}
.profile .display .right .myreward .reward .line-container .status .dot.completed {
  position: relative;
  background: orange;
  border: 14px solid orange;
}
.profile .display .right .myreward .reward .line-container .status .dot.completed .current_number {
  content: "";
  position: absolute;
  top: calc(50% + 19px);
  left: calc(50% - 4.5px);
  font-size: 14px;
  font-weight: 500;
}
.profile .display .right .myreward .reward .line-container .status .dot.completed::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 5.5px);
  height: 5px;
  width: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform-origin: center;
  transform: rotate(-45deg);
  z-index: 2;
}
.profile .display .right .myreward .reward .line-container .status .dot .current_number {
  content: "";
  position: absolute;
  top: calc(50% + 29px);
  left: calc(50% - 9.5px);
  font-size: 14px;
  font-weight: 500;
}
.profile .display .right .myreward .reward .redeem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 4px solid rgba(128, 128, 128, 0.2);
}
.profile .display .right .myreward .reward .redeem .txt {
  cursor: pointer;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 0.875rem;
  min-height: 2rem;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0);
  color: var(--white);
}
.profile .display .right .myreward .reward .redeem .displayy {
  display: flex;
  position: relative;
}
.profile .display .right .myreward .reward .redeem .displayy .numberstar {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}
.profile .display .right .myreward .reward .redeem .displayy .icon svg {
  width: 12px;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
}
.profile .display .right .myreward .reward .redeem .displayy .next {
  margin-left: 17px;
  font-size: 14px;
  font-weight: 500;
}
.profile .display .right .myreward .reward .member .title {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.profile .display .right .myreward .reward .terms {
  margin-top: 30px;
}
.profile .display .right .myreward .reward .terms .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.profile .display .right .myreward .reward .terms .text {
  font-size: 14px;
  font-weight: 400;
}
.profile .display .right .myreward .reward.nodata {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(128, 128, 128, 0.4);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.profile .display .right .myreward .reward.nodata .part2 {
  padding: 1rem 1.5rem;
}
.profile .display .right .myreward .reward.nodata .part2 .txt4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin: 0;
}
.profile .display .right .myhistory h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
}
.profile .display .right .myhistory .history.display {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile .display .right .myhistory .history.display .card_history {
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 8px;
  border: 0.0625rem solid rgba(128, 128, 128, 0.4);
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px var(--media-inner-border);
  width: calc(50% - 4px);
}
@media (max-width: 768px) {
  .profile .display .right .myhistory .history.display .card_history {
    width: 100%;
  }
}
.profile .display .right .myhistory .history.display .card_history .left {
  margin-right: 16px;
}
.profile .display .right .myhistory .history.display .card_history .left img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.profile .display .right .myhistory .history.display .card_history .right {
  padding-right: 16px;
}
.profile .display .right .myhistory .history.display .card_history .right .title {
  font-weight: 600;
  font-size: 1.0625rem;
}
.profile .display .right .myhistory .history.display .card_history .right .date {
  font-weight: 400;
  font-size: 0.8125rem;
}
.profile .display .right .myhistory .history.nodata {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(128, 128, 128, 0.4);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.profile .display .right .myhistory .history.nodata .part2 {
  padding: 1rem 1.5rem;
}
.profile .display .right .myhistory .history.nodata .part2 .txt4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin: 0;
}
.profile .display .right .editprofile h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 3rem;
}
.profile .display .right .editprofile .edit.display {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile .display .right .editprofile .edit.display .card_edit {
  margin-bottom: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px var(--media-inner-border);
  width: 100%;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .profile .display .right .editprofile .edit.display .card_edit {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .profile .display .right .editprofile .edit.display .card_edit {
    display: grid;
  }
}
.profile .display .right .editprofile .edit.display .card_edit .left {
  border: 0;
  cursor: pointer;
  fill: currentColor;
  transition-duration: 250ms;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
  vertical-align: text-top;
  font-size: 1rem;
  font-weight: 500;
  min-height: 2.5rem;
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  width: 7.5rem;
  min-width: 7.5rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .profile .display .right .editprofile .edit.display .card_edit .left {
    width: 100%;
  }
}
.profile .display .right .editprofile .edit.display .card_edit .left .image-area {
  position: relative;
  text-align: center;
}
.profile .display .right .editprofile .edit.display .card_edit .left .image-area #upload_newsletter_1 {
  opacity: 0;
  display: none;
}
.profile .display .right .editprofile .edit.display .card_edit .left .image-area img {
  z-index: 2;
  position: relative;
}
.profile .display .right .editprofile .edit.display .card_edit .left .image-area #imageResult_1 {
  -o-object-fit: cover;
  object-fit: cover;
}
.profile .display .right .editprofile .edit.display .card_edit .left .image-area .btn_img_upload {
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 128, 128, 0.6);
  width: 3rem;
  height: 3rem;
  color: rgb(255, 255, 255);
  border-radius: 50%;
}
.profile .display .right .editprofile .edit.display .card_edit .left .image-area .btn_img_upload:hover {
  color: rgb(0, 0, 0);
}
.profile .display .right .editprofile .edit.display .card_edit .left img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  width: 8rem;
  height: 8rem;
}
.profile .display .right .editprofile .edit.display .card_edit .right {
  width: 100%;
}
.profile .display .right .editprofile .edit.display .card_edit .input_form {
  display: inline-flex;
  vertical-align: text-top;
  position: relative;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.profile .display .right .editprofile .edit.display .card_edit .input_form label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  left: 1rem;
  right: 1rem;
  top: 0.5rem;
  position: absolute;
  transition-property: top, font-size, line-height;
  transition-duration: 250ms;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
  min-width: unset !important;
  display: block;
}
.profile .display .right .editprofile .edit.display .card_edit .input_form .form-control_controlWrapperStyles__oy4jpq1 {
  font-size: 13px;
  font-weight: 400;
}
.profile .display .right .editprofile .edit.display .card_edit .input_form .form-control_controlWrapperStyles__oy4jpq1 .inputt {
  background-color: white;
  border: 1px solid rgba(53, 53, 53, 0.47);
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  width: 100%;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.profile .display .right .editprofile .edit.display .card_edit .input_form .form-control_controlWrapperStyles__oy4jpq1 select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.profile .display .right .editprofile .edit.display .text1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0;
  color: rgb(0, 0, 0);
  margin-top: 2rem;
}
.profile .display .right .editprofile .edit.display .text2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-block-start: 0;
  margin-block-end: 0;
}
.profile .display .right .editprofile .edit.display .button.save {
  margin-top: 2rem;
  border: 0px;
  cursor: pointer;
  fill: currentcolor;
  position: relative;
  transition-duration: 250ms;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
  vertical-align: text-top;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.profile .display .right .editprofile .edit.display .button.cancel {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  border: 0px;
  cursor: pointer;
  fill: currentcolor;
  position: relative;
  transition-duration: 250ms;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
  vertical-align: text-top;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
}
.profile .display .right .editprofile .edit.display .button.cancel:hover {
  background: rgb(191, 191, 191);
  color: rgb(0, 0, 0);
}
.profile .display .right .editprofile .edit.display .garis {
  border-bottom: 0.0625rem solid rgba(128, 128, 128, 0.2);
  width: 100%;
}
.profile .display .right .editprofile .edit.display .button.delete {
  margin-top: 2rem;
  border: 0px;
  cursor: pointer;
  fill: currentcolor;
  position: relative;
  transition-duration: 250ms;
  transition-property: background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
  vertical-align: text-top;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.1875rem;
  content: "";
  border-color: rgba(128, 128, 128, 0.7);
  background: rgba(255, 255, 255, 0);
  color: rgb(193, 17, 25);
}
.profile .display .right .privacy .privacy_sub {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.profile .display .right .privacy .privacy_body {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.login {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 3rem 0rem;
}
.login .form-container {
  width: 320px;
  border-radius: 0.75rem;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  color: rgb(243, 244, 246);
}
.login .form-container .title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.login .form-container .form {
  margin-top: 1.5rem;
}
.login .form-container .form .input-group {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.login .form-container .form .input-group label {
  display: block;
  color: rgb(156, 163, 175);
  margin-bottom: 4px;
}
.login .form-container .form .input-group .main-password {
  position: relative;
}
.login .form-container .form .input-group .main-password .icon-view {
  position: absolute;
  right: 12px;
  top: 13px;
}
.login .form-container .form .input-group .main-password .icon-view .iconn {
  color: rgb(156, 163, 175);
}
.login .form-container .form .input-group input {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgb(55, 65, 81);
  outline: 0;
  background-color: rgb(17, 24, 39);
  padding: 0.75rem 1rem;
  color: rgb(243, 244, 246);
}
.login .form-container .form .input-group input:focus {
  border-color: rgb(255, 255, 255);
}
.login .form-container .form .input-group .forgot {
  display: flex;
  justify-content: start;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(156, 163, 175);
  margin: 8px 0 14px 0;
}
.login .form-container .form .sign {
  display: block;
  width: 100%;
  background-color: var(--button);
  padding: 0.75rem;
  text-align: center;
  color: var(--white);
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
}
.login .form-container .social-message {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.login .form-container .social-message .line {
  height: 1px;
  flex: 1 1 0%;
  background-color: rgb(55, 65, 81);
}
.login .form-container .social-message .message {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(156, 163, 175);
}
.login .form-container .social-icons {
  display: flex;
  justify-content: center;
}
.login .form-container .social-icons .icon {
  border-radius: 0.125rem;
  padding: 0.75rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
}
.login .form-container .social-icons .icon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #fff;
}
.login .form-container .signup {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(156, 163, 175);
}
.login .form-container .forgot a,
.login .form-container .signup a {
  color: rgb(243, 244, 246);
  text-decoration: none;
  font-size: 14px;
}
.login .form-container .forgot a:hover,
.login .form-container .signup a:hover {
  -webkit-text-decoration: underline rgb(167, 139, 250);
          text-decoration: underline rgb(167, 139, 250);
}
.login .form-container .privacy_body {
  font-size: 14px;
  color: var(--white50);
  text-align: center;
}
.login .form-container .privacy_sub {
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
}
.login .form-container .desc {
  font-size: 16px;
  color: var(--white);
}
.login .form-container .others {
  margin-top: 5rem;
  color: var(--white);
}
.login .form-container .others .textother {
  font-size: 16px;
  margin-bottom: 15px;
}
.login .form-container .others .submenu {
  font-size: 16px;
  color: var(--blue);
}

.modal-dialog.details {
  font-family: "Roboto", sans-serif;
  max-width: unset;
  width: 850px;
  top: 2em;
  margin: auto;
}
@media (max-width: 1199px) {
  .modal-dialog.details {
    width: 945.7px;
  }
}
@media (max-width: 992px) {
  .modal-dialog.details {
    width: 665.62px;
  }
}
@media (max-width: 768px) {
  .modal-dialog.details {
    width: 566.46px;
  }
}
@media (max-width: 576px) {
  .modal-dialog.details {
    width: 99vw;
  }
}
.modal-dialog.details .modal-content {
  background-color: #181818;
}
.modal-dialog.details .modal-content .modal-body {
  padding: unset;
  height: calc(100vh - 2em);
}
.modal-dialog.details .modal-content .modal-body .card_details {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.modal-dialog.details .modal-content .modal-body .card_details .part1 {
  overflow: hidden;
  padding-top: 56.3925%;
  width: 100%;
}
.modal-dialog.details .modal-content .modal-body .card_details .part1 img {
  min-width: 100%;
  display: block;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  transition: height 0.2s ease-in-out;
}
.modal-dialog.details .modal-content .modal-body .card_details .part2 {
  background: linear-gradient(0deg, #181818, transparent 50%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-dialog.details .modal-content .modal-body .card_details .part2 .bottomleft {
  bottom: 55px;
  left: 3em;
  position: absolute;
  width: 40%;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .card_details .part2 .bottomleft {
    left: 5px;
    bottom: 4px;
  }
}
.modal-dialog.details .modal-content .modal-body .card_details .part2 .bottomleft .display {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
  min-height: 2em;
  position: relative;
  z-index: 2;
  gap: 10px;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .card_details .part2 .bottomleft .display {
    margin-bottom: unset;
  }
}
.modal-dialog.details .modal-content .modal-body .card_details .part2 .bottomleft .display .button {
  padding: 0.25rem 1rem;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  font-weight: 700;
  gap: 10px;
  background-color: white;
  color: black;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 1;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: background-color, color;
  word-break: break-word;
  white-space: nowrap;
}
.modal-dialog.details .modal-content .modal-body .closein {
  cursor: pointer;
  display: block;
  margin: 1em;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}
.modal-dialog.details .modal-content .modal-body .closein svg {
  background-color: #181818;
  border-radius: 50%;
  height: 36px;
  padding: 8px;
  width: 36px;
  overflow: hidden;
}
.modal-dialog.details .modal-content .modal-body .previewinfo {
  background-color: #181818;
  position: relative;
  color: #fff;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container {
  padding: 0 3em;
  padding-bottom: 2em;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container {
    padding: 5px;
  }
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal {
  -moz-column-gap: 2em;
       column-gap: 2em;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  background-color: #181818;
  display: grid;
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal {
    grid-template-columns: unset;
  }
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal1 {
  margin: 0.8em 0;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal1 .videoMetadata--container {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal1 .videoMetadata--container .videoMetadata--second-line {
  gap: 0.5em;
  align-items: center;
  color: #bcbcbc;
  display: flex;
  flex-wrap: wrap;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal1 .videoMetadata--container .videoMetadata--second-line .player-feature-badge {
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.7em;
  padding: 0 0.5em;
  white-space: nowrap;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal--detailsMetadata-right {
  display: flex;
  flex-direction: column;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal--detailsMetadata-right .margin_tags {
  margin: 0.5em 0.5em 0.5em 0;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal--detailsMetadata-right .margin_tags {
    margin: 0.25em 0.5em 0.25em 0;
  }
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal--detailsMetadata-right .margin_tags .tags {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  margin: 0.5em 0.5em 0.5em 0;
  word-break: break-word;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .previewModal--detailsMetadata-right .margin_tags .tag_item a {
  color: var(--white) !important;
  font-size: 14px;
  line-height: 20px;
  margin: 0.5em 0.5em 0.5em 0;
  word-break: break-word;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .title_detail {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .desc_detail {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.5em;
  color: #fff;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .previewModal .desc_detail {
    margin-bottom: 1.5em;
  }
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector {
  padding: 1em 0 0;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container {
  background-color: #333;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .episodeSelector-season-name {
  font-size: 18px;
  font-weight: 700;
  padding: 1em;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container {
  background-color: #333;
  border-top: 1px solid #404040;
  align-items: center;
  border-bottom: 1px solid #404040;
  border-radius: 0.25em;
  cursor: pointer;
  display: flex;
  min-height: 10em;
  overflow: hidden;
  padding: 1em;
  position: relative;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container {
    display: grid;
  }
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCard-title_index {
  color: #d2d2d2;
  display: flex;
  flex: 0 0 7%;
  font-size: 1.5em;
  justify-content: center;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCard-imageWrapper {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCard-imageWrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCardList--metadataWrapper {
  flex: 0 0 70%;
  font-size: 1em;
  min-height: 100%;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCardList--metadataWrapper .titleCardList-title {
  display: flex;
  justify-content: space-between;
  padding: 1em 1em 0.5em;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCardList--metadataWrapper .titleCardList-title {
    padding: 0.5em 0em;
  }
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCardList--metadataWrapper .titleCardList-title .titleCard-title_text {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCardList--metadataWrapper .titleCard-synopsis {
  color: #d2d2d2;
  margin: 0;
  padding: 0 1em 1em;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 576px) {
  .modal-dialog.details .modal-content .modal-body .previewinfo .detail-modal-container .episodeSelector .episodeSelector-container .titleCardList--container .titleCardList--metadataWrapper .titleCard-synopsis {
    padding: 0.5em 0em;
  }
}

.modal-dialog.notification {
  font-family: "Roboto", sans-serif;
  max-width: 320px;
}
@media (max-width: 576px) {
  .modal-dialog.notification {
    max-width: unset;
  }
}
.modal-dialog.notification .modal-body {
  padding: unset;
}
.modal-dialog.notification .modal-body .cookie-card {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
}
.modal-dialog.notification .modal-body .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.modal-dialog.notification .modal-body .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.modal-dialog.notification .modal-body .description a {
  --tw-text-opacity: 1;
  color: rgb(59, 130, 246);
}
.modal-dialog.notification .modal-body .description a:hover {
  text-decoration-line: underline;
}
.modal-dialog.notification .modal-body .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.modal-dialog.notification .modal-body .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.modal-dialog.notification .modal-body .pref:hover {
  color: rgb(156, 163, 175);
}
.modal-dialog.notification .modal-body .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-dialog.notification .modal-body .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-dialog.notification .modal-body .accept:hover {
  background-color: rgb(55, 65, 81);
}
.modal-dialog.notification .modal-body .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.videorelated .modal-body {
  padding: 9px 9px 0px 9px;
  background-color: rgba(0, 0, 0, 0);
}
.videorelated .modal-body .play_video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}

.notif_failed {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  text-align: left;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.notif_failed .header {
  padding: 1.25rem 1rem 1rem 1rem;
  background-color: #ffffff;
}
.notif_failed .header .image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #fee2e2;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
}
.notif_failed .header .image svg {
  color: #dc2626;
  width: 1.5rem;
  height: 1.5rem;
}
.notif_failed .header .content {
  margin-top: 0.75rem;
  text-align: center;
}
.notif_failed .header .content .title {
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.notif_failed .header .content .message {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.notif_failed .header .actions {
  margin: 0.75rem 1rem;
  background-color: #f9fafb;
}
.notif_failed .header .actions .button {
  cursor: pointer;
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #dc2626;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dis_tmbl {
  height: 258px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.dis_tmbl .txt1 {
  color: var(--white);
  position: relative;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  text-align: center;
}
.dis_tmbl .txt2 {
  color: var(--white);
  position: relative;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center;
}
.dis_tmbl .btnnn {
  margin-top: 30px;
  color: var(--white);
  padding: 0.625rem 0.875rem;
  background-color: var(--button);
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 14px;
  letter-spacing: 1.25px;
  font-weight: 700;
  text-align: center;
}

.previous_card {
  margin: auto;
  width: min(300px, 100%);
  background: rgb(238, 238, 238);
  border-radius: 1rem;
  padding: 0.5rem;
  color: #141417;
}
.previous_card .card_preview_bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 3/2;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.5rem;
  font-size: 0.875rem;
}
.previous_card .card_preview_bg .previous_card_title {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
  padding-right: 2rem;
}
.previous_card .previous_card_titledesc {
  color: #777;
  padding: 0 0.75rem;
  font-size: 10px;
  font-weight: 500;
}
.previous_card .previous_card_desc {
  padding: 0 0.75rem 0.75rem 0.75rem;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
}
.previous_card .previous_card_footer {
  line-height: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0.75rem;
  row-gap: 1rem;
  font-weight: 700;
  font-size: 0.875rem;
}
.previous_card .previous_card_footer .date {
  margin-top: 4px;
  color: #777;
  font-size: 10px;
  font-weight: 500;
}
.previous_card .previous_card_footer .previous_card_btn {
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  background-color: #141417;
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 340px) {
  .previous_card .previous_card_footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (min-width: 340px) {
  .previous_card .previous_card_btn {
    width: -moz-max-content;
    width: max-content;
  }
}

.text_gallery .txt1 {
  color: var(--white);
  position: relative;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.text_gallery .txt2 {
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
}

.image_gallery img {
  width: 100%;
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 992px) {
  .text_gallery .txt2 {
    margin-bottom: 20px;
    width: 80%;
  }
  .image_gallery img {
    aspect-ratio: 3/3;
  }
}
.display_pastevent {
  height: 258px;
  display: flex;
  justify-content: start;
}
@media (max-width: 992px) {
  .display_pastevent {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .display_pastevent {
    justify-content: center;
  }
}
.display_pastevent .card-stack {
  width: 480px;
  position: absolute;
}
.display_pastevent .card-stack .buttons {
  display: none;
}
.display_pastevent .card-stack .prevpast {
  left: 15px;
  right: auto;
}
.display_pastevent .card-stack .nextpast {
  left: auto;
  right: 15px;
}
.display_pastevent .card-stack .card-list .carddd .date {
  text-align: start;
}
.display_pastevent .card-stack .card-list li {
  transition: all 100ms ease-in-out;
  border-radius: 20px;
  position: absolute;
  list-style: none;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.5);
  left: 0;
  right: 200px;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
}
@media (max-width: 576px) {
  .display_pastevent .card-stack .card-list li {
    box-shadow: unset;
  }
}
.display_pastevent .card-stack .card-list li:nth-child(1) {
  left: 200px;
  width: 290px;
  filter: brightness(20%);
}
.display_pastevent .card-stack .card-list li:nth-child(2) {
  left: 150px;
  width: 290px;
  filter: brightness(40%);
}
.display_pastevent .card-stack .card-list li:nth-child(3) {
  left: 100px;
  width: 290px;
  filter: brightness(60%);
}
.display_pastevent .card-stack .card-list li:nth-child(4) {
  left: 50px;
  width: 290px;
  filter: brightness(80%);
}
.display_pastevent .card-stack .card-list li:nth-child(5) {
  right: 200px;
  width: 290px;
}
@media (max-width: 576px) {
  .display_pastevent .card-stack .card-list li:nth-child(1) {
    left: 0;
    width: 480px;
    filter: brightness(20%);
  }
  .display_pastevent .card-stack .card-list li:nth-child(2) {
    left: 0;
    width: 480px;
    filter: brightness(40%);
  }
  .display_pastevent .card-stack .card-list li:nth-child(3) {
    left: 0;
    width: 480px;
    filter: brightness(60%);
  }
  .display_pastevent .card-stack .card-list li:nth-child(4) {
    left: 0;
    width: 480px;
    filter: brightness(80%);
  }
  .display_pastevent .card-stack .card-list li:nth-child(5) {
    left: 0;
    width: 480px;
  }
}

.transformThis {
  animation: scaleDown 500ms;
}
@media (max-width: 576px) {
  .transformThis {
    animation: unset;
  }
}

.transformPrev {
  animation: scaleUp 100ms;
  display: none;
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  20% {
    transform: scale(1.01) translateX(20px);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.05) translateX(40px);
    opacity: 0.4;
  }
  60% {
    transform: scale(1.1) translateX(60px);
    opacity: 0.2;
  }
  80% {
    transform: scale(1.15) translateX(80px);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.2) translateX(100px);
    opacity: 0;
  }
}
@keyframes scaleCard {
  0% {
    top: 5px;
  }
  100% {
    top: 24px;
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=as-style.css.map */

.currency {
    padding-left: 32px !important;
}

.currency-symbol {
    position: absolute;
    padding: 10px 10px;
}