/* APP CUSTOMIZE CSS */

.logo__nav-brand {
  height: 45px !important;
  width: 150px;
  margin-top: 12px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .logo__nav-brand {
    height: 30px !important;
    width: 100px;
    margin-top: 22px;
  }
}

.card__content {
  box-shadow: var(--bs-box-shadow) !important;
  border: 0 !important;
}

.card__hover-scale:hover {
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

.card__active-border {
  border: 2px solid var(--bs-primary) !important;
  outline: 3px solid var(--color-border-card) !important;
}

.card__main {
  background-color: var(--bg-color-main) !important;
  border-radius: 1.25rem !important;
  border: 0 !important;
}

.secondary-background-bg {
  background-color: #292929;
}

.gradient-bg {
  background-color: #1E1E1E !important;
}

.icon__body {
  background-color: var(--bg-color-main) !important;
  padding: 10px !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}
.icon {
  color: var(--bs-primary) !important;
}
.wallet__header {
  border-bottom: 1px solid var(--bg-color-main) !important;
}

.btn__dark {
  background-color: var(--bg-color-main) !important;
}

.slider__image {
  border-radius: 1.25rem !important;
}

.event__body,
.reward__body {
  overflow: hidden;
  scrollbar-width: none; /* For Firefox */
}

.event__body::-webkit-scrollbar,
.reward__body::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}

.card__event {
  background-color: var(--bg-color-main) !important;
  border-radius: 1rem !important;
  box-shadow: var(--bs-box-shadow) !important;
  overflow: hidden !important;
}

.card__event:hover {
  transform: scale(1.01) !important;
  transition: all 0.3s ease-in-out !important;
}

/* OTHERS */
.ql-toolbar {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.image__preview-wrapper {
  background: #fcfcfc;
  border: 1px solid #eee !important;
  border-radius: 0.5rem;
}

.image__preview-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.product__image-thumb {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .img-profile-avtar {
    margin-top: -1.8rem !important;
  }
}


/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}