@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Outfit", sans-serif !important;
}

.wrapper {
  max-width: 768px;
  /* height: 100vh; */
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.wrapper-right-button, .xfess-floating-btn {
  right: 20px;
}

input[type="text"]::placeholder {
  color: #ddd;
}

.carousel-item {
  padding: 12px;
}

.carousel-indicators {
  bottom: -25px !important;
  left: auto;
  justify-content: start !important;
  margin-left: 12px !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 40px !important;
  width: 8px !important;
  height: 8px !important;
  border-top: none !important;
  border-bottom: none !important;
  transition: all 0.6s ease !important;
}

.carousel-indicators .active {
  width: 60px !important;
}

.carousel__more {
  position: absolute;
  bottom: -14px;
  right: 12px;
  text-decoration: none;
}

.clip {
  --clip-size: 0.4rem;
  clip-path: polygon(
    0 var(--clip-size),
    var(--clip-size) 0,
    calc(100% - var(--clip-size)) 0,
    100% var(--clip-size),
    100% calc(100% - var(--clip-size)),
    calc(100% - var(--clip-size)) 100%,
    var(--clip-size) 100%,
    0% calc(100% - var(--clip-size)),
    0% var(--clip-size)
  );
}

.clip__1 {
  --clip-size: 0.2rem !important;
}
.clip__2 {
  --clip-size: 0.4rem !important;
}
.clip__3 {
  --clip-size: 0.6rem !important;
}
.clip__4 {
  --clip-size: 0.8rem !important;
}
.clip__5 {
  --clip-size: 1rem !important;
}

.clip__bottom-left {
  clip-path: polygon(0% 0%, 8% 100%, 100% 100%, 100% 0) !important;
}

.categ__item {
  font-weight: 400;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

.categ__item.active {
  font-weight: 700;
  color: var(--bs-primary);
}

.list__title {
  clip-path: polygon(0% 0%, 100% 0, 85% 100%, 0% 100%);
}

.filter__hue {
  filter: hue-rotate(-30deg);
}

.btn-outline-primary.clip__primary {
  filter: hue-rotate(-30deg);
  background-image: url("../assets/imgs/img__button-clip-primary.png") !important;
  background-size: 100% 100%;
  border: none !important;
  transition: all 0.3s ease !important;
}

.btn-outline-primary.clip__primary:hover {
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: #transparent;
  --bs-btn-active-border-color: #transparent;
  --bs-btn-disabled-color: #transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #transparent;
  color: var(--bs-primary) !important;
  transform: translateY(-5px);
}

.btn-outline-light.clip__light {
  background-image: url("../assets/imgs/img__button-clip-light.png") !important;
  background-size: 100% 100%;
  border: none !important;
  transition: all 0.3s ease !important;
}

.btn-outline-light.clip__light:hover {
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: #transparent;
  --bs-btn-active-border-color: #transparent;
  --bs-btn-disabled-color: #transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #transparent;
  color: var(--bs-light) !important;
  transform: translateY(-5px);
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

.lelang__wrapper {
  clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0%);
}

.scroll__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.scroll__item {
  display: inline-block;
  scroll-snap-align: start;
  scroll-margin-block-start: 20px;
}

.scroll__item.categ {
  /* fs-9 px-3 py-2 text-secondary */
  font-size: 0.7rem !important;
  padding: 8px 16px;
  color: rgb(var(--bs-secondary-rgb));
  cursor: pointer;
}

.scroll__item.categ.active {
  /* bg-primary bg-opacity-10 px-3 py-2 rounded-pill fs-9 fw-medium text-primary */
  background-color: var(--bs-primary-bg-subtle);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.7rem !important;
  font-weight: 500;
  color: rgb(var(--bs-primary-rgb));
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 88;
  overflow: hidden;
  box-shadow: 0px 10px 10px 15px rgba(var(--bs-primary-rgb), 0.1);
}

.bottom-bar__shadow {
  box-shadow: 0px 10px 10px 15px rgba(var(--bs-primary-rgb), 0.1);
}

.bottom-bar__item {
  text-decoration: none;
  color: var(--bs-secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-bar__item.active {
  position: relative;
  color: var(--bs-primary) !important;
}

.bottom-bar__item img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.bottom-bar__item.active img {
  opacity: 1;
  filter: drop-shadow(0px 0px 10px rgba(var(--bs-primary-rgb), 0.8))
    hue-rotate(-50deg);
}

.bottom-bar__item.active::after {
  position: absolute;
  top: -5px;
  left: calc(50% - 2.5px);
  content: "";
  background-color: var(--bs-primary);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  transform: rotate(45deg) translateX(-50%);
}

@media (min-width: 1200px) {
  .bottom-bar {
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    width: 27%;
    box-shadow: none;
  }
  .bottom-bar__item:hover {
    background-color: #f6f6ff;
  }
  .bottom-bar__item {
    flex-direction: row;
    gap: 0.5rem;
  }
  .bottom-bar__item.active::after {
    top: auto;
    left: auto;
    right: -20px;
  }
  .bottom-bar__item.active {
    background-color: #f6f6ff;
  }
}

.sidebar {
  --bs-offcanvas-width: 80% !important;
}

.sidebar-menu__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 12px;
  font-size: 11pt;
}

.sidebar-menu__item.active {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}

.sidebar-menu__item.active img {
  filter: grayscale(200%) invert(200%) brightness(-500%) invert(100%);
}

.badge__user-level {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -5px;
}

.market__list-game {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.hexagon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  border-radius: 10px;
}

.hexagon img {
  transform: scale(0.88);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon.hexagon__primary {
  background-color: var(--bs-primary);
}

.hexagon.hexagon__purple {
  background-color: var(--bs-purple);
}

.hexagon.hexagon__green {
  background-color: #4abf48;
}

a {
  transition: all 100ms ease !important;
}

a:active {
  opacity: 0.8;
}

.tab__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tab__item {
  color: var(--bs-secondary);
  flex: 1;
  padding: 10px 0px;
  border-bottom: 2px solid lightgray;
  cursor: pointer;
  font-weight: 400;
}

.tab__item.active {
  color: var(--bs-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--bs-primary);
  transition: all 500ms ease;
}

#chatsTab .tab__item {
  color: #ddd !important;
  border-bottom: 5px solid var(--bs-primary) !important;
  cursor: pointer;
  font-weight: 400;
}

#chatsTab .tab__item.active {
  color: var(--bs-light) !important;
  border-bottom: 5px solid var(--bs-white) !important;
}

.tab__content {
  display: none;
}

.tab__content.active {
  display: block;
}

.message {
  /* d-flex flex-row justify-content-end text-end */
  --message-justify: flex-start;
  display: flex;
  flex-direction: column;
  align-items: var(--message-items);
  gap: 0.25rem;
}
.message h6 {
  color: rgba(var(--bs-primary-rgb), 1);
}

.bubble {
  --bubble-bg-color: var(--bs-white);
  --bubble-radius: 0px 10px 10px 10px;
  --bubble-text-align: start;
  background-color: var(--bubble-bg-color);
  padding: 12px;
  border-radius: var(--bubble-radius);
  max-width: 85%;
  width: fit-content;
  text-align: var(--bubble-text-align);
}

.message.user {
  --message-items: flex-end !important;
  color: var(--bs-primary);
}
.message.user .bubble {
  --bubble-bg-color: rgba(var(--bs-primary-rgb), 0.1);
  --bubble-radius: 10px 0px 10px 10px;
  --bubble-text-align: end;
}

.message.midman {
  --message-items: flex-start !important;
}

.message.midman h6 {
  color: #6e03f6;
}

.message.midman .bubble {
  --bubble-bg-color: #f3eaff;
}

.bg__light-purple {
  background-color: #c6c8ff;
}
.bg__secondary-purple {
  background-color: #5155c1;
}

.ft-list-status__section .status__wrapper {
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  overflow-y: auto;
  margin-top: 8px;
  z-index: 2;
}

.status__wrapper::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, white 40%, transparent);
  width: 100%;
  height: 150px;
  z-index: 1;
}

