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

a {
	font-family: 'Roboto', 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: 'Roboto', 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: #ffcf2b;
	color: #000;
}
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 {
	color: #000 !important;
	background: #ffcf2b;
}
.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;
}

[type="search"]{
	padding: 4px 8px;
	margin: 0 0 0 8px;
	font-weight: bold;
	border: 1px solid #c1c1c1;
	border-radius: 4px !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:#c00;
	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: #ffcf2b !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 {
	background: transparent !important;
	border: 0 !important;
}

.btn-danger {
	background: transparent !important;
	border: 0 !important;
}

.btn-secondary {
	background: transparent !important;
	border: 0 !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: #ffcf2b;
	border-radius: 50%;
}

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

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

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