#loading {
    z-index: 9999; /* Ensure it appears above other content */
    background: rgba(255, 255, 255, 0.8); /* Optional: Dim the background */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.menu .app-brand.demo {
	/* height: 64px; */
	margin-top: 12px;
}

.app-brand-logo.demo svg {
	width: 22px;
	height: 38px;
}

.app-brand-text.demo {
	font-size: 1.75rem;
	letter-spacing: -0.5px;
	/* text-transform: lowercase; */
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed
	.layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
	.layout-page {
	padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
	padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
	z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
	display: block !important;
}

.demo-inline-spacing > * {
	margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
	margin-top: 1rem !important;
	margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
	margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
	margin-top: 1.875rem !important;
	margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
	margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
	margin-top: 5rem !important;
	margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
	margin-top: 0 !important;
}

.rtl-only {
	display: none !important;
	text-align: left !important;
	direction: ltr !important;
}

[dir="rtl"] .rtl-only {
	display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1rem;
}
.layout-demo-placeholder img {
	width: 900px;
}
.layout-demo-info {
	text-align: center;
	margin-top: 1rem;
}

.search-section {
	justify-content: center;
}
.search-section input,
.search-section a {
	border-radius: 5px;
	margin: 3px;
}

.login-page {
	background: url(/assets/img/backgrounds/login-bg.png);
	background-position: center center;
	background-size: cover;
}

/* pagination */
.pagination {
	float: right;
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	color: #000;
	margin: 0 3px;
	background: #ccc;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 5px 8px;
}
.pagination li a:hover {
	color: #666;
}
.pagination li.active a,
.pagination li.active a.page-link {
	background: #03a9f4;
	color: #fff;
}
.pagination li.active a:hover {
	background: #0397d6;
}
.pagination li.disabled i {
	color: #fff;
}
.pagination li i {
	font-size: 16px;
	padding-top: 6px;
}

/* form validation errors */
.errors li,
.error {
	padding-left: 0;
	color: red;
	font-size: 14px;
	text-align: left;
}

/* Add button */
.plus-btn {
	float: right;
	width: 1.5rem;
	height: 1.5rem;
}

.selectize-select
/*, .partlist  */ {
	padding: 0;
}
.selectize-select .selectize-control.single .selectize-input,
.selectize-dropdown.single {
	border: none !important;
}
.selectize-select .selectize-control.single .selectize-input {
	box-shadow: none !important;
	background-color: inherit;
	background-image: none;
}
/* .selectize-select .selectize-input {
	border: none !important;
} */
.selectize-input.full{
	background-color: none;
}
.selectize-control.single .selectize-input{
	box-shadow: none;
    background-color: none;
    background-image: none;
}
@media (max-width: 375px) {
	.toast {
		width: 100%;
		max-width: 300px;
	}
}

tr.group{
	background-color: rgb(5 8 245 / 65%) !important;
}
tr.group:hover {
	background-color: rgb(5 8 245 / 100%) !important;
}
tr.group td{
	color: #fff;
}

/* vehicele Search Auto Complete */
.search-autocomplete {
	position: absolute;
	height: 280px;
	overflow: auto;
	z-index: 999999;
	background: #fff;
	border: 1px solid #dcdce5;
	border-radius: 0 0 7px 7px;
	margin-top: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: left;
	/* width: 95%; */
	max-width: 300px;
	/* right: 10px; */
	padding: 10px;
}
.search-autocomplete li {
	cursor: pointer;
	margin-bottom: 2px;
	padding: 5px 10px;
	transition: all 0.4s;
	border-bottom: 1px solid #000;
}
.search-autocomplete li a {
	color: #030303;
	text-decoration: none;
}
.search-autocomplete li span {
	display: block;
	font-size: 14px;
	color: #2f2f2f;
}
.search-autocomplete.hide {
	display: none;
}
.search-autocomplete.show {
	display: block;
}
.no-vehicles {
	text-align: center;
	font-weight: bold;
	color: red;
}
.search-tip {
	text-align: center;
	font-weight: bold;
}
.greetingmsg{
	color: #000;
	font-size: 16px;
}
/* set .greetinmmsg font size 12 on mobile */
@media only screen and (max-width: 768px) {
	.greetingmsg{
		font-size: 12px;
	}
}
.sticky-thead-bg{
	background-color: #555555;
}
.sticky-thead-bg th{
	color: #fff !important;
}
.totalsection th{
	font-size: 12px;
	color: #000 !important
}
.fz-12{
	font-size: 12px;
}
.profit-table td,
.profit-table th {
	padding: 2px;
}
.profit-table{
	border: 1px solid #000;
}
ul.menu-sub .menu-item a{
	color: #000;
	font-size: 13px !important;
}
.sidebar-icon{
	width: 35px;
	padding-right: 10px;
}