.buttonDisabled .btn {
  color: #f5a623 !important;
  border-color: #f5a623 !important;
}

#columnChartOne {
  width: 300px !important; /* or 100% for full container width */
  margin: 0 auto !important; /* optional: center it */
}

.buttonDisabled .btn.active,
.buttonDisabled .btn:active {
  background-color: #f5a623 !important;
  border-color: #f5a623 !important;
  color: #fff !important;
}


.referralIcon{
 color: #f5a623 !important;
width: 24px !important;
height: 22px !important;

}


.ti-settings::before,
.ti-logout-2::before,
.ti-login-2::before,
.ti-user-share::before,
.ti-users-group::before,
.ti-shopping-cart::before,
.ti-bell::before {
  color: #f5a623 !important;
  font-size: 22px !important;
}

.iconforCard {
  font-size: 1.5rem !important;
  color: var(--loyalty-gold-primary) !important;
}

.cartButton {
  border: none !important;
  font-size: 16px !important;
  background-color: var(--loyalty-gold-primary) !important;
  color: var(--loyalty-black-primary) !important;
}

.cartButton .ti-shopping-cart-filled {
  color: 333 !important;
}

.ti-eye::before,
.ti-eye-off::before {
  color: var(--info-500) !important;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease;
  transform: translateY(-50px);
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-backdrop.fade {
  transition: opacity 0.3s ease;
}

/* Optional: Add a subtle scale effect */
.modal.fade .modal-content {
  transition: transform 0.2s ease;
}

.modal.show .modal-content {
  transform: scale(1.02);
}

.cartDD {
  width: 100vw;
  max-height: 85vh !important;
  overflow-y: auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.borderForMyCart {
  border: 1px solid var(--loyalty-black-tertiary) !important;
  border-radius: 10px !important;
}

.cart-footer {
  position: sticky;
  bottom: 0;
  padding: 20px !important;
  background: var(--loyalty-black-primary) !important;
  z-index: 10;
}

.addReduceButtonForMyCartBorder1 {
  margin-left: 30px !important;
}

.input-group .addReduceButtonForMyCart.form-control {
  width: 50px !important;
  flex: 0 0 auto;
  padding: 0;
  height: 25px !important;
}

.input-group .addReduceButtonForMyCart2.form-control {
  width: 50px !important;
  flex: 0 0 auto;
  padding: 0;
  height: 25px !important;
}

.addReduceButtonForMyCart1 {
  background-color: var(--loyalty-gold-primary) !important;
  width: 25px !important;
  height: 25px !important;
}

.addReduceButtonForMyCart1 i {
  color: var(--loyalty-black-primary) !important;
}

.textWhite {
  color: #ffffff !important;
}

.addReduceButtonForMyCart2 {
  background-color: var(--loyalty-gold-primary) !important;
  width: 25px !important;
  height: 25px !important;
}

.addReduceButtonForMyCart2 i {
  color: var(--loyalty-black-primary) !important;
}

.textPrimaryGold {
  color: var(--loyalty-gold-primary) !important;
}

.noMerchantFound p {
  font-size: 25px !important;
  font-weight: bold !important;
  color: #f5a623 !important;
}

.pointsRewards img {
  width: auto !important;
  height: 120px !important;
}

.pointsRewards3 img {
  width: auto !important;
  height: 200px !important;
}

.paymentSuccessfulPadding {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pointsRewards2 img {
  width: auto !important;
  height: 100px !important;
}

.earnPointsPayment {
  font-size: 25px !important;
  font-weight: bold !important;
  color: #f5a623 !important;
}

.noMerchantFound img {
  width: auto !important;
  height: 200px !important;
}

.cardModalActivation img {
  width: auto !important;
  height: 150px !important;
}

.merchantLogsAccumulatedSales {
  font-size: 40px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  margin-bottom: 0px !important;
}

.merchantLogsAccumulatedSales1 {
  font-size: 20px !important;
  font-weight: bold !important;
  color: var(--loyalty-gold-primary) !important;
}

.welcomeMsg img {
  width: auto !important;
  height: 150px !important;
}

.noItemCart p {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #f5a623 !important;
}

.noItemCart img {
  width: auto !important;
  height: 100px !important;
}

.merchant-cover-container {
  position: relative;
  width: 100%;
}

.merchant-cover {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.merchant-profile-pic {
  position: absolute;
  bottom: -50px; /* overlap amount */
  left: 20px; /* adjust for alignment */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #121212; /* dark background border */
  overflow: hidden;
}

.merchant-profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merchant-header {
  background-color: #1e1e1e;
}

.merchant-profile-logo {

  padding: 2px !important;
}

.merchant-profile-logo-info {
  margin-left: -2px !important;
  max-width: calc(100% - 90px);
  overflow: hidden;
}
.merchant-info-card {
  margin-top: 60px; /* space after overlap */
  background-color: #1e1e1e;
  padding: 15px;
  border-radius: 10px;
}

.merchant-info-card .star {
  color: #f5a623;
}

.company-logo {
  max-height: 45px !important;
}

.title-text {
  font-family: "sans-serif", sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: white !important;
}

.title-header-Main {
  font-family: "sans-serif", sans-serif !important;
  font-weight: bold !important;
  font-size: 22px !important;
  color: #f5a623 !important;
}

.modal-direction {
  background-color: #1e1e1e !important;
}

.modal-direction-logo {
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.ti-arrow-left {
  font-size: 30px !important;
}

.discount-badge {
  background-color: #f5a623;
  color: #000;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
}

.branches-section {
  margin-top: 5px;
}

.branches-section h6 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 10px;
}

.branch-item {
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.branch-info {
  flex: 1;
}

.branch-name {
  font-weight: bold;
  font-size: 14px;
  color: var(--loyalty-gold-primary) !important;
  color: white;
  margin-bottom: 4px;
}

.branch-sub-info {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.branch-location {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.branch-distance {
  font-size: 10px;
  color: var(--loyalty-gold-secondary) !important;
}

.get-directions-btn {
  background-color: #f5a623;
  color: #000;
  border: none;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 10px;
}

.get-directions-btn i {
  font-size: 15px;
}

.merchant-modal-image-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.merchant-modal-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #f5a623;
}

.merchant-modal-discount {
  position: absolute;
  bottom: -40px;
  color: #000;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  white-space: nowrap;
}

.location-points-earn {
  padding-top: 10px;
}

/* Add to custom.css */
#mapModal .modal-content {
  background-color: #1e1e1e;
}

#mapModal .modal-header {
  border-bottom: 1px solid #333;
}

#mapModal .modal-title {
  color: #f5a623;
  font-weight: bold;
}

#mapModal .modal-footer {
  border-top: 1px solid #333;
}

.modal-body,
.modal-footer,
.modal-header {
  background-color: var(--loyalty-black-tertiary) !important;
}

#mapModal .btn-warning {
  background-color: #f5a623;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
}

.title-header-Main-wallet {
  font-family: "sans-serif", sans-serif !important;
  font-weight: bold !important;
  font-size: 22px !important;
  color: #f5a623 !important;
  display: flex;
  margin: 0;
  text-align: center;
}

.available-offer {
  display: flex;
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  justify-content: space-between;
}

.merchant-header-back {
  margin-top: -10px !important;
  margin-left: -10px !important;
}

.merchant-header-back i {
  font-size: 2rem;
}

.wallet-header i {
  font-size: 2rem;
}

.wallet-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wallet-header span {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}

.available-offer-name {
  font-weight: bold;
  font-size: 18px;
  color: #f5a623 !important;
}

.history-card {
  display: flex;
  align-items: center;
  padding: 6px;
  border-bottom: 1px solid #333;
  margin-right: 5px !important; 
}

.merchant-label-history {
  color: var(--loyalty-link-primary) !important; 
  font-size: 12px;
  font-family: "roboto", sans-serif;
  white-space: nowrap;
  margin-left: auto;
}

.merchant-logo-history {
  width: 35px;
  height: 35px;
  background-color: rgba(245, 166, 35, 0.5);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px; /* Adjust so it fits well */
}

.merchant-logo-history i {
  font-size: 1.5rem;
  line-height: 1;
  color: white !important;
}

.merchant-list {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
  gap: 8px;
  max-height: 100vh;
  overflow-y: auto;
}

.merchant-list1 {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
  gap: 8px;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 50px !important;
}

.merchant-card {
  display: flex;
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid #333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-right: 5px !important;
  justify-content: space-between;
}

.merchant-card1 {
  display: flex;
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid #333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-right: 5px !important;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}


.merchantCategoryList {
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 1px !important;
  border: 1px solid #333;
  margin-top: 10px !important;
  padding-bottom: 15px !important;
}

.disabled-label {
  color: rgb(250, 48, 48);
  font-size: 12px;
}

.featured-ribbon {
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #f5a623; /* neon green */
  border-right: 40px solid transparent;
  z-index: 2;
}

.merchant-logo {
  width: 48px;
  height: 48px;
  background-color: #2a2a2a;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.merchant-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.merchant-logo1 {
  width: 42px;
  height: 42px;
  background-color: #2a2a2a;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: -5px !important;
}

.merchant-logo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.merchant-info {
  margin-left: 12px;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}

.merchantLogGender1 {
  font-size: 12px !important;
  font-weight: semibold !important;
  color: var(--loyalty-gold-primary) !important;
}

.merchantLogGender {
  font-size: 25px !important;
  font-weight: semibold !important;
  color: white !important;
}

.merchantLogsDescription {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  font-weight: semibold !important;
  color: var(--loyalty-gold-primary) !important;
}

.merchantLogsDescription1 {
  font-size: 12px !important;
  font-weight: semibold !important;
  color: white !important;
  padding-left: 10px !important;
}

.left-half,
.right-half {
  min-height: 100px !important; /* adjust as needed */
}

.merchant-info1 {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}

.noWrapText {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}

.merchant-name {
  font-weight: 800;
  font-size: 14px;
  color: var(--loyalty-gold-primary) !important;
  display: block;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.merchant-nameWallet { 
  font-size: 12px;
  color: var(--loyalty-gold-primary) !important;
  display: block;
  max-width: 100%;
  word-wrap: break-word; 
}

.card-name {
  font-weight: semibold !important;
  font-size: 18px;
  color: white;
  display: block;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.card-name1 {
  font-weight: 800;
  font-size: 18px;
  color: var(--loyalty-gold-primary) !important;
  display: block;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.card-name1 span {
  color: white !important;
}

.calendar-dateStartEnd {
  height: 30px !important;
  width: 130px !important;
  font-size: 12px !important;
}

.merchant-category {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  max-width: 100%;
}

.card-category,
.card-linked-user {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  max-width: 100%;
}

.merchant-branches {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
}

.merchant-branches i {
  font-size: 14px;
  color: #f5a623;
  margin-right: 3px;
}

.merchant-label {
  background-color: #f5a623;
  color: #000;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  white-space: nowrap;
  margin-left: auto;
}

.favoriteIcon {
  padding: 4px 8px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 6px;
  white-space: nowrap;
  margin-left: auto;
}

.merchatEdit {
  padding: 4px 8px;
  font-size: 22px;

  white-space: nowrap;
  margin-left: auto;
}

.merchant-label-main {
  color: #ffffff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  white-space: nowrap;
  margin-left: auto;
}

.whiteSpace {
  white-space: nowrap;
  margin-left: auto;
}

.points-label-wallet {
  background: linear-gradient(
    45deg,
    rgba(150, 146, 146, 0.1),
    rgba(13, 14, 13, 0.1)
  );

  border: 1px solid rgba(240, 228, 210, 0.1) !important;
  border-radius: 15px !important;
}

.loyal-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-radius: 12px;
  border: 0.5px solid #f5a623;
  padding: 20px;
  overflow: hidden; /* make sure blur doesn't leak outside */
  color: white;
  font-family: "Roboto", sans-serif;
  z-index: 0;
}


.custom-eye::before {
  color: #f5a623 !important;
}

.loyal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/uploads/loyaltyCard_front.png") no-repeat center center/cover; /* Changed to center center */
  filter: blur(2px);
  z-index: -1;
}


.BEU-image{
  margin-top: -20px !important;
padding-bottom: 30px !important;
  display: center !important;
  padding-top: 10px !important;
}


.BEU-image img {
  height: auto !important;
  width: 180px !important;
  padding: 0px !important ;

}


.usernameNote {
  font-size: 12px !important;
  display: flex !important;
  justify-content: center !important;
  border: 1px solid #f5a623 !important;
  padding: 5px !important;
  border-radius: 5px !important;
  color: rgb(252, 109, 109) !important;
  margin-top: 2px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-weight: bold;
  font-size: 1rem;
  color: #f5a623;
}

.loyaltyPoints {
  font-size: 35px !important;
  font-weight: bold !important;
}

.login-back-button i {
  color: #f5a623 !important;
}

.points-label {
  margin: 10px auto 0 auto;
  font-size: 0.9rem;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 6px 12px;
  width: 150px !important;
  display: block;
  color: #000 !important;
  background-color: #f5a623 !important;
  border-radius: 18px !important;
  font-weight: bold !important;
  font-family: inter !important;
  box-shadow: 0 4px 10px rgba(252, 169, 45, 0.6);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.points {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}

.card-footer small {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}

/* ================================
 Darak Mode Area
=================================== */
body {
  background-color: var(--loyalty-black-primary);
  color: #f5a623 !important;
}

.card {
  background-color: #1e1e1e !important;
  color: #f5a623 !important;
  border-color: #333 !important;
}

.card.bg-primary,
.card.bg-secondary {
  background-blend-mode: multiply !important;
}

.bg-gray {
  background-color: #2a2a2a !important;
  color: #f5a623 !important;
}

.offcanvas,
.offcanvas-body {
  background-color: #1c1c1c !important;
  color: #f5a623 !important;
}

.sidenav-nav a {
  color: #f5a623 !important;
}

.sidenav-nav a:hover {
  background-color: rgba(255, 215, 0, 0.1) !important;
}

.footer-nav {
  background-color: var(--loyalty-black-secondary) !important;
}

.footer-nav a {
  color: #f5a623 !important;
}

.footer-nav a.active,
.footer-nav a:hover {
  color: #f5a623 !important;
}

.loginLogo {
  margin-bottom: 15% !important;
}


.merchName p {
color: #c9c6c6 !important;
font-size: 12px !important;

}

.merchName2 p {
color: #c9c6c6 !important;
font-size: 10px !important;

}

.modalMerchantBranch p {
color: #dfdbdb !important;
  font-size: 18px !important;
}


.loginLogo3 {
  margin-bottom: 10% !important;
}

.loginLogo2 {
  margin-top: -200px !important;
  margin-bottom: 22% !important;
}

.toast {
  background-color: #2a2a2a !important;
  color: #f5a623 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f5a623 !important;
}

p,
span,
li {
  color: #f5a623 !important;
}

label {
  color: #f5a623 !important;
}

.btn-warning {
  color: #000 !important;
}

input,
select,
textarea {
  background-color: #2a2a2a !important;
  color: #f5a623 !important;
  border: 1px solid var(--loyalty-black-secondary) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 215, 0, 0.6) !important;
}

img {
  filter: brightness(0.9) !important;
}

.header-area {
  background-color: var(--loyalty-black-primary) !important;
  border-bottom: 1px light gold !important;
}

.header-area .header-content {
  color: gold !important;
}

.header-area a {
  color: gold !important;
}

.header-area a:hover {
  color: #ffd54f !important;
}

.header-area .logo-wrapper img {
  filter: brightness(1) !important;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.header-area .logo-wrapper img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 5px gold);
}

.header-area i,
.header-area svg {
  color: rgb(0, 0, 0) !important;
}

.header-area .ti-x::before {
  color: var(--danger-500) !important ;
}

.originalPriceCart {
  margin-top: 0px !important;
  font-size: 12px !important;
}

.qrShowOnCheckOut {
  margin-top: 25px !important;
  border-radius: 20px !important;
  color: var(--loyalty-black-primary);
  display: flex !important;

  font-size: 18px !important;
  background-color: var(--loyalty-gold-primary) !important;
}

.qrShowOnCheckOut i,
.qrShowOnCheckOut p {
  border-radius: 15px !important;
  color: var(--loyalty-black-primary) !important;
  padding: 5px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.cartClose {
  color: red !important;
}

.discountPriceCart {
  font-size: 14px !important;
  color: rgb(250, 79, 79) !important;
  margin-right: 1rem;
}

.footerNavLabel,
.NavIcon {
  color: lightgray !important;
}

/* Footer Navigation Styles */
.footer-nav-area {
  background-color: #1e1e1e !important;
  border-top: 1px solid #333 !important;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
}

.footer-nav li {
  list-style: none;
  padding: 8px 0;
}

.footer-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Icon styles */
.NavIcon {
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #999 !important; /* Light gray by default */
  transition: color 0.3s ease;
}

/* Label styles */
.footerNavLabel {
  font-size: 0.7rem;
  color: #999 !important; /* Light gray by default */
  transition: color 0.3s ease;
}

/* Active state styles */
.footer-nav li.active .NavIcon,
.footer-nav li.active .footerNavLabel {
  color: #f5a623 !important; /* Gold color when active */
}

/* Hover state styles */
.footer-nav li:hover .NavIcon,
.footer-nav li:hover .footerNavLabel {
  color: #f5a623 !important; /* Gold color on hover */
}

/* This will highlight based on current page */
a[href="home.html"] .NavIcon,
a[href="home.html"] .footerNavLabel,
a[href="wallet.html"] .NavIcon,
a[href="wallet.html"] .footerNavLabel {
  color: #999 !important;
}

body.home a[href="home.html"] .NavIcon,
body.home a[href="home.html"] .footerNavLabel,
body.wallet a[href="wallet.html"] .NavIcon,
body.wallet a[href="wallet.html"] .footerNavLabel {
  color: #f5a623 !important;
}

.chat-user-list {
  background-color: #121212 !important;
}

/* Single chat item */
.chat-user-list li {
  background-color: #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
}

/* Hover effect for chat items */
.chat-user-list li:hover {
  background-color: #2a2a2a !important;
}

/* Chat names */
.chat-user-info h6 {
  color: #ffffff !important;
}

/* Last chat preview text */
.chat-user-info .last-chat p {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Chat unread badge */
.chat-user-info .badge {
  background-color: #f5a623 !important;
  color: #000 !important;
}

/* Chat search box */
.chat-search-box .input-group {
  background-color: #2a2a2a !important;
  border-radius: 8px;
}

.chat-search-box input {
  background-color: transparent !important;
  color: #ffffff !important;
}

.chat-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.input-group-text {
  border: solid 1px #f5a623 !important;
}


.chatSearch {

   border: solid 1px #f5a623 !important;
}

.header-content  i {

 color: #f5a623 !important;
}

.chat-search-box .input-group-text {
  background-color: transparent !important;
  color: #ffffff !important;
}

/* Chat options menu */
.chat-options-btn .btn {
  color: #ffffff !important;
}

.dropdown-menu {
  background-color: #1e1e1e !important;
  border: 1px solid #333 !important;
}

.dropdown-menu a {
  color: #f5a623 !important;
}

.dropdown-menu a:hover {
  background-color: #2a2a2a !important;
}

/* Dark mode for chat user status slides */
.chat-user-status-slides-wrapper {
  background-color: #121212 !important;
}

.form-check-label {
  color: var(--loyalty-link-primary) !important;
}

.order-summary {
  background-color: var(--loyalty-black-tertiary) !important;
}

.paymetSuccess {
  color: var(--loyalty-gold-primary) !important;
}

.myOrdersCheckout {
  color: var(--loyalty-gold-secondary) !important;
    font-size: 0.7em !important;
}


.myOrdersCheckoutReferral {
  color: var(--loyalty-gold-secondary) !important;
    font-size: 0.9em !important;
}

.cardmodalDetails { 
  font-size: 12px !important;
  color: var(--loyalty-gold-secondary);
}

.paymetSuccess1 {
  background-color: var(--loyalty-gold-primary) !important;
}

.payment-total strong {
  font-size: 17px !important;
}

.paymentModalshow .modal-header {
  background-color: var(--loyalty-black-primary) !important;
}

.paymentDetails {
  font-size: 14px !important;
}

.login-wrapper {
  background-color: var(--loyalty-black-primary);
}

.login-wrapper a {
  color: var(--loyalty-link-primary);
}

.login-wrapper .btn {
  color: #131212 !important;
  background-color: #e9cc27 !important;
  border: 1px solid #e9cc27 !important;
}

.chat-user-status-slides .user-status-slide {
  border-radius: 8px;
}

.chat-user-status-slides .user-status-slide p {
  color: #f5a623 !important;
}

.chat-user-status-slides .user-status-slide img {
  border: 2px solid #f5a623 !important;
  filter: brightness(0.9);
}

.chat-user-status-slides .user-status-slide.offline img {
  filter: grayscale(100%) brightness(0.5);
}

.chat-user-status-slides .active-status {
  background-color: #4caf50 !important;
  border: 2px solid #121212 !important;
}

.chat-user-status-slides .user-status-slide.offline .active-status {
  background-color: #777 !important;
}

.chat-user-status-slides .user-status-slide a {
  background-color: rgba(49, 48, 47, 0.5) !important;
  -webkit-box-shadow: 0 1px 2px 1px rgba(49, 48, 47, 0.5) !important;
  box-shadow: 0 1px 2px 1px rgba(49, 48, 47, 0.5) !important;
}

.single-message p {
  color: white !important;
  background-color: rgba(49, 48, 47, 0.5) !important;
}

.single-chat-item.outgoing p {
  color: white !important;
  background-color: rgba(255, 128, 0, 0.5) !important;
}

.dropstart .ti-dots {
  color: #f5a623 !important;
}

.chat-footer {
  background-color: rgba(49, 48, 47, 1) !important;
}

.chat-footer .ti-send {
  color: #f5a623 !important;
}

.chat-footer .btn {
  color: #f5a623 !important;
}

.sent-time {
  color: white !important;
}

.user-message .typing {
  background-color: rgba(49, 48, 47, 1) !important;
  color: white !important;
}

.modal-content {
  background-color: #2a2a2a !important;
}

.modal-content .btn-primary {
  background-color: #ff9800 !important;
  border: 2px solid #ff9800 !important;
  color: white !important;
}

#addIconMerchant::file-selector-button {
  background-color: #ff9800;
  color: white;
}

#addIconProduct::file-selector-button {
  background-color: #ff9800;
  color: white;
}

.floating-add-btn:active {
  background-color: #ad6d0d !important;
}

.list-group-item.fw-bold.bg-light {
  position: sticky;
  top: 0;
  z-index: 10;
}

.dropdownMerchantCategory {
  background-color: rgba(49, 48, 47, 1) !important;
  color: white !important;
}

.dropdownExist {
  background-color: #ff9800 !important;
}

.toast.bg-success {
  background-color: #198754 !important;
  color: #fff !important;
  border-color: #146c43 !important;
}

.toast.bg-danger {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-color: #b02a37 !important;
}

.toast.bg-warning {
  background-color: #ffc107 !important;
  color: #000 !important;
  border-color: #ffc720 !important;
}

.toast.bg-info {
  background-color: #0dcaf0 !important;
  color: #000 !important;
  border-color: #0aa2c0 !important;
}

.toast.bg-primary {
  background-color: #0d6efd !important;
  color: #fff !important;
  border-color: #0a58ca !important;
}

.toast.bg-secondary {
  background-color: #6c757d !important;
  color: #fff !important;
  border-color: #565e64 !important;
}

.toast .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%) !important;
}

