<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CUSTOM TEMPLATE : VIXBEE */
/* bootstrap fix */
:root {
  --bs-primary-rgb: 142, 60, 236;
}
.nav-link:focus, .nav-link:hover {
  color: hsl(var(--base));
}
a:hover {
  color: hsl(var(--base));
}
.alert-heading {
  margin: 0;
}
.alert p {
  margin: 0;
}
.form-select:disabled {
  background-color: #f8f9fa;
}

.btn:focus-visible {
  color: white !important;
  background-color: #6a2c9a !important; /* Darker shade for focus state */
}

.btn--tag {
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 20px;
}

.btn-close:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.25);

}

.dropdown-toggle::after {
  content: none;
}

@media (min-width: 2400px) {
  .col-xxxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
}

.card {
  background-color: transparent;
}

.card-header {
  background-color: transparent;
}

.icon-box {
  background-color: #fff;
}

.link-primary:focus, .link-primary:hover {
  color: #831bfa !important;
}


/* INTEGRATION FIXER */
/* DASHBOARD */
.page-wrapper .sidebar-wrapper .sidebar-brand&gt;a, .page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-role, .page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-status, .page-wrapper .sidebar-wrapper .sidebar-menu li a {
  font-weight:400;
}
.btn.show, .btn:first-child:active {
  border-color:transparent;
}
.page-wrapper .page-content .top-header .header-bar .logo-icon .small {
  display: block;
}
.dashboard-profile::after {
  display: none;
}
.page-wrapper .page-content .top-header .header-bar .search-bar {
  border: none;
}
.form-select:focus {
  border: 1px solid #ced4da;
  border-color: #8e3cec;
}

.cover-user-img .login-page {
  min-height:auto;
  border: none;
}
.cover-user-img .login-page .login-form {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.nav-link {
  color: var(--base);
}

.text-base {
  color: hsl(var(--base));
}

@media (max-width: 992px) {
  .page-wrapper .page-content .layout-specing {
    left: 35px;
  }
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0;
  }
}
.sidebar-collapsed .dashboard-wrapper .logo-icon {
  display: none;
}
/* Back button for auth pages */
.back-to-home {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}

.back-to-home .back-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-menu__link {
  border-radius: 0;
}

.dashboard-menu__link:hover {
  background-color: transparent;
}


/* Bootstrap Universal Fixes */

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(142, 60, 236);
  --bs-btn-border-color: rgb(142, 60, 236);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(128, 54, 212); 
  --bs-btn-hover-border-color: rgb(115, 49, 189); 
  --bs-btn-focus-shadow-rgb: 142, 60, 236;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(115, 49, 189); 
  --bs-btn-active-border-color: rgb(103, 44, 169); 
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(142, 60, 236);
  --bs-btn-disabled-border-color: rgb(142, 60, 236);
}

.bg-primary {
  background-color: rgb(142, 60, 236) !important;
}


/* Collection Modal - Collection_content */

.sl-collection-list .list-group-item {
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 4px;
  border-radius: 6px;
  transition: all 0.2s;
  cursor: pointer;
}

.sl-collection-list .list-group-item:hover {
  background-color: #f8f9fa;
}

.right-side {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.hover-effect {
  opacity: 0.7;
}

/* Banner Section */

.custom-card {
  margin-bottom: 1rem; 
  background: transparent;
  overflow: hidden;
  
}

.custom-img-wrapper {
  display: inline-block;
  border-radius: 50%;
  padding: 10px; 
  background: rgba(255, 255, 255, 0.3);
  transition: background-color 1s ease;
   
}

.custom-img {
  width: 100%; 
  max-width: 200px; 
  height: auto; 
  aspect-ratio: 1 / 1; 
  object-fit: cover; 
  border-radius: 50%;
  filter: grayscale(50%);
  transition: filter 1s ease;
}

.custom-card:hover .custom-img {
  filter: grayscale(0%);
}

.custom-card:hover .custom-img-wrapper {
  background: rgba(255, 255, 255, 0.6);
}

.custom-title {
  color: white;
  margin-top:15px; 
}

.custom-title a {
  color: white; 
  text-decoration: none; 
}

.custom-title a:hover {
  text-decoration: none; 
}

.custom-link, .custom-link a {
  color: white; 
  text-decoration: none; 
}

.custom-link a:hover {
  text-decoration: none; 
}

.hero__image, .hero__image-left {
  mix-blend-mode: soft-light;
  opacity:0.5;
}

.hero__image-left {
  opacity:0.8;
}

@media screen and (min-width: 992px) {
  .hero__image {
    width:45%;
  }
  .hero__image-left {
    width:40%;
  }
}

h2.vixbee_banner_h2 {
	font-size: 18px;
    font-weight: normal;
    margin: 0px 0px 10px;
}

/* Join Section */
.section-title {
  color: hsl(var(--heading));
}

.section-desc {
  color: hsl(var(--dark-400));
}
/* Custom Image Details Navigation */

.rsc-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rsc-image-title {
  text-align: center;
}

.rsc-image-title-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.rsc-contributor-details {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3px;
  width: 100%;
}

.rsc-contributor-profile {
  align-items: center;
  display: flex;
  min-width: 0;
  text-decoration: none;
  overflow:hidden;
}

.rsc-contributor-avatar {
  display: flex;
  align-items: center;
}

.rsc-contributor-avatar-image {
  position: relative;
  width: 50px;
  height: 50px;
}

.rsc-contributor-avatar-image img {
  border: 0;
  border-radius: 50%;
  contain: none;
  height: 100%;
  min-width: 100%;
  width: 100%;
}

.rsc-contributor-info {
  color: #6e7b84;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-left: 12px;
  overflow: hidden;
}

.rsc-contributor-name {
  color: #3e4f5b;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-weight: bold;
}
.rsc-contributor-name a {
  color: hsl(var(--dark));
}

.rsc-contributor-count {
  color: #6e7b84;
  font-size: 14px;
}

.rsc-contributor-follow {
  flex-direction: column;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-left: 16px;
  min-height: 48px;
  min-width: 72px;
}
.rsc-contributor-follow .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: hsl(var(--light-dark));
  border: none;
}

