/* Generic */
html {
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #06060c;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

[x-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}

.navbar {
  background: var(--bs-body-bg);
}

.bg-body {
  background: var(--bs-body-bg);
}

.bg-image {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.mb-32 {
  margin-bottom: 8rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* Override Bootstrap colors */
:root {
  --bs-primary: var(--cl-primary);
  --bs-primary-rgb: var(--cl-primary-hex);
  --bs-link-color: var(--cl-primary);
  --bs-body-bg: #0b0b11;
  --bs-body-bg-rgb: 11, 11, 17;
  --bs-border-color: #14141c;
  --bs-border-color-translucent: #14141c;
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
}

.bg-primary-dark {
  background-color: var(--cl-primary-dark);
}

.form-check-input:checked,
form-check-input[type=checkbox]:indeterminate {
  background-color: var(--cl-primary);
  border-color: var(--cl-primary);
}

.form-range::-webkit-slider-thumb,
.form-range::-moz-range-thumb {
  background-color: var(--cl-primary);
}

.btn:hover {
  background-color: var(--cl-primary-dark);
  border-color: var(--cl-primary-darker);
}

.btn-primary {
  --bs-btn-bg: var(--cl-primary);
  --bs-btn-border-color: var(--cl-primary);
  --bs-btn-disabled-bg: var(--cl-primary);
  --bs-btn-disabled-border-color: var(--cl-primary);
  --bs-btn-hover-bg: var(--cl-primary-dark);
  --bs-btn-hover-border-color: var(--cl-primary-darker);
  --bs-btn-active-bg: var(--cl-primary-darker);
  --bs-btn-active-border-color: var(--cl-primary-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--cl-primary);
  --bs-btn-border-color: var(--cl-primary);
  --bs-btn-hover-bg: var(--cl-primary);
  --bs-btn-active-bg: var(--cl-primary);
  --bs-btn-active-border-color: var(--cl-primary);
  --bs-btn-disabled-color: var(--cl-primary);
  --bs-btn-disabled-border-color: var(--cl-primary);
}

.dropdown-menu,
.dropdown-menu-dark {
  --bs-dropdown-link-active-bg: var(--cl-primary);
}

.nav-pills {
  --bs-nav-pills-link-active-bg: var(--cl-primary);
}

.pagination {
  --bs-pagination-active-bg: var(--cl-primary);
  --bs-pagination-active-border-color: var(--cl-primary);
}

.progress,
.progress-stacked {
  --bs-progress-bar-bg: var(--cl-primary);
}

.list-group {
  --bs-list-group-active-bg: var(--cl-primary);
  --bs-list-group-active-border-color: var(--cl-primary);
}

/* Navbar */
.navbar .navbar-brand {
  font-size: 3rem;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 3rem;
  }
}

/* Remove number input arrows. */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

/* Push footer to bottom */
.flex-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Homepage socials. */
.socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.socials .social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: underline;
  text-decoration-color: var(--cl-primary);
  color: #ffffff;
}

.socials .social .icon {
  display: inline-flex;
  padding: 0.5rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--cl-primary);
  color: #ffffff;
}

.socials .social .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (min-width: 992px) {
  .socials {
    gap: 5rem;
  }
}

/* Homepage products */
.filters-radio-group {
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.filters-radio-group .form-check {
  display: flex;
  gap: 0.5rem;
}

.filters-radio-group .form-check-label {
  display: flex;
  flex-direction: column;
}

.filters-radio-group .form-check-label small {
  font-size: 0.75rem;
  color: #a3a3a3;
}

.filters-radio-group .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}

.filters-radio-group .form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--cl-primary-hex), .25);
}

.products .card {
  position: relative;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.products .card .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 16/9;
  object-fit: scale-down;;
}

.product-img-placeholder svg {
  width: 96px;
  height: 96px;
}

.product-img-placeholder svg.large {
  width: 256px;
  height: 256px;
}