.cursor__pointer {
  cursor: pointer;
}

.btn.unchecked-white {
  background-color: white;
  border: none;
}
.btn.unchecked-white:hover {
  background-color: white !important;
}
.btn-check:checked + .btn.unchecked-white:hover {
  background-color: var(--bs-primary) !important;
}

input::placeholder,
textarea::placeholder {
  color: #ddd !important;
}

.radioCircle {
  outline: 2px solid var(--bs-primary);
  outline-offset: 4px;
}

.btn-check:checked + .btn .radioCircle {
  outline: 2px solid var(--bs-white) !important;
  background-color: white;
}

@media (min-width: 768px) {
  .wrapper, .xfess-sticky-top, .xfess-sticky-notif {
    max-width: 576px;
  }

  .wrapper-right-button, .xfess-floating-btn {
    position: absolute;
    right: calc(100vw - (550px + ((100vw - 576px) / 2)));
    /* right: 300px; */
  }

  .btn__clip-primary {
    height: 50px;
  }
  .sidebar {
    --bs-offcanvas-width: 350px !important;
  }
}

.xfess-hidden {
  display: none !important;
}

.xfess-scrollable-content {
  height: 100%;
  overflow-y: auto;
  background: white;
}
.xfess-floating-btn {
  position: fixed;
  bottom: 20px;
  z-index: 1050;
}
.xfess-sticky-top {
  width: 768px;
  position: fixed !important;
  top: 0;
  z-index: 1030;
  background-color: #343a40; /* Dark background for the navigation */
}
.xfess-sticky-notif{
  width: 100%;
  position: fixed !important;
  top: 70px;
  padding: 5px;
  z-index: 1030;
  background-color: #f59898; /* Dark background for the navigation */
  text-align: center;
  color: #6b0606;
}