.rsc-contributor-follow .btn:hover {
  background: hsl(calc(var(--light-h) + 20) calc(var(--light-s) - 5%) calc(var(--light-l) - 10%));
}

.rsc-contributor-follow-text {
  color: hsl(var(--dark));
  font-size: 14px;
}

.rsc-contributor-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: white;
  margin: 8px 8px 4px 8px;
  fill: hsl(var(--dark));
}

.rsc-download-icon {
  fill: white;
}

.rsc-download-button {
  position:relative;
  text-align: center;
  background: hsl(var(--base));
  border-radius: 3px;
  border: none;
}

.rsc-download-button:hover {
  background: linear-gradient(135deg, #9b4fff, #c176f3);
  box-shadow: 0 4px 10px rgba(142, 60, 236, 0.4);
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

.rsc-download-button:active {
  background: linear-gradient(135deg, #7c32d1, #a64bd9);
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(142, 60, 236, 0.3);
}

.rsc-download-button .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding:15px;
  background: inherit;
}

.rsc-download-button .btn-primary {
  background: linear-gradient(135deg, #8e3cec, #b967f0);
  border: none;
  min-height:78px;
  transition: all 0.2s ease-in-out;
}

.rsc-download-button-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.rsc-download-button-title {
  font-size: 18px;
  font-weight: bold;
}

.rsc-download-button-text {
  font-size: 14px;
}

.rsc-download-button .rsc-download-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  border: none;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  left: 15px;
  overflow: hidden;
}

.download-animation {
  transition: transform 0.5s ease-in-out;
}

.rsc-download-button:hover .btn .download-animation {
  animation: downloadAnimation 1s forwards;
}

@keyframes downloadAnimation {
  0% {
      transform: translateY(0);
      opacity: 1;
  }
  50% {
      transform: translateY(40px);
      opacity: 0;
  }
  51% {
      transform: translateY(-40px);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

/* Add these new styles */
.rsc-download-button .loading-spinner {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.rsc-download-button .download-complete {
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.rsc-download-button .download-complete svg {
  width: 24px;
  height: 24px;
}

.rsc-download-button .download-complete .checkmark {
  fill: none;
  stroke: white;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: draw-check 1s forwards;
}

.rsc-actions {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}

.rsc-actions-button {
  flex: 1;
  text-align: center;
  margin:5px;
}

.rsc-actions-button .btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: hsl(var(--light-dark));
  border: none;
}

.rsc-actions-button .btn:hover {
  background: hsl(calc(var(--light-h) + 20) calc(var(--light-s) - 5%) calc(var(--light-l) - 10%));
}

.rsc-actions-button-text {
  color: hsl(var(--dark));
  font-size: 14px;
}
.rsc-metadata {
  background-color: #fff;
  padding: 10px;
}

.rsc-metadata .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rsc-metadata .list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.rsc-metadata .list li:last-child {
  border-bottom: none;
}

/* Ajax Gallery Related Images */

.ajax-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 0 8px;
  width:unset;
}

.ajax-gallery li {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  position: relative;
}

.ajax-gallery .gallery__link {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image--details-icon-ajax {
  z-index:2;
}

/* Collection Card */

.collection-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  border: 1px solid hsl(var(--light-dark));
  overflow: hidden;
  height: 100%;
  padding:10px;
}

.collection-card__images {
  position: relative;
  overflow: hidden;
}

.collection-card__list {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.collection-card__item {
  flex: 1;
  margin: 0 5px;
}

.collection-card__link {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.collection-card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.collection-card__content {
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.collection-card__title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.collection-card__subtitle {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 15px;
}

.collection-card__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.collection-card__tag-item {
  list-style: none;
}

.collection-card__tag-link {
  display: inline-block;
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 0.8em;
  color: #555;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.collection-card__tag-link:hover {
  background: #333;
  color: #fff;
}

/* Collection Grid Layout */
.collection__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 4px;
  border-radius: 8px;
  overflow: hidden;
}

.collection__main {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.collection__thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.collection__thumbnail {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.collection__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--light-rgb), 0.1);
  overflow: hidden;
}

.empty-img {
  background-color: #f5f5f5;
}

.collection__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Subtle hover effect with inner shadow */
.collection__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.collection__link:hover::after {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 30px 5px rgba(0, 0, 0, 0.1);
}

.collection__link:hover .collection__img {
  filter: brightness(1.03);
}

/* About Section */
.about-section {
  background:none;
}

/* Policy Pages :NP HTML */
/* Privacy Policy */
 .vixbee_amazing {
   display:none;
}
 .vixbee-none {
   display:none;
}

/* Collection Detail */
.vixbee_banner {
  position: relative;
  background: linear-gradient(300deg, #ab50fb 0%, #842ff4 35%, #9f29f5 70%, #d27aff 100%);
  border-radius: 8px;
  color: white;
  text-align: center;
  margin-left:5px;
}

.vixbee_banner_content {
  position: relative;
  z-index: 2;
  margin-bottom:20px;
}

.vixbee_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(109 66 189 / 50%);
  z-index: 1;
  border-radius: 8px;
}

.vixbee_banner_title {
  font-size: 2em;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.vixbee_banner_user {
  font-size: 1.2em;
  color: white;
  margin-bottom: 20px;
}

.vixbee_banner_description {
  font-size: 1em;
  color: white;
  line-height: 1.5;
  text-align: center;
}

.vixbee_banner_hero {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow: hidden;
}

.vixbee_banner_hero_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vixbee_image-count {
  text-align:center;
  color: white;
  margin-bottom: 20px;
}

.vixbee_image-count i {
  margin-right: 8px;
  color: white;
}


/* END Policy Pages :NP HTML */

/* AJAX LOGIN FORM */
.vixbee-login-form {
  padding:25px;
  padding: 2rem 1rem;
  min-height: 740px;
}

.vixbee-modal-img {
  min-height: 735px;
  display: flex;
}

.vixbee-modal-dialog .btn-close {
  display: none;
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 0.6rem;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0;
  display: block;
  color: #000;
  right: 10px;
  position: absolute;
  top: 10px;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .vixbee-login-form .login-form {
      padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .vixbee-modal-dialog {
    width: 400px;
    margin: 0 auto;
  }

  .vixbee-modal-img {
    display: none;
  }

  .vixbee-login-form .auth-tabs .nav-item {
    width: auto;
  }

  /* Hide login modal on mobile as backup - only for very small screens */
  @media (pointer: coarse) {
    #loginModal {
      display: none !important;
    }
  }
}

@media screen and (max-width: 991px) {
  .vixbee-login-form .auth-tabs .nav-item {
    width: auto;
  }
  
  .vixbee-modal-dialog .btn-close {
    display: block;
  }

  .vixbee-modal-dialog .btn-close:hover {
    background-color: #e9e9e9;
    transform: rotate(90deg);
  }
}

.vixbee-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-modal-border-radius) 0 0 var(--bs-modal-border-radius);
}

.vixbee-modal-dialog {
  max-width:900px;
  z-index:1051;
}

@media screen and (max-width: 992px) {
  .close-unv-modal-container {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .vixbee-modal-dialog .btn-close {
    display: none;
  }
}

.modal .btn-close {
  border: none;
}

.close-unv-modal-container {
  position: absolute;
  right: -40px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-unv-modal-container:hover {
  background: rgba(0, 0, 0, 0.7);
}

.close-unv-modal-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-unv-modal-btn svg {
  margin-top:-3px;
  width: 16px;
  height: 16px;
}

/* END AJAX LOGIN FORM */

/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}




.cookies-card {
  width: 70%;
  max-width: 700px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 999999;
  transition: all .5s;
  background: #fff;
  border-radius: 5px;
  transform: translate(-50%,-10%);
  border: 1px solid #ddd;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card p&gt;a {
  text-transform: uppercase;
  font-weight: 700;
  color: hsl(var(--base));
}

.radius--10px {
  border-radius: 10px;
}

.form-select.form--control.select2-auto-tokenize {
  display: none;
}

.form-select.form--control.select2-hidden-accessible {
  display: none;
}


.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


.cookies-card__content {
  margin-bottom: 0;
  text-align:justify;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    bottom: 0;
    width: 90%;
  }
}


.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}



/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: .3s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: .375rem !important;
}


.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: rgb(var(--main));
  border-radius: 5px;
  border: 0;
  margin-block: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: rgb(var(--main));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid rgb(var(--main));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid rgb(var(--main));
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &amp;:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}


.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  min-width: max-content;
  margin-bottom: 0px;
  text-align: left;
  flex-shrink: 0;
}

