:root {
  --black: #141416;
  --green: #729A65;
  --orange: #FEA14D;
  --blue: #0D2143;
  --red: red;
  --white: #F6F6F6;
  --gray: #858585;
  --gray50: #85858557;
  --filterInvert: invert(0%);
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border-radius: 12px;
  background: #FEA14D;
  padding: 10px 20px;
  border: none;
}

.padding_button, .editor-wrapper .display button, #check_barcode .modal-footer .button, .popup_event .section_bottom a, .popup_alert .modal-dialog .form_auth .display .left .card_auth button, .need_login .modal-dialog .form_auth .display .left .card_auth button, .subscribe .modal-dialog .form_auth .display .left .card_auth button, .auth_login .modal-dialog .form_auth .display .left .card_auth button,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth button, .popup_unduh .padding button, .single_page .profile .left .form_card .display .tombol button, .single_page .profile .left .card_profile.reward_wayang .display .button, .single_page .single_ticket_scan .card_scan .form .display button, .single_page .single_showcase .banner .text_bottom .right .button, .single_page .single_event_detail .row_custom1 .button, .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up,
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down, .single_page .card_rich_text .need_login button, .auth_page .form_auth .display .left .card_auth button, .auth_page_register .register .form_card .tombol button, body .footer .form_subscribe .display .buttons .button, body .showcase .card_showcase .H1_display .text_cta .button, body .forum .container_custom .card_forum .display .text_cta, body .tab_gallery .border_view, body .onemonth_schedule .schedule_grid .button, body .banner_header .banner_homepage .card_register .section_bottom a, body header .nav_menu .button {
  padding: 0.7rem 1.85rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
}

.grid_sponsor {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
  gap: 30px 48px;
  padding: 30px 0px 30px;
}

