/**
 * Placeholder thickness minimized
 * */
.form-control::placeholder {
  color: rgba(168, 170, 173, 0.75);
  opacity: 1;
}

/**
 * Change Group Button size - (Right Side Buttons)
 * */
.cc-group-btn-size {
  padding: .375rem .15rem;
}

/**
  * Print page minimum width
 */
.min-width-600 {
  min-width: 600px;
}

/**
 * Autocomplete css
 * */
.ui-autocomplete {
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  /* prevent horizontal scrollbar */
}

/**
 * Autocomplete Loader for input box
 * */
.ui-autocomplete-loading {
  background: white url("autocomplete-loader/ui-anim_basic_16x16.gif") right center no-repeat;
}

/**
 * Cursor not allowed
 * */
.cursor-not-allowed {
  cursor: not-allowed;
}

/**
  * Input box border color change to primary class color
  * */
.custom-border-primary {
  border-color: #007bff !important;
  /* Replace with your desired color */
}

/**
 * Page Loader , Spinner
 * */
#spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#spinner-content {
  text-align: center;
}

#loading-message {
  color: white;
  margin-top: 15px;
  font-size: 18px;
}

/**
 * Highlight last added table row
 * */
tr.highlight {
  animation: popIn 0.5s ease-out;
}

@keyframes popIn {
  0% {
    transform: scale(1.05);
    background-color: rgb(0 140 255 / 5%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: scale(1);
    background-color: rgb(0 140 255 / 5%);
    box-shadow: none;
  }
}

/**
* no code 
* */
.text-transform-none {
  text-transform: none;
}

/**
* input group input box, in one group i need to show some of the select or 
* input box 30 %
* */
.cu-flex-30 {
  flex: 0 0 30% !important;
}

.cu-w-500-px {
  width: 500px !important;
}

/**
 * POS Page Items Selected Table Resize
 * */
.resizable-vertical {
  resize: vertical;
  overflow: auto;
  /* Required for the resize property to work */
  min-height: 270px;
}

/**
 * No Padding for invoice tables
 * */
#invoiceItemsTable input.form-control {
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 18px;
}

.todaysratebox {
  max-height: 382px;
  min-height: 382px;
  display: block;
  width: 100%;

}

.todaysratebox .datadiv {
  max-height: 305px;
  overflow-y: scroll;
  min-height: 305px;
  display: block;
  width: 100%;
}

#cart-count {
  font-size: 0.75rem;
  padding: 0.5em 0.5em;
}

.modal-header {
  background-color: #04966a !important;
  color: #060b4e !important;
}
.modal-header,
.modal-header .modal-title {
  color: white;
}

/**
 * Flatpickr calendar styling
 */
.flatpickr-calendar {
  position: absolute !important;
  z-index: 1055 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/**
 * Selected date range display styling
 */
#selectedDateRange {
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  color: #04083b;
  font-size: 0.875rem;
}

/**
 * Item List Datatable Styling
 */
#datatable thead th {
	background: #d3dad7;
	color: #1e293b;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 1rem 0.75rem;
	border-bottom: 2px solid #e2e8f0;
}

#datatable thead th:first-child {
	border-top-left-radius: 0.5rem;
}

#datatable thead th:last-child {
	border-top-right-radius: 0.5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate span .current {
	background: #04966a !important;
	background-color: #04966a !important;
	color: white !important;
	border: 1px solid #04966a !important;
}

.page-item.active .page-link {
	background-color: #04966a !important;
	border-color: #04966a !important;
}

/**
 * Navigation - Parent Menu Rounded Background
 */
.sidebar-wrapper .metismenu > li.mm-active > a {
	border-radius: 0.75rem;
	background: #ffc107 !important;
	color: #04083b !important;
	font-weight: 700 !important;
}

.sidebar-wrapper .metismenu > li.mm-active > a i {
	color: #04083b !important;
}

/**
 * Navigation - Submenu Modern Design
 */
.sidebar-wrapper .metismenu ul {
	background: rgba(255, 193, 7, 0.05);
	border-left: 3px solid #ffc107;
	margin-left: 10px;
	border-radius: 0.5rem;
	padding: 8px 0;
}

.sidebar-wrapper .metismenu ul li a {
	position: relative;
	transition: all 0.3s ease;
}

.sidebar-wrapper .metismenu ul li.mm-active > a {
	background: linear-gradient(90deg, rgba(255, 193, 7, 0.15) 0%, transparent 100%) !important;
	border-left: 3px solid #ff4450;
	color: inherit !important;
	font-weight: 700 !important;
}

.sidebar-wrapper .metismenu ul li.mm-active > a i {
	color: inherit !important;
}

.sidebar-wrapper .metismenu ul ul {
	background: rgba(4, 8, 59, 0.03);
	border-left: 3px solid #ff4450;
	margin-left: 15px;
}

.sidebar-wrapper .metismenu ul ul li a {
	padding-left: 45px !important;
}

.sidebar-wrapper .metismenu ul ul li a::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #cbd5e1;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.sidebar-wrapper .metismenu ul ul li a:hover::before {
	background: #ffc107;
	width: 8px;
	height: 8px;
}

.sidebar-wrapper .metismenu ul ul li.mm-active > a {
	color: inherit !important;
	font-weight: 700 !important;
}

.sidebar-wrapper .metismenu ul ul li.mm-active > a::before {
	background: #04966a;
	width: 8px;
	height: 8px;
	box-shadow: 0 0 8px rgba(4, 150, 106, 0.5);
}

.sidebar-wrapper .metismenu ul ul li.mm-active > a i {
	color: inherit !important;
}