.deposit-info__input {
  text-align: right;
  flex: 1;
  max-width: 230px;

  @media (max-width: 425px) {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }

}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

.adjust-height .payment-system-list.is-scrollable {
  max-height: 461px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}



/* ////////////////// select 2 css //////////////// */

.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: .3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da ;
  border-width: 1px;
  border-radius: 8px;
  padding: .375rem .75rem;
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1;
  color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: .375rem !important;
}


.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: #1e2746 !important;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: hsl(var(--base));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &amp;:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}


.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;

  @media (max-width: 425px) {
    flex-direction: column;
    align-items: flex-start;
  }

}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}


.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background: #e9e9eb;

  .deposit-info__input-group-text {
    align-self: center;
    padding-inline: 10px;
    border-right: 1px solid hsl(var(--black) / .1);
  }

  .form--control[readonly]{
    background-color: transparent !important;
  }

}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}


p.small.text-muted {
  margin-bottom: 0;
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2-container:has(.select2-selection--single),
.select2-container:has(.select2-selection--multiple) {
  width: 100% !important;
}

.selection {
  display: block;
  width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb !important;
  padding: 5px 15px !important;
  border-radius: 5px;
}


/* alert design css */

.alert {
  margin-bottom: 0;
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}

.alert__link {
  position: relative;
}

.alert--info {
  border: 1px solid rgb(0 147 255 / 30%);
  background-color: rgb(0 147 255 / 5%);
}

.alert--info .alert__icon {
  color: rgb(0 147 255);
}

.alert--primary {
  border: 1px solid rgb(70 52 255 / 30%);
  background-color: rgb(70 52 255 / 5%);
}

.alert--primary .alert__icon {
  color: rgb(70 52 255);
}

.alert--danger {
  border: 1px solid rgb(220 53 69 / 50%);
  background-color: rgb(220 53 69 / 5%);
}

.alert--danger .alert__icon {
  color: rgb(220 53 69);
}

.alert--warning {
  border: 1px solid rgba(220, 206, 53, 0.5);
  background-color: rgba(220, 206, 53, 0.05);
}

.alert--warning .alert__icon {
  color: rgba(220, 206, 53);
}

.input-group-text {
  border-radius: 4px;
}

/* START FROM HERE DUDE...GOOD JOB */

/* Preloader */
.preloader {
  opacity: 95%;
  background: #fff;
}
.preloader .preloader__img {
  animation: vixbee_rotate 5s infinite;
}
@keyframes vixbee_rotate {
  100% {transform: rotate(360deg);}
}


/* Menu */
.primary-menu__sub {
  min-width: 200px;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  background: #fff;
}

.primary-menu__sub-link {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  color: #555;
  margin: 0 10px;
}

.user-dropdown .primary-menu__sub-link {
  padding: 10px;
}

.primary-menu__sub-link .d-inline-block {
  width: 30px;
  text-align: center;
  margin-right: 10px;
}



/* Posisi dropdown */
.has-sub {
  position: relative;
}

.has-sub .primary-menu__sub {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}

.category-mega-menu {
  min-width: 600px !important;
  padding: 25px !important;
}

.mega-menu-wrapper {
  display: flex;
  gap: 30px;
}

/* Bagian kategori */
.mega-menu-wrapper__list.category {
  flex: 2;
}

.mega-menu-wrapper__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-menu__item a {
  color: #555;
  font-size: 14px;
  padding: 5px 0;
  display: block;
}

/* Bagian foto */
.mega-menu-wrapper__list.photo {
  flex: 1;
}

.mega-menu-wrapper__title.collection {
  color: #555;
  text-decoration: none;
}

.mega-menu-wrapper__title.collection:hover {
  color: #000;
}

.content-item__thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.content-item__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Responsive styling */
@media screen and (max-width: 991px) {
  .category-mega-menu {
      min-width: 100% !important;
      padding: 0 !important;
      left: 0 !important;
  }

  .mega-menu-wrapper {
      flex-direction: column;
      gap: 15px;
  }

  .mega-menu-wrapper__list.category {
      padding: 0 15px;
  }

  .mega-menu__list {
      grid-template-columns: 1fr;
  }

  .mega-menu-wrapper__list.photo {
      padding: 15px;
  }

  .content-item__thumb img {
      height: 150px;
  }

  .mega-menu__item a:hover {
      transform: none;
  }
}

@media screen and (max-width: 991px) {
  .primary-menu__sub {
      position: static !important;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible;
      padding: 0 0 0 15px;
  }

  .primary-menu__sub-link {
      padding: 8px 15px;
  }

}
/* Price Form */
.price-div {
  display: none !important;
}

/* Menu Header */
.header-primary__content {
  padding: 5px 0;
}
@media screen and (max-width: 992px) {
  .header-top ul.primary-menu {
    margin-bottom: 0;
  }
  .primary-menu .user-dropdown {
    margin-left:0;
  }
  
  .vixbee_992plus {
    display: none;
  }
}

.header-top {
  background: none;
  border-bottom: 1px solid hsl(var(--border));
}
.header-top .primary-menu__link {
  color: hsl(var(--heading));
}
.header-top .primary-menu li a.signup-btn--dark {
  color: #fff;
}

.custom-close-btn {
  position: relative;
  margin: -30px auto 20px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  transition: background-color 0.3s ease;
}

.custom-close-btn i {
  color: #fff;
  font-size: 20px;
}

.custom-close-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.custom-close-btn {
  display: none;
}

@media (max-width: 575px) {
  .custom-close-btn {
      display: flex;
  }
}

@media screen and (min-width: 992px){
  .header-top .primary-menu li a.signup-btn, .header-primary .primary-menu li a.signup-btn  {
    color: hsl(var(--white));
    background: hsl(var(--base));
    padding: 6px 12px 5px;
    font-size: 20px;
    border-radius: 25px;
  }
  .header-top .primary-menu li a.logo {
    display: flex;
  }
  .header-secondary {
    display: none;
  }
  
  .vixbee_992minus {
    display: none;
  }
}
.logo {
	height:60px;
}
.signup-btn--dark {
  border: none;
  color:#fff;
  padding: 5px 25px;
  text-align: center;
  background: hsl(var(--base));
  border-radius: 3px;
}
  
 @media screen and (max-width: 991px){ 
  .signup-btn--dark {
     margin-top: 20px;
  }
  .header-top .primary-search {
    display:block;
  }
  .header-top .primary-menu li.vixbee_search-logo, .header-top .primary-search .search-bar, .header-top .primary-search .primary-search__filter {
    display: none;
  }
  .header-top .primary-menu li, .header-primary .primary-menu li {
   padding: 5px 0;   
  }
  .header-top .primary-menu&gt;li:last-child {
    margin-top: 2px;
    margin-left: 30px;
  }
  .header-top .vixbee_second-menu {
    margin-top:-5px;
  }
  .header-top .vixbee_second-menu {
    border: none;
  }
  .header-top .vixbee_second-menu ul li {
    border:none;
  }
  .vixbee_second-menu {
    padding-top:20px;
  }
  .header-primary .header-primary__content .primary-menu li.user-dropdown {
    margin-top:20px;
   }
}
@media screen and (min-width: 992px) {
  .primary-search .vixbee_second-menu .primary-menu__sub {
    left:unset;
    right:0;
  }
  .primary-search .vixbee_second-menu .primary-menu__sub:after {
    left:unset;
    right:10px;
  }
  .primary-search .user-dropdown .primary-menu__link.active+.primary-menu__sub {
    top:calc(100% - 2px);
  }
}

.primary-search .search-bar {
  margin-left:10px;
}

.header-primary ul, .header-top ul {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.header-top ul.primary-menu {
  display:flex;
  flex-grow:1;
}

.header-primary ul.primary-menu__sub {
  margin-top:10px;
  margin-bottom:0;
}

.header-primary .primary-menu__sub::after {
  right:30px;
}

.header-top .primary-menu li.vixbee_search-logo {
  margin-right:0;
}

.hero .search-box .btn:first-child:active {
  background-color: hsl(var(--white));
}

.search-category {
    position: relative;
    top: 0;
    z-index: 0;
}
.search-page__body {
	  padding-bottom: 25px;
  	padding-left: 16px;
    min-height: calc(100vh - 210px);
}

.search-page__body h1.search-page__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
@media screen and (min-width: 1280px){
  .tab-menu__content {
    justify-content: end;
  }
}

/* Media query for screens smaller than 1279px */
@media screen and (max-width: 1279px){
  .search-page__body .tab-menu .col-8,
  .search-page__body .tab-menu .col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-page__body h1.search-page__title {
    text-align: center;
    font-size: 1.5rem;
  }
  
  .tab-menu__content {
    justify-content: center;
  }
}

/* Main Search Header */
.header-secondary {
  padding: 25px 0;
}

.filter-sidebar .filter-section {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px){
  .filter-sidebar {
    top:0;
  }
  .filter-sidebar__body {
    max-height: calc(100vh + 492px);
  }
}
.filter-sidebar ul.list.list--row li span {
  font-size: 13px;
}

/* Banner Section */
.hero__container {
  background: linear-gradient(300deg, #ab50fb 0%, #842ff4 35%, #9f29f5 70%, #d27aff 100%);
}

.join-content-wrapper {
  background: linear-gradient(290deg, rgb(65 0 255 / 40%) 0%, rgb(172 119 255 / 40%) 100%);
  color: hsl(var(--dark));
}

/* User Dashboard */
@media screen and (min-width: 992px){
  .dashboard-menu__inner-link {
    background: transparent;
  }
  .dashboard-sidebar {
    position: sticky;
    top: 165px;
  }
}
.tab-menu {
  border-bottom:1px solid #eee;
}
.user-profile__content {
  padding-top: 80px;
}
.user-gallery.vixbee_follows-pagination {
  min-height:500px;
}
.user-gallery .row &gt; div.row.g-4 {
  margin-top: 0;
  margin-bottom: 40px;
}
.user-gallery .row &gt; div.row.g-4 .followers-div {
  margin-top: 0;
}
.user-gallery .row &gt; div.row.g-4 .followings-div {
  margin-top: 0;
}
.user-gallery .row.vixbee_user-con-head {
  margin: 20px 0;
}
.user-gallery .row.vixbee_user-con-head .col-6 {
  position: relative;
}
.user-gallery .row.vixbee_user-con-head .btn {
  text-align:right;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  right: 0;
}

/* User Profile :Portfolio */
.user-gallery {
  background: none;
  min-height: 500px;
}
/* Image Details Page : Photo Details */
.photo-details__title-link {
  color: hsl(var(--base));
}
.photo-details .vixbee_price-section {
  font-weight: 700;
}
.photo-details .vixbee_price-section span a {
  font-weight: 400;
}
.photo-details .vixbee_premium-image {
  background: hsl(var(--base));
  color: hsl(var(--light));
  text-transform: uppercase;
}
.photo-details .vixbee_premium-image .flex-grow-1 {
  margin-left:5px;
}  
.photo-details .vixbee_premium-image .btn {
  background: hsl(var(--light));
  color: hsl(var(--base));
}
.photo-view .photo-view__img {
  max-height: unset;
  border-radius: 8px;
}

/* Image Details Page : Related Images */
@media screen and (min-width: 992px){
  .gallery--sm li {
      width: calc(25% - 1rem) !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px){
  .gallery--sm li {
      width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 576px){
  .gallery--sm li {
      width: 100% !important;
  }
}
.related-photo ul.list.flex-images {
  margin-right:-1rem;
}
  

/* Primary Menu */
.contributor__name.text--base {
  padding-left: 5px;
}
.user-dropdown--sm .custom-dropdown__user {
  width:40px;
  height:40px;
}

/* Footer Primary Menu */
.footer p.sm-text {
  margin-top:12px;
}
.footer p.sm-text a.t-link {
  font-weight: 700;
  color:#fff;
}
.footer .primary-menu {
  margin:0;
  flex-direction: revert;
}
.footer .primary-menu li a {
  color: #fff;
}
.footer .primary-menu&gt;li:last-child {
  margin-top: 0;
}
 @media screen and (max-width: 991px){
   .footer .primary-menu {
     margin-top:10px;
     justify-content: flex-end;
   }
   .footer .section {
     text-align: center;
   }
   .footer .section ul.social-list {
     justify-content: center;
   }
}

 @media screen and (max-width: 767px){
   .footer .footer__copyright .row .col-6 {
     width: 100%;
     text-align: center;
   }
   .footer .primary-menu {
     justify-content: center;
   }
   .footer .section p.text--white {
     margin: 5px 50px;
   }
}
/* Search Mega Menu */
@media screen and (min-width: 992px){
  .primary-search .primary-menu__sub {
    left: 0;
    right: unset;
  }
  .primary-search .primary-menu__sub::after {
    left: 30px;
    right: unset;
  }
  .primary-search .category-mega-menu {
    left:0;
  }
}

.primary-search .primary-menu__link.active+.category-mega-menu {
  margin-top:20px;
  margin-bottom:20px;
}

.primary-search .mega-menu-wrapper::after {
  left: 30px;
  right: unset;
}


.primary-menu &gt;li.vixbee-search_header {
	border: 1px solid hsl(var(--dark)/0.1);
  	border-radius:20px;
}

.vixbee-search_header .search-box {
  border-radius: 20px;
}

.vixbee-search_header .search-box .search-input {
  background: none;
  padding: 0 20px;
}
@media screen and (min-width: 1200px){
  .vixbee-search_header .search-box {
    width:350px;
  }
}

.about-section .img-fluid {
  margin:-50px;
  max-width:120%;
}


.cta-section .cta {
  background: hsl(var(--white)/0.95);
}

.contributor__body {
  text-align: center;
}

.btn-hover-shine {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-hover-shine:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.2);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0;
}

.btn-hover-shine:hover:before {
  opacity: 1;
  transform: rotate(45deg) translate(50%, -50%);
}

.btn-hover-shine-lg {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-hover-shine-lg:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.2);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0;
}

.btn-hover-shine-lg:hover:before {
  opacity: 1;
  transform: rotate(45deg) translate(50%, -50%);
}

.cta__shape {
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  z-index: 0;
}

.cta__content {
  position: relative;
  z-index: 1;
}

/* Pagination */

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

.pagination .page-item {
  list-style: none;
  margin-right: 10px;
}
.pagination .page-item:first-child {
  margin-left: 20px;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-link {
  padding: 8px 16px;
  border-radius: 6px;
  color: #374151;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.pagination .page-item.active .page-link {
  background-color: #8e3cec;
  color: white;
  border-color: #8e3cec;
}

.pagination .page-item.disabled .page-link {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

/* Efek hover khusus untuk tombol previous dan next */
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background-color: #e5e7eb;
}


/* Legal Page Banner */
/* Banner Section */
.banner-section {
  padding: 40px 0;
  position: relative;
}

.banner-card {
  background: linear-gradient(300deg, #ab50fb 0%, #842ff4 35%, #9f29f5 70%, #d27aff 100%);
  border-radius: 8px;
  padding: 5rem 2rem;
  position: relative;
  box-shadow: 0 10px 30px rgba(142, 60, 236, 0.15);
}

/* Breadcrumb Styling */
.breadcrumb-wrapper {
  text-align: center;
}
.breadcrumb {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  display: inline-flex;
  margin: 0;
  text-align: center;
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
}

/* Decorative Elements */
.decoration-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.dot-1 {
  top: 20%;
  left: 10%;
  animation: pulse 2s ease-in-out infinite;
}

.dot-2 {
  top: 30%;
  right: 15%;
  animation: pulse 2s ease-in-out infinite 0.5s;
}

.dot-3 {
  bottom: 30%;
  left: 15%;
  animation: pulse 2s ease-in-out infinite 1s;
}

.dot-4 {
  bottom: 20%;
  right: 10%;
  animation: pulse 2s ease-in-out infinite 1.5s;
}

@keyframes pulse {
  0%, 100% {
      transform: scale(1);
      opacity: 0.3;
  }
  50% {
      transform: scale(1.5);
      opacity: 0.7;
  }
}

/* Shape Container */
.shape-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  line-height: 0;
}

.shape {
  width: 100%;
  height: auto;
}

.shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 991px) {
  .banner-section {
      padding: 60px 0;
  }
  
  .banner-card {
      padding: 2rem 1.5rem;
  }
}

/* Illustrations Container */
.illustrations-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 2;
  pointer-events: none;
}

.illustration-left,
.illustration-right {
  position: absolute;
  bottom: 0;
  width: 200px;
}

.illustration-left {
  left: 5%;
}

.illustration-right {
  right: 5%;
}

.illustration-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

/* Decorative Dots */
.decoration-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Base dot styling */
.dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(var(--base));
}

/* Left illustration dots */
.dot-left-1 {
  top: 15%;
  left: 20%;
  animation: pulse 2s ease-in-out infinite;
}

.dot-left-2 {
  top: 45%;
  left: 10%;
  animation: pulse 2s ease-in-out infinite 0.7s;
}

.dot-left-3 {
  bottom: 25%;
  left: 30%;
  animation: pulse 2s ease-in-out infinite 1.2s;
}

.dot-left-4 {
  bottom: 10%;
  left: 15%;
  animation: pulse 2s ease-in-out infinite 0.3s;
}

/* Right illustration dots */
.dot-right-1 {
  top: 20%;
  right: 25%;
  animation: pulse 2.5s ease-in-out infinite 0.5s;
}

.dot-right-2 {
  top: 35%;
  right: 15%;
  animation: pulse 2.5s ease-in-out infinite 1.5s;
}

.dot-right-3 {
  bottom: 40%;
  right: 20%;
  animation: pulse 2.5s ease-in-out infinite;
}

.dot-right-4 {
  bottom: 15%;
  right: 30%;
  animation: pulse 2.5s ease-in-out infinite 1s;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 0.5;
  }
  50% {
      transform: scale(1.5);
      opacity: 1;
  }
  100% {
      transform: scale(1);
      opacity: 0.5;
  }
}

