* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a {
	font-family: 'Inter', sans-serif !important;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #6a7dfe;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

p {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul,
li {
	margin: 0px;
	list-style-type: none;
}

input {
	outline: none;
	border: none;
}

#example_filter input {
	outline: none;
	border-radius: 4px !important;
}

textarea {
	outline: none;
	border: none;
}

/* textarea:focus, input:focus { border-color: transparent !important; } */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* input:focus::-moz-placeholder { color:transparent; } */
input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #adadad;
}

input:-moz-placeholder {
	color: #adadad;
}

input::-moz-placeholder {
	color: #adadad;
}

input:-ms-input-placeholder {
	color: #adadad;
}

textarea::-webkit-input-placeholder {
	color: #adadad;
}

textarea:-moz-placeholder {
	color: #adadad;
}

textarea::-moz-placeholder {
	color: #adadad;
}

textarea:-ms-input-placeholder {
	color: #adadad;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #f2f2f2;
	height: 80vh;
}

.wrap-login100 {
	width: 470px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 77px 55px 33px 55px;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.login100-form {
	width: 100%;
}

.login100-form-title {
	display: block;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

.login100-form-title i {
	font-size: 60px;
}

.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #adadad;
	margin-bottom: 37px;
}

.input100 {
	font-size: 15px;
	color: #555555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	padding: 0 5px;
}

.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #6a7dfe;
	background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	background: -o-linear-gradient(left, #21d4fd, #b721ff);
	background: -moz-linear-gradient(left, #21d4fd, #b721ff);
	background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
	font-size: 15px;
	color: #999999;
	line-height: 1.2;
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 16px;
	left: 0px;
	padding-left: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus+.focus-input100::after {
	top: -15px;
}

.input100:focus+.focus-input100::before {
	width: 100%;
}

.has-val.input100+.focus-input100::after {
	top: -15px;
}

.has-val.input100+.focus-input100::before {
	width: 100%;
}

.btn-show-pass {
	font-size: 15px;
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-show-pass:hover {
	color: #6a7dfe;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
	color: #6a7dfe;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}

.container-login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13px;
	cursor: pointer
}

.wrap-login100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
}

.login100-form-btn {
	font-size: 16px;
	color: var(--wacky-button-default-lightcolor);
	line-height: 1.2;
	text-transform: uppercase;
	background-color: var(--wacky-button-default-color);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	width: 100%;
}

@media (max-width: 576px) {
	.wrap-login100 {
		padding: 77px 15px 33px 15px;
	}
}

.dataTable td {
	border-right: 1px dashed #ecf0f7;
	/*previous: #888*/
}

#inside_customer_details_table td {
	width: 25% !important;
}

.nav-link-customers {
	text-align: center;
}

.nav-link-customers i {
	display: block;
	text-align: center;
	font-size: 21px;
}

.nav-link-customers.active {
	color: #404040 !important;
	border-color: #ddd !important;
	border-bottom-color: #007bff !important;
	border-bottom-width: 4px;
}

.dataTable th {
	padding: 6px 14px;
	text-align: left;
	background-color: #fecf2b;
	color: #000;
}


.table-bordered td,
.table-bordered th {
	border-left: 0px !important;
	border-right: 0px !important;
}

.table-bordered {
	border: 0 !important;
}


td.details-control {
	background: url('../images/icons/details_open.png') no-repeat center center;
	cursor: pointer;
	width: 30px !important;
	min-width: 30px !important;
}

tr.shown td.details-control {
	background: url('../images/icons/details_close.png') no-repeat center center;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('../images/pre.gif');
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center;
}

.wacky_button {
	background-color: transparent;
	color: #000;
	padding: 7px 10px;
	margin: 0 20px 0 0;
	border-radius: 4px;
	border: 1px solid #636363;
	text-decoration: none;
}

.wacky_button:hover {
	cursor: pointer;
}

.wacky_input {
	border: 1px solid #dfdfdf;
	padding: 4px 8px;
	border-radius: 4px;
	width: 100%;
	margin: 4px 0;
}

ul,
li {
	list-style-type: none !important;
}

.odd {
	/* background: #f8f8f8; */
	background: #ffffff !important;
}

[type="search"] {
	padding: 4px 8px;
	margin: 0 0 0 8px;
	font-weight: bold;
	border: 1px solid #c1c1c1;
	border-radius: 10px !important;
	padding: 10px 16px 10px 50px !important;
}

.dataTables_filter {
	text-align: left;
	/* background: #eee; */
	padding: 8px 0;
	/* margin: 10px 0; */
	margin: 0;
	position: sticky;
	top: 0;
	z-index: 120;
	/*	background-color: #fff;
	box-shadow: 0 0 2px #333; */
}

.rest_info_a {
	font-weight: bolder;
	font-size: 14px;
	padding: 8px;
}

.rest_info_b {
	color: #fff;
	font-weight: bolder;
	font-size: 14px;
	padding: 8px;
	border-right: 2px dashed #999;
}

.sos_expire {
	background-color: #dc2626;
	color: #fff;
}

.the_tr {
	background-color: #fff;
	/*previous: #404040*/
	color: var(--the_tr-primary-color);
	;
	border-bottom: 1px solid #ecf0f7;
	/*previous: #999*/
	border-top: 1px solid #ecf0f7;
	/*previous: #999*/
}

.rest_info_button {
	text-align: right
}

.user_edit_inp {
	border: 1px solid #868686;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	padding: .25rem;
	margin: auto;
	width: 100%;
}

.userStaffTable tr td {
	padding: 5px;
}

div.dt-buttons {
	margin: 1px 0 0 0;
}

.odd td {
	padding: 15px;
}

.even td {
	padding: 15px;
}

.row {
	margin: 0
}

.default-app-btn {
	background-color: #fecf2b !important;
	border: none !important;
	color: #fff !important;
	text-shadow: 1px 1px 10px #555;
}

.addNewBtn {
	padding: 10px 20px;
	background-color: #3066be;
	color: #fff;
	margin: 0 20px 0 0;
	border-radius: 4px;
}

.removeBtn {
	padding: 10px 20px;
	background-color: #9e0f0f;
	color: #fff;
	margin: 0 20px 0 0;
	border-radius: 4px;
}

.addNewStationBtn {
	padding: 5px 15px !important;
	background-color: #3066be !important;
	color: #fff !important;
	margin: 0 20px 0 0 !important;
	border-radius: 4px !important;
}

.station_right_elements {
	padding: 10px 20px !important;
	border: 1px solid #e9e9e9 !important;
	border-radius: 4px !important;
	margin: 0 0 10px 0 !important;
	width: 100% !important;
}

.searchStationWrapper {
	margin: auto 0;
}

/* Customers -- Drivers */
#driver_insert .addDriverTable tr td {
	padding: 5px;
}

.addNewDriverRow {
	padding: 10px 20px;
	background-color: #3066be;
	color: #fff;
	margin: 0 20px 0 0;
	border-radius: 4px;
}

.removeNewDriverRow {
	padding: 10px 20px;
	background-color: #9e0f0f;
	color: #fff;
	margin: 0 20px 0 0;
	border-radius: 4px;
}

@media (max-width: 576px) {
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

#imageUploadInputs {
	display: flex;
	flex-direction: column;
}

.imageSelection,
.fileToUpload {
	margin: auto 0;
	padding: .5rem 0;
}

.file-upload-btn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.file-upload-btn:hover {
	background-color: #e0e0e0;
}

.file-upload-btn i {
	margin-right: 8px;
}

/* Base Style for Neumorphism */
.clientTypeSelectionLabel {
	background-color: #E0E0E0;
	/* Neumorphic background */
	border: 2px solid #fff;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
	box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #fff;
	transition: all .5s ease !important;
	/* Smooth transition for hover effects */
}

/* Hover Effect */
.clientTypeSelectionLabel:hover {
	box-shadow: inset -5px -5px 10px #babecc, inset 5px 5px 10px #fff;
	background-color: #E0E0E0;
	/* Slightly darker background on hover */
	;
}


/* Existing Styles */
#clientTypeSelection .col label i {
	font-size: 72px;
	color: #bbbbbb !important;
}