.toast .toast-title {
  color: inherit !important;
  font-weight: bold !important;
}

.toast .toast-message {
  color: inherit !important;
  opacity: 0.9 !important;
}

.notifAndCart {
  color: #f5a623 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.sidenav-profile {
  background-color: #000000 !important;
}

.card_number {
  color: #ffcc3b !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.card-footer .value {
  font-weight: bold;
  font-size: 0.8rem;
  color: #ffcc3b !important;
}

.card-footer .referralCode {
  font-weight: bold;
  font-size: 0.8rem;
  color: #ffcc3b !important;
}


.loyal-card.no-blur::before {
  filter: none !important;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffcc3b' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem;
  padding-right: 2rem;
}

.placeholder-option {
  color: #000000 !important;
  background-color: #f5a623 !important;
}

.pointsEarned {
  font-size: 12px !important;

  color: #05fc26 !important;
}

.discountlabel {
  font-size: 12px !important;

  color: #f5a623 !important;
}

.discountlabel2 {
  font-size: 12px !important;

  color: #ffffff !important;
}

.discountlabel3 {
  font-size: 11.5px !important;
}

#merchantTabs {
  background-color: var(--loyalty-black-secondary);
  border-radius: 8px;
  padding: 1px;
}

#merchantTabs .nav-link {
  background-color: transparent;
  color: #f5a623;
  border-radius: 6px;
  transition: 0.3s;
  font-size: 14px !important;
}
#merchantTabs .nav-link:hover {
  background-color: rgba(245, 166, 35, 0.15);
  color: #fff;
}