/* Content Section */
.content-block {
  margin-bottom: 3rem;
}

.content-block:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .sidebar-nav {
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 10px;
  }
}

/* Responsive Illustrations */
@media (max-width: 991px) {
  .illustration-left,
  .illustration-right {
      width: 150px;
      bottom: 0;
  }
}

@media (max-width: 767px) {
  .illustration-left,
  .illustration-right {
      width: 120px;
      bottom: 0;
  }
}

/* End Legal Page Banner */


@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.promo-banner {
  background: linear-gradient(
      300deg,
      #ab50fb 0%,
      #842ff4 25%,
      #9f29f5 50%,
      #d27aff 75%,
      #ab50fb 100%
  );
  background-size: 200% 200%;
  animation: gradientAnimation 10s ease infinite;
  color: #fff;
  padding: 8px 0;
  position: relative;
  z-index: 0;
  padding-bottom: 28px;
  margin-bottom: -20px;
}

.promo-banner__content {
  position: relative;
  padding-right: 30px; /* Provide space for the close button */
}

.promo-banner__text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-left: 30px;
}

.promo-banner__text i {
  font-size: 16px;
  margin-right: 5px;
  animation: bounce 2s infinite;
}

.promo-banner__link {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.promo-banner__link:hover {
  color: #fff;
  opacity: 0.8;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-5px);
  }
  60% {
      transform: translateY(-3px);
  }
}

