body{/* font-size:150%!important */}
.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 20px 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;
}
.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: 30px;
}
.sales_wrapper, body{
	/* background-color: #f2f2f2; background-image: linear-gradient(to bottom, #f2f2f2, #3498db); height: auto; */
	background-color: #f2f2f2; background-image: linear-gradient(to bottom, #f2f2f2, #b75af9); height: auto;
	}
	
.payment-icons {
  display: flex;
  justify-content: center;
  gap: 10px; 
}
.side_menu_dv{
	position:absolute;
	left:0px;
	
}

#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 #fff;
  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; 
}

.date-cell, .font-t {
  font-size: 12px;
 /*  white-space: nowrap; */
  color: #444;
}


 .dataTables_wrapper .dataTables_length select {

  background-color: white!important;
 
}

/* Table hover rows */
#transactionsTable tbody tr:hover {
    background: #fdfdfd;
    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 , .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);
	}


.debit-highlight {
  background: linear-gradient(135deg, #ff4e50, #f44336);
}

.credit-highlight {
  background: linear-gradient(135deg, #28a745, #00c851);
}

.bg-purple {
  background: linear-gradient(135deg, #9c27b0, #673ab7);
}
.diary-highlight {
  background: linear-gradient(135deg, #9c27b0, #673ab7);
}
.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;
}

.fixed-bottom-bar a:hover {
  background: #555;
}

  .debit-btn::before, .credit-btn::before , .btn-pass::before , .diary-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 {
    left: 100%;
  }

  .debit-btn:hover, .credit-btn:hover , .btn-pass:hover, .diary-btn:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  }

  .debit-btn i, .credit-btn i, .diary-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;
  }
  