#merchantTabs .nav-link.active {
  background-color: #f5a623;
  color: #000 !important;
  font-weight: bold;
  border-radius: 6px;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid var(--loyalty-black-tertiary) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
  transition: transform 0.2s;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card img {
  height: 120px;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 1) !important;
}

.product-modal-image-container {
  position: relative;
  text-align: center;
}

.product-modal-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 1) !important;
}

.product-modal-discount {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dc3545;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.8rem;
}

#productQuantity {
  -moz-appearance: textfield;
  appearance: textfield;
}

#productQuantity::-webkit-outer-spin-button,
#productQuantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product_description {
  border: 1px solid var(--loyalty-black-tertiary) !important;

  overflow: hidden;
  padding: 10px !important;
  border-radius: 10px !important;
}

#productModal .modal-content {
  background-color: #000; /* black background */
  color: #fff; /* white text */
  border: 1px solid var(--loyalty-black-secondary);
  border-radius: 12px;
}

/* Close button */
#productModal .btn-close {
  filter: invert(1) sepia(100%) saturate(200%) hue-rotate(5deg) brightness(1.2);
  opacity: 0.9;
}
#productModal .btn-close:hover {
  opacity: 1;
}

/* Title & description */
#productModalName {
  color: #ffffff !important;
  font-size: 35px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

#productModalDescription {
  color: #ccc;
  background: rgba(245, 166, 35, 0.05);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.5;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid var(--loyalty-black-secondary) !important;
}

.quantityInput {
  background: rgba(245, 166, 35, 0.1) !important;
}
/* Prices */
#productModalPrice {
  color: #f5a623 !important;
}

/* Points badge */
#productModalPoints {
  background-color: #f5a623 !important;
  color: #000 !important;
  font-weight: bold;
}

.productModalPoints1 {
  background-color: #f5a623 !important;
  color: #000 !important;
  font-weight: bold;
  padding: 3px !important;
  border-radius: 10px !important;
}

#productModalAvailability {
  border: 1px solid #f5a623;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}

.productAvailability {
  color: white !important;
  background: rgba(70, 250, 79, 0.2) !important;
}

.productAvailabilityNot {
  color: #f5a623 !important;
  background: rgba(247, 58, 58, 0.2) !important;
}
/* Quantity controls */
.quantity-btn {
  border: 1px solid #f5a623 !important;
  color: #f5a623 !important;
  background: transparent !important;
}
.quantity-btn:hover {
  background: #f5a623 !important;
  color: #000 !important;
}

/* Quantity input */
#productQuantity {
  border: 1px solid #f5a623 !important;
  background: #111;
  color: #fff;
}

/* Footer buttons */
.modalbuttonDisable {
  background-color: #888 !important;
}
#productModal .modal-footer .btn-secondary:hover {
  background-color: #f5a623;
  color: #000;
}

#productModal .modal-footer .btn-primary {
  background-color: #f5a623;
  border: none;
  color: #000;
  font-weight: bold;
}
#productModal .modal-footer .btn-primary:hover {
  background-color: #ffb947;
  color: #000;
}

.custom-tabs .nav-link {
  border: none;
  background: transparent;
  color: var(--loyalty-link-primary);
  font-weight: 500;
}

.custom-tabs .nav-link.active {
  color: var(--loyalty-gold-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--loyalty-gold-primary);
  background: transparent;
}

.custom-tabs .nav-link {
  font-size: 12px !important;
}


.text-gray {
  color: var(--loyalty-link-primary) !important;
}

.transaction-details {
  background-color: var(--loyalty-black-secondary);
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  display: none;
  border: 2px solid #333;
}

.paymentDetails {
  color: var(--loyalty-gold-primary) !important;

  font-size: 12px !important;
}

.paymentDetails2 {
  color: white !important;
  font-size: 15px !important;
}

.transactionDetailFonts {
  font-size: 14px !important;
  color: rgb(223, 216, 216) !important;
}

.transactionDetailFonts4 {
  font-size: 15px !important;
  color: rgb(223, 216, 216) !important;
}


#pageTitleBranch {
  font-size: 18px !important;
}

.transactionDetailFonts1 {
  font-size: 13px !important;
  color: var(--loyalty-gold-primary) !important;
  font-weight: bold !important;
}

.transactionDetailFonts2 {
  font-size: 12px !important;
  color: rgb(223, 216, 216) !important;
}

.selectBranchSales {
  height: 35px !important;
  font-size: 11.5px !important;
}

.floating-cart {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
    touch-action: none; 
  user-select: none; 
    transition: all 0.3s ease; 
}

.cart-container {
  background-color: #f5a623;
  border-radius: 50%;
  border: 2px solid white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
    touch-action: none; /
}

.cart-container:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.cart-icon {
  color: #000000;
  font-size: 33px;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #f32f2f;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid white;
}



.floating-cart.dragging {
  transition: none; 
}


.merchant_user_Hearder  {

  font-size: 32px !important;
  margin-bottom: -5px !important;
}

.merchant_user_sub_header{
color: var(--loyalty-link-primary) !important;
font-size: 14px !important;
padding-bottom: 5px !important;
}


#ConfigurationButtonConfirm{
  background-color: var(--loyalty-gold-primary) !important;
  color: #000 !important;
  border: none !important;
 margin-top: 15px !important;
 font-size: 14px!important;
}

.modalReferralCode {

margin-top: 20px !important;
  font-size: 35px !important;
}


.merchantListFont{

  font-size: 10px !important;
}


.mainFont {
  font-weight: bold;
  font-size: 14px;
  color: var(--loyalty-gold-primary);
  margin-bottom: -5px !important;

}


.mainSubFont {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: -5px !important;
}

.ShareDownload {

  font-size: 10px !important;
}


.ShareDownload2  {

  background-color:var(--loyalty-gold-primary) !important;
}


.branch-name-display {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  font-size: 14px !important;

  line-height: 1.2;
  max-height: 50px; 
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.branch-category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  margin-top: 4px;
  font-size: 12px !important;
}

.rating-fonts span, .text-muted {
font-size: 10px !important;
}


.rating-fonts {
padding: 0px !important;
margin: 0px !important;
}


.categoryBranch, .categoryAddress, .categoryContact {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px !important;
}

.hasNoMerchant {
  filter: grayscale(100%) !important;
  opacity: 0.8 !important;
}