.tweet-card {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 400px;
  /* margin: 20px; */
  padding: 15px !important;
  box-sizing: border-box;
}
.tweet-image {
  margin-top: 10px;
  border-radius: 10px;
  width: 100%;
  max-height: 100px;
  object-fit: cover;
  border: 1px solid #cad1d5;
}
.tweet-header {
  display: flex;
  align-items: center;
}
.tweet-header img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.tweet-header .tweet-author {
  display: flex;
  flex-direction: row;
}
.tweet-header .tweet-author .name {
  font-weight: bold;
  color: #14171a;
}
.tweet-header .tweet-author .username {
  color: #657786;
  margin-left: 5px;
}
.tweet-content {
  margin-top: 10px;
  color: #14171a;
  font-size: 15px;
  word-wrap: break-word; /* Untuk mendukung browser lama */
  overflow-wrap: break-word; /* Untuk mendukung browser modern */
  word-break: break-all;
}
.tweet-footer {
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin: 5px;
  align-items: end !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
}
.tweet-footer .tweet-time {
  color: #657786;
}
.tweet-footer .tweet-actions {
  color: #1da1f2;
}

.xfess-theme-container {
  background-color: white;
}
.xfess-text-title {
  line-height: 1.2;
  font-size: 1.3rem;
  padding: 0px 30px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #FFBD25 !important; /* Warna background baru */
  border-color: #FFBD25 !important;    /* Warna border baru */
  color: #333 !important;
  box-shadow: 4px 4px 0 black !important; /* Bayangan solid hitam */
  margin: 5px;
}

.badge-primary {
  background-color: #FFBD25 !important; /* Warna background baru */
  border-color: #FFBD25 !important;    /* Warna border baru */
  color: #333 !important;
  font-size: 12px;
  border-radius: 5px;
  padding: 0px 5px;
}

.badge-danger {
  background-color: #ff2525 !important; /* Warna background baru */
  border-color: #ff2525 !important;    /* Warna border baru */
  color: #ffffff !important;
  font-size: 12px;
  border-radius: 5px;
  padding: 0px 5px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #8bd3dd !important; /* Warna background baru */
  border-color: #8bd3dd !important;    /* Warna border baru */
  color: #333 !important;
  box-shadow: 4px 4px 0 black !important; /* Bayangan solid hitam */
  margin: 5px;
}

.btn-primary:active,
.btn-secondary:active {
    transform: scale(0.98); /* Mengecilkan tombol saat diklik */
}

.form-check-input[type="checkbox"]{
  border: solid #6d6d6d 1px;
}

.xfess-label-warning{
  padding: 10px !important; 
  background: #dce4ff; 
  border-radius:5px;
}

.yellow-card {
  width: 8px;
  height: 12px;
  background-color: yellow;
  border: 1px solid #000; /* Border untuk visibilitas lebih baik */
  border-radius: 2px; /* Menambahkan border radius untuk sudut yang sedikit membulat */
  display: inline-block; /* Agar bisa diletakkan di dalam teks */
  vertical-align: middle; /* Agar posisinya sesuai dengan baris teks */
  margin-bottom: 3px;
  margin-right: 2px;
}

.yellow-card-container{
  margin-left: 5px;
  font-size: 13px;
}

.admin-notes{
  background: rgb(255, 245, 190);
  padding: 5px 10px;
  border-radius: 7px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
}

.pagination a.active {
  background-color: #ffbd25;
  color: 333;
  border-color: #333;
}

.pagination a:hover {
  background-color: #ffbd25;
  color: 333;
}

/* styles.css */

/* Pressed effect */
.support-icon:active {
  transform: scale(0.95); /* Slightly reduce the size */
}



/* Style for the SVG star */
.gold-star {
  width: 100px;
  height: 100px;
  fill: gold;
  stroke: gold;
  stroke-width: 2;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8)); /* Glowing effect */
  animation: shine 2s infinite; 
}

.gold-star-sm {
  width: 25px;
  height: 25px;
}

/* Keyframes for the shine animation */
@keyframes shine {
  0% {
      filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
      transform: scale(1.1) translateY(0); /* Initial scale */
  }
  50% {
      filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.1));
      transform: scale(1) translateY(-3px); /* Initial scale */

  }
  100% {
      filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
      transform: scale(1.1) translateY(0); /* Initial scale */

  }
}

/* Efek menyala */
.shining {
  box-shadow: 0 0 20px 0px #d3b200
}

.img-thumbnail-50 {
  object-fit: cover;
  height: 150px !important;
  width: 50% !important;
  display: block;
  border: solid 1px #ececec;
}

.img-thumbnail-100 {
  object-fit: cover;
  height: 150px !important;
  width: 100% !important;
  display: block;
  border: solid 1px #ececec;
}

.polling{
  padding: 10px;
  border: solid 1px #ececec;
  border-radius: 8px;
  margin: 5px;
  width: 98% !important;
}

/* Modal */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
  max-width: 600px; 
  text-align: center;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Image */
.modal-content img {
  max-width: 100%;
  height: auto;
}

/* Start Tour Button */
#start-tour {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

#start-tour:hover {
  background-color: #45a049;
}

.introjs-tooltiptext {
  padding: 0px 20px !important;
}

.introjs-skipbutton{
  display: none !important;
}