@media (max-width: 767px) {
  .promo-banner__text {
      font-size: 12px;
  }
}

.promo-banner__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.promo-banner__close:hover {
  opacity: 0.8;
  transform: translateY(-50%) rotate(90deg);
}

/* Animation for closing the banner */
.promo-banner.closing {
  animation: slideUp 0.3s forwards;
}

@keyframes slideUp {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(-100%);
      margin-bottom: -41px; /* Adjust according to the height of the banner */
  }
}

/* Adjust top margin of header due to the promo banner */
#primary-header {
  border-radius: 20px 20px 0 0;
  margin-top: 0;
}

/* Header Mobile Menu */
@media screen and (max-width: 991px) {
  /* Styling for the menu container */
  #navbarToggle {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
  }

  .category-mega-menu .mega-menu__list {
      padding: 10px 0 0 24px;
  }

  .primary-menu&gt;li.has-sub .primary-menu__link::after {
    right: 10px;
  }
  .primary-menu__link {
      margin-left: 45px;
      font-weight: 600;
      font-size: 16px;
      margin-top: 10px;
      padding-bottom: 0;
  }

  .primary-menu__sub {
      margin-top: 0;
  }
  .primary-menu__sub-link {
      display: flex;
  }

  .primary-menu__sub-link .d-inline-block {
      margin-right: 10px;
  }

  .mega-menu-wrapper__title {
      display: none;
  }
  .mega-menu-wrapper__list.category {
      margin-top: -20px;
      margin-bottom: -20px;
  }
  .mega-menu-wrapper__list.photo {
      display: none;
  }

  .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 280px;
      height: 100vh;
      background: #fff;
      z-index: 999;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      padding: 20px 0;
  }

  .navbar-collapse.show {
      transform: translateX(0);
  }

  /* Styling for the list menu */
  .primary-menu {
      flex-direction: column;
      padding: 0;
      margin: 0;
  }

  .nav-item {
      width: 100%;
      padding: 0 15px;
  }

  .vb-mb-nav {
      display: none;
  }

  /* Styling for submenu - directly displayed */

  .primary-menu__divider {
      display: none;
  }

  .primary-menu__sub,
  .category-mega-menu {
      position: static !important;
      width: 100%;
      box-shadow: none;
      padding: 0 15px;
      display: none;
  }

  .nav-item.has-sub.active .primary-menu__sub,
  .nav-item.has-sub.active .category-mega-menu {
      display: block;
  }

  /* Styling for mega menu */
  .mega-menu-wrapper {
      flex-direction: column;
      padding: 0;
      margin-left: 15px;
  }

  .mega-menu-wrapper__list {
      width: 100%;
  }

  /* Styling for search bar */
  .search-bar {
      width: 100%;
      margin: 15px 0;
      padding: 0 15px;
  }

  /* Styling for user menu */
  .user-dropdown--sm {
      margin: 10px 0 !important;
  }

  .vixbee_second-menu .primary-menu__sub {
      display: block !important;
  }
}