body {
  background-color: var(--white);
}
body .container_custom {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
body .line_divider_1 {
  opacity: 1;
  height: 3px;
  align-self: stretch;
  background: var(--black);
  margin: 30px 0px 25px 0px;
}
body .line_divider_2 {
  width: calc(100% - var(--bs-gutter-x) * 1);
  opacity: 1;
  height: 2px;
  align-self: stretch;
  background: var(--gray_light);
  margin: 20px 0px;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}
body .custom_col {
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
body .space_between_vertical {
  display: grid;
  justify-content: space-between;
  align-content: space-between;
}
body header {
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body header .logo {
  filter: unset;
  padding-top: 25px;
  width: 200px;
}
body header .nav_menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding-top: 25px;
  height: -moz-fit-content;
  height: fit-content;
}
body header .nav_menu a {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
}
body header .nav_menu a .text_menu {
  font-size: 14px;
  color: var(--white);
  text-align: center;
  font-weight: 500;
}
body header .nav_menu .button {
  border-radius: 20px;
  border: 1px solid var(--orange);
  background: #fea14d;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
body header .nav_menu .button .text_menu {
  color: var(--black);
}
@media screen and (max-width: 576px) {
  body header .nav_menu .ticket_saya {
    display: none;
  }
}
body .banner_header {
  font-family: "Inter", sans-serif;
  line-height: normal;
  margin-top: -95px;
  background-color: black;
  height: 100vh;
}
body .banner_header .banner_homepage {
  position: relative;
}
body .banner_header .banner_homepage .banner_background {
  filter: brightness(50%);
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body .banner_header .banner_homepage .H1_centered {
  position: absolute;
  top: 70%;
  left: 50px;
  width: 75%;
  transform: translate(0%, -50%);
}
body .banner_header .banner_homepage .H1_centered p {
  font-size: 39px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.15;
  /* 100% */
  letter-spacing: -0.022em;
}
body .banner_header .banner_homepage .H1_centered .description {
  margin-top: 27px;
  width: 30%;
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  line-height: 24px;
}
body .banner_header .banner_homepage .description_tagline {
  position: absolute;
  bottom: 3%;
  left: 50px;
  width: 30%;
  transform: translate(0%, -50%);
}
body .banner_header .banner_homepage .description_tagline p {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  line-height: 24px;
}
body .banner_header .banner_homepage .animated {
  display: block !important;
  animation: fade_in_show 0.5s;
}
@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
body .banner_header .banner_homepage .card_register {
  font-size: 16px;
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 0%;
  right: 50px;
  width: 320px;
  margin-bottom: 50px;
  animation: fade_in_show 0.5s;
}
@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
body .banner_header .banner_homepage .card_register .section_top {
  background: var(--black);
  padding: 12px 24px 23px 24px;
}
body .banner_header .banner_homepage .card_register .section_top .text_upcoming {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
}
body .banner_header .banner_homepage .card_register .section_top .title_event {
  font-size: 16px;
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 23px;
  font-weight: 500;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex.speaker .card_display {
  gap: 5px;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex.speaker .card_display .card_circle:nth-child(2) {
  z-index: 2;
  margin-left: unset;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex.speaker .card_display .card_circle:nth-child(3) {
  z-index: 1;
  margin-left: unset;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex {
  display: flex;
  gap: 15px;
  align-items: center;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex .card_display {
  display: flex;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex .card_display .card_circle {
  z-index: 3;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex .card_display .card_circle img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  padding: 2px;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex .card_display .card_circle:nth-child(2) {
  z-index: 2;
  margin-left: -18px;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex .card_display .card_circle:nth-child(3) {
  z-index: 1;
  margin-left: -18px;
}
body .banner_header .banner_homepage .card_register .section_top .card_flex .total_register {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
}
body .banner_header .banner_homepage .card_register .section_top .date_and_time {
  font-size: 16px;
  color: var(--white);
  padding-top: 23px;
  font-weight: 500;
}
body .banner_header .banner_homepage .card_register .section_top .place {
  font-size: 16px;
  color: var(--white);
  padding-top: 5px;
  font-weight: 500;
}
body .banner_header .banner_homepage .card_register .section_bottom {
  background: var(--white);
}
body .banner_header .banner_homepage .card_register .section_bottom svg {
  height: 14px;
}
body .banner_header .banner_homepage .card_register .section_bottom a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body .banner_header .banner_homepage .card_register .section_bottom a .button_register {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
body .onemonth_schedule {
  font-family: "Inter", sans-serif;
  line-height: normal;
  position: relative;
  z-index: 3;
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 33px;
}
body .onemonth_schedule .sub_text {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 16px;
}
body .onemonth_schedule .H1_display {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
body .onemonth_schedule .H1_display .H1_text {
  font-size: 47px;
  color: var(--black);
  font-weight: 600;
  letter-spacing: -0.022em;
}
body .onemonth_schedule .H1_display .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
body .onemonth_schedule .H1_display .button .button_register_event {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  cursor: pointer;
}
body .onemonth_schedule .schedule_grid {
  color: var(--gray50);
}
body .onemonth_schedule .schedule_grid .active {
  color: var(--black);
}
body .onemonth_schedule .schedule_grid .active .button {
  background: var(--black);
  opacity: 1;
}
body .onemonth_schedule .schedule_grid .active .button .button_register_event {
  color: var(--white);
}
body .onemonth_schedule .schedule_grid .button_daftar {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
}
body .onemonth_schedule .schedule_grid .tanggal {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .onemonth_schedule .schedule_grid .date {
  width: 77px;
  font-size: 47px;
  font-weight: 700;
}
body .onemonth_schedule .schedule_grid .month {
  font-size: 16px;
  font-weight: 500;
}
body .onemonth_schedule .schedule_grid .year {
  font-size: 16px;
  font-weight: 500;
}
body .onemonth_schedule .schedule_grid .month_year {
  line-height: 24px;
  display: grid;
}
body .onemonth_schedule .schedule_grid .txt_details_event {
  font-size: 23px;
  font-weight: 400;
}
body .onemonth_schedule .schedule_grid .button {
  background: var(--gray50);
  opacity: 0.3;
}
body .onemonth_schedule .schedule_grid .button .button_register_event {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
body .tab_gallery {
  font-family: "Inter", sans-serif;
  line-height: normal;
  position: relative;
  z-index: 3;
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}
body .tab_gallery .mobile {
  display: none;
}
body .tab_gallery .padding {
  margin-top: 12px;
}
body .tab_gallery .border_text {
  margin-bottom: 16px;
}
body .tab_gallery .border_text .text_tab {
  font-size: 16px;
  color: #141416;
  font-weight: 500;
}
body .tab_gallery .text_tagline {
  font-size: 39px;
  color: var(--black);
  font-weight: 600;
  letter-spacing: -1px;
}
body .tab_gallery .border_view {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--black);
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}
body .tab_gallery .border_view .text {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
}
body .tab_gallery .card_gallery {
  position: relative;
  color: var(--white);
}
body .tab_gallery .card_gallery img {
  filter: brightness(63%);
  width: 100%;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}
body .tab_gallery .card_gallery .text_top {
  position: absolute;
  top: 24px;
  left: 24px;
}
body .tab_gallery .card_gallery .text_top .date {
  font-size: 16px;
  font-weight: 500;
}
body .tab_gallery .card_gallery .text_top .title {
  font-size: 39px;
  font-weight: 500;
}
body .tab_gallery .card_gallery .text_bottom {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
body .tab_gallery .card_gallery .text_bottom .title {
  font-size: 16px;
  font-weight: 500;
}
body .forum {
  font-family: "Inter", sans-serif;
  background: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}
body .forum .container_custom .card_forum .text {
  font-size: 47px;
  color: var(--white);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: normal;
}
body .forum .container_custom .card_forum .display {
  display: grid;
  align-content: space-between;
  justify-content: flex-end;
  height: 100%;
}
body .forum .container_custom .card_forum .display .d-flex {
  margin-bottom: 40px;
}
body .forum .container_custom .card_forum .display .text_cta {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  border-radius: 24px;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}
body .forum .container_custom .card_forum .display .desc {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
  line-height: 24px;
}
body .showcase {
  font-family: "Inter", sans-serif;
  line-height: normal;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
  background-color: var(--white);
}
body .showcase .swiper-slide {
  margin-right: 1.5rem !important;
}
body .showcase .card_showcase {
  width: 100%;
}
body .showcase .card_showcase .text_showcase {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  border-radius: 40px;
  margin-bottom: 16px;
}
body .showcase .card_showcase .H1_display {
  margin-bottom: 40px;
}
body .showcase .card_showcase .H1_display .text_1 {
  font-size: 47px;
  color: var(--black);
  font-weight: 700;
}
body .showcase .card_showcase .H1_display .text_2 {
  font-size: 47px;
  color: var(--gray);
  font-weight: 700;
}
body .showcase .card_showcase .H1_display .text_cta {
  display: grid;
  align-items: end;
}
body .showcase .card_showcase .H1_display .text_cta .description {
  font-size: 16px;
  color: var(--black);
  line-height: 24px;
  font-weight: 500;
}
body .showcase .card_showcase .H1_display .text_cta .button {
  background: var(--black);
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
body .showcase .card_showcase .H1_display .text_cta .button .view {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
}
body .showcase .card_showcase .card_item_brand img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .showcase .card_showcase .card_item_brand .title {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--black);
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}
body .showcase .card_showcase .card_item_brand .button {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
body .showcase .card_showcase .card_item_brand .button .view {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
body .ads {
  position: relative;
  z-index: 3;
  background-color: var(--white);
}
body .ads .card_ads {
  width: 100%;
}
body .ads .card_ads img {
  width: 100%;
  aspect-ratio: 5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
body .program {
  font-family: "Inter", sans-serif;
  background-color: var(--black);
  overflow: hidden;
}
body .program .container_program {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
body .program .container_program .logo {
  width: 350px;
}
body .program .container_program .centered-text {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
}
body .program .container_program .centered-text h1 {
  color: var(--white);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}
body .program .container_program .container_agenda {
  position: relative;
  width: 100%;
  height: 100%;
}
body .program .container_program .container_agenda .box {
  position: absolute;
  width: 90px;
  height: 60px;
  border-radius: 4px;
}
body .program .container_program .container_agenda .box img {
  width: 200px;
  filter: brightness(50%);
}
body .program .container_program .container_agenda .box:nth-child(1) img {
  width: 130px;
}
body .program .container_program .container_agenda .box:nth-child(2) img {
  width: 250px;
}
body .program .container_program .container_agenda .box:nth-child(3) img {
  width: 140px;
}
body .program .container_program .container_agenda .box:nth-child(4) img {
  width: 250px;
}
body .program .container_program .container_agenda .box:nth-child(5) img {
  width: 130px;
}
body .program .container_program .container_agenda .box:nth-child(6) img {
  width: 250px;
}
body .program .container_program .container_agenda .box:nth-child(7) img {
  width: 120px;
}
body .program .container_program .container_agenda .box:nth-child(8) img {
  width: 180px;
}
body .program .container_program .container_agenda .box:nth-child(9) img {
  width: 130px;
}
body .program .container_program .container_agenda .box:nth-child(10) img {
  width: 130px;
}
body .program .container_program .images-container {
  width: 100%;
  height: 100%;
  position: absolute;
  filter: brightness(0.7);
}
body .program .container_program .images-container .floating-image {
  cursor: pointer;
}
body .program .container_program .images-container .floating-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
body .program .container_program .images-container {
  /* Fixed position transforms */
}
body .program .container_program .images-container .floating-image:nth-child(1) {
  transform: unset !important;
  position: absolute;
  left: 18%;
  top: 18%;
}
body .program .container_program .images-container .floating-image:nth-child(1) img {
  width: 400px;
}
body .program .container_program .images-container .floating-image:nth-child(2) {
  transform: unset !important;
  position: absolute;
  left: 56%;
  top: 21%;
}
body .program .container_program .images-container .floating-image:nth-child(2) img {
  width: 250px;
}
body .program .container_program .images-container .floating-image:nth-child(3) {
  transform: unset !important;
  position: absolute;
  left: 75%;
  top: 25%;
}
body .program .container_program .images-container .floating-image:nth-child(3) img {
  width: 200px;
}
body .program .container_program .images-container .floating-image:nth-child(4) {
  transform: unset !important;
  position: absolute;
  left: 15%;
  top: 50%;
}
body .program .container_program .images-container .floating-image:nth-child(4) img {
  width: 250px;
}
body .program .container_program .images-container .floating-image:nth-child(5) {
  transform: unset !important;
  position: absolute;
  left: 30%;
  top: 71%;
}
body .program .container_program .images-container .floating-image:nth-child(5) img {
  width: 250px;
}
body .program .container_program .images-container .floating-image:nth-child(6) {
  transform: unset !important;
  position: absolute;
  left: 51%;
  top: 70%;
}
body .program .container_program .images-container .floating-image:nth-child(6) img {
  width: 150px;
}
body .program .container_program .images-container .floating-image:nth-child(7) {
  transform: unset !important;
  position: absolute;
  left: 65%;
  top: 61.5%;
}
body .program .container_program .images-container .floating-image:nth-child(7) img {
  width: 350px;
}
body .footer {
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 3;
  padding-top: 20px;
  line-height: normal;
  background-color: var(--white);
}
body .footer .margin_bottom_menu {
  margin-bottom: 20px;
}
body .footer .margin_bottom_menu .menu_footer {
  font-size: 19px;
  font-weight: 500;
}
body .footer .margin_bottom_menu .menu_footer a {
  color: var(--black);
}
body .footer .form_subscribe {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .footer .form_subscribe .banner_image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
body .footer .form_subscribe .display {
  width: 100%;
}
body .footer .form_subscribe .display .text_heading {
  font-size: 16px;
  text-align: center;
  color: var(--black);
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 200px;
  padding-right: 200px;
}
body .footer .form_subscribe .display .text_heading p {
  color: var(--black);
}
body .footer .form_subscribe .display .buttons {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
body .footer .form_subscribe .display .buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--black);
  border-radius: 24px;
}
body .footer .form_subscribe .display .buttons .button .text {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
}
body .footer .form_subscribe .display .socials {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
body .footer .form_subscribe .display .socials svg {
  width: 26px;
}
body .footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
body .footer .copyright .text {
  font-size: 16px;
  font-weight: 500;
}
body .footer .copyright a {
  color: var(--black);
}

.privacy_page {
  font-family: "Inter", sans-serif;
}
.privacy_page .logo {
  filter: invert(100%);
}
.privacy_page .privacy_police {
  margin-top: 40px;
  margin-bottom: 50px;
}
.privacy_page .privacy_police .text_control {
  color: var(--black);
}
.privacy_page .privacy_police .text_control .text:nth-child(1) {
  font-size: 47px;
  font-weight: 700;
}
.privacy_page .privacy_police .text_control .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.privacy_page .privacy_police .text_control .text:nth-child(3) {
  margin-top: 60px;
}
.privacy_page .privacy_police .text_control .text:nth-child(3) .text:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_page .privacy_police .text_control .text:nth-child(3) .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}
.privacy_page .privacy_police .text_control .text:nth-child(4) {
  margin-top: 60px;
}
.privacy_page .privacy_police .text_control .text:nth-child(4) .text:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_page .privacy_police .text_control .text:nth-child(4) .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}
.privacy_page .privacy_police .text_control .text:nth-child(5) {
  margin-top: 60px;
}
.privacy_page .privacy_police .text_control .text:nth-child(5) .text:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_page .privacy_police .text_control .text:nth-child(5) .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}
.privacy_page .privacy_police .text_control .text:nth-child(6) {
  margin-top: 60px;
}
.privacy_page .privacy_police .text_control .text:nth-child(6) .text:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_page .privacy_police .text_control .text:nth-child(6) .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}
.privacy_page .privacy_police .text_control .text:nth-child(7) {
  margin-top: 60px;
}
.privacy_page .privacy_police .text_control .text:nth-child(7) .text:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_page .privacy_police .text_control .text:nth-child(7) .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}
.privacy_page .privacy_police .text_control .text:nth-child(8) {
  margin-top: 60px;
}
.privacy_page .privacy_police .text_control .text:nth-child(8) .text:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_page .privacy_police .text_control .text:nth-child(8) .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}

.auth_page_register {
  font-family: "Inter", sans-serif;
  line-height: normal;
}
.auth_page_register .menu_header .logo {
  filter: invert(100%);
}
.auth_page_register .menu_header .mobile {
  display: none !important;
}
.auth_page_register .menu_header .login {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--black);
  text-align: center;
  font-weight: 500;
  align-items: center;
}
.auth_page_register .menu_header .login a {
  color: var(--orange);
}
.auth_page_register .register {
  margin-top: 8px;
}
.auth_page_register .register .text {
  color: var(--black);
}
.auth_page_register .register .text:nth-child(1) {
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.auth_page_register .register .text:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
}
.auth_page_register .register .form_card {
  display: grid;
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
.auth_page_register .register .form_card .section1 {
  width: 1000px;
}
.auth_page_register .register .form_card .section1 .photo_profile {
  position: relative;
  text-align: center;
  height: 271px;
}
.auth_page_register .register .form_card .section1 .photo_profile img {
  z-index: 2;
  position: relative;
}
.auth_page_register .register .form_card .section1 .photo_profile #imageResult_1 {
  border: 0.5px solid #bbb;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.auth_page_register .register .form_card .section1 .photo_profile #upload_newsletter_1 {
  opacity: 0;
  display: none;
}
.auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload {
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload .dflex {
  text-align: center;
  background: rgba(246, 246, 246, 0.7607843137);
  height: 150px;
  width: 150px;
  padding: 41px 10px 10px 10px;
  border-radius: 50%;
}
.auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload .dflex i {
  color: var(--black);
  font-size: 30px;
  margin-bottom: 10px;
}
.auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload .dflex .btn_upload_newsletter {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
.auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload .dflex .note {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
}
.auth_page_register .register .form_card .section1 .card_input {
  display: grid;
  gap: 10px;
  color: var(--black);
  margin-bottom: 24px;
}
.auth_page_register .register .form_card .section1 .card_input .sub_input:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
}
.auth_page_register .register .form_card .section1 .card_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
}
.auth_page_register .register .form_card .section1 .card_input #showhide {
  padding: 12px 43px 12px 16px;
}
.auth_page_register .register .form_card .section1 .card_input input::-moz-placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.auth_page_register .register .form_card .section1 .card_input input::placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.auth_page_register .register .form_card .section1 .card_input .password-wrapper {
  position: relative;
}
.auth_page_register .register .form_card .section1 .card_input .password-wrapper input {
  width: 100%;
}
.auth_page_register .register .form_card .section1 .card_input .password-wrapper .toggle-password {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.auth_page_register .register .form_card .section1 .card_input:nth-child(3) {
  margin-bottom: 0px;
}
.auth_page_register .register .form_card .section2 .card_input {
  display: grid;
  gap: 10px;
  color: var(--black);
  margin-bottom: 24px;
}
.auth_page_register .register .form_card .section2 .card_input .sub_input:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
}
.auth_page_register .register .form_card .section2 .card_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
}
.auth_page_register .register .form_card .section2 .card_input input::-moz-placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.auth_page_register .register .form_card .section2 .card_input input::placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.auth_page_register .register .form_card .section2 .card_input .select-wrapper {
  position: relative;
}
.auth_page_register .register .form_card .section2 .card_input .select-wrapper select {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.auth_page_register .register .form_card .section2 .card_input .select-wrapper select:focus {
  outline: none;
  border-color: #bbb;
}
.auth_page_register .register .form_card .section2 .card_input .select-wrapper::after {
  content: url(http://anakataseries.com/260101/assets/Icon/arrow_down.png);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  pointer-events: none;
  font-size: 12px;
}
.auth_page_register .register .form_card .section2 .card_input:nth-child(3) {
  margin-bottom: 0px;
}
.auth_page_register .register .form_card .section2 .card_input:nth-child(6) {
  margin-bottom: 0px;
}
.auth_page_register .register .form_card .display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.auth_page_register .register .form_card .display .checkbox {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}
.auth_page_register .register .form_card .display a {
  color: var(--black);
  text-decoration: underline !important;
}
.auth_page_register .register .form_card .tombol {
  display: flex;
  justify-content: center;
}
.auth_page {
  font-family: "Inter", sans-serif;
}
.auth_page .menu_header {
  background: var(--white);
  position: absolute;
  z-index: 1;
}
.auth_page .menu_header .logo {
  filter: invert(100%);
}
.auth_page .form_auth .display {
  display: flex;
}
.auth_page .form_auth .display .left {
  display: grid;
  align-items: center;
  padding: 0px 200px 0px 200px;
}
.auth_page .form_auth .display .left .card_auth .text {
  color: var(--black);
}
.auth_page .form_auth .display .left .card_auth .text:nth-child(1) {
  font-size: 33px;
  text-align: center;
  font-weight: 500;
}
.auth_page .form_auth .display .left .card_auth .text:nth-child(2) {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
.auth_page .form_auth .display .left .card_auth .form_input {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--black);
}
.auth_page .form_auth .display .left .card_auth .form_input label {
  font-size: 16px;
  font-weight: 500;
}
.auth_page .form_auth .display .left .card_auth .form_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.auth_page .form_auth .display .left .card_auth .form_input .password-wrapper {
  position: relative;
}
.auth_page .form_auth .display .left .card_auth .form_input .password-wrapper input {
  width: 100%;
}
.auth_page .form_auth .display .left .card_auth .form_input .password-wrapper .toggle-password {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.auth_page .form_auth .display .left .card_auth a {
  color: var(--black);
}
.auth_page .form_auth .display .left .card_auth a .text_forgot {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.auth_page .form_auth .display .left .card_auth a .text_forgot:hover {
  color: var(--gray);
}
.auth_page .form_auth .display .left .card_auth .social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.auth_page .form_auth .display .left .card_auth .social_icons .text {
  font-size: 16px;
  font-weight: 500;
}
.auth_page .form_auth .display .left .card_auth .social_icons .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.auth_page .form_auth .display .left .card_auth .social_icons .social .icon {
  border-radius: 0.125rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
}
.auth_page .form_auth .display .left .bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  gap: 10px;
  margin-bottom: 40px;
}
.auth_page .form_auth .display .left .bottom .text_register {
  font-size: 16px;
  font-weight: 500;
}
.auth_page .form_auth .display .left .bottom a {
  color: var(--orange);
}
.auth_page .form_auth .display .left .bottom a:hover {
  color: var(--orange);
  opacity: 0.7;
}
.auth_page .form_auth .display .right .auth_img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page {
  font-family: "Inter", sans-serif;
  line-height: normal;
}
.single_page .menu_header {
  background: var(--white);
  position: relative;
  z-index: 1;
}
.single_page .menu_header .logo {
  filter: invert(100%);
  width: 120px;
  padding-bottom: 24px;
  padding-top: 25px;
}
.single_page .menu_header .text_menu {
  color: var(--white) !important;
}
.single_page .menu_header header .nav_menu .button {
  background: var(--black);
  border: 1px solid var(--black);
}
.single_page .card_rich_text {
  border-radius: 8px;
  background: #fff;
  padding: 36px;
}
.single_page .card_rich_text .need_login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .card_rich_text .need_login .text {
  font-size: 16px;
  display: flex;
  color: var(--black);
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.single_page .card_rich_text .need_login .text p {
  color: var(--orange);
  margin-bottom: 0px;
}
.single_page .option {
  cursor: pointer;
}
.single_page .dropdown {
  position: relative;
  display: inline-block;
}
.single_page .dropdown .dropdown-btn {
  font-weight: 900;
  padding: 0px;
  background: #fff;
  color: var(--black);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.single_page .dropdown .dropdown-btn .arrow {
  transition: 0.3s ease;
}
.single_page .dropdown .dropdown-content {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 223px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* Hidden default */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 4;
}
.single_page .dropdown .dropdown-content a svg {
  height: 19px;
}
.single_page .dropdown .dropdown-content a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  margin: 12px 16px;
  text-decoration: none;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .dropdown .dropdown-content a:hover {
  background: #f1f1f1;
}
.single_page .dropdown .dropdown-content .change,
.single_page .dropdown .dropdown-content .delete {
  border-radius: 6px;
  padding: 8px 11px;
  margin: 12px 16px;
}
.single_page .dropdown .dropdown-content .delete:hover {
  background: rgba(255, 141, 141, 0.472);
}
.single_page {
  /* Active state */
}
.single_page .dropdown.active .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.single_page .dropdown.active .arrow {
  transform: rotate(180deg);
}
.single_page .card_comments {
  margin-top: 40px;
  display: grid;
  gap: 25px;
}
.single_page .card_comments .card_comment {
  border-radius: 8px;
  background: #fff;
  padding: 36px;
}
.single_page .card_comments .card_comment .card_comment_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .card_comments .card_comment .card_comment_header .date_comment.mobile {
  display: none;
}
.single_page .card_comments .card_comment .card_comment_header .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_page .card_comments .card_comment .card_comment_header .left img {
  width: 40px;
  height: 40px;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single_page .card_comments .card_comment .card_comment_header .left .card_comment_name {
  font-size: 16px;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single_page .card_comments .card_comment .card_comment_header .right .date_comment {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .card_comments .card_comment hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
.single_page .card_comments .card_comment .card_comment_body {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.single_page .card_comments .card_comment .card_comment_body img {
  max-width: 200px;
}
.single_page .card_comments .card_comment .card_comment_interaction {
  display: flex;
  gap: 25px;
}
.single_page .card_comments .card_comment .card_comment_interaction button {
  background: unset;
  border-radius: unset;
  padding: unset;
  border: unset;
}
.single_page .card_comments .card_comment .card_comment_interaction .active .text {
  color: var(--orange);
}
.single_page .card_comments .card_comment .card_comment_interaction .up,
.single_page .card_comments .card_comment .card_comment_interaction .down {
  display: flex;
  gap: 5px;
  align-items: end;
  color: var(--black);
}
.single_page .single_forum_detail {
  margin-bottom: 30px;
}
.single_page .single_forum_detail .container_custom {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 1320px;
}
.single_page .single_forum_detail .container_custom .back {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.single_page .single_forum_detail .container_custom .back .text {
  font-size: 19px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum_detail .container_custom .custom_col {
  display: grid;
  gap: 25px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum {
  border-radius: 8px;
  background: #fff;
  padding: 36px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .title_forums {
  margin-bottom: 12px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .title_forums .title {
  font-size: 23px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .title_forums .time_post.mobile {
  display: none;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .content {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .content img {
  margin-top: 15px;
  margin-right: 15px;
  max-width: 200px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 2px solid;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left {
  display: flex;
  gap: 10px;
  width: 100%;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left img {
  width: 40px;
  height: 40px;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author {
  font-size: 16px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
  font-size: 16px;
  color: var(--orange);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 737px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .right .time_post {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort {
  display: flex;
  gap: 15px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort button {
  background: unset;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up,
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down {
  cursor: pointer;
  display: flex;
  gap: 0px;
  align-items: center;
  padding: 4px 24px 4px 20px;
  border-radius: 20px;
  border: 1px solid var(--orange);
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up svg,
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down svg {
  height: 16px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up .mobile,
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down .mobile {
  display: none;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up .count,
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down .count {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .active {
  background: var(--orange) !important;
  padding: 4px 24px 4px 20px;
  border-radius: 20px;
}
.single_page .single_forum_detail .container_custom .custom_col .card_forum .display .time_post.mobile {
  display: none;
}
.single_page .single_forum {
  margin-bottom: 30px;
}
.single_page .single_forum .container_custom {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 1320px;
}
.single_page .single_forum .container_custom .dflex {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}
.single_page .single_forum .container_custom .dflex .title_forum {
  font-size: 33px;
  color: var(--black);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.single_page .single_forum .container_custom .dflex .post {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  height: 100%;
}
.single_page .single_forum .container_custom .dflex .post svg {
  width: 20px;
}
.single_page .single_forum .container_custom .dflex .post .text {
  font-size: 19px;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.single_page .single_forum .container_custom .custom_col {
  display: grid;
  gap: 25px;
}
.single_page .single_forum .container_custom .card_forum {
  border-radius: 8px;
  background: #fff;
  padding: 36px;
}
.single_page .single_forum .container_custom .card_forum .title_forums {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 12px;
}
.single_page .single_forum .container_custom .card_forum .title_forums .title {
  font-size: 23px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
}
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort {
  display: flex;
  gap: 15px;
}
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort .up,
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort .down {
  cursor: pointer;
  display: flex;
  gap: 0px;
  align-items: center;
}
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort .up svg,
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort .down svg {
  height: 16px;
}
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort .up .count,
.single_page .single_forum .container_custom .card_forum .title_forums .display .sort .down .count {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum .container_custom .card_forum .title_forums .display .time_post.mobile {
  display: none;
}
.single_page .single_forum .container_custom .card_forum .content {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.4px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single_page .single_forum .container_custom .card_forum hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 2px solid;
}
.single_page .single_forum .container_custom .card_forum .open_forums {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .single_forum .container_custom .card_forum .open_forums .left {
  display: flex;
  gap: 10px;
}
.single_page .single_forum .container_custom .card_forum .open_forums .left img {
  width: 40px;
  height: 40px;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_forum .container_custom .card_forum .open_forums .left .dsply {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author {
  font-size: 16px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
  font-size: 16px;
  color: var(--orange);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 287px;
}
.single_page .single_forum .container_custom .card_forum .open_forums .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_page .single_forum .container_custom .card_forum .open_forums .right .time_post {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum .container_custom .card_forum .open_forums .right .open {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum .container_custom .card_forum .open_forums .right .open svg {
  width: 19px;
}
.single_page .single_forum .container_custom .card_forum .brands {
  display: grid;
  gap: 24px;
}
.single_page .single_forum .container_custom .card_forum .brands .brand {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}
.single_page .single_forum .container_custom .card_forum .brands .brand .title {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.5px;
}
.single_page .single_forum .container_custom .card_forum .brands .brand svg {
  width: 19px;
}
.single_page .single_form_additional .container_custom {
  justify-content: center;
  display: flex;
}
.single_page .single_form_additional .container_custom .card_form {
  align-content: center;
  width: 80%;
  padding: 24px 24px 40px 24px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 30px;
}
.single_page .single_form_additional .container_custom .card_form .display {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.single_page .single_form_additional .container_custom .card_form .display .text {
  font-size: 39px;
}
.single_page .single_form_additional .container_custom .card_form .display .text:nth-child(1) {
  font-weight: 500;
  color: var(--black);
  margin-bottom: 12px;
}
.single_page .single_form_additional .container_custom .card_form .display .text:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  color: var(--black);
}
.single_page .single_form_additional .container_custom .card_form .form_input {
  padding: 33px 0px;
  display: grid;
  gap: 24px;
}
.single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee {
  position: relative;
}
.single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee .title_display {
  position: absolute;
  top: 41px;
  left: 16px;
  width: calc(50% - 16px);
  display: flex;
  justify-content: space-between;
  color: #bbb;
}
.single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee .title_display .text {
  font-size: 16px;
}
.single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee input {
  padding: 12px 16px 12px 50% !important;
  text-align: right;
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee input::-moz-placeholder {
  padding: 12px 16px;
  font-weight: 400;
  margin-top: 20px !important;
}
.single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee input::placeholder {
  padding: 12px 16px;
  font-weight: 400;
  margin-top: 20px !important;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label {
  display: grid;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label label {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label input {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label input::-moz-placeholder {
  font-weight: 400;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label input::placeholder {
  font-weight: 400;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label .select-wrapper {
  position: relative;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label .select-wrapper select {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label .select-wrapper select:focus {
  outline: none;
  border-color: #bbb;
}
.single_page .single_form_additional .container_custom .card_form .form_input .input_label .select-wrapper::after {
  content: url(http://anakataseries.com/260101/assets/Icon/arrow_down.png);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  pointer-events: none;
  font-size: 12px;
}
.single_page .single_form_additional .container_custom .card_form .display_term {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.single_page .single_form_additional .container_custom .card_form .display_term .checkbox {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}
.single_page .single_form_additional .container_custom .card_form .tombol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_page .single_gallery {
  margin-top: 8px;
}
.single_page .single_gallery .row {
  margin-top: 8px;
}
.single_page .single_gallery .display_navigation.mobile,
.single_page .single_gallery .text_tab.mobile {
  display: none;
}
.single_page .single_gallery .display_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .single_gallery .display_navigation .text_tab {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
.single_page .single_gallery .display_navigation .text_tab a {
  padding-left: 20px;
  color: var(--black);
}
.single_page .single_gallery .display_navigation .text_tab a.active {
  color: var(--orange);
}
.single_page .single_gallery .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.single_page .single_gallery .tabs .tab {
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.single_page .single_gallery .tabs .tab:hover {
  color: var(--gray);
}
.single_page .single_gallery .tabs .tab.active {
  color: var(--orange);
}
.single_page .single_gallery .gallery .gallery-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.5s ease forwards;
  background-color: var(--card-bg);
}
.single_page .single_gallery .no-results {
  min-height: calc(100vh - 500px);
  grid-column: 1/-1;
  text-align: center;
  padding: 40px;
  color: var(--text-secondary);
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.single_page .single_gallery .text_tagline {
  font-size: 39px;
  color: var(--black);
  align-items: center;
  font-weight: 600;
  letter-spacing: -1px;
}
.single_page .single_gallery .padding {
  margin-top: 12px;
}
.single_page .single_gallery .card_gallery {
  position: relative;
  color: var(--white);
}
.single_page .single_gallery .card_gallery img {
  filter: brightness(63%);
  width: 100%;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_gallery .card_gallery .text_top {
  position: absolute;
  top: 24px;
  left: 24px;
}
.single_page .single_gallery .card_gallery .text_top .date {
  font-size: 16px;
  font-weight: 500;
}
.single_page .single_gallery .card_gallery .text_top .title {
  font-size: 39px;
  font-weight: 500;
}
.single_page .single_gallery .card_gallery .text_bottom {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.single_page .single_gallery .card_gallery .text_bottom .title {
  font-size: 39px;
  font-weight: 500;
}
.single_page .single_event_detail {
  margin-bottom: 40px;
}
.single_page .single_event_detail .row_custom1 .col-auto {
  height: auto;
}
.single_page .single_event_detail .row_custom1 .sticky_regis {
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
}
.single_page .single_event_detail .row_custom1 .sticky_regis .card_poster.mobile {
  display: none;
}
.single_page .single_event_detail .row_custom1 .card_box {
  border-radius: 8px;
  border: 1px solid var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--black);
}
.single_page .single_event_detail .row_custom1 .card_box .text {
  font-weight: 500;
}
.single_page .single_event_detail .row_custom1 .card_box .text:nth-child(1),
.single_page .single_event_detail .row_custom1 .card_box .text:nth-child(3) {
  font-size: 16px;
}
.single_page .single_event_detail .row_custom1 .card_box .text:nth-child(2) {
  font-size: 47px;
}
.single_page .single_event_detail .row_custom1 .card_box .text:nth-child(4) {
  font-size: 12px;
  color: var(--gray);
}
.single_page .single_event_detail .row_custom1 .card_box:nth-child(1) {
  padding: 24px 10px 10px;
  margin-bottom: 12px;
}
.single_page .single_event_detail .row_custom1 .card_box:nth-child(2) {
  border: unset;
  margin-bottom: 12px;
}
.single_page .single_event_detail .row_custom1 a {
  color: var(--black);
}
.single_page .single_event_detail .row_custom1 .button {
  margin-top: 12px;
  background: var(--orange);
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.single_page .single_event_detail .row_custom1 .body_content .cta_desktop {
  display: none;
}
.single_page .single_event_detail .row_custom1 .body_content .text {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}
.single_page .single_event_detail .row_custom1 .body_content .sub_title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-top: 25px !important;
  margin-bottom: 8px !important;
}
.single_page .single_event_detail .row_custom1 .body_content .sub_title.speaker {
  margin-bottom: 20px !important;
}
.single_page .single_event_detail .row_custom1 .body_content .text.speaker {
  margin-bottom: 20px;
}
.single_page .single_event_detail .row_custom1 .body_content .text:nth-child(1) {
  font-size: 23px;
  font-weight: 500;
}
.single_page .single_event_detail .row_custom1 .body_content .text:nth-child(2) {
  font-size: 60px;
  font-weight: 600;
}
.single_page .single_event_detail .row_custom1 .body_content .text:nth-child(3),
.single_page .single_event_detail .row_custom1 .body_content .sub {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 8px;
}
.single_page .single_event_detail .row_custom1 .body_content .text:nth-child(4),
.single_page .single_event_detail .row_custom1 .body_content .texttttt {
  font-size: 16px;
  text-align: start;
  font-weight: 300;
  margin-top: 10px;
}
.single_page .single_event_detail .row_custom1 .body_content .text:nth-child(5) {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}
.single_page .single_event_detail .row_custom1 .body_content .row_style {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 27px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single_page .single_event_detail .row_custom1 .body_content .row .card_speaker {
  position: relative;
  color: var(--white);
}
.single_page .single_event_detail .row_custom1 .body_content .row .card_speaker img {
  width: 100%;
  filter: brightness(80%);
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_event_detail .row_custom1 .body_content .row .card_speaker .text1 {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 20px;
}
.single_page .single_event_detail .row_custom1 .body_content .row .card_speaker .text2 {
  font-size: 23px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.single_page .single_event_detail .row_custom1 .card_poster img {
  width: 100%;
}
.single_page .single_gallery_detail {
  margin-top: 15px;
}
.single_page .single_gallery_detail .row {
  margin-top: 40px;
}
.single_page .single_gallery_detail .banner_image {
  background-image: url("http://127.0.0.1:5500/assets/banner/banner1.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.single_page .single_gallery_detail .display_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .single_gallery_detail .display_navigation .title {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.single_page .single_gallery_detail .display_navigation .text {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.single_page .single_gallery_detail .display_navigation .navigation_back .button_back {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_page .single_gallery_detail .display_navigation .navigation_next .button_next {
  color: var(--black);
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.single_page .single_gallery_detail .detail_event .date_event {
  font-size: 23px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}
.single_page .single_gallery_detail .detail_event .title_event {
  font-size: 47px;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--black);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.6px;
}
.single_page .single_gallery_detail .detail_event .sub_title {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 8px;
  color: var(--black);
  font-style: normal;
  font-weight: 700;
  /* 150% */
  letter-spacing: -0.4px;
}
.single_page .single_gallery_detail .detail_event .speaker_event {
  font-size: 16px;
  width: 80%;
  color: var(--black);
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.4px;
}
.single_page .single_gallery_detail .detail_event .speaker_event p {
  margin-bottom: 0px;
}
.single_page .single_gallery_detail .display_sponsor .row_style {
  margin-top: unset;
  gap: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_page .single_gallery_detail .display_sponsor .row_style img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid {
  margin-top: 40px;
}
.single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item {
  animation: gallery-items-animation 800ms ease-out;
  animation-fill-mode: both;
  /* --staggered-delay will be incremented for each item by JS on DOMContentLoaded */
  --staggered-delay: 100ms;
  animation-delay: var(--staggered-delay);
}
.single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img {
  border: 0;
  display: block;
  /* collapse top and bottom margins */
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item .gallery-item-text {
  display: none;
}
@media screen and (pointer: fine) {
  .single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img {
    transition: all 0.3s linear;
  }
  .single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img:focus,
  .single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img:hover {
    filter: brightness(0.75);
    transform: scale(0.98);
  }
}
@keyframes gallery-items-animation {
  from {
    opacity: 0;
    transform: scale(0.3);
    filter: hue-rotate(180deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: hue-rotate(0deg);
  }
}
.single_page .single_gallery_detail .display_sponsor .lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 10;
}
.single_page .single_gallery_detail .display_sponsor .lightbox .lb-content {
  background-color: lightgray;
  display: grid;
  flex-direction: column;
  justify-content: center;
  margin: 1em;
  width: 50%;
  max-height: 90%;
  padding: 4px;
  position: relative;
}
.single_page .single_gallery_detail .display_sponsor .lightbox .lb-content .lb-img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  height: auto;
}
.single_page .single_gallery_detail .display_sponsor .lightbox .lb-content .lb-caption {
  display: none !important;
  font-size: 16px;
  color: var(--black);
  display: flex;
  flex-direction: column;
  max-width: 50ch;
  overflow-y: auto;
  /* may occur in smartphones */
  opacity: 0;
  transition: opacity 0.3s;
}
.single_page .single_gallery_detail .display_sponsor .lightbox .lb-content .lb-caption .lb-url {
  color: var(--black);
  font-style: normal;
  font-weight: 700;
  /* 150% */
  letter-spacing: -0.4px;
  text-decoration: underline;
  text-underline-position: under;
  padding-top: 8px;
  padding-bottom: 14px;
}
.single_page .single_gallery_detail .display_sponsor .lightbox .lb-content .close {
  background-color: lightgray;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(1.4em, 4vw, 2em);
  text-align: center;
  position: absolute;
  top: -0.4em;
  right: -0.4em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  line-height: 28px;
}
.single_page .single_gallery_detail .display_sponsor .lightbox.preload {
  transition: none !important;
}
.single_page .single_gallery_detail .display_sponsor .lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.single_page .single_gallery_detail .display_sponsor .lightbox.open .lb-caption {
  opacity: 1;
}
.single_page .single_gallery_detail .display_sponsor {
  /* Lightbox overlay */
}
.single_page .single_gallery_detail .display_sponsor .lightbox .close::before {
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
  cursor: default;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .single_page .single_gallery_detail .display_sponsor .lightbox .lb-caption {
    font-size: 1rem;
  }
}
.single_page .single_gallery_detail .display_sponsor {
  /* Large devices (laptops/desktops, 1024px and up) */
}
@media screen and (min-width: 1024px) {
  .single_page .single_gallery_detail .display_sponsor .lightbox .lb-content {
    flex-direction: row;
  }
  .single_page .single_gallery_detail .display_sponsor .lightbox .lb-img {
    margin-bottom: 0;
  }
  .single_page .single_gallery_detail .display_sponsor .lightbox .lb-caption {
    padding: 0 1.5em;
  }
  .single_page .single_gallery_detail .display_sponsor .lightbox .lb-url {
    padding-top: 0;
  }
}
.single_page .single_gallery_detail .display_sponsor .text {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 700;
  /* 150% */
  letter-spacing: -0.4px;
}
.single_page .single_showcase {
  font-family: "Inter", sans-serif;
}
.single_page .single_showcase .container_custom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single_page .single_showcase .container_custom .ulasan_showcase {
  font-size: 47px;
  color: var(--black);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 100px;
  margin-bottom: 40px;
}
.single_page .single_showcase .banner {
  position: relative;
}
.single_page .single_showcase .banner img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_showcase .banner .text_bottom {
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
.single_page .single_showcase .banner .text_bottom .left .text1 {
  font-size: 16px;
  color: var(--white);
  font-style: normal;
  font-weight: 500;
  /* 150% */
  letter-spacing: -0.4px;
}
.single_page .single_showcase .banner .text_bottom .left .text2 {
  color: var(--white);
  font-family: Inter;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.5px;
}
.single_page .single_showcase .banner .text_bottom .right {
  display: flex;
  gap: 50px;
  margin-bottom: 18px;
}
.single_page .single_showcase .banner .text_bottom .right .button {
  background: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_page .single_showcase .banner .text_bottom .right .button .text {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.single_page .single_showcase .content hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single_page .single_showcase .content .text {
  font-size: 16px;
  width: 80%;
  color: var "(--black)";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.single_page .single_showcase .content img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page .single_showcase .content .caption_img {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  color: var "(--black)";
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.single_page .single_showcase .content .bagian_1 {
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: unset;
}
.single_page .single_showcase .content .bagian_1 .bottom_text {
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
}
.single_page .single_showcase .content .bagian_1 .bottom_text .text {
  margin-bottom: 0px;
}
.single_page .single_showcase .content .bagian_1.img {
  display: unset;
}
.single_page .single_showcase .content .bagian_3 .display {
  height: auto;
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.single_page .single_showcase .content .bagian_3 .display .text1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.single_page .single_showcase .content .bagian_3 .display .text2 {
  font-size: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.single_page .single_showcase .content .bagian_3 img {
  aspect-ratio: 1/1;
}
.single_page .single_ticket_scan {
  font-family: "Inter", sans-serif;
  background-color: var(--white);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_page .single_ticket_scan .card_scan {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  width: 800px;
  display: flex;
  height: 50vh;
}
.single_page .single_ticket_scan .card_scan .image {
  border-right: 1px solid var(--gray);
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_page .single_ticket_scan .card_scan .image img {
  width: 150px;
  filter: invert(100%);
}
.single_page .single_ticket_scan .card_scan .form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_page .single_ticket_scan .card_scan .form .display {
  display: grid;
  gap: 20px;
  width: 75%;
}
.single_page .single_ticket_scan .card_scan .form .display .text {
  font-size: 33px;
  color: var(--black);
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.single_page .single_ticket_scan .card_scan .form .display input {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.single_page .single_ticket_scan .card_scan .form .display button {
  font-size: 16px;
  background: var(--black);
  color: var(--white);
  font-weight: 500;
}
.single_page .profile {
  margin-bottom: 50px;
  margin-top: 8px;
}
.single_page .profile .left .profile_sertifikat {
  display: none;
}
.single_page .profile .left .profile_sertifikat .display_sub {
  margin-top: 0px;
  margin-bottom: 24px;
}
.single_page .profile .left .profile_sertifikat .no_sertifikat {
  font-size: 19px;
  text-align: center;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .left .profile_tiket {
  display: none;
}
.single_page .profile .left .profile_tiket .display_sub {
  margin-top: 0px;
  margin-bottom: 24px;
}
.single_page .profile .left .toggle-password.ubah {
  right: 10px !important;
}
.single_page .profile .left .toggle-password.eye {
  right: 50px !important;
}
.single_page .profile .left .toggle-password.change_password {
  right: 10px !important;
}
.single_page .profile .left .change_password .modal-body {
  background: var(--white);
  padding: 40px 0px 0px 0px;
  border-radius: 8px;
}
.single_page .profile .left .change_password .modal-body .form_auth .display .left {
  display: grid;
  align-items: center;
  padding: 0px 50px 30px 50px;
}
.single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .text {
  font-size: 33px;
  text-align: left;
  font-weight: 500;
}
.single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .form_input {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--black);
}
.single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .form_input label {
  font-size: 16px;
  font-weight: 500;
}
.single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .form_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 43px 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.single_page .profile .left .text {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .left .text:nth-child(1) {
  margin-bottom: 24px;
}
.single_page .profile .left .card_profile {
  padding: 24px 32px 24px 32px;
  background: #fff;
  border-radius: 8px;
}
.single_page .profile .left .card_profile .no_ticket {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
  align-content: center;
  text-align: center;
}
.single_page .profile .left .card_profile .display_title .click {
  display: none;
}
.single_page .profile .left .card_profile .text:nth-child(1) {
  font-size: 19px;
  align-content: center;
  height: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}
.single_page .profile .left .card_profile .text:nth-child(2) {
  font-size: 12px;
  align-content: center;
  font-weight: 500;
  line-height: 20px;
}
.single_page .profile .left .card_profile .title {
  margin-bottom: 28px;
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
  align-content: center;
  height: 32px;
}
.single_page .profile .left .card_profile .speaker {
  font-size: 12px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 5px;
}
.single_page .profile .left .card_profile .date_time {
  font-size: 12px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 5px;
}
.single_page .profile .left .card_profile .date_time:nth-child(1) {
  line-height: 17px;
  margin-bottom: 4px;
}
.single_page .profile .left .card_profile.ticket .cta {
  display: grid;
  height: 100%;
  align-content: space-between;
}
.single_page .profile .left .card_profile.ticket .cta .click {
  cursor: pointer;
  text-align: end;
  text-decoration: underline;
}
.single_page .profile .left .card_profile.ticket img {
  width: 102px;
}
.single_page .profile .left .card_profile.brands {
  padding: 24px;
  background: #fff;
  border-top: 1px solid var(--gray);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.single_page .profile .left .card_profile.brands .row_style {
  gap: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_page .profile .left .card_profile.reward_wayang .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.single_page .profile .left .card_profile.reward_wayang .display a {
  text-decoration: underline !important;
}
.single_page .profile .left .card_profile.reward_wayang .display .text {
  font-size: 12px;
  margin-bottom: unset;
}
.single_page .profile .left .card_profile.reward_wayang .display .since {
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.single_page .profile .left .card_profile.reward_wayang .display .since span {
  font-size: 16px;
}
.single_page .profile .left .card_profile.reward_wayang .display .button {
  font-size: 14px;
  background: var(--orange);
  cursor: not-allowed;
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang {
  width: 90%;
  max-width: 900px;
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward {
  width: 100px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .image-wrap {
  position: relative;
  width: 100%;
  height: 131px;
  overflow: hidden;
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .image-wrap img {
  position: absolute;
  inset: 0;
  width: 68px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: clip-path 0.35s ease, opacity 0.35s ease;
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .image-wrap .img-dim {
  opacity: 0.3;
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .image-wrap .img-reveal {
  opacity: 1;
  clip-path: inset(100% 0 0 0);
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .label {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.85;
}
.single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .range-label {
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}
.single_page .profile .left .card_profile.show_ketentuan {
  padding: 24px;
  background: #fff;
  border-top: 1px solid var(--gray);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: var(--black);
}
.single_page .profile .left .card_profile.show_ketentuan li {
  font-size: 12px;
  line-height: 20px;
}
.single_page .profile .left .card_profile.show_ketentuan ul {
  padding-left: 10px;
}
.single_page .profile .left .card_profile.show_ketentuan br {
  margin-bottom: 5px;
}
.single_page .profile .left .card_profile.sertifikat {
  border-radius: 8px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.single_page .profile .left .card_profile.sertifikat .text {
  font-size: 16px;
  margin-bottom: unset;
  height: unset;
  line-height: 1.3;
  width: 70%;
}
.single_page .profile .left .card_profile.sertifikat .text div {
  margin-top: 20px;
  font-size: 14px;
}
.single_page .profile .left .card_profile.sertifikat .display_download {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: end;
}
.single_page .profile .left .card_profile.sertifikat .display_download svg {
  margin-bottom: 2px;
}
.single_page .profile .left .display_sub.change {
  margin-top: 0px;
  justify-content: start;
  gap: 10px;
}
.single_page .profile .left .display_sub.all_ticket {
  margin-top: 0px;
  margin-bottom: 24px;
}
.single_page .profile .left .display_sub.navigation {
  gap: 10px;
  justify-content: start;
  margin-bottom: 24px;
}
.single_page .profile .left .display_sub {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.single_page .profile .left .display_sub .text:nth-child(2) a {
  font-size: 16px;
  color: var(--gray);
}
.single_page .profile .left .display_sub .backtoprofile {
  position: relative;
  margin-top: 0px;
  margin-left: 0;
}
.single_page .profile .left .form_card {
  display: grid;
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
.single_page .profile .left .form_card .section1 {
  width: 1000px;
}
.single_page .profile .left .form_card .section1 .photo_profile {
  position: relative;
  text-align: center;
  height: 271px;
}
.single_page .profile .left .form_card .section1 .photo_profile img {
  z-index: 2;
  position: relative;
}
.single_page .profile .left .form_card .section1 .photo_profile #imageResult_1 {
  border: 0.5px solid #bbb;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.single_page .profile .left .form_card .section1 .photo_profile #upload_newsletter_1 {
  opacity: 0;
  display: none;
}
.single_page .profile .left .form_card .section1 .photo_profile .btn_img_upload {
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single_page .profile .left .form_card .section1 .photo_profile .btn_img_upload .dflex {
  opacity: 0.2;
  text-align: center;
  background: rgba(246, 246, 246, 0.7607843137);
  height: 150px;
  width: 150px;
  padding: 41px 10px 10px 10px;
  border-radius: 50%;
}
.single_page .profile .left .form_card .section1 .photo_profile .btn_img_upload .dflex i {
  color: var(--black);
  font-size: 30px;
  margin-bottom: 10px;
}
.single_page .profile .left .form_card .section1 .photo_profile .btn_img_upload .dflex .btn_upload_newsletter {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
.single_page .profile .left .form_card .section1 .photo_profile .btn_img_upload .dflex .note {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
}
.single_page .profile .left .form_card .section1 .photo_profile .btn_img_upload .dflex:hover {
  opacity: 1;
}
.single_page .profile .left .form_card .section1 .card_input {
  display: grid;
  gap: 10px;
  color: var(--black);
  margin-bottom: 24px;
}
.single_page .profile .left .form_card .section1 .card_input .sub_input:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
}
.single_page .profile .left .form_card .section1 .card_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
}
.single_page .profile .left .form_card .section1 .card_input input[type=password] {
  padding: 12px 43px 12px 16px;
}
.single_page .profile .left .form_card .section1 .card_input input::-moz-placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.single_page .profile .left .form_card .section1 .card_input input::placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.single_page .profile .left .form_card .section1 .card_input .password-wrapper {
  position: relative;
}
.single_page .profile .left .form_card .section1 .card_input .password-wrapper input {
  width: 100%;
}
.single_page .profile .left .form_card .section1 .card_input .password-wrapper .toggle-password {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.single_page .profile .left .form_card .section1 .card_input:nth-child(3) {
  margin-bottom: 0px;
}
.single_page .profile .left .form_card .section2 .card_input {
  display: grid;
  gap: 10px;
  color: var(--black);
  margin-bottom: 24px;
}
.single_page .profile .left .form_card .section2 .card_input .sub_input:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
}
.single_page .profile .left .form_card .section2 .card_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
}
.single_page .profile .left .form_card .section2 .card_input input::-moz-placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.single_page .profile .left .form_card .section2 .card_input input::placeholder {
  color: var(--gray);
  opacity: 0.5;
}
.single_page .profile .left .form_card .section2 .card_input .select-wrapper {
  position: relative;
}
.single_page .profile .left .form_card .section2 .card_input .select-wrapper select {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.single_page .profile .left .form_card .section2 .card_input .select-wrapper select:focus {
  outline: none;
  border-color: #bbb;
}
.single_page .profile .left .form_card .section2 .card_input .select-wrapper::after {
  content: url(http://anakataseries.com/260101/assets/Icon/arrow_down.png);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  pointer-events: none;
  font-size: 12px;
}
.single_page .profile .left .form_card .section2 .card_input:nth-child(3) {
  margin-bottom: 0px;
}
.single_page .profile .left .form_card .section2 .card_input:nth-child(6) {
  margin-bottom: 0px;
}
.single_page .profile .left .form_card .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.single_page .profile .left .form_card .display .msg {
  font-size: 16px;
  font-weight: 500;
}
.single_page .profile .left .form_card .display .tombol {
  display: flex;
  justify-content: center;
}
.single_page .profile .right .card_profile {
  height: 100%;
  padding: 24px 32px 24px 32px;
  background: #fff;
  border-radius: 8px;
}
.single_page .profile .right .card_profile .display_profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .profile .right .card_profile .display_profile .profile_text {
  font-size: 19px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  flex-direction: row-reverse;
}
.single_page .profile .right .card_profile .display_profile .profile_text .text {
  width: 232px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: end;
}
.single_page .profile .right .card_profile .display_profile .profile_text img {
  width: 36.364px;
  height: 36.364px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--orange);
  border-radius: 50%;
}
.single_page .profile .right .card_profile .display_profile svg {
  cursor: pointer;
}
.single_page .profile .right .card_profile .display_profile .count_notif {
  position: relative;
}
.single_page .profile .right .card_profile .display_profile .count_notif .count {
  font-size: 12px;
  color: var(--gray);
  font-weight: 500;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.single_page .profile .right .card_profile .calendar {
  padding: 25px 0px 0px 0px;
}
.single_page .profile .right .card_profile .calendar .header {
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.single_page .profile .right .card_profile .calendar .header svg {
  cursor: pointer;
}
.single_page .profile .right .card_profile .calendar .header span {
  font-size: 19px;
  font-weight: 500;
}
.single_page .profile .right .card_profile .calendar .showDate {
  color: white;
  text-align: right;
  width: 100%;
}
.single_page .profile .right .card_profile .calendar .showDate i {
  cursor: pointer;
  background: red;
  border-radius: 4px;
  padding: 8px 12px;
  transform: scale(1);
  transition: all 0.3s;
}
.single_page .profile .right .card_profile .calendar .showDate i.is-active {
  transform: scale(-1);
}
.single_page .profile .right .card_profile .calendar table {
  text-align: center;
  width: 90%;
  margin: 15px auto 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.single_page .profile .right .card_profile .calendar table tbody:before {
  content: "-";
  display: block;
  line-height: 0.75em;
  color: transparent;
}
.single_page .profile .right .card_profile .calendar table th {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 10px;
}
.single_page .profile .right .card_profile .calendar table td {
  font-size: 16px;
  padding: 12px 10px;
  color: var(--gray);
  font-weight: 500;
}
.single_page .profile .right .card_profile .calendar table td::before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -8px);
}
.single_page .profile .right .card_profile .calendar table td.currentDay {
  color: var(--black) !important;
  border-radius: 50%;
  background-color: var(--orange);
}
.single_page .profile .right .card_profile .calendar table td.currentDay::before {
  display: block;
}
.single_page .profile .right .card_profile .calendar table td.selectable {
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .right .card_profile .display_sub {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
.single_page .profile .right .card_profile .display_sub .text {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .right .card_profile .display_sub .text:nth-child(2) a {
  font-size: 16px;
  color: var(--gray);
}
.single_page .profile .right .card_profile .display {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.single_page .profile .right .card_profile .display a {
  color: var(--black);
}
.single_page .profile .right .card_profile .display .card_event {
  display: flex;
  align-items: center;
  gap: 24px;
}
.single_page .profile .right .card_profile .display .card_event .category_event {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
.single_page .profile .right .card_profile .display .card_event .title_event .text:nth-child(1) {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 4px;
}
.single_page .profile .right .card_profile .display .card_event .title_event .text:nth-child(2) {
  font-size: 12px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 4px;
}
.single_page .profile .right .card_profile .display .card_event .title_event .text:nth-child(3) {
  font-size: 12px;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .right .card_profile.notif_1 {
  display: none;
  height: auto;
}
.single_page .profile .right .card_profile.notif_1 .display {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: unset;
  margin-bottom: 24px;
}
.single_page .profile .right .card_profile.notif_1 .display .back_to_calendar {
  cursor: pointer;
}
.single_page .profile .right .card_profile.notif_1 .display .text {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .right .card_profile.notif_1 .sub_notif {
  cursor: pointer;
}
.single_page .profile .right .card_profile.notif_1 .sub_notif .text {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .right .card_profile.notif_1 .sub_notif .text:nth-child(1) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.single_page .profile .right .card_profile.notif_1 .sub_notif .text:nth-child(2) {
  font-size: 12px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single_page .profile .right .card_profile.notif_1 .sub_notif.read .text {
  color: var(--black);
  opacity: 0.3;
}
.single_page .profile .right .card_profile.notif_read {
  display: none;
  height: auto;
}
.single_page .profile .right .card_profile.notif_read .display {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: unset;
  margin-bottom: 24px;
}
.single_page .profile .right .card_profile.notif_read .display .back_to_notification {
  cursor: pointer;
}
.single_page .profile .right .card_profile.notif_read .display .text {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
}
.single_page .profile .right .card_profile.notif_read .sub_notif .text {
  font-size: 12px;
  color: var(--black);
  font-weight: 500;
  line-height: 20px;
}

.swiper .swiper-btns {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  gap: 1rem;
  padding: 1rem;
  z-index: 9;
}
.swiper .swiper-btns .swiper-prev,
.swiper .swiper-btns .swiper-next {
  font-size: 14px;
  display: flex;
  padding: 5px;
  background-color: var(--black);
  color: white;
  border: 2px solid var(--black);
  border-radius: 1rem;
  cursor: pointer;
}

.swiper-pagination {
  margin-bottom: 20px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--white) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: var(--white) !important;
  opacity: 0.5;
  height: 20px !important;
  width: 20px !important;
}

.popup_unduh {
  font-family: "Inter", sans-serif;
  color: var(--black);
  line-height: normal;
  z-index: 3;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  display: none;
  position: sticky;
  bottom: 0;
  transition: 1s;
  background-color: var(--white);
  height: 100%;
}
.popup_unduh .padding {
  padding: 40px 0px;
}
.popup_unduh .padding .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_unduh .padding .top .text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.popup_unduh .padding .top .close {
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 8px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.popup_unduh .padding .text:nth-child(2) {
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 24px;
}
.popup_unduh .padding .text:nth-child(3) {
  font-size: 16px;
  width: 60%;
  font-weight: 300;
  margin-bottom: 24px;
}
.popup_unduh .padding .form_input {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  width: 75%;
}
.popup_unduh .padding .form_input label {
  font-size: 16px;
  font-weight: 500;
}
.popup_unduh .padding .form_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.popup_unduh .padding .sub_text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.popup_unduh .padding .multi_select_program {
  width: 75%;
  display: grid;
  grid-template-columns: auto auto auto;
}
.popup_unduh .padding .multi_select_program .select_program {
  display: flex;
  gap: 10px;
}
.popup_unduh .padding .multi_select_program .select_program input {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.popup_unduh .padding .multi_select_program .select_program input:checked {
  background-color: var(--black);
}
.popup_unduh .padding button {
  font-size: 16px;
  background: var(--black);
  margin-top: 20px;
  color: var(--white);
  font-weight: 500;
}

.popup_unduh_show {
  display: block !important;
  animation: fade_in_show 0.5s;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.auth_login,
.auth_forgot {
  font-family: "Inter", sans-serif;
}
.auth_login #modal_forgot .modal-dialog .modal-body .form_auth .display .left,
.auth_forgot #modal_forgot .modal-dialog .modal-body .form_auth .display .left {
  padding: 0px 75px 30px 75px;
}
.auth_login .modal-dialog,
.auth_forgot .modal-dialog {
  max-width: 37%;
}
.auth_login .modal-dialog .modal-body,
.auth_forgot .modal-dialog .modal-body {
  background: var(--white);
  padding: 40px 0px 0px 0px;
  border-radius: 8px;
}
.auth_login .modal-dialog .modal-body .social_icons,
.auth_forgot .modal-dialog .modal-body .social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.auth_login .modal-dialog .modal-body .social_icons .textt,
.auth_forgot .modal-dialog .modal-body .social_icons .textt {
  font-size: 16px;
  font-weight: 500;
}
.auth_login .modal-dialog .modal-body .social_icons .social,
.auth_forgot .modal-dialog .modal-body .social_icons .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.auth_login .modal-dialog .modal-body .social_icons .social .icon,
.auth_forgot .modal-dialog .modal-body .social_icons .social .icon {
  border-radius: 0.125rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
}
.auth_login .modal-dialog .form_auth .display,
.auth_forgot .modal-dialog .form_auth .display {
  display: flex;
}
.auth_login .modal-dialog .form_auth .display .left,
.auth_forgot .modal-dialog .form_auth .display .left {
  display: grid;
  align-items: center;
  padding: 0px 100px 30px 100px;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth {
  margin-bottom: 100px;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .text,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .text {
  color: var(--black);
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1),
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
  font-size: 33px;
  text-align: center;
  font-weight: 500;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2),
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .form_input,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--black);
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .form_input label,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input label {
  font-size: 16px;
  font-weight: 500;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .form_input input,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .form_input .password-wrapper,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input .password-wrapper {
  position: relative;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .form_input .password-wrapper input,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input .password-wrapper input {
  width: 100%;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth .form_input .password-wrapper .toggle-password,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input .password-wrapper .toggle-password {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth a,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth a {
  color: var(--black);
}
.auth_login .modal-dialog .form_auth .display .left .card_auth a .text_forgot,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth a .text_forgot {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.auth_login .modal-dialog .form_auth .display .left .card_auth a .text_forgot:hover,
.auth_forgot .modal-dialog .form_auth .display .left .card_auth a .text_forgot:hover {
  color: var(--gray);
}
.auth_login .modal-dialog .form_auth .display .left .bottom,
.auth_forgot .modal-dialog .form_auth .display .left .bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  gap: 10px;
}
.auth_login .modal-dialog .form_auth .display .left .bottom .text_register,
.auth_forgot .modal-dialog .form_auth .display .left .bottom .text_register {
  font-size: 16px;
  font-weight: 500;
}
.auth_login .modal-dialog .form_auth .display .left .bottom a,
.auth_forgot .modal-dialog .form_auth .display .left .bottom a {
  color: var(--orange);
}
.auth_login .modal-dialog .form_auth .display .left .bottom a:hover,
.auth_forgot .modal-dialog .form_auth .display .left .bottom a:hover {
  color: var(--orange);
  opacity: 0.7;
}
.auth_login .modal-dialog .form_auth .display .right .auth_img,
.auth_forgot .modal-dialog .form_auth .display .right .auth_img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.subscribe {
  font-family: "Inter", sans-serif;
}
.subscribe .modal-dialog {
  max-width: 37%;
}
.subscribe .modal-dialog .modal-body {
  background: var(--white);
  padding: 40px 0px 0px 0px;
  border-radius: 8px;
}
.subscribe .modal-dialog .modal-body .social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.subscribe .modal-dialog .modal-body .social_icons .textt {
  font-size: 16px;
  font-weight: 500;
}
.subscribe .modal-dialog .modal-body .social_icons .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.subscribe .modal-dialog .modal-body .social_icons .social .icon {
  border-radius: 0.125rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
}
.subscribe .modal-dialog .form_auth .display {
  display: flex;
}
.subscribe .modal-dialog .form_auth .display .left {
  display: grid;
  align-items: center;
  padding: 0px 45px 30px 45px;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth {
  margin-bottom: 31px;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth .text {
  color: var(--black);
}
.subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
  font-size: 33px;
  text-align: center;
  font-weight: 500;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth .form_input {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--black);
}
.subscribe .modal-dialog .form_auth .display .left .card_auth .form_input label {
  font-size: 16px;
  font-weight: 500;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth .form_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth a {
  color: var(--black);
}
.subscribe .modal-dialog .form_auth .display .left .card_auth a .text_forgot {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.subscribe .modal-dialog .form_auth .display .left .card_auth a .text_forgot:hover {
  color: var(--gray);
}
.need_login {
  font-family: "Inter", sans-serif;
}
.need_login .modal-dialog {
  max-width: 37%;
}
.need_login .modal-dialog .modal-body {
  background: var(--white);
  padding: 40px 45px 40px 45px;
  border-radius: 8px;
}
.need_login .modal-dialog .form_auth .display {
  display: flex;
}
.need_login .modal-dialog .form_auth .display .left {
  display: grid;
  align-items: center;
}
.need_login .modal-dialog .form_auth .display .left .card_auth .text {
  color: var(--black);
}
.need_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
  font-size: 23px;
  text-align: center;
  font-weight: 600;
}
.need_login .modal-dialog .form_auth .display .left .card_auth button {
  margin-top: 20px;
  font-weight: 500;
}

.popup_alert {
  font-family: "Inter", sans-serif;
}
.popup_alert .modal-dialog .modal-body .form_auth .display .left {
  padding: 0px 25px 30px 25px;
}
.popup_alert .modal-dialog {
  max-width: 37%;
}
.popup_alert .modal-dialog .modal-body {
  background: var(--white);
  padding: 40px 0px 0px 0px;
  border-radius: 8px;
}
.popup_alert .modal-dialog .modal-body .social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.popup_alert .modal-dialog .modal-body .social_icons .textt {
  font-size: 16px;
  font-weight: 500;
}
.popup_alert .modal-dialog .modal-body .social_icons .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.popup_alert .modal-dialog .modal-body .social_icons .social .icon {
  border-radius: 0.125rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
}
.popup_alert .modal-dialog .form_auth .display {
  display: flex;
}
.popup_alert .modal-dialog .form_auth .display .left {
  display: grid;
  align-items: center;
  padding: 0px 100px 30px 100px;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth {
  margin-bottom: 16px;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth .text {
  color: var(--black);
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
  font-size: 33px;
  text-align: center;
  font-weight: 500;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth .form_input {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--black);
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth .form_input label {
  font-size: 16px;
  font-weight: 500;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth .form_input input {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--black);
  border-radius: 8px;
  border: 1px solid #bbb;
  background: #fff;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth a {
  color: var(--black);
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth a .text_forgot {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth a .text_forgot:hover {
  color: var(--gray);
}
.popup_alert .modal-dialog .form_auth .display .left .card_auth button {
  color: var(--black);
}

.popup_event {
  font-family: "Inter", sans-serif;
}
.popup_event .text:nth-child(1) {
  font-size: 12px;
  color: var(--gray);
  font-weight: 500;
  margin-bottom: 15px;
}
.popup_event .text:nth-child(2) {
  font-size: 12px;
  color: var(--black);
  padding-top: 2px;
  padding-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}
.popup_event .text:nth-child(3) {
  font-size: 27px;
  color: var(--black);
  padding-bottom: 23px;
  font-weight: 600;
  line-height: 29px;
}
.popup_event .card_flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
.popup_event .card_flex .card_display {
  display: flex;
}
.popup_event .card_flex .card_display .card_circle {
  z-index: 3;
}
.popup_event .card_flex .card_display .card_circle img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--black);
  padding: 2px;
}
.popup_event .card_flex .card_display .card_circle:nth-child(2) {
  z-index: 2;
  margin-left: -18px;
}
.popup_event .card_flex .card_display .card_circle:nth-child(3) {
  z-index: 1;
  margin-left: -18px;
}
.popup_event .card_flex .total_register {
  font-size: 12px;
  color: var(--black);
  font-weight: 500;
}
.popup_event .card_flex.speaker .card_display {
  gap: 5px;
}
.popup_event .card_flex.speaker .card_display .card_circle:nth-child(2) {
  z-index: 2;
  margin-left: unset;
}
.popup_event .card_flex.speaker .card_display .card_circle:nth-child(3) {
  z-index: 1;
  margin-left: unset;
}
.popup_event .date_and_time {
  font-size: 12px;
  color: var(--black);
  padding-top: 23px;
  font-weight: 500;
}
.popup_event .place {
  font-size: 12px;
  color: var(--black);
  padding-top: 0px;
  font-weight: 500;
}
.popup_event .section_bottom {
  background: var(--orange);
}
.popup_event .section_bottom a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popup_event .section_bottom a .button_register {
  font-size: 12px;
  color: var(--black);
  font-weight: 500;
}
.popup_event svg {
  height: 10px;
}
.popup_event .modal-dialog {
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
}
.popup_event .modal-footer {
  background: var(--orange);
  display: unset;
  padding: 0px;
}

#check_barcode {
  font-family: "Inter", sans-serif;
}
#check_barcode .modal-body {
  padding: 50px 50px 10px 50px;
}
#check_barcode .modal-body .result_scan_ticket .text {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
  margin-bottom: 5px;
}
#check_barcode .modal-body .result_scan_ticket .value_text {
  font-size: 19px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 15px;
}
#check_barcode .modal-body .result_scan_ticket .value_text_h1 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-bottom: 31px;
}
#check_barcode .modal-footer {
  border-top: unset;
  justify-content: center;
  margin-bottom: 30px;
}
#check_barcode .modal-footer .button {
  background: var(--orange);
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}

.logo_brand[data-size=estica] {
  width: 72px;
}

.logo_brand[data-size=zipblind] {
  width: 100px;
}

.logo_brand[data-size=ateson] {
  width: 97px;
}

.logo_brand[data-size=daalderop] {
  width: 139px;
}

.logo_brand[data-size=titanium] {
  width: 100px;
}

.logo_brand[data-size=skelevator] {
  width: 121px;
}

.logo_brand[data-size=owens] {
  width: 70px;
}

.logo_brand[data-size=reholz] {
  width: 109px;
}

.logo_brand[data-size=summit-granite] {
  width: 95px;
}

.logo_brand[data-size=jotun-indonesia] {
  width: 105px;
}

.logo_brand[data-size=cosentino] {
  width: 114px;
}

.logo_brand[data-size=eurotheum] {
  width: 121px;
}

.logo_brand[data-size=dormakaba] {
  width: 95px;
}

.editor-wrapper .display {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.editor-wrapper .display .toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.editor-wrapper .display .toolbar button.active {
  background: #c2c2c2;
  color: #fff;
}
.editor-wrapper .display .toolbar .line {
  font-size: 23px;
  color: var(--gray);
  margin: 0 30px;
}
.editor-wrapper .display .toolbar button,
.editor-wrapper .display .toolbar select {
  cursor: pointer;
  background: #fff;
  padding: 0;
}
.editor-wrapper .editor {
  font-size: 19px;
  color: var(--black);
  min-height: 40px;
  width: 100%;
  outline: none;
}
.editor-wrapper .editor img {
  max-width: 200px;
}
.editor-wrapper .editor.placeholder {
  background: #fff;
  cursor: pointer !important;
  opacity: 1;
}
.editor-wrapper .editor.placeholder:before {
  content: attr(data-placeholder);
  color: #858585;
  pointer-events: none;
}
.editor-wrapper textarea {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  padding: 10px;
}

.edit_comments .modal-header h1 {
  width: 100%;
  font-size: 23px !important;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
}
.edit_comments .modal-body .judul_topik {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 18px 0px;
  width: 100%;
  font-size: 19px;
  color: var(--black);
  min-height: 40px;
  width: 100%;
  outline: none;
  margin-bottom: 18px;
}
.edit_comments .modal-dialog {
  max-width: 80%;
}
.edit_comments .modal-dialog .editor-wrapper .editor {
  min-height: 250px;
}

.delete_comments .modal-dialog {
  max-width: 300px;
}
.delete_comments .modal-header {
  padding: 24px 28px;
}
.delete_comments .modal-header h1 {
  width: 100%;
  text-align: center;
  font-size: 19px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
}
.delete_comments .modal-body {
  padding: unset;
}
.delete_comments .modal-body .delete {
  font-size: 16px;
  color: var(--black);
  cursor: pointer;
  padding: 12px 10px;
  border-radius: unset;
  background: unset;
  border: unset;
  border-right: 1px solid var(--bs-modal-header-border-color);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.delete_comments .modal-body .delete:hover {
  background: var(--red);
  color: var(--white) !important;
}
.delete_comments .modal-body .cancel {
  font-size: 16px;
  color: var(--black);
  border-radius: unset;
  background: unset;
  border: unset;
  cursor: pointer;
  padding: 12px 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.delete_comments .modal-body .cancel:hover {
  background: #e4e4e4;
}

.desktop_sponsor {
  display: block;
}

.mobile_sponsor {
  display: none;
}

@media screen and (max-width: 1400px) {
  body .program .container_program .logo {
    width: 300px;
  }
  .single_page .single_forum .container_custom {
    max-width: unset;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
    max-width: 203px;
  }
  .single_page .single_forum_detail .container_custom {
    max-width: unset;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
    max-width: 600px;
  }
  .single_page .single_showcase .container_custom .ulasan_showcase {
    font-size: 33px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .single_page .single_showcase .banner img {
    height: 400px;
  }
  .single_page .single_showcase .banner .text_bottom .left .text1 {
    font-weight: 500;
    letter-spacing: unset;
  }
  .single_page .single_showcase .banner .text_bottom .left .text2 {
    font-size: 47px;
    letter-spacing: -1px;
  }
  .single_page .single_showcase .content .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .single_page .profile .right .card_profile .display_profile {
    flex-direction: row-reverse;
    align-items: start;
  }
  .single_page .profile .right .card_profile .display_profile .count_notif .count {
    top: 42%;
  }
  .single_page .profile .right .card_profile .display_profile .profile_text {
    display: grid;
  }
  .single_page .profile .right .card_profile .display_profile .profile_text .text {
    text-align: start;
  }
  .single_page .profile .right .card_profile .calendar table {
    width: 100%;
  }
  .single_page .profile .right .card_profile .calendar table td {
    padding: 11px 10px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(1) {
    line-height: 1;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(2) {
    margin-top: 8px;
  }
  .auth_page .menu_header .logo {
    filter: invert(100%);
  }
  .auth_page .form_auth .display .left {
    padding: 0px 150px 0px 150px;
  }
  .popup_alert {
    font-family: "Inter", sans-serif;
  }
  .popup_alert .modal-dialog {
    max-width: 37%;
  }
  .popup_alert .modal-dialog .form_auth .display .left {
    padding: 0px 25px 30px 25px;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 14px;
  }
  .subscribe {
    font-family: "Inter", sans-serif;
  }
  .subscribe .modal-dialog {
    max-width: 37%;
  }
  .subscribe .modal-dialog .form_auth .display .left {
    padding: 0px 45px 30px 45px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 14px;
  }
  .need_login .modal-dialog {
    max-width: 50%;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .auth_login .modal-dialog .form_auth .display .left,
  .auth_forgot .modal-dialog .form_auth .display .left {
    padding: 0px 65px 30px 65px !important;
  }
  .tab_gallery .text_tagline {
    font-size: 47px;
  }
  .tab_gallery .border_text .text_tab {
    font-size: 16px;
  }
  .tab_gallery .card_gallery .text_top .date {
    font-size: 14px;
  }
  .tab_gallery .card_gallery .text_top .title {
    font-size: 19px;
  }
  .tab_gallery .card_gallery .text_bottom .title {
    font-size: 23px;
  }
  .logo_brand[data-size=estica] {
    width: 50px;
  }
  .logo_brand[data-size=zipblind] {
    width: 70px;
  }
  .logo_brand[data-size=ateson] {
    width: 70px;
  }
  .logo_brand[data-size=daalderop] {
    width: 100px;
  }
  .logo_brand[data-size=titanium] {
    width: 72px;
  }
  .logo_brand[data-size=skelevator] {
    width: 97px;
  }
  .logo_brand[data-size=owens] {
    width: 47px;
  }
  .logo_brand[data-size=reholz] {
    width: 65px;
  }
  .logo_brand[data-size=summit-granite] {
    width: 73px;
  }
  .logo_brand[data-size=jotun-indonesia] {
    width: 76px;
  }
  .logo_brand[data-size=cosentino] {
    width: 90px;
  }
  .logo_brand[data-size=eurotheum] {
    width: 92px;
  }
  .logo_brand[data-size=dormakaba] {
    width: 68px;
  }
}
@media screen and (max-width: 1200px) {
  body .banner_header .banner_homepage .H1_centered {
    top: 58%;
  }
  body .program .container_program .logo {
    width: 200px;
  }
  .single_page .single_forum .container_custom .custom_col {
    display: unset;
  }
  .single_page .single_forum .container_custom .card_forum {
    margin-bottom: 24px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums {
    display: block;
    width: 100%;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display .sort {
    gap: 10px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display .time_post.mobile {
    display: block;
  }
  .single_page .single_forum .container_custom .card_forum hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums {
    display: flex;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left {
    align-items: center;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left img {
    width: 50px;
    height: 50px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply {
    display: grid;
    gap: 0px;
    line-height: 20px;
    gap: 6px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author {
    line-height: 14px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
    line-height: 14px;
    max-width: 355px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .right {
    justify-content: right;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .right .time_post.desktop {
    display: none;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .right .open svg {
    width: 32px;
    height: 32px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .right .open .desktop {
    display: none;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left {
    align-items: center;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left img {
    width: 50px;
    height: 50px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply {
    display: grid;
    gap: 6px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author {
    line-height: 14px;
    display: unset;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
    line-height: 14px;
    max-width: 524px;
  }
  .single_page .profile .left .form_card {
    justify-content: unset;
  }
  .single_page .profile .left .form_card .section1 {
    width: unset;
  }
  .single_page .profile .left .display_sub.change {
    margin-bottom: 0px;
    justify-content: start;
    gap: 10px;
  }
  .single_page .profile .left .change_password .modal-body .form_auth .display .left {
    padding: 0px 35px 30px 35px !important;
  }
  .single_page .profile .left .card_profile {
    padding: 24px 17px 24px 17px;
  }
  .single_page .profile .left .card_profile .text:nth-child(1) {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .single_page .profile .left .card_profile .display_title .click {
    margin-top: 6px;
    display: block;
    cursor: pointer;
    text-decoration: underline;
  }
  .single_page .profile .left .card_profile.ticket .cta .click {
    display: none;
  }
  .single_page .profile .left .card_profile.brands .row_style {
    gap: 2px;
    justify-content: space-between;
  }
  .single_page .profile .left .card_profile.sertifikat .text {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .single_page .profile .right .card_profile {
    padding: 24px 17px 24px 17px;
  }
  .single_page .profile .right .card_profile .display_profile {
    flex-direction: row-reverse;
    align-items: start;
  }
  .single_page .profile .right .card_profile .display_profile .profile_text {
    display: grid;
  }
  .single_page .profile .right .card_profile .calendar table {
    width: 100%;
  }
  .single_page .profile .right .card_profile .calendar table td {
    padding: 9px 0px;
  }
  .single_page .profile .right .card_profile .display .card_event {
    align-items: start;
    gap: 10px;
  }
  .single_page .profile .right .card_profile .display .card_event .category_event {
    font-size: 27px;
  }
  .single_page .profile .right .card_profile .display .card_event .title_event .text:nth-child(1) {
    font-size: 19px;
  }
  .single_page .single_event_detail {
    margin-top: 1px;
  }
  .single_page .single_event_detail .row_custom1 .desktop {
    display: none;
  }
  .single_page .single_event_detail .row_custom1 .sticky_regis .card_poster.mobile {
    display: block;
    margin-top: 40px;
  }
  .single_page .single_showcase .content .custom_col {
    margin-bottom: unset;
  }
  .single_page .single_showcase .content .text {
    margin-bottom: 20px;
  }
  .single_page .single_showcase .content .bagian_1 {
    display: unset;
  }
  .single_page .single_gallery .display_navigation.desktop {
    display: none;
  }
  .single_page .single_gallery .display_navigation.mobile {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .single_page .single_gallery .display_navigation.mobile .tabs {
    justify-content: start;
  }
  .single_page .single_gallery .text_tab.mobile {
    font-size: 16px;
    display: block;
    color: #141416;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .single_page .single_gallery .text_tagline {
    font-size: 33px;
  }
  .single_page .single_gallery .card_gallery .text_top .date {
    font-size: 12px;
  }
  .single_page .single_gallery .card_gallery .text_top .title {
    font-size: 16px;
  }
  .single_page .single_gallery .card_gallery .text_bottom .title {
    font-size: 16px;
  }
  .single_page .single_gallery_detail .detail_event .title_event {
    width: 90%;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(1) {
    line-height: 1;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(2) {
    margin-top: 9px;
  }
  .auth_page_register .register .form_card {
    justify-content: unset;
  }
  .auth_page_register .register .form_card .section1 {
    width: unset;
  }
  .auth_page .form_auth .display .left {
    padding: 0px 75px 0px 75px;
  }
  .popup_unduh .padding .text:nth-child(3) {
    width: 80%;
  }
  .popup_unduh .padding .form_input {
    width: 80%;
  }
  .popup_unduh .padding .multi_select_program {
    width: 80%;
  }
  .subscribe {
    font-family: "Inter", sans-serif;
  }
  .subscribe .modal-dialog {
    max-width: 50%;
  }
  .subscribe .modal-dialog .form_auth .display .left {
    padding: 0px 45px 30px 45px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 16px;
  }
  .need_login .modal-dialog {
    max-width: 50%;
  }
  .need_login .modal-dialog .modal-body {
    padding: 40px 20px 40px 20px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth button {
    margin-top: 0px;
  }
  .auth_login .modal-dialog,
  .auth_forgot .modal-dialog {
    max-width: 50%;
  }
  .auth_login .modal-dialog .form_auth .display .left,
  .auth_forgot .modal-dialog .form_auth .display .left {
    padding: 0px 35px 30px 35px !important;
  }
  body .footer .form_subscribe .display .text_heading {
    padding-left: 50px;
    padding-right: 50px;
  }
  body .showcase .card_showcase .H1_display .text_1,
  body .showcase .card_showcase .H1_display .text_2 {
    font-size: 33px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event {
    font-size: 16px;
    margin-top: 9px;
  }
  body .forum .container_custom .card_forum .text {
    font-size: 33px;
  }
  body .tab_gallery .text_tagline {
    font-size: 33px;
  }
  body .tab_gallery .border_text .text_tab {
    font-size: 16px;
  }
  body .tab_gallery .card_gallery .text_top {
    top: 12px;
    left: 12px;
  }
  body .tab_gallery .card_gallery .text_top .date {
    font-size: 12px;
  }
  body .tab_gallery .card_gallery .text_top .title {
    font-size: 16px;
  }
  body .tab_gallery .card_gallery .text_bottom {
    bottom: 12px;
    left: 12px;
  }
  body .tab_gallery .card_gallery .text_bottom .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  body .onemonth_schedule .schedule_grid .date {
    width: 64px;
  }
  .grid_sponsor {
    grid-template-columns: auto auto auto auto;
  }
  .edit_comments .modal-body .judul_topik {
    font-size: 16px;
  }
  .editor-wrapper .display .toolbar {
    gap: 10px;
  }
  .editor-wrapper .display .toolbar svg {
    height: 19px;
  }
  .editor-wrapper .display .toolbar .line {
    margin: 0 10px;
  }
  .editor-wrapper .editor {
    font-size: 16px;
  }
  .editor-wrapper button {
    font-size: 14px;
  }
  .edit_comments .modal-header h1 {
    font-size: 19px !important;
  }
  .single_page .card_rich_text {
    padding: 20px;
  }
  .single_page .card_rich_text .need_login .text {
    font-size: 14px;
  }
  .single_page .card_rich_text .need_login button {
    font-size: 14px;
  }
  .single_page .dropdown .dropdown-content .change,
  .single_page .dropdown .dropdown-content .delete {
    font-size: 14px;
  }
  .single_page .card_comments .card_comment {
    padding: 20px;
  }
  .single_page .card_comments .card_comment .card_comment_header .left .card_comment_name {
    font-size: 14px;
    max-width: 477px;
  }
  .single_page .card_comments .card_comment .card_comment_header .right .date_comment {
    font-size: 14px;
  }
  .single_page .card_comments .card_comment hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single_page .card_comments .card_comment .card_comment_body {
    font-size: 14px;
    line-height: 20px;
  }
  .single_page .card_comments .card_comment .card_comment_interaction .up svg,
  .single_page .card_comments .card_comment .card_comment_interaction .down svg {
    height: 23px;
  }
  .single_page .card_comments .card_comment .card_comment_interaction .up .text,
  .single_page .card_comments .card_comment .card_comment_interaction .down .text {
    font-size: 14px;
  }
  .single_page .single_forum .container_custom .custom_col {
    display: unset;
  }
  .single_page .single_forum .container_custom .card_forum {
    margin-bottom: 24px;
    padding: 20px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .title {
    font-size: 19px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display {
    margin-top: 2px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display .sort .up svg,
  .single_page .single_forum .container_custom .card_forum .title_forums .display .sort .down svg {
    height: 16px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display .sort .up .count,
  .single_page .single_forum .container_custom .card_forum .title_forums .display .sort .down .count {
    font-size: 14px;
  }
  .single_page .single_forum .container_custom .card_forum .title_forums .display .time_post.mobile {
    font-size: 14px;
  }
  .single_page .single_forum .container_custom .card_forum .content {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author {
    font-size: 14px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
    font-size: 14px;
    line-height: 14px;
    max-width: 313px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .right .open svg {
    width: 26px;
    height: 26px;
  }
  .single_page .single_forum .container_custom .card_forum .brands {
    gap: 15px;
  }
  .single_page .single_forum .container_custom .card_forum .brands .brand {
    padding: 4px 9px;
  }
  .single_page .single_forum .container_custom .card_forum .brands .brand .title {
    font-size: 14px;
  }
  .single_page .single_forum .container_custom .card_forum .brands .brand svg {
    width: 16px;
  }
  .single_page .single_forum_detail .container_custom .custom_col {
    gap: 24px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum {
    padding: 20px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .title_forums .title {
    font-size: 19px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .content {
    font-size: 14px;
    line-height: 20px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author {
    font-size: 14px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
    font-size: 14px;
    max-width: 390px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .right .time_post {
    font-size: 14px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up svg,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down svg {
    height: 14px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up .count,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down .count {
    font-size: 14px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .row .card_speaker .text2 {
    font-size: 16px;
  }
  .single_page .single_event_detail .row_custom1 .sticky_regis {
    margin-top: 0px;
  }
  .single_page .single_form_additional .container_custom .card_form {
    width: 100%;
  }
  .single_page .single_form_additional .container_custom .card_form .display .text:nth-child(1) {
    font-size: 33px;
  }
  .single_page .single_form_additional .container_custom .card_form .display .text:nth-child(2) {
    margin-bottom: 4px;
    width: 95%;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee .title_display {
    width: calc(63% - 16px);
  }
  .single_page .single_showcase .container_custom .ulasan_showcase {
    font-size: 27px;
    margin-top: 40px;
  }
  .single_page .single_showcase .content img {
    aspect-ratio: 5/2;
  }
  .single_page .single_showcase .content .bagian_1 .bottom_text .row {
    gap: unset;
  }
  .single_page .single_showcase .content .bagian_3 img {
    aspect-ratio: 4/3;
  }
  .single_page .single_showcase .content .bagian_3 .display {
    justify-content: start;
  }
  .single_page .single_showcase .banner img {
    height: 350px;
  }
  .single_page .single_showcase .banner .text_bottom {
    display: grid;
  }
  .single_page .single_showcase .banner .text_bottom .left .text1 {
    font-size: 16px;
  }
  .single_page .single_showcase .banner .text_bottom .left .text2 {
    font-size: 33px;
  }
  .single_page .single_showcase .banner .text_bottom .right {
    margin-top: 30px;
    margin-bottom: 0px;
    gap: 10px;
  }
  .single_page .single_showcase .banner .text_bottom .right .button .text {
    font-size: 14px;
  }
  .single_page .single_gallery .tabs .tab:hover {
    color: var(--black);
  }
  .single_page .single_gallery .tabs .tab.active {
    color: var(--black);
    background: orange;
  }
  .single_page .single_gallery .tabs {
    gap: 10px;
  }
  .single_page .single_gallery .tabs .tab {
    background: var(--gray);
    color: var(--white);
    padding: 5px 10px;
    border-radius: 8px;
  }
  body .forum .container_custom .card_forum .display .text_cta {
    font-size: 14px;
  }
  body .onemonth_schedule .schedule_grid .button .button_register_event {
    font-size: 14px;
  }
  body .program .container_program .container_agenda .box:nth-child(1) img {
    width: 82px;
  }
  body .program .container_program .container_agenda .box:nth-child(2) img {
    width: 170px;
  }
  body .program .container_program .container_agenda .box:nth-child(3) img {
    width: 88px;
  }
  body .program .container_program .container_agenda .box:nth-child(4) img {
    width: 156px;
  }
  body .program .container_program .container_agenda .box:nth-child(5) img {
    width: 86px;
  }
  body .program .container_program .container_agenda .box:nth-child(6) img {
    width: 171px;
  }
  body .program .container_program .container_agenda .box:nth-child(7) img {
    width: 79px;
  }
  body .program .container_program .container_agenda .box:nth-child(8) img {
    width: 110px;
  }
  body .program .container_program .container_agenda .box:nth-child(9) img {
    width: 85px;
  }
  body .program .container_program .container_agenda .box:nth-child(10) img {
    width: 83px;
  }
  .single_page .single_gallery_detail .banner_image {
    margin-bottom: 20px;
  }
  .single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img {
    height: 200px;
  }
  .single_page .single_gallery_detail .display_sponsor .text {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .single_page .single_gallery_detail .display_navigation .text,
  .single_page .single_gallery_detail .display_navigation .title,
  .single_page .single_gallery_detail .detail_event .date_event {
    font-size: 16px;
  }
  .single_page .single_gallery_detail .detail_event .title_event {
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single_page .single_gallery_detail .detail_event .sub_title {
    font-size: 16px;
    margin-top: 15px;
  }
  .single_page .single_gallery_detail .detail_event .speaker_event {
    font-size: 16px;
    line-height: 21px;
  }
  .single_page .single_gallery_detail .display_sponsor .row_style {
    gap: 45px;
  }
  .single_page .single_gallery_detail .banner_image {
    height: 250px;
    margin-top: 40px;
  }
  .single_page .profile .left .profile_sertifikat .display_sub {
    gap: 10px;
    justify-content: start;
    margin-bottom: 24px;
  }
  .single_page .profile .left .profile_sertifikat .display_sub .backtoprofile {
    position: relative;
    margin-left: 0;
  }
  .single_page .profile .left .profile_tiket .display_sub {
    gap: 10px;
    justify-content: start;
    margin-bottom: 24px;
  }
  .single_page .profile .left .profile_tiket .display_sub .backtoprofile {
    position: relative;
    margin-left: 0;
  }
  .single_page .profile .left .pad_sertifikat {
    margin-top: 1.5rem;
  }
  .single_page .profile .left .card_profile {
    padding: 24px 17px 24px 17px;
  }
  .single_page .profile .left .card_profile .text:nth-child(1) {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .single_page .profile .left .card_profile .display_title .click {
    margin-top: 6px;
    display: block;
    cursor: pointer;
    text-decoration: underline;
  }
  .single_page .profile .left .card_profile.ticket .cta .click {
    display: none;
  }
  .single_page .profile .left .card_profile.brands {
    padding: 12px;
  }
  .single_page .profile .left .card_profile.brands .row_style {
    justify-content: space-evenly;
  }
  .single_page .profile .left .card_profile.brands .row_style .col-auto {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 25%;
  }
  .single_page .profile .left .card_profile.sertifikat .text {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .single_page .profile .right .card_profile {
    padding: 24px 17px 24px 17px;
  }
  .single_page .profile .right .card_profile .display_profile {
    flex-direction: row-reverse;
    align-items: start;
  }
  .single_page .profile .right .card_profile .display_profile .profile_text {
    width: 82%;
    display: grid;
  }
  .single_page .profile .right .card_profile .calendar {
    padding: 8px 0px 0px 0px;
  }
  .single_page .profile .right .card_profile .calendar .header {
    padding: 29px 0 0;
    margin: 0 10px 0 10px;
    width: unset;
  }
  .single_page .profile .right .card_profile .calendar .header svg {
    width: 8px;
  }
  .single_page .profile .right .card_profile .calendar .header span {
    font-size: 16px;
  }
  .single_page .profile .right .card_profile .calendar table {
    margin-top: 15px;
  }
  .single_page .profile .right .card_profile .calendar table th {
    font-size: 14px;
  }
  .single_page .profile .right .card_profile .calendar table td {
    padding: 10px 0px;
    font-size: 14px;
  }
  .single_page .profile .right .card_profile .calendar table td.currentDay {
    border-radius: 8px;
  }
  .single_page .profile .right .card_profile .display .card_event {
    align-items: start;
    gap: 10px;
  }
  .single_page .profile .right .card_profile .display .card_event .category_event {
    font-size: 27px;
  }
  .single_page .profile .right .card_profile .display .card_event .title_event .text:nth-child(1) {
    font-size: 19px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(1) {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(2) {
    margin-top: 0px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(3) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(3) .text:nth-child(1) {
    font-size: 19px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(4) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(4) .text:nth-child(1) {
    font-size: 19px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(5) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(5) .text:nth-child(1) {
    font-size: 19px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(6) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(6) .text:nth-child(1) {
    font-size: 19px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(7) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(7) .text:nth-child(1) {
    font-size: 19px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(8) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(8) .text:nth-child(1) {
    font-size: 19px;
  }
  body .tab_gallery .border_view {
    margin-bottom: 5px !important;
  }
  body .tab_gallery .border_view .text {
    font-size: 14px;
  }
  .auth_forgot .form_auth .display .left {
    height: unset !important;
  }
  .auth_page .form_auth .display {
    display: unset;
    position: relative;
  }
  .auth_page .form_auth .display .left {
    height: 100vh;
    background: var(--white);
    padding: 0px 100px 0px 100px;
  }
  .auth_page .form_auth .display .right {
    display: none;
  }
  .popup_unduh .padding .top .text {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .popup_unduh .padding .text:nth-child(2) {
    font-size: 33px;
  }
  .popup_unduh .padding .text:nth-child(3) {
    width: 100%;
    font-weight: 400;
  }
  .popup_unduh .padding .form_input {
    width: 100%;
  }
  .popup_unduh .padding .multi_select_program {
    width: 100%;
  }
  .popup_alert .modal-dialog {
    max-width: 75%;
  }
  .popup_alert .modal-dialog .form_auth .display .left {
    padding: 0px 25px 30px 25px;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 14px;
  }
  .subscribe {
    font-family: "Inter", sans-serif;
  }
  .subscribe .modal-dialog {
    max-width: 75%;
  }
  .subscribe .modal-dialog .form_auth .display .left {
    padding: 0px 45px 30px 45px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 16px;
  }
  .need_login .modal-dialog {
    max-width: 50%;
  }
  .need_login .modal-dialog .modal-body {
    padding: 40px 25px 40px 25px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth button {
    margin-top: 0px;
  }
  .auth_login .modal-dialog,
  .auth_forgot .modal-dialog {
    max-width: 75%;
  }
  body .footer {
    width: 100%;
    position: absolute;
  }
  body .banner_header .banner_homepage .card_register .section_bottom a .button_register {
    font-size: 14px;
  }
  body .footer .form_subscribe .display .text_heading {
    padding-left: 0px;
    padding-right: 0px;
  }
  body .showcase .card_showcase .text_showcase {
    font-size: 12px;
  }
  body .onemonth_schedule .schedule_grid .active .button .button_register_event {
    font-size: 14px;
  }
  body .onemonth_schedule .H1_display .H1_text {
    font-size: 33px;
  }
  body .onemonth_schedule .sub_text {
    font-size: 12px;
  }
  body .onemonth_schedule .schedule_grid .button_daftar {
    justify-content: unset;
    margin-bottom: 25px;
    align-items: center;
  }
  body .tab_gallery .padding {
    margin-top: 30px;
  }
  body .tab_gallery .text_tagline {
    font-size: 33px;
  }
  body .tab_gallery .border_text .text_tab {
    font-size: 12px;
  }
  body .tab_gallery .desktop {
    display: none;
  }
  body .tab_gallery .mobile {
    display: block;
  }
  body .tab_gallery .card_gallery .text_top {
    top: 12px;
    left: 12px;
  }
  body .tab_gallery .card_gallery .text_top .date {
    font-size: 12px;
  }
  body .tab_gallery .card_gallery .text_top .title {
    font-size: 16px;
  }
  body .tab_gallery .card_gallery .text_bottom {
    bottom: 12px;
    left: 12px;
  }
  body .tab_gallery .card_gallery .text_bottom .title {
    font-size: 16px;
  }
  body .ads .card_ads img {
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 768px) {
  body .banner_header .banner_homepage .H1_centered .description {
    width: 50%;
  }
  .desktop_sponsor {
    display: none;
  }
  .mobile_sponsor {
    display: block;
  }
  body header .logo {
    width: 140px;
    padding-bottom: 21px;
  }
  body .onemonth_schedule .schedule_grid .month_year {
    line-height: 20px;
  }
  body .onemonth_schedule .schedule_grid .date {
    width: 46px;
  }
  .need_login .modal-dialog {
    max-width: 70%;
  }
  .need_login .modal-dialog .modal-body {
    padding: 40px 25px 40px 25px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth button {
    margin-top: 0px;
  }
  .grid_sponsor {
    grid-template-columns: auto auto auto auto;
  }
  .single_page .dropdown .dropdown-content {
    z-index: 4;
  }
  .single_page .card_rich_text .need_login {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 10px;
  }
  .single_page .card_comments .card_comment .card_comment_header .date_comment.desktop {
    display: none;
  }
  .single_page .card_comments .card_comment .card_comment_header .date_comment.mobile {
    display: block;
    font-size: 14px;
    line-height: 14px;
  }
  .single_page .card_comments .card_comment .card_comment_header .left img {
    width: 50px;
    height: 50px;
  }
  .single_page .card_comments .card_comment .card_comment_header .left .card_comment_name {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 14px;
  }
  .single_page .single_forum .container_custom .row .title_forum {
    font-size: 27px;
  }
  .single_page .single_forum .container_custom .row .post {
    gap: 7px;
  }
  .single_page .single_forum .container_custom .row .post svg {
    width: 16px;
  }
  .single_page .single_forum .container_custom .row .post .text {
    font-size: 16px;
  }
  .single_page .single_forum .container_custom .custom_col {
    display: unset;
  }
  .single_page .single_forum .container_custom .card_forum {
    margin-bottom: 24px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
    max-width: 294px;
  }
  .single_page .single_forum_detail .container_custom .back svg {
    height: 18px;
  }
  .single_page .single_forum_detail .container_custom .back .text {
    font-size: 16px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left img {
    width: 50px;
    height: 50px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply {
    display: grid;
    gap: 6px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
    max-width: 250px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text,
  .single_page .single_event_detail .row_custom1 .body_content .texttttt {
    font-size: 14px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(1) {
    font-size: 19px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(2) {
    font-size: 47px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(3),
  .single_page .single_event_detail .row_custom1 .body_content .sub {
    margin-top: 20px;
    font-size: 14px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(4) {
    font-size: 14px;
    min-height: 140px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(5) {
    font-size: 14px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .sub_title {
    font-size: 14px !important;
  }
  .single_page .single_event_detail .row_custom1 .body_content .card_box .text:nth-child(1),
  .single_page .single_event_detail .row_custom1 .body_content .card_box .text:nth-child(3) {
    font-size: 14px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop {
    display: block;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row {
    margin-top: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(2) {
    margin-top: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(4) {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    min-height: unset;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box:nth-child(1) {
    padding: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .sticky_regis {
    position: static;
  }
  .single_page .single_event_detail .row_custom1 .desktop {
    display: none;
  }
  .single_page .single_event_detail .row_custom1 .hide_tab {
    display: none;
  }
  .single_page .single_event_detail .row_custom1 .button {
    font-size: 14px;
  }
  .single_page .single_event_detail .row_custom1 .sticky_regis .card_poster.mobile {
    margin-top: 0px;
  }
  .single_page .single_showcase .banner .text_bottom .left .text2 {
    font-size: 27px;
    margin-top: 10px;
  }
  .single_page .single_showcase .content .bagian_1.img {
    margin-top: calc(var(--bs-gutter-x) * 1);
  }
  .single_page .single_showcase .content .bagian_1 .bottom_text .row {
    gap: 20px;
  }
  .single_page .single_showcase .content .bagian_3 {
    margin-top: unset;
  }
  .single_page .single_showcase .content .bagian_3 .display .text1 {
    font-size: 14px;
  }
  .single_page .single_showcase .content .bagian_3 .display .text2 {
    font-size: 14px;
  }
  .single_page .single_showcase .content .caption_img {
    font-size: 14px;
  }
  .single_page .single_showcase .content .text {
    font-size: 14px;
    margin-bottom: 0px;
  }
  body .forum .container_custom .card_forum .text {
    font-size: 27px;
  }
  body .forum .container_custom .card_forum .display {
    margin-top: 25px;
    height: unset;
    gap: 17px;
    justify-content: start;
  }
  body .forum .container_custom .card_forum .display .d-flex {
    margin-bottom: unset;
  }
  body .forum .container_custom .card_forum .display .desc {
    font-size: 14px;
    line-height: 20px;
  }
  body .showcase .card_showcase .H1_display .text_cta .description {
    line-height: 20px;
  }
  .single_page .single_gallery .text_tagline {
    font-size: 27px;
  }
  .single_page .single_gallery .tabs {
    gap: 10px;
  }
  .lb-content {
    width: 80% !important;
  }
  body .program .container_program .centered-text h1 {
    font-size: 33px;
  }
  body .program .container_program {
    height: 70vh;
  }
  .single_page .single_gallery_detail .display_sponsor .text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single_page .single_gallery_detail .detail_event .title_event {
    font-size: 27px;
  }
  .single_page .single_gallery_detail .display_navigation .text,
  .single_page .single_gallery_detail .display_navigation .title,
  .single_page .single_gallery_detail .detail_event .date_event,
  .single_page .single_gallery_detail .display_sponsor .text {
    font-size: 14px;
  }
  .single_page .single_gallery_detail .detail_event .sub_title {
    font-size: 14px;
  }
  .single_page .single_gallery_detail .detail_event .speaker_event {
    font-size: 14px;
    line-height: 20px;
  }
  .single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img {
    height: 170px;
  }
  .single_page .single_gallery_detail .display_sponsor .row_style {
    gap: 13px;
    justify-content: space-evenly;
  }
  .single_page .single_gallery_detail .display_sponsor .row_style .col-auto {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 25%;
  }
  .single_page .profile .left.change {
    margin-top: 0px;
  }
  .single_page .profile .left .form_card {
    margin-bottom: 30px;
  }
  .single_page .profile .left .profile_sertifikat .no_sertifikat {
    font-size: 16px;
  }
  .single_page .profile .left .card_profile .text:nth-child(1) {
    margin-bottom: 10px;
  }
  .single_page .profile .left .card_profile .title {
    margin-bottom: 10px;
  }
  .single_page .profile .left .card_profile.brands .row_style {
    justify-content: center;
  }
  .single_page .profile .left .card_profile.brands .row_style .col-auto {
    width: auto;
  }
  .single_page .profile .right.ticket {
    margin-top: 24px;
  }
  .single_page .profile .right {
    margin-bottom: 24px;
  }
  .single_page .profile .right .card_profile .calendar table {
    width: 80%;
    margin-top: 20px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(1) {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(2) {
    font-size: 14px;
    margin-top: 0px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(3) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(3) .text:nth-child(1) {
    font-size: 16px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(3) .text:nth-child(2) {
    font-size: 14px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(4) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(4) .text:nth-child(1) {
    font-size: 16px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(4) .text:nth-child(2) {
    font-size: 14px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(5) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(5) .text:nth-child(1) {
    font-size: 16px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(5) .text:nth-child(2) {
    font-size: 14px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(6) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(6) .text:nth-child(1) {
    font-size: 16px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(6) .text:nth-child(2) {
    font-size: 14px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(7) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(7) .text:nth-child(1) {
    font-size: 16px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(7) .text:nth-child(2) {
    font-size: 14px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(8) {
    margin-top: 30px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(8) .text:nth-child(1) {
    font-size: 16px;
  }
  .privacy_page .privacy_police .text_control .text:nth-child(8) .text:nth-child(2) {
    font-size: 14px;
  }
  .popup_unduh .padding .top .text {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .popup_unduh .padding .text:nth-child(2) {
    font-size: 27px;
  }
  .popup_unduh .padding .text:nth-child(3) {
    font-size: 14px;
  }
  .popup_unduh .padding .form_input {
    width: 100%;
  }
  .popup_unduh .padding .form_input label {
    font-size: 14px;
  }
  .popup_unduh .padding .form_input input {
    font-size: 14px;
  }
  .popup_unduh .padding .sub_text {
    font-size: 14px;
  }
  .popup_unduh .padding .multi_select_program {
    grid-template-columns: auto auto;
    width: 100%;
  }
  body .showcase .card_showcase .card_item_brand .button {
    align-items: end;
  }
  body .showcase .card_showcase .card_item_brand .button svg {
    width: 11px;
    height: 11px;
  }
  body .showcase .card_showcase .H1_display .text_1 {
    font-size: 27px;
  }
  body .showcase .card_showcase .H1_display .text_2 {
    font-size: 27px;
  }
  body .showcase .card_showcase .H1_display .text_cta .description {
    font-size: 14px;
  }
  body .showcase .card_showcase .card_item_brand .title {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .showcase .card_showcase .card_item_brand .button .view {
    font-size: 14px;
  }
  body .banner_header .banner_homepage .H1_centered {
    top: 50%;
  }
  body .banner_header .banner_homepage .H1_centered p {
    font-size: 33px;
  }
  body .banner_header .banner_homepage .description_tagline {
    width: 81%;
    bottom: 0%;
    transform: translate(0%, -50%);
  }
  body .banner_header .banner_homepage .animated {
    display: flex !important;
  }
  body .banner_header .banner_homepage .card_register {
    right: 0;
    width: 100%;
    margin-bottom: 0px;
    display: none !important;
  }
  body .banner_header .banner_homepage .card_register .section_top {
    width: 60%;
    padding: 23px 24px 23px 50px;
  }
  body .banner_header .banner_homepage .card_register .section_top .text_upcoming {
    font-size: 12px;
  }
  body .banner_header .banner_homepage .card_register .section_top .title_event {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 14px;
  }
  body .banner_header .banner_homepage .card_register .section_top .card_flex .card_display .card_circle img {
    width: 30px;
    height: 30px;
  }
  body .banner_header .banner_homepage .card_register .section_top .card_flex .total_register {
    font-size: 14px;
  }
  body .banner_header .banner_homepage .card_register .section_top .date_and_time.desktop {
    display: none;
  }
  body .banner_header .banner_homepage .card_register .section_top .date_and_time {
    font-size: 14px;
    padding-top: 14px;
  }
  body .banner_header .banner_homepage .card_register .section_top .place.desktop {
    display: none;
  }
  body .banner_header .banner_homepage .card_register .section_top .place {
    font-size: 14px;
  }
  body .banner_header .banner_homepage .card_register .section_bottom {
    width: 40%;
    display: flex;
    justify-content: end;
    padding-right: 50px;
    align-items: center;
    background: var(--black);
  }
  body .banner_header .banner_homepage .card_register .section_bottom a {
    background: var(--white);
  }
  body .banner_header .banner_homepage .card_register .section_bottom a .button_register {
    font-size: 14px;
  }
  body .banner_header .banner_homepage .card_register .section_bottom a svg {
    display: none;
  }
  body .tab_gallery .text_tagline {
    font-size: 27px;
  }
  body .ads .card_ads img {
    aspect-ratio: 5/2;
  }
  body .onemonth_schedule .schedule_grid .button_daftar {
    justify-content: end;
    align-items: start;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event {
    font-size: 16px;
    margin-top: 0px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-2 br {
    display: none;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-7 {
    font-size: 14px;
    font-weight: 500;
  }
  body .onemonth_schedule .H1_display .H1_text {
    font-size: 27px;
  }
  body .onemonth_schedule .schedule_grid .date {
    font-size: 33px;
  }
}
@media screen and (max-width: 576px) {
  .single_page .menu_header .nav_menu {
    padding-top: unset;
  }
  body .onemonth_schedule .schedule_grid .date {
    width: 15px;
  }
  body .tab_gallery .card_gallery .text_bottom .title {
    font-size: 12px;
  }
  body .forum .container_custom .card_forum .display {
    gap: 25px;
  }
  body .forum .container_custom .card_forum .display .text_cta {
    font-size: 12px;
  }
  body .tab_gallery .border_view .text {
    font-size: 12px;
  }
  body .onemonth_schedule .schedule_grid .active .button .button_register_event {
    font-size: 12px;
  }
  body .onemonth_schedule .schedule_grid .button .button_register_event {
    font-size: 12px;
  }
  .edit_comments .modal-dialog,
  .delete_comments .modal-dialog {
    max-width: 100%;
  }
  .editor-wrapper .editor img,
  .single_page .card_comments .card_comment .card_comment_body img,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .content img {
    max-width: 100px;
  }
  .editor-wrapper button {
    font-size: 12px;
  }
  .editor-wrapper .display .toolbar {
    gap: 3px;
  }
  .editor-wrapper .display .toolbar svg {
    height: 14px;
  }
  .single_page .profile .left .card_profile.reward_wayang .display .button {
    margin-top: 10px;
  }
  .single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .image-wrap {
    height: 87px;
  }
  .single_page .profile .left .card_profile.reward_wayang .wrapper_wayang .rewards .reward .image-wrap img {
    width: 39px;
    height: 66px;
  }
  .single_page .single_gallery_detail .display_sponsor .lightbox .lb-content .close {
    font-size: 30px;
  }
  #check_barcode .modal-body {
    padding: 50px 30px 10px 30px;
  }
  #check_barcode .modal-body .result_scan_ticket .value_text_h1 {
    font-size: 19px;
  }
  #check_barcode .modal-body .result_scan_ticket .text {
    font-size: 12px;
  }
  #check_barcode .modal-body .result_scan_ticket .value_text {
    font-size: 16px;
  }
  .single_page .single_ticket_scan {
    background: #fff;
  }
  .grid_sponsor {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: start;
    align-items: center;
    justify-items: center;
    gap: 25px 19px;
    padding: 0px 0px 11px;
  }
  .single_page .card_rich_text .need_login {
    gap: 5px;
  }
  .single_page .card_rich_text .need_login .text {
    font-size: 12px;
    text-align: center;
  }
  .single_page .card_rich_text .need_login button {
    font-size: 12px;
  }
  .single_page .dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 6%) !important;
    background: #fff;
    z-index: 4;
  }
  .single_page .single_forum .container_custom {
    padding-right: 20px;
    padding-left: 20px;
  }
  .single_page .single_forum .container_custom .dflex {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .single_page .single_forum .container_custom .row .title_forum {
    font-size: 23px;
  }
  .single_page .single_forum .container_custom .row .post svg {
    width: 26px;
  }
  .single_page .single_forum .container_custom .row .post .text {
    display: none;
  }
  .single_page .single_forum .container_custom .custom_col {
    display: unset;
  }
  .single_page .single_forum .container_custom .card_forum {
    margin-bottom: 24px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
    max-width: 207px;
  }
  .single_page .single_forum_detail .container_custom {
    padding-right: 20px;
    padding-left: 20px;
  }
  .single_page .single_forum_detail .container_custom .back {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .title_forums .time_post.mobile {
    font-size: 14px;
    color: var(--black);
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-top: 6px;
    margin-bottom: 15px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
    max-width: 251px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .right .time_post.desktop {
    display: none;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort {
    justify-content: space-around;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down {
    background: #f0f0f0;
    justify-content: center;
    width: 100%;
    padding: 3px;
    border: unset;
    gap: 5px;
    border-radius: 2px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up .mobile,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down .mobile {
    display: block;
    font-size: 12px;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up svg,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down svg {
    display: none;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .up .count,
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .display .sort .down .count {
    font-size: 12px;
  }
  .single_page .single_form_additional .container_custom .card_form {
    width: 100%;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input {
    padding: 33px 0px 33px 0px;
    gap: 15px;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .input_label label {
    font-size: 14px;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .input_label input {
    font-size: 14px;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input select {
    font-size: 14px !important;
  }
  .single_page .single_form_additional .container_custom .card_form .display .text:nth-child(1) {
    font-size: 27px;
    margin-bottom: 5px;
  }
  .single_page .single_form_additional .container_custom .card_form .display .text:nth-child(2) {
    font-size: 14px;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee label {
    margin-bottom: 20px;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee input {
    text-align: left;
    padding: 12px 16px !important;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee input::-moz-placeholder {
    padding-left: 1px !important;
    color: #bbb;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee input::placeholder {
    padding-left: 1px !important;
    color: #bbb;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee .title_display {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    top: 31px;
    left: 7px;
    background: #fff;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee .title_display .garis_vertical {
    display: none;
  }
  .single_page .single_form_additional .container_custom .card_form .form_input .buy_me_coffee .title_display .text {
    font-size: 12px;
    color: #bbb;
  }
  .single_page .single_form_additional .container_custom .card_form .display_term .checkbox {
    font-size: 12px;
  }
  .single_page .single_form_additional .container_custom .card_form .tombol button {
    font-size: 14px;
  }
  .single_page .single_ticket_scan .card_scan {
    display: grid;
    width: 100%;
  }
  .single_page .single_ticket_scan .card_scan .image {
    width: 100%;
  }
  .single_page .single_ticket_scan .card_scan .form {
    width: 100%;
  }
  .single_page .single_ticket_scan .card_scan .form .display {
    width: 85%;
  }
  .single_page .single_ticket_scan .card_scan .form .display .text {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .single_page .single_event_detail .row_custom1 .card_poster img {
    margin-top: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .texttttt {
    font-size: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text {
    font-size: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(1) {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(2) {
    font-size: 33px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(3),
  .single_page .single_event_detail .row_custom1 .body_content .sub {
    font-size: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(5) {
    font-size: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .text:nth-child(4) {
    font-size: 12px;
    min-height: 167px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .row .card_speaker .text1 {
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .row .card_speaker .text2 {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .sub_title {
    font-size: 12px !important;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop {
    display: block;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row {
    margin-top: 40px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(1) {
    margin-bottom: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box .text:nth-child(4) {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row .card_box:nth-child(1) {
    padding: 12px;
  }
  .single_page .single_event_detail .row_custom1 .button {
    font-size: 12px;
  }
  .single_page .single_showcase .container_custom {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .single_page .single_showcase .container_custom .ulasan_showcase {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single_page .single_showcase .banner .text_bottom {
    bottom: 23px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .single_page .single_showcase .banner .text_bottom .left .text1 {
    font-size: 12px;
  }
  .single_page .single_showcase .banner .text_bottom .left .text2 {
    font-size: 23px;
    margin-top: 5px;
  }
  .single_page .single_showcase .banner .text_bottom .right .button .text {
    font-size: 12px;
  }
  .single_page .single_showcase .banner img {
    height: 320px;
  }
  .single_page .single_showcase .content hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single_page .single_showcase .content .custom_col {
    margin-top: 0px;
  }
  .single_page .single_showcase .content .bagian_3 img {
    aspect-ratio: 4/2;
  }
  .single_page .single_showcase .content .bagian_3 .display .text1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single_page .single_gallery .card_gallery .text_top {
    top: 12px;
    left: 12px;
  }
  .single_page .single_gallery .card_gallery .text_bottom {
    bottom: 12px;
    left: 12px;
  }
  .single_page .single_gallery .text_tab.mobile {
    font-size: 12px;
  }
  .single_page .single_gallery .text_tagline {
    font-size: 23px;
  }
  .single_page .single_gallery .tabs .tab {
    font-size: 12px;
  }
  .single_page .single_gallery_detail .display_navigation .text,
  .single_page .single_gallery_detail .display_navigation .title,
  .single_page .single_gallery_detail .detail_event .date_event,
  .single_page .single_gallery_detail .display_sponsor .text {
    font-size: 12px;
  }
  .single_page .single_gallery_detail .detail_event .title_event {
    font-size: 23px;
  }
  .single_page .single_gallery_detail .detail_event .sub_title {
    font-size: 12px;
  }
  .single_page .single_gallery_detail .detail_event .speaker_event {
    font-size: 12px;
    line-height: 16px;
  }
  .single_page .single_gallery_detail .detail_event .title_event {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .single_page .single_gallery_detail .display_sponsor .section-gallery .gallery-grid .gallery-item img {
    height: 250px;
  }
  .single_page .profile .left .card_profile.reward_wayang .display {
    display: grid;
  }
  .single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .form_input input {
    font-size: 14px;
  }
  .single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .form_input label {
    font-size: 14px;
  }
  .single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth button {
    font-size: 14px;
  }
  .single_page .profile .left .change_password .modal-body .form_auth .display .left .card_auth .text {
    font-size: 27px;
  }
  .single_page .profile .left .change_password .modal-body .form_auth .display .left {
    padding: 0px 25px 30px 25px !important;
  }
  .single_page .profile .left .form_card .section1 {
    margin-top: 20px;
  }
  .single_page .profile .left .change_password .modal-body .display {
    display: unset;
  }
  .single_page .profile .left .form_card .display {
    display: grid;
    gap: 10px;
  }
  .single_page .profile .left .form_card .display .msg {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .display .tombol {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .section2 .card_input input {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .section2 .card_input .select-wrapper select {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .section1 .card_input input {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .section1 .card_input .sub_input:nth-child(1) {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .section2 .card_input .sub_input:nth-child(1) {
    font-size: 14px;
  }
  .single_page .profile .left .form_card .section2 .card_input:nth-child(3) {
    margin-bottom: 15px;
  }
  .single_page .profile .left .form_card {
    gap: 15px;
  }
  .auth_page_register .register .form_card {
    gap: 15px;
  }
  .single_page .profile .form_card .section1 .mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .single_page .profile .left .form_card .section1 .photo_profile {
    height: 200px;
    width: 200px;
  }
  body header .nav_menu a .text_menu {
    font-size: 12px;
  }
  body header {
    align-items: center;
  }
  body header .logo {
    width: 82px;
  }
  body header .nav_menu .button {
    padding: 10px 18px !important;
  }
  body header .nav_menu {
    gap: 10px;
  }
  .single_page .profile {
    margin-bottom: 24px;
  }
  .single_page .profile .base_calender {
    margin-bottom: 20px;
  }
  .single_page .profile .click.mobile {
    display: block !important;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .single_page .profile .left .display_title {
    margin-bottom: 10px;
  }
  .single_page .profile .left .card_profile .no_ticket {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .single_page .profile .left .card_profile .text:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .single_page .profile .left .card_profile .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .single_page .profile .left .card_profile .display_title .click {
    display: none;
  }
  .single_page .profile .left .card_profile.brands .row_style {
    justify-content: space-evenly;
  }
  .single_page .profile .left .card_profile.brands .row_style .col-auto {
    width: 25%;
  }
  .single_page .profile .left .card_profile.reward_wayang .display .since span {
    font-size: 12px;
  }
  .single_page .profile .left .card_profile.reward_wayang .display .button {
    font-size: 12px;
    padding: 10px 18px !important;
  }
  .single_page .profile .right .card_profile .display_profile .profile_text .text {
    font-weight: 700;
  }
  .single_page .profile .right .card_profile .calendar .header {
    padding: 29px 0 0;
    margin: 0;
    width: unset;
  }
  .single_page .profile .right .card_profile .calendar table {
    width: 100%;
  }
  .single_page .profile .right .card_profile .display_sub .text {
    font-size: 16px;
    font-weight: 700;
  }
  .auth_page_register {
    font-family: "Inter", sans-serif;
  }
  .auth_page_register .menu_header .logo {
    filter: invert(100%);
  }
  .auth_page_register .menu_header .desktop {
    display: none !important;
  }
  .auth_page_register .menu_header .mobile {
    display: block !important;
    background: var(--orange);
    display: block;
    padding: 0.7rem 1.85rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 24px;
  }
  .auth_page_register .menu_header .mobile .text_menu {
    color: var(--black);
  }
  .auth_page_register .register .text:nth-child(1) {
    font-size: 27px;
    font-weight: 700;
  }
  .auth_page_register .register .text:nth-child(2) {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .auth_page_register .register .form_card .section1 .mobilee {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .auth_page_register .register .form_card .section1 .photo_profile {
    height: 200px;
    width: 200px;
  }
  .auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload .dflex .btn_upload_newsletter {
    font-size: 14px;
  }
  .auth_page_register .register .form_card .section1 .photo_profile .btn_img_upload .dflex .note {
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
  }
  .auth_page_register .register .form_card .section1 .card_input {
    margin-bottom: 15px;
  }
  .auth_page_register .register .form_card .section1 .card_input .sub_input:nth-child(1) {
    font-size: 14px;
  }
  .auth_page_register .register .form_card .section1 .card_input input {
    font-size: 14px;
  }
  .auth_page_register .register .form_card .section2 .card_input {
    margin-bottom: 15px;
  }
  .auth_page_register .register .form_card .section2 .card_input .sub_input:nth-child(1) {
    font-size: 14px;
  }
  .auth_page_register .register .form_card .section2 .card_input input {
    font-size: 14px;
  }
  .auth_page_register .register .form_card .section2 .card_input .select-wrapper select {
    font-size: 14px;
  }
  .auth_page_register .register .form_card .section2 .card_input:nth-child(3) {
    margin-bottom: 15px;
  }
  .auth_page_register .register .form_card .display {
    align-items: start;
  }
  .auth_page_register .register .form_card .display .checkbox {
    font-size: 14px;
    margin-top: -5px;
  }
  .auth_page_register .register .form_card .tombol button {
    font-size: 14px;
  }
  .auth_page .form_auth .display {
    display: unset;
    position: relative;
  }
  .auth_page .form_auth .display .left {
    height: 100vh;
    background: var(--white);
    padding: 0px 20px 0px 20px;
  }
  .auth_page .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    font-weight: 700;
  }
  .auth_page .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 14px;
  }
  .auth_page .form_auth .display .left .card_auth .form_input {
    gap: 3px;
    margin-bottom: 15px;
  }
  .auth_page .form_auth .display .left .card_auth .form_input label {
    font-size: 14px;
  }
  .auth_page .form_auth .display .left .card_auth .form_input input {
    font-size: 14px;
  }
  .auth_page .form_auth .display .left .card_auth a .text_forgot {
    font-size: 14px;
  }
  .auth_page .form_auth .display .left .card_auth .social_icons .text {
    font-size: 14px;
    font-weight: 500;
  }
  .auth_page .form_auth .display .left .card_auth .social_icons .social {
    gap: 2px;
  }
  .auth_page .form_auth .display .left .card_auth .social_icons .social .icon svg {
    width: 20px;
    height: 20px;
  }
  .auth_page .form_auth .display .left button {
    font-size: 14px;
  }
  .auth_page .form_auth .display .left .bottom .text_register {
    font-size: 14px;
  }
  .auth_page .form_auth .display .left .bottom a {
    font-size: 14px;
  }
  .popup_unduh .padding .top .text {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .popup_unduh .padding .text:nth-child(2) {
    font-size: 27px;
  }
  .popup_unduh .padding .text:nth-child(3) {
    font-size: 14px;
  }
  .popup_unduh .padding .form_input {
    width: 100%;
  }
  .popup_unduh .padding .form_input label {
    font-size: 14px;
  }
  .popup_unduh .padding .form_input input {
    font-size: 14px;
  }
  .popup_unduh .padding .sub_text {
    font-size: 14px;
  }
  .popup_unduh .padding .multi_select_program {
    width: 100%;
  }
  .popup_alert .modal-dialog {
    max-width: 100%;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 12px;
    line-height: 1.2;
  }
  .popup_alert .modal-dialog .form_auth .display .left .card_auth button {
    font-size: 14px;
  }
  .subscribe {
    font-family: "Inter", sans-serif;
  }
  .subscribe .modal-dialog {
    max-width: 100%;
  }
  .subscribe .modal-dialog .form_auth .display .left {
    padding: 0px 25px 30px 25px !important;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 14px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .form_input label {
    font-size: 14px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth .form_input input {
    font-size: 14px;
  }
  .subscribe .modal-dialog .form_auth .display .left .card_auth button {
    font-size: 14px;
  }
  .need_login .modal-dialog {
    max-width: 100%;
  }
  .need_login .modal-dialog .modal-body {
    padding: 40px 25px 40px 25px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .need_login .modal-dialog .form_auth .display .left .card_auth button {
    margin-top: 0px;
  }
  .auth_login .modal-dialog,
  .auth_forgot .modal-dialog {
    max-width: 100%;
  }
  .auth_login .modal-dialog .modal-body .social_icons,
  .auth_forgot .modal-dialog .modal-body .social_icons {
    gap: 10px;
  }
  .auth_login .modal-dialog .modal-body .social_icons .social,
  .auth_forgot .modal-dialog .modal-body .social_icons .social {
    gap: 1px;
  }
  .auth_login .modal-dialog .modal-body .social_icons .social .icon svg,
  .auth_forgot .modal-dialog .modal-body .social_icons .social .icon svg {
    width: 20px;
    height: 20px;
  }
  .auth_login .modal-dialog .modal-body .social_icons .textt,
  .auth_forgot .modal-dialog .modal-body .social_icons .textt {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left,
  .auth_forgot .modal-dialog .form_auth .display .left {
    padding: 0px 25px 30px 25px !important;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1),
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth .text:nth-child(1) {
    font-size: 27px;
    font-weight: 700;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2),
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth .text:nth-child(2) {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth a .text_forgot,
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth a .text_forgot {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth button,
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth button {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth .form_input,
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input {
    gap: 3px;
    margin-bottom: 15px;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth .form_input label,
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input label {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left .card_auth .form_input input,
  .auth_forgot .modal-dialog .form_auth .display .left .card_auth .form_input input {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left .bottom .text_register,
  .auth_forgot .modal-dialog .form_auth .display .left .bottom .text_register {
    font-size: 14px;
  }
  .auth_login .modal-dialog .form_auth .display .left .bottom a,
  .auth_forgot .modal-dialog .form_auth .display .left .bottom a {
    font-size: 14px;
  }
  body .container_custom {
    padding-right: 20px;
    padding-left: 20px;
  }
  body .banner_header .banner_homepage .H1_centered {
    top: 50%;
    left: 20px;
  }
  body .banner_header .banner_homepage .H1_centered p {
    font-size: 27px;
  }
  body .banner_header .banner_homepage .card_register .section_top {
    width: 50%;
    padding: 23px 0px 23px 20px;
  }
  body .banner_header .banner_homepage .card_register .section_top .card_flex {
    gap: 10px;
  }
  body .banner_header .banner_homepage .card_register .section_bottom {
    width: 50%;
    padding-right: 20px;
  }
  body .banner_header .banner_homepage .description_tagline {
    left: 20px;
    width: 81%;
    bottom: 5%;
    transform: translate(0%, -50%);
  }
  body .banner_header .banner_homepage .description_tagline p {
    font-size: 14px;
    line-height: 20px;
  }
  body .onemonth_schedule .H1_display {
    display: grid;
    gap: 6px;
  }
  body .onemonth_schedule .H1_display .button {
    justify-content: unset;
  }
  body .onemonth_schedule .H1_display .button .button_register_event {
    font-size: 14px;
  }
  body .onemonth_schedule .H1_display .H1_text {
    font-size: 23px;
  }
  body .onemonth_schedule .schedule_grid .date {
    font-size: 12px;
    font-weight: 500;
  }
  body .onemonth_schedule .schedule_grid .month {
    font-size: 12px;
  }
  body .onemonth_schedule .schedule_grid .year {
    font-size: 12px;
  }
  body .onemonth_schedule .schedule_grid .tanggal {
    margin-bottom: 10px;
    gap: 3px;
  }
  body .onemonth_schedule .schedule_grid .month_year {
    display: flex;
    gap: 3px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event {
    font-size: 16px;
    margin-top: 0px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-3:nth-child(1) {
    font-size: 19px;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-6 br {
    display: none;
  }
  body .onemonth_schedule .schedule_grid .txt_details_event .col-md-6 .jl {
    display: block;
  }
  body .showcase .swiper-slide {
    margin-right: 32px !important;
  }
  body .showcase .card_showcase .H1_display .text_cta {
    margin-top: 16px;
  }
  body .footer .copyright {
    display: grid;
    justify-content: center;
    gap: 5px;
  }
  body .footer .copyright .text {
    font-size: 12px;
    text-align: center;
  }
  body .footer .margin_bottom_menu {
    gap: 10px;
  }
  body .footer .margin_bottom_menu .menu_footer {
    font-size: 16px;
  }
  body .footer .form_subscribe {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  body .footer .form_subscribe .display .buttons {
    margin-bottom: 25px;
  }
  body .footer .form_subscribe .display .buttons .button {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .footer .form_subscribe .display .buttons .button .text {
    font-size: 12px;
  }
  body .footer .form_subscribe .display .socials {
    gap: 20px;
  }
  body .footer .form_subscribe .display .socials svg {
    width: 22px;
  }
  body .footer .form_subscribe .display .text_heading {
    font-size: 14px;
    margin-bottom: 25px;
  }
  body .program {
    position: relative;
    z-index: 3;
  }
  body .program .container_program {
    height: 50vh;
  }
  body .program .container_program .container_agenda .box:nth-child(1) img {
    width: 56px;
  }
  body .program .container_program .container_agenda .box:nth-child(2) img {
    width: 90px;
  }
  body .program .container_program .container_agenda .box:nth-child(3) img {
    width: 53px;
  }
  body .program .container_program .container_agenda .box:nth-child(4) img {
    width: 72px;
  }
  body .program .container_program .container_agenda .box:nth-child(5) img {
    width: 50px;
  }
  body .program .container_program .container_agenda .box:nth-child(6) img {
    width: 85px;
  }
  body .program .container_program .container_agenda .box:nth-child(7) img {
    width: 44px;
  }
  body .program .container_program .container_agenda .box:nth-child(8) img {
    width: 56px;
  }
  body .program .container_program .container_agenda .box:nth-child(9) img {
    width: 48px;
  }
  body .program .container_program .container_agenda .box:nth-child(10) img {
    width: 59px;
  }
  body .tab_gallery .border_view {
    margin-bottom: 0px;
  }
  body .ads .card_ads img {
    aspect-ratio: 5/3;
  }
  .swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
  }
}
@media screen and (max-width: 410px) {
  body .program .container_program .logo {
    width: 150px;
  }
  .single_page .single_event_detail .row_custom1 .body_content .cta_desktop .row {
    position: sticky;
  }
  .single_page .card_rich_text {
    padding: 10px 12px 10px 12px;
  }
  .single_page .dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 6%) !important;
    background: #fff;
    z-index: 4;
  }
  .single_page .card_comments .card_comment {
    padding: 10px 12px 10px 12px;
  }
  .single_page .single_forum .container_custom .custom_col {
    display: unset;
  }
  .single_page .single_forum .container_custom .card_forum {
    margin-bottom: 24px;
    padding: 10px 12px 10px 12px;
  }
  .single_page .single_forum .container_custom .card_forum .open_forums .left .dsply .author_link {
    max-width: 157px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum {
    padding: 10px 12px 10px 12px;
  }
  .single_page .single_forum_detail .container_custom .custom_col .card_forum .open_forums .left .dsply .author_link {
    max-width: 175px;
  }
  .grid_sponsor {
    grid-template-columns: auto auto;
    gap: 30px 30px;
  }
  .single_page .single_showcase .banner .text_bottom .right {
    display: grid;
  }
  .single_page .single_gallery_detail .detail_event .title_event {
    width: 100%;
  }
  .single_page .single_gallery_detail .display_navigation .text {
    display: none;
  }
  .popup_unduh .padding .top .text {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .popup_unduh .padding .text:nth-child(2) {
    font-size: 27px;
  }
  .popup_unduh .padding .text:nth-child(3) {
    font-size: 14px;
  }
  .popup_unduh .padding .form_input {
    width: 100%;
  }
  .popup_unduh .padding .form_input label {
    font-size: 14px;
  }
  .popup_unduh .padding .form_input input {
    font-size: 14px;
  }
  .popup_unduh .padding .sub_text {
    font-size: 14px;
  }
  .popup_unduh .padding .multi_select_program {
    grid-template-columns: auto;
    width: 100%;
  }
}
.notificationBirthday {
  font-family: "Inter", sans-serif;
  display: none;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 9999;
  width: 400px;
  height: 200px;
  animation: slideInUp 0.3s ease-out;
}
.notificationBirthday .lok_message {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 30px;
  border-radius: 8px;
}
.notificationBirthday .lok_message .close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}
.notificationBirthday .lok_message .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.notificationBirthday .lok_message .message {
  font-size: 14px;
}
@keyframes slideInUp {
  from {
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutDown {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(500px);
    opacity: 0;
  }
}
.notificationBirthday .pyro > .before,
.notificationBirthday .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}
.notificationBirthday .pyro > .after {
  animation-delay: 1.25s, 1.25s, 1.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@keyframes bang {
  to {
    box-shadow: 71px -195.6666666667px red, 115px -332.6666666667px #00ff2f, 197px -324.6666666667px #3c00ff, -15px -294.6666666667px #0011ff, 4px 20.3333333333px #c8ff00, 186px -189.6666666667px #4dff00, -192px -322.6666666667px #ff8000, 126px -128.6666666667px #66ff00, 35px 32.3333333333px #0026ff, -220px -301.6666666667px #84ff00, 206px -235.6666666667px #00ff3c, -197px -69.6666666667px #ff3700, -202px -61.6666666667px #ff008c, 223px -281.6666666667px #c800ff, 93px -229.6666666667px #ff0004, -43px -209.6666666667px #00ff51, -168px 13.3333333333px #cc00ff, -155px -252.6666666667px #00ff4d, -99px -74.6666666667px #00ff04, 12px -161.6666666667px #ff6600, -142px -144.6666666667px #ff0048, -111px -17.6666666667px #ff00d9, 63px -324.6666666667px #3300ff, 145px 17.3333333333px #00ffea, 221px -230.6666666667px #ff009d, -123px -289.6666666667px #62ff00, 133px -395.6666666667px #a200ff, -141px -414.6666666667px #008cff, 177px -201.6666666667px #fffb00, -177px -74.6666666667px #bf00ff, -216px -152.6666666667px #007bff, -1px 32.3333333333px #ff0d00, -125px -123.6666666667px #9100ff, 165px -259.6666666667px #00ffaa, -167px -305.6666666667px #ffe600, 165px -406.6666666667px #4400ff, 178px -391.6666666667px #ff6f00, -140px -320.6666666667px #ff0900, 89px -199.6666666667px #004dff, -77px 72.3333333333px #00ffa6, -235px -301.6666666667px #ff00b7, 12px -47.6666666667px #ff00e6, 212px -303.6666666667px #91ff00, 244px 18.3333333333px #ff00b7, 165px -26.6666666667px #4000ff, 193px -295.6666666667px #00ff66, -182px 21.3333333333px #ff6a00, 0px -146.6666666667px #0080ff, 50px -189.6666666667px #00ff66, -157px -106.6666666667px #00ff3c, 38px -166.6666666667px #ff0004;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

.notificationBirthday.show {
  display: block;
}

.notificationBirthday.hide {
  animation: slideOutDown 0.3s ease-out forwards;
}

@media screen and (max-width: 576px) {
  .notificationBirthday {
    top: 0px;
    right: 20px;
    width: 80%;
  }
  .notificationBirthday .lok_message {
    padding: 10px;
  }
  .notificationBirthday .lok_message .close {
    top: 0px;
  }
  .notificationBirthday .lok_message .title {
    font-size: 14px;
  }
  .notificationBirthday .lok_message .message {
    font-size: 12px;
  }
}
.map_leaflet {
  background: var(--white);
  font-size: 16px;
  width: 100%;
}
.map_leaflet .texttttt {
  margin-top: 14px;
  border-top: 1px solid var(--black);
  padding-top: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}
.map_leaflet #MapLocation {
  margin-bottom: 0.75em;
}
.map_leaflet .leaflet-top.leaflet-left {
  display: none;
}
.map_leaflet .leaflet-control-attribution.leaflet-control {
  display: none;
}

.mobile {
  display: none;
}
.mobile .map_leaflet .texttttt {
  padding-top: unset;
  border-top: unset;
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.example-container * {
  box-sizing: inherit;
  font-size: inherit;
}

.u-wrapper {
  max-width: 1440px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.u-wrapper .c-carousel {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.u-wrapper .c-carousel .c-carousel__wrapper.swiper {
  margin: 0;
  position: static;
}
.u-wrapper .c-carousel .c-carousel__wrapper.swiper .c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
}
.u-wrapper .c-carousel .c-carousel__wrapper.swiper .c-carousel__inner-wrapper.swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */