body{/* font-size:150%!important */}

/* Move accordion arrow closer to text */
.accordion-button::after {
  margin-left: .5rem;      /* space between text and arrow */
  margin-right: 0;         /* remove Bootstrap's auto push */
  flex-shrink: 0;          /* prevent weird shrinking */
}

.pickDate:hover{color:brown}
.saving_option_container{overflow:hidden}
.savingsPane{
	box-shadow: 0 2px 5px rgba(0,0,0,0.9);
}
 
.savingsPane:hover {
    box-shadow: 0 0 0 5px #555; /* x-offset, y-offset, blur, spread, color */
}

/* Default width */
#savingsPane {
  width: 360px;
  max-width: 100%; /* prevent overflow on very small screens */
  transform: translateX(100%);
  transition: transform 0.3s;
   z-index:1050;
   /* Highlighted shadow on the left edge */
  box-shadow: -4px 0 50px rgba(0, 0, 0, 0.5) !important;
  overflow-y: scroll
}

/* If screen width is smaller than 360px → make pane fill screen */
@media (max-width: 359px) {
  #savingsPane {
    width: 100%;
  }
}

/* If screen width is wider than 420px → expand to 420px */
@media (min-width: 421px) {
  #savingsPane {
    width: 420px;
  }
}

#noticeRow {
  max-width: 100%; /* default for larger screens */
}

/* Mobile screens up to 480px */
@media only screen and (max-width: 480px) {
  #noticeRow {
    max-width: 300px;
  }
}

.calendar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #999;
   
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #222;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  padding-top: 5px;
}

/* Top strip (like a calendar tab) */
.calendar-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: crimson;
  border-radius: 4px 4px 0 0;
}

.calendar-icon sup {
  font-size: 10px;
  vertical-align: super;
  margin-left: 1px;
}


.section-heading {
  font-size: 1.2rem;
  font-weight: 300;
  color: #212529; 
  align-items: center;
  /* gap: 0.5rem; */
  background-color: #f1f3f5;
  padding: 0.75rem 1rem;
  border-radius: 1.5rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: 1px solid #dee2e6;
  background-color: rgb(210,227,252);
  background-color: yellow;
  box-shadow: 0 -1rem .25rem rgba(0,0,0,.55) !important;
  font-size: 1.2rem;
  background: linear-gradient(to bottom, #FFD700, #FFFF99);
}

.bgT{background:transparent!important}

.savingsBar {
min-height: 80px;
  background: linear-gradient(to bottom, #fff, #888);
  transition: background .03s ease;
}

.savingsBar:hover {
  background: linear-gradient(to bottom, #fff, #a8d8ea);
}


.max-6{
	max-width:600px;
	width:100%
}
.max-5{
	max-width:500px;
	width:100%
}

.p-10{
	padding: .1rem !important;
}

.section-heading .small{
  font-size: 0.8rem;
  font-size: 0.75rem;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.2;
  color:#222
}



.caution_bg{
	background: burlywood;
}
/* live track */
.track-btn {
  background: linear-gradient(135deg, #2196f3, #00bcd4);
  transition: background 0.3s ease;
}

.track-btn-success {
  background: linear-gradient(135deg, #4caf50, #388e3c); /* green */
}

.track-btn-danger {
  background: linear-gradient(135deg, #f44336, #d32f2f); /* red */
}

.div_shad{
	box-shadow: 0 .5rem .25rem rgba(0,0,0,.5) !important;
	box-shadow: 0 1rem .25rem rgba(0,0,0,.15) !important
}

.br_40{
	border-radius:40px!important; 
}

.drop_round {
  border-radius: 25px !important;
  overflow: hidden;
}

/* Wrap long account names */
.account-name {
  white-space: normal;   /* allow wrapping */
  word-break: break-word; /* break long words if needed */
  flex: 1; /* take remaining space */
  /* line-height: 2; */ 
}

/* Keep icon aligned left */
.account-icon {
  flex-shrink: 0; /* don’t let icon shrink */
 /* margin-top: 2px; 
   line-height: 2; */
}

.debitex_bg{
	background: linear-gradient(to bottom, #7b1e1e, #1c1c1c);
}

.read-more-btn {
  background-color: #ffffff;
  color: #007bff;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.read-more-btn:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
  color: #0056b3;
  text-decoration: none;
}

.survey-btn {
  box-shadow: 0 0 0 4px #ccc; /* Thick white border effect */
  border-radius: 50rem; /* Pill shape */
  transition: box-shadow 0.3s ease;
}

.survey-btn:hover {
  box-shadow: 0 0 0 6px #ffffffcc; /* Slight glow on hover */
}

.howCard {
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}

.slide_content{
	background: linear-gradient(135deg, #243b55, #141e30)!important;
}
.slide-up-panel {
  position: fixed;
  
  bottom: -110%; /* hidden initially */
  left: 0;  
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
  padding: 1rem;
  z-index: 9999;
  transition: bottom 0.4s ease;
}

.slide-up-panel.active {
  bottom: 0;
}

.site_menu li{
	margin-bottom: 1rem !important;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.feature-box .small {line-height:1.2; font-size: .85em;}
.feature-box {
  width: 100%;
  max-width: 220px;
  flex: 1 1 28%;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  background-color: #f8f9fa;
  transition: transform 0.2s ease;
}

.feature-box:hover {
  transform: scale(1.02);
}

.icon-sm {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}











.service-box {
  width: 100%;
  max-width: 300px;
  margin:auto;
  flex: 1 1 30%;
  background: linear-gradient(135deg, #3a3a3a, #4a4a4a);
  color: white;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  border-radius: 35px;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.45);
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Purple background for Life Diary */
.bg-purple {
  background-color: #6f42c1 !important; /* Bootstrap purple */
}





.info-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #0d6efd;
  /* background: #000; */
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

#usersTable td,
#usersTable th {
  white-space: nowrap;
}
.table-responsive-wrapper {
  overflow-x: scroll;
}


.badge-outline {
  background-color: transparent;
  border: 1px solid #17a2b8; /* Info color */
  color: #17a2b8;
}

.subscribe{
	background: #f2f2f2;
	position: relative;
	top: 30px;
	z-index: 5;
	padding: 0 20px 0 20px;
	max-width: 800px;
	width: 100%;
	margin:auto;
	margin-bottom: 40px;
	text-align:center;
	border-radius: 0 50px 50px 0px;
}

#infoModal .btn-close {
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3e%3c/svg%3e");
}

#infoModal .modal-content {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
   border: 3px solid #222;
}


.modal-lift {
  z-index: 9993!important;
}
.modal-lift + .modal-backdrop.show {
  z-index: 9992!important;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.feature-list li span.emoji {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.feature-list li span.text {
  flex: 1;
  font-size: 0.95rem;
}

.balance-summary {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.ifl  button{text-align:left}
.cdd {
  position: sticky; 
  top: 10px;
  z-index: 4;
  transition: all 0.3s ease;
}

.cdd.stuck {
  background-image: linear-gradient(to bottom, #fff, #a8d8ea);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#cdd-sentinel {
  height: 0;
}



.balance-summary fieldset {
  flex: 0 0 auto;
  min-width: 150px;
  border: 1px solid #dee2e6;
  border-radius: 2.5rem;
  padding: 0.75rem;
  background-color: #f8f9fa;
  text-align: center;
}

.balance-summary legend {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  color: #343a40;
}

.balance-summary .badge {
  font-size: 1.1rem;
  padding: 0.5rem 0.75rem;
}

.period-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f1f3f5;
  padding: 0.75rem 1rem;
  border-radius: 1.5rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: 1px solid #dee2e6;
  background-color: rgb(210,227,252);
}

.period-heading .emoji {
  font-size: 1.5rem;
  line-height: 1;
}


.period {
  border: 10px solid #dee2e6!important;
  border: 10px solid #fff!important;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  _background-color: #f8f9fa;
  border-radius: 30px !important;
  padding: 2em !important;
}

.period legend {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  color: #343a40;
}

.period .form-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #495057;
}

.period .form-select {
  padding: 0.45rem 0.75rem;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.period #filterBtn {
  margin-top: 1.6rem;
}

@media (max-width: 576px) {
  .period #filterBtn {
    /* width: 100%;
    margin-top: 0.5rem; */
  }
}



.dataTables_filter input {
  border-radius: 20px;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
}
.form-select:focus-visible {color: #f8f8f8}
.form-select:focus-visible {color: #000}
.table-active-select {
  box-shadow: 0 0 0 2px #0d6efd inset;
  background-color: #f0f8ff;
}
.active-row {
  box-shadow: 0 0 0 6px #007bff inset;
  background-color: #f0f9ff;
}

.dataTables_wrapper .dataTables_filter input {
border: 1px solid #111!important;}
.tag-card.active {
  border: 2px solid #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}


.filled-field {
  background-color: darkolivegreen !important;
  color: white !important;
}

/* Reset option appearance (if necessary) */
select.filled-field option {
  background-color: white;
  color: black;
}

.user_icon_person{
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-title {
  background: linear-gradient(45deg, #0072ff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.accordion-button {
  font-weight: 600;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.about-list .emoji {
  flex: 0 0 30px; /* fixed width for emoji cell */
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.about-list .text {
  flex: 1;
  padding-left: 0.5rem;
}

.loadar{
	position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(255,255,255,0.8);display:flex;justify-content:center;align-items:center;
	
	width: 100px;
  height: 100px;
  z-index: 9999;
  background: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
.darkModeTextColor{color:#fff}
/* Gen Z soft table styling */
.table-genz {
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.no-border thead th {
  border: none !important;
}

tbody, td, tfoot, th, thead, tr {
border-color: transparent;
}
.form-control:disabled, .form-control[readonly] {
  background-color: cadetblue;
  opacity: 1;
}

.selected_bs{box-shadow: 0 0 0 10px rgba(13, 202, 240, 0.8);}

.table-genz thead {
  background: #f7f9fc;
}

.table-genz thead th {
  padding: 14px;
  border-bottom: 1px solid #e8ebf0;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.highlighter{background: #000!important;color: yellow;font-size: 100%;font-weight: bold; line-height:1.2; padding:15px}
.highlighter:hover {
  color: red!important;
}
.table-genz tbody tr {
  transition: all 0.25s ease;
}

.table-genz tbody tr:hover {
  background: #f9fafa;
  transform: scale(1.01);
}

.table-genz tbody td {
  padding: 14px;
  border-bottom: 1px solid #f0f2f5;
  color: #444;
  vertical-align: middle;
}

.table-genz a {
  color: #444;
  text-decoration: none;
}

.table-genz a:hover {
  color: #0d6efd;
}

/* DataTable pagination & filter input styles */
.dataTables_wrapper .dataTables_filter input {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  background: #f9f9f9;
  margin-left: 8px;
}

.dataTables_wrapper .dataTables_length select {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  background: #f9f9f9;
}

/* DataTable pagination button styles */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 6px 12px;
  border-radius: 30px;
  margin: 0 2px;
  background: #f7f7f7;
  border: none;
  color: #555 !important;
  transition: background 0.2s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #0d6efd;
  color: #fff !important;
}
.table-genz tbody tr {
  opacity: 0;
  transform: translateY(5px);
  animation: fadeInRow 0.3s ease forwards;
}

@keyframes fadeInRow {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-soft {
  background: #eef2f7;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  color: #333;
  transition: all 0.3s ease;
}

.btn-soft:hover {
  background: #0d6efd;
  color: #fff;
}

.active_btm_menu {
  /* background: darkolivegreen!important; */
  box-shadow: 0 0 0 3px #555!important;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  color: #fff;
  background-color: #111; 
}

.profile-box {
  background-color: #f8f9fa;
  border-left: 5px solid #007bff;
}
.fotorama__caption {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.sales_wrapper{
	padding-bottom:200px
}

.accordion-button{
  /* font-size: 20px; */
}
.sales_wrapper, body{
	background-color: #f2f2f2; background-image: linear-gradient(to bottom, #f2f2f2, #3498db); height: auto;
	
	}
	
.payment-icons {
  display: flex;
  justify-content: center;
  gap: 10px; 
}
.side_menu_dv{
	position:absolute;
	left:0px;
	/* top:15px */
}

.themebg{background: linear-gradient(45deg, #0072ff, #00c6ff)!important;}
.theme_bg{background: linear-gradient(-45deg, #0072ff, #00c6ff)!important;}

#time {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.5s ease, opacity 1s ease;
}

/* Highlight class for yellow background */
.highlight-time {
  background-color: yellow;
  opacity: 1;
}

.boxshad{box-shadow: 0 4px 15px rgba(0,0,0,0.3);}
.dot-animation {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background-color: #0d6efd;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.dot-animation:nth-child(1) { animation-delay: -0.32s; }
.dot-animation:nth-child(2) { animation-delay: -0.16s; }
.dot-animation:nth-child(3) { animation-delay: 0s; }

@keyframes bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

.site_title_logo {
  _height: 36px;
}
.site_title_text {
  font-size: 20px;
  font-weight: 600;
}
.special_label {
  font-size: 18px;
  font-weight: bold;
}
#duration_section{max-width:350px; margin:auto}
.site_title{font-weight: bold; font-size: 2.2rem;}
.site_title_logo{width:100px;}
  
#newprice {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ff5722;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  margin-top: 15px;
}

.pay-icon {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.dataTables_length,.dataTables_filter{padding-bottom:30px}
/* button,input{font-size:130%!important} */

.dropdown-tag-item {
  border: 1px solid #dee2e6;
  padding: 6px 10px;
  border-radius: 0.375rem;
  margin-bottom: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropdown-tag-item:hover {
  background-color: #f8f9fa;
}

.numb_steps_btn{
	border-radius: 50%;  
	height: 60px;
	width: 60px;
  }
.bgwheat{background:wheat}
.btm-d {
  box-shadow: 0px 1px 0px 0px #000000;
}
.bg-success, .text-white{color:white!important}
.tr_active {
	background:bisque;
	background:darkorange;
  /* border: 15px solid brown!important;
  _border-width: 15px 0; */
}
.navbar-brand{transition: .3s all}
.g_pad{padding:50px}
.blockIt{display:block!important}

.cashierRegionCover{position:absolute; top:0; bottom:0; left:0; right:0; _background:red; z-index:1}
 .w_hm_title {
  width: 150px;
  position: absolute;
  text-wrap: wrap;
  line-height: 1;
  margin-top: 18px;
  color: lavender;
}

.my-scrollable-element {
  scrollbar-width: thin;
  text-align: center;
  position: fixed;
  top: 58px;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;padding: 1em; background:#f8f9fa;
}
a{text-decoration:none}
.pointer{cursor:pointer}
.show_now{display:block!important}
.card {  
/*   --bs-card-inner-border-radius: calc(0.375rem - 1px); */
  --bs-card-inner-border-radius: 0;
}
/* .navbar  {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} */
/* .navbar-brand {color:#fff} */
 .text-W{color:#fff} 
 .bg-light {
  --bs-bg-opacity: 0.1;transition: background-color 0.3s ease; 
 /* background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;*/
}
.scroNav {--bs-bg-opacity: .5;}
.scroNav .w_hm_title{
	color:blueviolet;
	color:darkmagenta;
	}
.w_hm_title_df{
	color:blueviolet;
	color:darkmagenta;
	}
	
.navbar{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%239a2c9e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
--bs-navbar-toggler-focus-width: 0.25rem;
--bs-navbar-toggler-focus-width: 0rem;
}
.navbar-toggler { 
	border-color: #9a2c9e;
	
box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #9a2c9e;
}
.overlay2 { 
  background: linear-gradient(to top, rgba(0, 3, 6, 0.3), rgba(0, 0, 0, 0.16));
}
.promptContainer{width:100%; hheight:60px; background:#000; position:fixed; bottom:0px; color:#fff;text-align:center;padding:2em;z-index: 3;}
.fcontent{width:100%; hheight:60px; background:#000; position:relative; bottom:0px; color:#fff;text-align:center;padding:2em}
.bd-all{border:1px solid #222}
.bd-t{border:0px;border-top:1px solid #222}
.bd-b{border:0px;border-bottom:1px solid #222}
.bd-l{border:0px;border-left:1px solid #222}
.bd-r{border:0px;border-right:1px solid #222}
.bb-0{border:0px;border-bottom:0px}
.flex-center{display: flex;  justify-content: center;}
.stk-head{position:sticky; top:56px; top:0px}

.stk-body-header{position:sticky; ttop:112px; top:112px; top:62px}
.stk-50{position:sticky;  top:50px}

.pos-rel{position:relative;}
/* .ztop{z-index:999999999999999999999999} */

.bg-gr{background : #f7f7f7f7;}
.bg-drk{background : #000;}
.defSet{border:0px;border: 0px; border-radius: 0px !important;}
/* .z-1{z-index:-1} */
.z1{z-index:1}  
.z2{z-index:2}  
.jc{justify-content: center; display:flex}
.j{display:flex}
.br-0{border-radius:0px}
.blog-bag > div {margin:15px;max-width: 540px; padding:0}
.bg-plain {background: transparent;}

.text-left{text-align:left}
#cartItem{width:100%;padding-bottom: 200px;
  display: table;}



.card-header-tabs li{width:auto!important; display:inline-block!important}
.card-header-tabs {
  list-style: none;
  padding: 0.5em;
  /* padding-top: 0em; */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  /* margin-bottom: .1px; */
 }
 
.card-footer {
  /* border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); */
  border-top: 0px;
}
#tagsPanel {
  /* background: #f8f9fa; */
}
/* Remove default background */
.form-check-input {
  background-color: transparent;
  border: 2px solid #111;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.2em;
  cursor: pointer;
}

/* When checked */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Optional: smooth transition */
.form-check-input {
  transition: all 0.2s ease;
}

/* Optional: hover effect */
.form-check-input:hover {
  border-color: #0d6efd;
}

/* Align label spacing a bit */
.form-check-label {
  margin-left: 0.5em;
  cursor: pointer;
}
.btn-close {
  filter: invert(1);
}
.btn-close.no-invert {
  filter: invert(0);
}

#mapPreview iframe {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.nav-item{padding:1em;padding-bottom:0;padding: .1em;}
.nav-link{padding: .3em;}
.quantity-container * { border-radius:0px; margin:0px}

/*  */
.active{ 
/* background-color: #04AA6D!important;
background-color:  #9a2c9e !important; */
  ccolor: white!important;
  }
   /* Add your custom styles here */
    .quantity-container {
      display: flex;  
	max-width: 300px;
	  margin: auto;
 justify-content: center;
/* 	  
	 
	 align-items: center; 
	 flex-direction: column; */
/*	 flex-wrap: wrap;
	 justify-content: center; 
	 */
	 
    }

    .quantity-input {
     /*  width: 50px; */ /* Adjust the width as needed */
      text-align: center;
    /*   margin: 0 10px; */
    }
	 .card-group{display:flex;flex-wrap:wrap}
.search_attr {
/*   position: fixed;
  top: 0;
  z-index: 9991;
  width: 100%;
  scroll-snap-align: start;  */ 
   
	position: fixed;
	top: 0;
	z-index: 9991;
	/* width: 300px; */
	width: 100%;
	scroll-snap-align: start;
	/* height: 100%; */
	/* height: 60px; */
	right: 0;

}
.swal2-container {
	z-index:9993!important
}
.search_attr_pos {
  flex-direction: column;
  display: flex;
  max-width: 500px;
  margin: auto;
}
.success-message {
    display: none;
}

.success-message-bottom {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}


.cart-pg-header{width:100%;hheight:100px;margin-top:56px;}
.catHeadingSm{margin-top: 92px;margin-top: 57px;}
.card-group-m{
	margin-bottom: 100px!important; 
	margin-top: 100px!important;
	}
.cartWidgetTotals {
max-width:400px;
width::100%;
right:0; 
position: fixed;
right: 0;
bottom: 0;
/* width: 400px; */
width: 100%;
z-index: 1030;
max-width: calc(400px - 1px);
/* margin-right: 17px; */
} 
.w40
{
  width: 40px;
  height: 40px;
}


#localClock {
    font-family: monospace;
    font-size: 1rem;
    color: #333;
}
.topCart{position:absolute; right:80px}
.smcls_btn{position:absolute; right:0; top:0; padding:1.5em!important}
.offcanvas-header{display:block}

.site_menu li{ 
	padding: .5em;
	border-radius: 10px;
}

.active_page{
	background: aliceblue; 
	background:  #cef5f7 ; 
}

.date-cell, .font-t {
  font-size: 12px;
 /*  white-space: nowrap; */
  color: #444;
}


 .dataTables_wrapper .dataTables_length select {

  background-color: white!important;
  color: #000!important;
 
}

/* Table hover rows */
#transactionsTable tbody tr:hover {
    background: #fdfdfd;
    background: #ccc;
    color: #111!important;
    transition: all 0.3s ease;
}

/* Datatables search box */
.dataTables_filter input {
    background: linear-gradient(135deg, #f8f8f8, #fcfcfc);
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 8px 15px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.dataTables_filter input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
    background: #fff;
}

/* DataTables length + pagination styling */
.dataTables_length select,
.dataTables_paginate {
    margin-top: 10px;
}




 .debit-btn, .credit-btn, .diary-btn, .track-btn , .btn-pass {
    border: none;
    color: #fff;
    padding: 12px 28px;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
  }

	.debit-btn {
	background: linear-gradient(135deg, #ff4e50, #f44336);
	}

	.credit-btn, .btn-pass {
	background: linear-gradient(135deg, #28a745, #00c851);
	}

	.diary-btn {
	background: linear-gradient(135deg, #9c27b0, #673ab7);
	}
	
	.track-btn {
  background: linear-gradient(135deg, #2196f3, #00bcd4);
}
 



.debit-highlight {
  background: linear-gradient(135deg, #ff4e50, #f44336);
  background: linear-gradient(135deg, #ff9999, #ff6f61);

}

.credit-highlight {
  background: linear-gradient(135deg, #28a745, #00c851);
  background: linear-gradient(135deg, #66d48d, #5af29d);

}

.bg-purple {
  background: linear-gradient(135deg, #9c27b0, #673ab7);
}
.diary-highlight {
  background: linear-gradient(135deg, #9c27b0, #673ab7);
  background: linear-gradient(135deg, #c97adb, #a88de0);

}
.temp-highlight, 
.temp-highlight td, 
.temp-highlight a, 
.temp-highlight i, 
.temp-highlight span, 
.temp-highlight div {
  /* color: #fff !important; */
}

.temp-highlight .bi {
  /* color: #fff !important; */
}

.temp-highlight * {
 /*  color: #fff !important; */
}

.temp-highlight a {
  text-decoration: none;
}

.temp-highlight .btn {
  background: transparent !important;
  border: none !important;
}

.temp-highlight td {
  transition: color 0.5s ease;
}

/* #viewChartBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
} */
.fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20,20,20,0.95);
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  z-index: 1000;
  border-top: 1px solid #ffffff30;
}

.fixed-bottom-bar a, .fixed-bottom-bar .btmnav {
  display: inline-block;
 /*  margin: 0 10px;
  padding: 10px 14px; */
  border-radius: 10px;
  color: #fff;
  background: #333;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.3s ease;
  cursor:pointer;
  margin: 0 5px;
  padding: 8px 11px;
}

.fixed-bottom-bar a:hover {
  background: #555;
}

  .debit-btn::before, .credit-btn::before, .btn-pass::before, .diary-btn::before, .track-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-45deg);
    transition: all 0.5s ease;
    z-index: 0;
  }

  .debit-btn:hover::before, .credit-btn:hover::before, .btn-pass:hover::before, .diary-btn:hover::before , .track-btn:hover::before {
    left: 100%;
  }

  .debit-btn:hover, .credit-btn:hover , .btn-pass:hover, .diary-btn:hover , .track-btn:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  }

  .debit-btn i, .credit-btn i, .diary-btn i, .track-btn i , .btn-pass i {
    font-size: 1.3rem;
  }
 .modal-content {
    border: none;
    background: #141e30;
    background: linear-gradient(135deg, #243b55, #141e30);
    color: #fff;
  }

  .modal-header, .modal-footer {
    border: none;
  }

  .form-control, .form-control:focus, .form-select {
    background-color: #1c1c1c;
    color: #fff;
    border: 1px solid #444;
  }

  .btn-primary {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

  .btn-primary:hover {
    background: linear-gradient(135deg, #0072ff, #00c6ff);
  }

  .modal-content textarea {
    resize: none;
  }
  
  
/* .btn-primary {
  background: linear-gradient(135deg, #c77dfc, #b96bf0);
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.btn-primary {
  background: linear-gradient(135deg, #b96bf0, #8430ba);
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

 

.btn-primary:hover {
  background: linear-gradient(135deg, #a34de0, #8c30c7);
}
 */
@media (min-width: 240px) {
  .cartWidgetTotals{
	padding: 1em;
	/* padding-left: 4em !important; */
	
  }
  .card-group > .card {
    flex: 1 0 50%!important;
    margin-bottom: 0;
  }
  
}
@media (min-width: 360px) {
  .cartWidgetTotals{
	padding: 1em;
	/* padding-left: 4em !important; */
	
  }
  .card-group > .card {
    flex: 1 0 50%!important;
    margin-bottom: 0;
  }
  
}

@media screen and (max-width: 440px) {
	
/* .quantity-container {justify-content: start;} */
}
@media screen and (max-width: 480px) {


  .card-group > .card {
    flex: 1 0 50%!important; 
  }
.navbar-brand{font-size:1em}
 .w_hm_title { width: 80px;}
 .g_pad{padding:10px}

}


@media (min-width: 480px) {
 .nav-brand{font-size:1em}
  .card-group > .card {
    flex: 1 0 50%!important;
  /*   flex: 1 0 33.33%!important; */
    margin-bottom: 0;
  }
  .cartWidgetTotals{
	padding: 1em;
	padding-left: 4em !important;
	
  }
}

 
@media (min-width: 800px) {
  .cartWidgetTotals{
	padding: 1em;
	padding-left: 1em !important;
	
  }
  .card-group > .card {
    flex: 1 0 33%!important;
    margin-bottom: 0;
  }
  
}

 

@media (max-width: 700px) {
  nav .sidebar-button .dashboard,
  nav .profile-details .admin_name,
  nav .profile-details i{
    display: block!important;
  }
  