#clientTypeSelection .collocations label span {
	font-size: 28px;
	color: #bbbbbb !important;
}

#clientTypeSelection:hover .col label span {
	opacity: 1;
}

.locationsDt .even td,
.locationsDt .odd td {
	padding: 5px;
}

.locationsLength {
	margin: auto 5px;
}

.addNewLocationBtn {
	padding: 5px 15px !important;
	background-color: #3066be !important;
	color: #fff !important;
	margin: 0 20px 0 20px !important;
	border-radius: 4px !important;
}

#customers-dt .rest_info_b {
	color: var(--the_tr-primary-color);
}

.not-a-user {
	display: inline-block;
}

.top-35 {
	top: 35% !important;
}

.badge.bg-primary.rounded-pill {
	margin: 10px 15px;
	padding: 8px 20px;
	font-size: 16px;
}

#rentalsTable th {
	border: 0 !important
}


.btn-success {
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
}

.btn-success:hover {
	color: #fff !important;
	background-color: #218838 !important;
	border-color: #1e7e34 !important;
}

.btn-danger {
	color: #fff !important;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}

.btn-secondary {
	color: #fff !important;
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}

/* Hide submenu by default */
.submenu_invoicing {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

.submenu_booking {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

.submenu_inventory {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

/* Show submenu on hover over #menu_invoicing */
#menu_invoicing:hover+.submenu_invoicing,
.submenu_invoicing:hover {
	opacity: 1;
	max-height: 500px;
	/* Set this to an appropriate max height */
	visibility: visible;
}

#Rentals:hover+.submenu_booking,
.submenu_booking:hover {
	opacity: 1;
	max-height: 500px;
	/* Set this to an appropriate max height */
	visibility: visible;
}

#inventory:hover+.submenu_inventory,
.submenu_inventory:hover {
	opacity: 1;
	max-height: 500px;
	/* Set this to an appropriate max height */
	visibility: visible;
}

.border-2px {
	border: 2px solid #c1c1c1;
	border-radius: 6px;
}

#rentalsTable_paginate {
	text-align: center;
	font-size: 24px;
	padding: 30px;
}

#rentalsTable_paginate a {
	padding: 2px 12px;
	cursor: pointer;
}

.paginate_button.current {
	background: #fecf2b;
	border-radius: 50%;
}

.underline-element {
	width: fit-content;
	width: fit-content;
	border-bottom: 2px solid #fecf2b;
	padding-bottom: 7px;
}

.nowrap-label {
	white-space: nowrap;
	margin: auto !important;
	min-width: 150px;
}

.fc-addNewAvailability-button.fc-button.fc-button-primary {
	display: none;
}

.btn-info {
	color: #fff !important;
	background-color: #2563eb !important;
	border-color: #2563eb !important;
	border-radius: 6px !important;
}

.btn-primary {
	--bs-btn-color: #fff !important;
	--bs-btn-bg: #2563eb !important;
	--bs-btn-border-color: #2563eb !important;
}



.btn {
	--bs-btn-color: #ffffff !important;

	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	color: #ffffff !important;
	border: #2563eb !important;
	background-color: #2563eb !important;
}


.btn.btn-secondary2.btn-sm {
	background-color: #fff !important;
}

/* ========================================
   MODERN INVENTORY MODAL STYLES
   Card-based layout matching design mockup
   ======================================== */

/* Modal Dialog - Make it wider */
#edit_car .modal-dialog,
#add_new .modal-dialog {
	max-width: 900px;
	width: 95%;
}

#edit_car .modal-content,
#add_new .modal-content {
	background-color: #f8fafc;
	border: none;
	border-radius: 12px;
}