.stock-unlimited {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.stock-unlimited svg {
  width: 1rem;
  height: 1rem;
}

/* Homepage features. */
.card-cover {
  background-size: cover;
}

.card-cover .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.card-cover h2 {
  z-index: 1;
}

/* Single product. */
.product-description p {
  margin-bottom: 0;
}

.quantity-btn svg {
  width: 24px;
  height: 24px;
}

.payment-methods,
.variants {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.payment-methods .method,
.variants .variant {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 0;
  position: relative;
  padding: 0.375rem 0.775rem 0.375rem 0.375rem;
  background: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.payment-methods .method.active,
.variants .variant.active {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-btn-border-color);
  outline: 0;
}

.payment-methods .method img {
  width: 2.5rem;
  height: 2.5rem;
}

.payment-methods .method .fee {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border: 1px solid;
}

.payment-methods .method .fee.more {
  background: #181818;
  color: #a3a3a3;
  border-color: #2f2f2f;
}

.payment-methods .method .fee.less {
  background: #27ae60;
  color: #ffffff;
  border-color: #2cc66d;
}

.variants .variant {
  padding: 0.5rem 0.75rem;
}

.variants .variant .name-stock {
  text-align: left;
}

.variants .variant .name,
.variants .variant .stock {
  margin-bottom: 0;
}

.variants .variant .stock {
  font-size: 0.75rem;
}

.variants .variant .price {
  padding: 0.25rem 0.5rem;
  border: 1px solid #2f2f2f;
  background: #181818;
  color: #a3a3a3;
  font-weight: 500;
}

.payment-methods .method .active-indicator,
.variants .variant .active-indicator {
  position: absolute;
  top: -12px;
  right: -4px;
  z-index: 1;
  background: var(--bs-body-bg);
  border-radius: 50%;
}

.payment-methods .method .active-indicator svg,
.variants .variant .active-indicator svg {
  width: 24px;
  height: 24px;
}


.login-with-discord .login {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.login-with-discord .login:focus {
  border-color: var(--cl-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--cl-primary-hex), .25);
}

.login-with-discord .login svg {
  width: 1.5rem;
  height: 1.5rem;
}

.login-with-discord .user {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.42rem 1rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.login-with-discord .user .avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
}

.login-with-discord .user .avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.login-with-discord .user .username {
  font-size: 1rem;
  font-weight: 500;
}

.login-with-discord .user .disconnect {
  display: inline-flex;
  align-items: center;
  color: #f56565;
  background: none;
  border: none;
  outline: none;
}

.login-with-discord .user .disconnect svg {
  width: 1rem;
  height: 1rem;
}

.your-order {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}

.your-order .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.your-order .item .label {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  opacity: 0.75;
}

.your-order .item .value {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

.your-order .item .value .small {
  font-size: 0.75rem;
  opacity: 0.50;
}

.your-order .item.total .label {
  font-weight: 700;
  color: #ffffff;
}

.your-order .item.total .value {
  font-weight: 700;
  color: #ffffff;
}

.embed-product .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1rem;
}

.embed-product .info .left {
  display: flex;
  align-items: start;
  gap: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.embed-product .info .left .text {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.embed-product .info .left h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.embed-product .image {
  max-width: 6rem;
  aspect-ratio: 16/9;
  object-fit: scale-down;
}

.embed-product .image img {
  aspect-ratio: 16/9;
  object-fit: scale-down;
}

.embed-product .image svg {
  width: 3rem;
  height: 3rem;
}

.embed-product .btn.btn-primary {
  width: 100%;
}

.embed-product .powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #a3a3a3;
}

.embed-product .powered-by svg {
  height: 0.75rem;
}

/* Testimonials */
.testimonials .col-12 {
  margin-bottom: var(--bs-gutter-x);
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial .header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: 0.5rem;
}

.testimonial .header svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #373737;
}

.testimonial .header p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.testimonial .stars img {
  width: 1rem;
  height: 1rem;
}

.testimonial .content {
  padding: 0 1.5rem;
}

.testimonial .content .message {
  word-break: break-word;
}

.testimonial .content .reply {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
}

.testimonial .content .reply .text {
  margin: 0;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  border-left: 0.125rem solid var(--cl-primary);
  word-break: break-word;
}

.testimonial .content .reply .author {
  font-size: 0.8rem;
  margin: 1rem 0 0 0;
  text-align: right;
  color: #a3a3a3;
}

.testimonial .content .reply .author span {
  color: var(--cl-primary);
}

.testimonial .footer {
  padding: 0.4rem 0.6rem;
  background: rgba(0, 0, 0, 0.2);
  color: #a3a3a3;
}

.testimonial .footer p {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.testimonial .footer svg {
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 0.25rem;
  color: #27ae60;
}

.testimonial .footer .date {
  font-weight: 600;
}

/* FAQ */
.accordion {
  --bs-accordion-active-color: var(--cl-primary);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--cl-primary);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cl-primary-hex), .25);
}

/* STATUS */
.status-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.status-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  text-decoration: none;
}

.status-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}

.status-group {
  margin-bottom: 1rem;
}

.status-group h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}

.status {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.status .indicator {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}

.status .label {
  font-weight: 600;
}

.pulsating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: pulsating 1.25s linear infinite;
}

@keyframes pulsating {
  0% {
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* New editor */
.editor .rtl {
  direction: rtl;
}

.editor .e-paragraph {
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.editor .e-quote {
  font-size: 1rem;
  padding-left: 1rem;
  border-left-color: var(--cl-primary);
  border-left-width: 0.25rem;
  border-left-style: solid;
}

.editor .e-hr, .editor hr {
  border-top: 1px solid var(--cl-primary);
  margin: 0.5rem 0;
}

.editor .e-heading-h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.editor .e-heading-h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.editor .e-heading-h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.editor .e-nested-listitem {
  list-style-type: none;
}

.editor .e-list-ol {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  list-style-type: decimal;
}

.editor .e-list-ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  list-style-type: disc;
}

.editor .e-listitem {
  margin: 0.5rem 1rem 0.5rem 1rem;
}

.editor .e-image img {
  max-width: 100%;
  height: auto;
}

.editor .e-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.editor .e-link {
  color: var(--cl-primary);
  text-decoration: underline;
}

.editor .e-text-bold {
  font-weight: bold;
}

.editor .e-text-code {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.0625rem 0.25rem;
  font-family: monospace;
  font-size: 95%;
}

.editor .e-text-italic {
  font-style: italic;
}

.editor .e-text-strikethrough {
  text-decoration: line-through;
}

.editor .e-text-underline {
  text-decoration: underline;
}

.editor .e-text-underlineStrikethrough {
  text-decoration: underline line-through;
}

.editor .e-code {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  font-family: monospace;
}

.editor .e-collapsible {
  margin: 0.25rem 0 0.25rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--bs-border-color);
}

.editor .e-collapsible-title {
  display: block; 
  position: relative; 
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: 600;
}

.editor .e-collapsible-title::marker,
.editor .e-collapsible-title::-webkit-details-marker {
  display: none;
}

.editor .e-collapsible-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-left-color: var(--cl-primary);
  border-width: 4px 6px 4px 6px;
}

.editor .e-collapsible[open] > .editor .e-collapsible-title:before {
  border-left-color: transparent;
  border-top-color: var(--cl-primary);
  border-width: 6px 4px 0 4px;
}

.editor .e-collapsible-content {
  padding: 0.5rem;
  border-top: 1px solid var(--bs-border-color);
}

.grecaptcha-badge { 
  visibility: hidden;
}