/* Auth Modal Styling */
.auth-tabs {
    border-bottom: 0;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.auth-tabs .nav-link {
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    color: #777;
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    transition: all 0.3s ease;
}

.auth-tabs .nav-link:hover {
    color: hsl(var(--dark));
}

.auth-tabs .nav-link.active {
    color: hsl(var(--dark));
    background-color: transparent;
    border-bottom: 2px solid hsl(var(--light-dark));
}

.auth-form-container {
    padding: 0.5rem 1rem;
}

.auth-form__title {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.vixbee-modal-img {
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.vixbee-img-cover {
    height: 100%;
    object-fit: cover;
}

/* Input styling */
.input-group-text {
    border-right: 0;
}

.form--control:focus {
    box-shadow: none;
}

/* Social login buttons */

.social-login-divider {
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.social-login-divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eee;
    z-index: 0;
}

.social-login-divider span {
    display: inline-block;
    padding: 0 1rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #777;
    font-size: 0.875rem;
}

.social-login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    background-color: #fff;
    color: #555;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

.social-login-btn:hover {
    background-color: #f8f9fa;
    border-color: #ccc;
    transform: translateY(-1px);
}

.social-login-btn i {
    margin-right: 0.5rem;
    font-size: 1.25rem;
}

/* Penyesuaian untuk container Choices */
.choices {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

/* Untuk input field dalam container */
.choices__inner {
  width: 100%;
  min-height: 40px;
  padding: 6px 7.5px;
  border-radius: 4px;
  /* Memastikan input tidak meluap */
  box-sizing: border-box;
}

/* Untuk dropdown yang memiliki ikon */
.input-group .choices {
  flex: 1 1 auto;
  width: 1%;
}

/* Perbaikan untuk dropdown dengan ikon */
.input-group-prepend + .choices .choices__inner,
.input-group-append + .choices .choices__inner,
.choices + .input-group-append .choices__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Solusi khusus untuk input group dengan Choices.js */
.input-group:has(.country-select) {
  display: flex;
  flex-wrap: nowrap;
}

.input-group:has(.country-select) .input-group-prepend {
  flex: 0 0 auto;
}

.input-group:has(.country-select) .choices {
  flex: 1 1 auto;
}

/* Override untuk mengatasi masalah lebar saat ada ikon */
.choices.choices-100 .choices__inner {
  width: 100%;
  display: flex;
  align-items: center;
}

/* Perbaikan warna teks pada hover di Choices.js dropdown */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.choices__list--dropdown .choices__item--selectable:hover {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

/* Memastikan warna teks tetap terlihat dalam dropdown */
.choices__list--dropdown .choices__item--selectable {
  color: #333 !important;
}

/* Memastikan dropdown item yang dipilih tetap terbaca */
.choices__list--dropdown .choices__item--selectable.is-selected {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

/* Universal Empty State Styles */
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 30px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.empty-state__content {
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8e3cec 0%, #7c28ea 100%);
    border-radius: 50%;
    color: white;
    font-size: 40px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(124, 40, 234, 0.3);
    animation: pulse 2s infinite;
}

.empty-state__title {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.empty-state__description {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.empty-state__description strong {
    color: #8e3cec;
    font-weight: 600;
}

.empty-state__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.btn-reset, .btn-browse {
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-reset {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.btn-reset:hover {
    background-color: #f5f5f5;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.btn-browse {
    background: linear-gradient(135deg, #8e3cec 0%, #7c28ea 100%);
    border: none;
    color: white;
    font-size: 16px;
}

.btn-browse:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(124, 40, 234, 0.3);
    color: white;
}

/* Animation for the empty state icon */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(124, 40, 234, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(124, 40, 234, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(124, 40, 234, 0);
    }
}

/* Responsive Empty State */
@media (max-width: 767px) {
    .empty-state {
        padding: 40px 20px;
    }
    
    .empty-state__actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-reset, .btn-browse {
        width: 100%;
        justify-content: center;
    }
}

/* Notification */
.notification-item .flex-grow-1.ms-3 {
  width: 200px; 
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
}

.notification-menu-mobile {
  flex: 1;
  text-align: right;
}

.primary-menu {
  gap: 0;
}
.primary-menu .nav-item {
  margin: 0 4px;
}
.primary-menu .nav-item button, .header-secondary .primary-search button {
  background: #f0f0f0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #333;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.primary-menu .search-box .search-button {
  background: none;
  font-size: 1rem;
}

.search-box .form-control:focus {
  border-radius: 40px !important;
}

/* Download Modal Close Button - Light Mode Optimized */
.download-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 18px;
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.download-modal-close:hover {
    background: rgba(255, 255, 255, 1);
    color: #333;
    border-color: rgba(0, 0, 0, 0.2);
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.notification-menu-mobile .notification-dropdown .btn {
  background: #f0f0f0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #333;
  font-size: 1.25rem;
  align-items: center;
  transition: all 0.3s ease;
  margin-right: 0.75rem;
}

body[data-layout-mode=dark] .notification-menu-mobile .notification-dropdown .btn {
  color: #fff;
  background: #424242;
}

.filter-btn__is.active, button.search-category__btn.search-param.active,
.header-top .primary-menu li a.signup-btn,
.header-primary .primary-menu li a.signup-btn,
.filter-sidebar .filter-accordion .btn-primary {
  background: linear-gradient(135deg, #8e3cec, #b967f0);
}

.filter-btn__is.active:hover, button.search-category__btn.search-param.active:hover {
  background: linear-gradient(135deg, #8e3cec, #b967f0);
}

.filter-sidebar .accordion-content {
  overflow: visible;
}

.notification-dropdown .dropdown-menu .btn {
  min-width: unset;
  padding: 0.65rem;
  border-radius: 50%;
  width:40px;
  height:40px;
}</pre></body></html>