#edit_car .modal-header,
#add_new .modal-header {
	background-color: #fff;
	border-bottom: 1px solid #e5e7eb;
	padding: 1rem 1.5rem;
	border-radius: 12px 12px 0 0;
}

#edit_car .modal-title,
#add_new .modal-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1e293b;
}

#edit_car .modal-body,
#add_new .modal-body {
	padding: 1.5rem;
	background-color: #f8fafc;
}

/* Module Card Sections */
.module-card {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.module-card-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #f1f5f9;
}

.module-card-header i {
	color: #3b82f6;
	font-size: 1.1rem;
}

.module-card-header h6 {
	font-size: 1rem;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

/* Form Grid Layout - 3 columns */
.module-form-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem 1.5rem;
}

@media (max-width: 768px) {
	.module-form-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.module-form-grid {
		grid-template-columns: 1fr;
	}
}

/* Form Field Styling */
.module-form-field {
	display: flex;
	flex-direction: column;
}

.module-form-field label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: #475569;
	margin-bottom: 0.375rem;
}

.module-form-field label .required {
	color: #ef4444;
}

.module-form-field .form-input,
.module-form-field input[type="text"],
.module-form-field input[type="date"],
.module-form-field input[type="number"],
.module-form-field select {
	width: 100%;
	padding: 0.625rem 0.875rem;
	font-size: 0.875rem;
	color: #1e293b;
	background-color: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	transition: all 0.2s ease;
	height: auto;
	line-height: 1.5;
}

.module-form-field input:focus,
.module-form-field select:focus {
	outline: none;
	border-color: #3b82f6;
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.module-form-field input::placeholder {
	color: #94a3b8;
}

.module-form-field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	cursor: pointer;
}

/* Date Input with Calendar Icon */
.module-form-field input[type="date"] {
	position: relative;
}

.module-form-field input[type="date"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: 0.6;
}

.module-form-field input[type="date"]::-webkit-calendar-picker-indicator:hover {
	opacity: 1;
}

/* Input with icon button (for finance links) */
.input-with-action {
	display: flex;
	align-items: stretch;
	gap: 0.5rem;
}

.input-with-action input {
	flex: 1;
}

.input-with-action .action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	background-color: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #64748b;
	cursor: pointer;
	transition: all 0.2s ease;
}

.input-with-action .action-btn:hover {
	background-color: #e2e8f0;
	color: #3b82f6;
}

/* Modernized Modal Footer */
#edit_car .modal-footer,
#add_new .modal-footer {
	background-color: #fff;
	border-top: 1px solid #e5e7eb;
	padding: 1rem 1.5rem;
	border-radius: 0 0 12px 12px;
	gap: 0.75rem;
	justify-content: flex-end;
}

#edit_car .modal-footer .btn,
#add_new .modal-footer .btn {
	padding: 0.625rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.2s ease;
}

/* Cancel/Close Button - White with border */
#edit_car .modal-footer .btn-secondary,
#add_new .modal-footer .btn-secondary {
	background-color: #ffffff !important;
	color: #374151 !important;
	border: 1px solid #e5e7eb !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#edit_car .modal-footer .btn-secondary:hover,
#add_new .modal-footer .btn-secondary:hover {
	background-color: #f9fafb !important;
	border-color: #d1d5db !important;
}

/* Primary/Update Button - Blue */
#edit_car .modal-footer .btn-primary,
#add_new .modal-footer .btn-primary {
	background-color: #3b82f6 !important;
	color: #ffffff !important;
	border: 1px solid #3b82f6 !important;
	box-shadow: 0 1px 2px rgba(59, 130, 246, 0.3);
}

#edit_car .modal-footer .btn-primary:hover,
#add_new .modal-footer .btn-primary:hover {
	background-color: #2563eb !important;
	border-color: #2563eb !important;
}

/* Status indicator box */
.status-indicator {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	background-color: #f1f5f9;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #64748b;
}

.status-indicator.available {
	background-color: #dcfce7;
	color: #166534;
}

.status-indicator.unavailable {
	background-color: #fee2e2;
	color: #991b1b;
}