@charset "utf-8";
@import url("responsive.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");
/* CSS Document */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

/*--------------------------------------------------------------------------------------*/
/* 	TABLE CONTENT
1. 	Import
2. 	General
3. 	Heading
4. 	website
/*--------------------------------------------------------------------------------------*/
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p, pre {
	margin: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	background-size: 100% 100%;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
	border-radius: 8px;
	border-width: 1px;
	padding: 8px 12px;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	height: 13px;
	width: 13px;
	border-radius: 4px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/*--------------------------------------------------------------------------------------*/
/*Tables-css-here
/*--------------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------------------------*/
/*General-css-here
/*--------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a, input {
	text-decoration: none;
	outline: none;
	transition-duration: 1s;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.clr {
	clear: both;
}
/*--------------------------------------------------------------------------------------*/
/*Font-face-css-here
/*--------------------------------------------------------------------------------------*/
/* Using system and web-safe fonts only. */
/*--------------------------------------------------------------------------------------*/
/*General-css-here
/*--------------------------------------------------------------------------------------*/

body {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	background: #eeeeee;
}

.home {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_image.jpg);
	background-size: cover;
	float: left;
	position:fixed;

}

.container {
	width: 1054px;
	margin: 0 auto;
}
.logo {
	text-align: center;
	margin-top: 50px;
	display: block;
}
.signin {
	width: 730px;
	margin: 0 auto;
	margin-top: 50px;
}
.staff {
	background: url("../images/staff.png") no-repeat scroll 20px 15px #4196D3;
	border: medium none;
	color: #FFFFFF;
	float: left;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	font-size: 27px;
	padding-bottom: 20px;
	padding-left: 90px;
	padding-top: 20px;
	text-align: left;
	width: 37%;
}
.staff:hover {
	background: url("../images/staff.png") no-repeat scroll 20px 15px #2c6c99;
}
.staff span, .cordi span {
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	text-transform: uppercase;
}
.cordi {
	background: url("../images/cordinator.png") no-repeat scroll 20px 15px #49C2AE;
	border: medium none;
	color: #FFFFFF;
	float: right;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	font-size: 27px;
	padding-bottom: 20px;
	padding-left: 66px;
	padding-top: 20px;
	text-align: left;
	width: 40%;
}
.cordi:hover {
	background: url(../images/cordinator.png) no-repeat 20px 15px #339887;
}

.signup_form {
	width: 86%;
	background: #fff;
	-webkit-box-shadow: 0 0 18px rgba(1,1,1,.31);
	-moz-box-shadow: 0 0 18px rgba(1,1,1,.31);
	box-shadow: 0 0 18px rgba(1,1,1,.31);
	float: left;
	margin-top: 20px;
	padding: 50px;
}
.signup_form input[type='text'] {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	display: inline;
	padding: 20px 20px 20px 50px;
	border: none;
	border: 1px solid #49c2ae;
	width: 36%;
	margin-right: 12px;
}
.signup_form input[type='text']:focus {
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.23);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,.23);
	box-shadow: 0 0 16px rgba(0,0,0,.23);
}
.signin_button {
	width: 100%;
	float: left;
	text-align: center;
}
.signup_form input[type="submit"] {
	background-color: #4196D3;
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size: 24px;
	margin-top: 50px;
	padding: 20px 140px;
	text-transform: uppercase;
}
.signup_form input[type="button"]:hover {
	background: #2c6c99;
}
.username {
	background: url("../images/username.png") no-repeat scroll 12px 15px rgba(0, 0, 0, 0);
}
.password {
	background: url(../images/password.png) no-repeat 12px 15px;
}
/*welcome page here*/

.header {
	background: #fff;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 5px 8px rgba(1,1,1,.27);
	-moz-box-shadow: 0 5px 8px rgba(1,1,1,.27);
	box-shadow: 0 5px 8px rgba(1,1,1,.27);
}
.logo_inner {
	float: left;
	width: 30%;
	margin-top: 15px;
}
.menues {
	border-left: 1px solid #EEEEEE;
	float: left;
	text-align: left;
	width: 49%;
	margin-left: 4px;
}
.menues li {
	float: left;
}
.menues li a {
	padding: 30px 6.65px;
	border-right: 1px solid #eeeeee;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	color: #323232;
	text-transform: uppercase;
	float: left;
	font-size:14px;
}
.menues li a:hover, .menues li a:active {
	color: #49c2ae;
	background: #323232;
}
.user_name {
	background: none repeat scroll 0 0 #49C2AE;
	color: #FFFFFF;
	float: left;
	padding: 5px;
	margin-top: 25px;
}
.logout {
	background: none repeat scroll 0 0 #1F1F1F;
	color: #FFFFFF;
	float: left;
	left: 0px;
	margin-top: 25px;
	padding: 5px 76px;
	position: relative;
	display: none;
	height: 100%;
}
.content_wrapper {
	width: 91%;
	padding: 45px;
	-webkit-box-shadow: 0 0 18px rgba(1,1,1,.31);
	-moz-box-shadow: 0 0 18px rgba(1,1,1,.31);
	box-shadow: 0 0 18px rgba(1,1,1,.31);
	background: #fff;
	margin-top: 50px;
	float: left;
}
.calendar {
	width: 64%;
	float: left;
}
.booking{
background: none repeat scroll 0 0 #EEEEEE;
    float: right;
    height: 440px;
    margin-top: 49px;
    width: 35.8%;
}
.booking h1 {
	background: none repeat scroll 0 0 #49C2AE;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
}
/*.booking_list {
	width: 100%;
	height: 352px;
	overflow-y: hidden;
	overflow: auto;
}*/
.booking_list {
	width: 100%;
	height: 352px;
	overflow-y: hidden;
	overflow-y:scroll\0/;
	overflow: auto;
	overflow-x:hidden\0/;
}

.booking_entries {
    background: url("../images/clock.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
    margin-left: 35px;
    margin-top: 30px;
    padding-left: 30px;
}

.booking_entries h2 {
	font-size: 16px;
	color: #4196d3;
}
.booking_entries p {
    color: #686868;
    font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.booking_entries .booking-meta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-right: 12px;
}
.booking_entries .booking-meta:last-child {
	margin-right: 0;
}
.booking_entries .meta-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}
.booking_entries .meta-icon--person {
	background-image: url("../images/name.png");
}
.booking_entries .meta-icon--car {
	background-image: url("../images/transport.png");
}
.booking_entries p a.patient {
	color: #49C2AE;
}
.booking_entries p a.driver {
	color: #4196d3;
}
.booking_entries1 p span.patient {
	color: #49C2AE !important;
}
.booking_entries1 p span.driver {
	color: #4196d3 !important;
}



/*welcome page end*/


/*drivers page here*/

.content_wrapper2 {
	width: 90%;
	padding: 45px;
	background: #fff;
	margin-top: 15px;
	float: left;
	border: 3px solid #d3d3d3;
}
.heading {
	width: 90%;
	padding: 20px 45px 20px 45px;
	background: #fff;
	margin-top: 50px;
	float: left;
	border: 3px solid #d3d3d3;
}
.driver_heading {
	background: url(../images/drivers.png) no-repeat 15px 12px #4196d3;
	padding: 15px 45px 15px 60px;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin-right
}
#bookings_profil .driver_heading
{
	background: url(../images/booking.png) no-repeat 15px 12px #4196d3;
	}
#pat_profil	.driver_heading
{
	background: url(../images/patient.png) no-repeat 15px 12px #4196d3;
	}
#cordinator_prof .driver_heading
{
	background: url(../images/cordinator.png) no-repeat 15px 12px #4196d3;
	}
#staff_prof .driver_heading
{
	background: url(../images/staff.png) no-repeat 4px 8px #4196d3;
	}
.driver_heading:hover {
	background: url(../images/drivers.png) no-repeat 15px 12px #2C6C99;
}
/*----------------Table css here--------------------------*/
/*
	Generic Styling, for Desktops/Laptops
	*/
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	float:left;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eeeeee;
}
tr:nth-of-type(even){background:#e3e2e2;}
th {
	background: #bdbdbdb;
	color: white;
	font-weight: normal;
}
td, th {
	padding: 6px;
	/*border: 1px solid #ccc;*/
	text-align: left;
}
.res_table2 th {
  background: none repeat scroll 0 0 #49C2AE;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  padding: 15px 10px;
}
.view_edit li { margin-left:10px;
	float: left;
	 padding: 1px;
}
.view_edit li a {
	float: left;
	background: #4F83CA;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	color: #fff;
	font-size: 16px
}

/*drivers page end*/

/*booking page here*/
.booking_form_wrapper {
  float: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.panel-body .booking_form_wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.booking_form {
  margin-top: 20px;
}

.booking_form_wrapper h1{ width:100%; text-align:center; color:#4196d3; font-size:30px; text-transform:uppercase;}

.booking_form_wrapper .row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.booking_form_wrapper .row label{ width:auto; text-align:left;  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif; float:none;  color:#1f1f1f; flex: 0 0 220px;}
.booking_form_wrapper .row .input_wrap {
  color: #605F5F;
  float: none;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
#wheel_req {
    padding-top: 10px;
}
.booking_form_wrapper .row .input_wrap input[type="text"] {
  border: 1px solid #49C2AE;
  float: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.booking_form_wrapper .row .input_wrap input[type="email"],
.booking_form_wrapper .row .input_wrap input[type="password"] {
  border: 1px solid #49C2AE;
  float: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.booking_form_wrapper .row .input_wrap select {
  border: 1px solid #49C2AE;
  float: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.booking_form_wrapper .row .input_wrap textarea {
  border: 1px solid #49C2AE;
  float: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.booking_form_wrapper .row .input_wrap input[type="text"].time{ background:url(../images/calendar.png) no-repeat 98% 10px;}

.booking_form_wrapper .row label.transport{ color:#4196d3; font-size:24px; }

.booking_form_wrapper .row .input_wrap input[type="radio"] {
  color: #605F5F;

  margin: 0 5px;
}
.booking_form_wrapper .row .input_wrap input[type="checkbox"]{ margin: 0 5px;}


/* Pramod*/

.username {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	display: inline;
	padding: 20px 20px 20px 50px;
	border: none;
	border: 1px solid #49c2ae;
	width: 36%;
	margin-right: 12px;
}

.password {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	display: inline;
	padding: 20px 20px 20px 50px;
	border: none;
	border: 1px solid #49c2ae;
	width: 36%;
	margin-right: 12px;
}

.error_msg {
    background-color: #4196D3;
    color: #FFFFFF;
    font-size: 18px;
    height: auto;
    margin-bottom: 15px;
    margin-top: -10px;
    text-align: center;
    width: 613px;
    padding: 8px 12px;
    box-sizing: border-box;
}
.signup_form_pop .error_msg {
	width: 100%;
}
.signup_form_pop {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 18px rgba(1,1,1,.31);
	-moz-box-shadow: 0 0 18px rgba(1,1,1,.31);
	box-shadow: 0 0 18px rgba(1,1,1,.31);
	float: left;
	margin-top: 20px;
	padding: 50px;
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
}

.close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.close_btn #close_pop{ width:29px; height:29px;}

.signin_pop
{
	width: 400px;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 100%;
	box-sizing: border-box;
}

.username_pop {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	display: block;
	padding: 20px 20px 20px 50px;
	border: none;
	border: 1px solid #49c2ae;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}


.name{ background:url(../images/name.png) no-repeat 15px 15px ;}
.id{ background:url(../images/id.png) no-repeat 15px 20px;}
.address{ background:url(../images/address.png) no-repeat 15px 15px;}
.phone{ background:url(../images/phone.png) no-repeat 15px 15px;}
.email{ background:url(../images/email.png) no-repeat 15px 20px;}
.journey_ty{ background:url(../images/journey.png) no-repeat 15px 20px;}
.veh_doors{ background:url(../images/doors.png) no-repeat 15px 20px;}
.not_pat{ background:url(../images/notes.png) no-repeat 15px 20px;}

/*detail page here*/

.profile_details{ width:100%; float:none;}
.profile_details {
	max-width: 100%;
}
.profile_details,
.pro_details,
.profile_img {
	box-sizing: border-box;
}
.profile_details {
	overflow: hidden;
}

.profile_img{ width:100%; float:none;}
.pro_details{ width:100%; float:none;}
.pro_details {
	max-width: 100%;
}
.pro_details .row {
	font-size: 20px;
	border-bottom: solid 1px #DADADA;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	box-sizing: border-box;
}

.pro_details label{
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	color:#4196D3;
	box-sizing:border-box;
	padding-right:0.5em;
}
.pro_details p{
	margin: 0;
	word-break: break-word;
}

@media (max-width: 900px) {
	.profile_img,
	.pro_details {
		float: none;
		width: 100%;
	}
}

.pop_heading {
    color: #4196D3;
    float: left;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 15px;
    width: 100%;
	text-align:center;
}

.patient_select{
   font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	display:inline-block;
	padding:0px;
	border: none;
	height:62px;
	border: 1px solid #49c2ae;
	width:100%;
	max-width:100%;
	margin-bottom:0px;
	color:white;
	overflow:hidden;
	background: url(../images/select-arrow.png) no-repeat 96% #49c2ae;
	box-sizing:border-box;
}

.patient_select select{
 width:100%;
 margin:0;
 padding:18px 36px 17px 12px;
 background:none !important;
 border:0 !important;
 color:#FFF;
 font-size:22px;
 font-family: "Manrope", "Segoe UI", Arial, sans-serif;
 margin-bottom:10px;
 box-sizing:border-box;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}
.patient_select select option{
 color:#333 !important;
 padding:10px;
}

.patient_select--plain{
	background:none;
	border:none;
	height:auto;
	color:#000;
}

.patient_select--plain .patient_name_display{
	display:block;
	width:100%;
	padding:18px 12px;
	color:#000;
	font-size:22px;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	text-align:center;
	box-sizing:border-box;
}







.driver_select{
   font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	display:inline-block;
	padding:0px;
	border: none;
	height:62px;
	border: 1px solid #49c2ae;
	width:100%;
	max-width:100%;
	margin-bottom:0px;
	color:white;
	overflow:hidden;
	background: url(../images/select-arrow.png) no-repeat 96% #539ed6;
	box-sizing:border-box;
}

.driver_select select{
 width:100%;
 margin:0;
 padding:18px 36px 17px 12px;
 background:none !important;
 border:0 !important;
 color:#FFF;
 font-size:22px;
 font-family: "Manrope", "Segoe UI", Arial, sans-serif;
 margin-bottom:10px;
 box-sizing:border-box;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}


.driver_select select option{
 color:#333 !important;
 padding:10px;
}

.signin_pop form[name="patient_form"] .signin_button input{
 background-color:#323232 !important;
 padding: 20px 35px;
}











.booking_title {
    float: left;
    font-size: 25px;
    font-weight: bold;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
    padding: 10px;
    text-align: center;
    width: 100%;
	text-transform:uppercase;
}
.booking-table td ul{
  float:left;
  margin-top:0;
}
.booking-table td ul li{
	display: inline-block;
 margin-left:10px;
 float: left;
}


/*.booking-table tr th{
 width:15%;
}*/

.booking-table td ul:not(.view_edit) li a {
	display: block;
	padding: 7px;
	background: #4196d3;
	color: white;
	border-radius: 7px;
	font-weight: bold;
}

.edit_email {
    background-color: #4196D3;
    border-radius: 4px;
    border-style: none;
    color: #FFFFFF;
    padding: 7px 20px;
}

.select_driver
{
	width:102%;}

.driver_check
{

	margin-right:10px;
	margin-left:10px;
}

.lebel_doors
{    color: #49C2AE;
    float: left;
    font-weight: bold;
    padding: 3px 10px 10px 1px;
    width: 100%;

	}
.signup_form .login_user_wh {
    color: #2C6C99;
    font-size: 20px;
    font-weight: bold;
    margin-top: -10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.head_table_pat
{
	background:#49C2AE !important;}

.filter_booking {
    float: right;
    padding: 7px 0 10px;
}
.error_mes_holi
{
	text-align:center;
	color:red;}
	.driver_heading_book_form {
    margin-top: 10px;
	 background: none repeat scroll 0 0 #4196D3;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 4px;
}

.pat_inf_check > input {
    margin-right: 10px;
}
.pat_inf_check
{
	padding-top:10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.dataTables_length
{
	padding-bottom:10px;
	}
.daily_error_msg {
    color: #FF0000;
    padding: 0 0 14px;
    text-align: center;
}
.daily_date
{
    background: url("../images/cel-icon.png") no-repeat scroll 15px 20px rgba(0, 0, 0, 0);
}
.daily_driver_fi
{
    background: url("../images/driver-icon.png") no-repeat scroll 15px 20px rgba(0, 0, 0, 0);
}

.daily_driver_edit {
    background: none repeat scroll 0 0 #4f83ca;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
}


input#filterbutton {
   background: #4196d3;
   padding: 2px 10px;
    color: white;
    border: none;
}

/**
* Update February 2016
*/
.driver-contact-number > span {
	display: none;
	font-weight: bold;
	padding: 0.25em;
	text-align: center;
}
.driver-contact-number > span:first-child {
	display: block;
}

.signin_pop form[name="patient_form"] .driver-contact-number {
	text-align: center;
}

.signin_pop form[name="patient_form"] .signup_form_pop {
	text-align: center;
}

.signin_pop form[name="patient_form"] .pop_heading,
.signin_pop form[name="patient_form"] .booking_title,
.signin_pop form[name="patient_form"] .patient_select--plain .patient_name_display {
	float: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

/**
 * Update December 2018
 */

 .booking_form_wrapper .row label.checkbox-label {
	float: none;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	width: 100%;
}

.button-container {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

.button--link {
	background-color: transparent;
	color: #4196D3;
	float: none;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	text-transform: none;
}

.button--small {
	float: none;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	margin-left: 0.7em;
	padding: 0.15em 0.4em 0 0.4em;
}

.button--small:hover {
	background-color: #1f1f1f;
}

.success-message {
	border: 1px solid;
	color: #49C2AE;
	display: none;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0.5em;
	text-align: center;
}

.ui-timepicker-disabled {
	display: none !important;
}
/* Modern UI overrides */
:root {
	--ui-bg: #f5f7fb;
	--ui-surface: #ffffff;
	--ui-ink: #0f172a;
	--ui-muted: #64748b;
	--ui-border: #e2e8f0;
	--ui-accent: #2563eb;
	--ui-accent-2: #16a34a;
	--ui-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	background-image: linear-gradient(180deg, rgba(15,23,42,0.55), rgba(15,23,42,0.25)), url(../images/bg_image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: var(--ui-ink);
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
}

.home {
	position: relative;
	min-height: 100vh;
	background-image: linear-gradient(180deg, rgba(15,23,42,0.55), rgba(15,23,42,0.25)), url(../images/bg_image.jpg);
	background-size: cover;
	background-position: center;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.home .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container {
	width: 100%;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.logo {
	text-align: center;
	margin-top: 0;
	margin-bottom: 24px;
}
.logo img {
	max-width: 220px;
	filter: drop-shadow(0 10px 24px rgba(0,0,0,0.2));
}
.signin {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	width: 100%;
	max-width: 620px;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	justify-items: center;
}
.signin > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 64px;
}
.staff,
.cordi {
	border-radius: 14px;
	padding: 18px 18px 18px 72px;
	font-size: 22px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.staff:hover,
.cordi:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 28px rgba(15, 23, 42, 0.24);
}
.signup_form {
	border-radius: 16px;
	box-shadow: var(--ui-shadow);
	padding: 36px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 640px;
}
.home .signup_form {
	max-width: 720px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.home .signin {
	max-width: 720px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.signup_form form {
	width: 100%;
}
.login_user_wh {
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	color: var(--ui-ink);
	font-size: 22px;
	letter-spacing: 0.2px;
	margin-bottom: 16px;
}
.signup_form input[type='text'],
.signup_form input[type='email'],
.signup_form input[type='password'] {
	width: 100%;
	border-radius: 10px;
	border: 1px solid var(--ui-border);
	margin: 10px 0;
	padding: 14px 16px 14px 50px;
	box-sizing: border-box;
	background-position: 16px 50%;
}
.signin_button {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.signup_form input[type="submit"] {
	background: var(--ui-accent);
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
	padding: 16px 32px;
	font-size: 18px;
	width: 100%;
}
.signup_form input[type="submit"]:hover {
	background: #1d4ed8;
}
.error_msg {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fecaca;
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 12px;
}

.header {
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--ui-border);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	position: relative;
	z-index: 10000;
}
.logo_inner img {
	max-width: 190px;
}
.logo_inner,
.menues,
.welcome_title {
	float: none;
}
.logo_inner {
	width: auto;
	margin-top: 0;
}
.menues {
	display: flex;
	gap: 8px;
	align-items: center;
	border-left: 1px solid #e5e7eb;
	width: auto;
	margin-left: 0;
}
.menues li,
.menues li a {
	float: none;
}
.menues li a {
	display: block;
	border-radius: 0;
	border-right: none;
	padding: 18px 16px;
	font-size: 14px;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #1f2937;
	white-space: nowrap;
}
.menues li a:hover,
.menues li a:active {
	background: #f3f4f6;
	color: #111827;
	box-shadow: inset 0 -2px 0 #111827;
}
.welcome_title {
	display: flex;
	align-items: center;
	gap: 8px;
	width: auto;
}
.user_name {
	background: var(--ui-accent-2);
	border-radius: 999px;
	padding: 6px 12px;
}
.logout {
	border-radius: 999px;
	padding: 6px 14px;
}

.content_wrapper {
	border-radius: 16px;
	box-shadow: var(--ui-shadow);
	padding: 28px;
}
.calendar {
	width: 100%;
}
.booking {
	border-radius: 16px;
	overflow: hidden;
	height: auto;
}
.booking h1 {
	font-size: 16px;
	letter-spacing: 0.8px;
}

@media (max-width: 900px) {
	.signin {
		grid-template-columns: 1fr;
	}
	.staff, .cordi {
		width: 100%;
	}
	.signup_form {
		padding: 24px;
	}
	.menues {
		flex-wrap: wrap;
	}
	.content_wrapper {
		padding: 18px;
	}
	.calendar, .booking {
		float: none;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.logo img {
		max-width: 170px;
	}
	.staff, .cordi {
		font-size: 18px;
		padding-left: 60px;
	}
	.signup_form input[type="submit"] {
		width: 100%;
		padding: 14px;
	}
}

/* Structural redesign */
.app-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	flex-wrap: nowrap;
}
.app-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}
.app-nav {
	flex: 1;
}
.app-nav__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
}
.app-nav__list li {
	flex: 0 0 auto;
	position: relative;
}
.app-nav__list li a {
	display: block;
	width: auto;
}
.nav-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	background: #111827;
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 10px 14px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.nav-toggle__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nav-toggle__bar {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
}
.nav-toggle__label {
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
}
.nav-toggle__bar + .nav-toggle__bar {
	margin-top: 4px;
}
.app-nav__dropdown {
	position: relative;
}
.app-nav__dropdown::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 10px;
}
.app-nav__trigger {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.app-nav__trigger::after {
	content: "\25BE";
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	opacity: 0.95;
}
.app-nav__menu {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	background: #fff;
	border: 1px solid var(--ui-border);
	border-radius: 12px;
	box-shadow: var(--ui-shadow);
	min-width: 180px;
	padding: 6px;
	z-index: 9999;
	flex-direction: column;
	overflow: hidden;
}
.app-nav__menu a {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--ui-ink);
	background: transparent;
	border-right: none;
}
.app-nav__menu a:hover {
	background: #f1f5f9;
}
.app-nav__dropdown:hover .app-nav__menu,
.app-nav__dropdown:focus-within .app-nav__menu {
	display: flex;
	flex-direction: column;
}
.app-user {
	display: flex;
	align-items: center;
	gap: 10px;
}
.page-shell {
	padding: 0;
	min-height: 100vh;
}
.page-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	gap: 22px;
}
.panel {
	background: var(--ui-surface);
	border-radius: 18px;
	box-shadow: var(--ui-shadow);
	border: 1px solid rgba(148, 163, 184, 0.2);
}
.panel--table {
	padding: 0;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 160px);
	min-height: 420px;
}
.panel--table .panel-body {
	padding: 16px;
	background: #ffffff;
	border-radius: 16px;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}
.panel--table .table_entries {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}
.panel--table .table_entries .dataTables_wrapper {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
	overflow: hidden;
}
.panel--table .table_entries .dataTables_length,
.panel--table .table_entries .dataTables_filter {
	flex: 0 0 auto;
	position: sticky;
	top: 0;
	background: #ffffff;
	z-index: 2;
	padding: 6px 0;
}
.panel--table .table_entries .dataTables_scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.panel--table .table_entries .dataTables_scrollHead {
	flex: 0 0 auto;
}
.panel--table .table_entries .dataTables_scrollBody {
	max-height: none !important;
	height: auto !important;
	flex: 1 1 auto;
	overflow-y: auto !important;
	overflow-x: auto !important;
	padding-bottom: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.panel--table .table_entries .dataTables_scroll {
	min-height: 260px;
}
.panel--table .table_entries .dataTables_info,
.panel--table .table_entries .dataTables_paginate {
	flex: 0 0 auto;
	position: sticky;
	bottom: 0;
	background: #ffffff;
	z-index: 2;
	padding: 8px 0 0;
}
.panel--table .table_entries,
.panel--table .res_table2 {
	margin: 0;
	height: 100%;
}
.panel--table .table-wrap {
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	max-height: 100%;
	height: 100%;
	padding-bottom: 12px;
}
.panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
}
.panel-title {
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(15, 23, 42, 0.45);
}
.panel-body {
	padding: 18px 22px 22px;
	background: #ffffff;
	border-radius: 16px;
}
.button,
.submit,
.assign_dri_pop,
.filter-toggle,
.book_now_buuton,
.signup_form_pop input[type="submit"] {
	background: var(--ui-accent);
	border-radius: 999px;
	color: #fff;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	padding: 10px 18px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1;
	text-decoration: none;
}
.button:hover,
.submit:hover,
.filter-toggle:hover,
.book_now_buuton:hover,
.signup_form_pop input[type="submit"]:hover {
	background: #1d4ed8;
}
.assign_dri_pop {
	background: var(--ui-accent-2);
	padding: 8px 10px !important;
	font-weight: 700;
	float: none;
}
.assign_dri_pop:hover {
	background: #15803d;
}
.submit {
	padding: 10px 50px;
}
.book_now_buuton {
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 18px;
}
.signup_form_pop input[type="submit"] {
	display: flex;
	width: 100%;
	margin-top: 30px;
	padding: 14px 18px;
	font-size: 18px;
	box-sizing: border-box;
}
.button--ghost {
	background: transparent;
	border: 1px solid var(--ui-border);
	color: var(--ui-ink);
}
.button--ghost:hover {
	background: #eef2ff;
}
.button:disabled,
.submit:disabled,
.assign_dri_pop:disabled,
.filter-toggle:disabled,
.book_now_buuton:disabled,
.signup_form_pop input[type="submit"]:disabled {
	background: #94a3b8 !important;
	cursor: not-allowed;
	opacity: 0.75;
}

.content_wrapper,
.content_wrapper2 {
	width: 100%;
	margin-top: 0;
	float: none;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}
.calendar-panel .panel-body {
	padding: 10px 12px 16px;
}
.calendar-panel,
.calendar-panel .panel-body {
	min-height: 0;
}
.calendar {
	width: 100%;
	float: none;
}
.booking {
	width: 100%;
	float: none;
	background: transparent;
	height: auto;
	margin-top: 0;
}
.booking-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}
.booking-panel .panel-head {
	flex: 0 0 auto;
}
.booking h1,
.booking-panel .panel-head h2 {
	margin: 0;
}
.booking_list {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
	padding: 0 10px 0 12px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#html_bookings_li {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
	box-sizing: border-box;
}
.booking_entries {
	background: none;
	margin: 0;
	padding: 10px 12px;
	border-left: none;
	border-bottom: 1px solid #e5e7eb;
	border-radius: 12px;
	background: transparent;
}
.booking_link {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 8px 6px;
	border-radius: 10px;
	position: relative;
}
.booking_link:hover {
	background: transparent;
	box-shadow: none;
}
.booking_link::after {
	content: "\276F";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #4196d3;
	opacity: 0;
	transition: opacity 0.15s ease;
	font-size: 20px;
}
.booking_link:hover::after {
	opacity: 1;
}
.booking_entries h2 {
	font-size: 14px;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
}
.booking_entries p {
	font-size: 14px;
	margin-top: 6px;
}

.table-wrap {
	background: var(--ui-surface);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--ui-border);
	overflow: hidden;
}
.table-modern {
	float: none;
	font-size: 14px;
	width: 100%;
}
.table-modern thead th {
	background: #0f172a;
	color: #fff;
	font-weight: 600;
	padding: 14px 12px;
}
.table-modern tbody tr:nth-of-type(odd) {
	background: #eef2f7;
}
.table-modern tbody tr:nth-of-type(even) {
	background: #ffffff;
}
.table-modern tbody tr {
	border-bottom: 1px solid var(--ui-border);
}
.table-modern td {
	padding: 14px 12px;
	color: var(--ui-ink);
}
.view_edit {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}
.booking-table .view_edit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.booking-table .assign_dri_pop {
	float: none;
	margin-right: 8px;
}
.booking-table .action-cell {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.table-actions {
	display: none;
}
.view_edit li {
	margin-left: 0;
}
.view_edit li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	font-size: 0;
	font-weight: 700;
	padding: 0;
	border-radius: 6px;
	background: transparent;
	color: #4F83CA;
	text-shadow: none;
}
 .view_btn a {
    background: #16A34A !important;
    color: #FFFFFF !important;
}
.delete_btn > a,
.bulk-delete-btn {
    background: #DC2626 !important;
    color: #FFFFFF !important;
}
.edit_btn > a {
    background: #F59E0B !important;
    color: #FFFFFF !important;
}
.view_btn a:hover,
.edit_btn a:hover,
.delete_btn > a:hover,
.bulk-delete-btn:hover {
	filter: brightness(0.95);
}
.restore-action {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #16A34A;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 7px 10px;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}
.restore-action:hover {
	background: #15803d;
}
.restore-action .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="1 4 1 10 7 10"/><path d="M3.51 15a9 9 0 1 0 .49-9"/></svg>');
}
.view_edit .icon {
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}
.icon-view {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}
.icon-edit {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h9"/><path d="M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5z"/></svg>');
}
.icon-delete {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18"/><path d="M8 6V4h8v2"/><path d="M19 6l-1 14H6L5 6"/><path d="M10 11v6"/><path d="M14 11v6"/></svg>');
}

#table_patient_filter,
#table_daily_driver_filter {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}
#table_patient_filter label,
#table_daily_driver_filter label {
	margin: 0;
}
.driver-heading-inline {
	padding: 8px 14px;
	font-size: 12px;
	border-radius: 999px;
	line-height: 1;
}

.modal {
	background: url("../images/login_wrapper_bg.png") repeat center top;
	padding: 40px 20px;
	z-index: 20000;
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.modal__panel .signup_form_pop {
	border-radius: 16px;
}
.modal .signin_pop {
	max-height: calc(100vh - 80px);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.signup_form_pop {
	position: relative;
	z-index: 20010;
}
.modal .signin_pop .signup_form_pop {
	max-height: calc(100vh - 80px);
	margin-top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-gutter: stable;
}
.modal .signin_pop .signup_form_pop::-webkit-scrollbar {
	width: 10px;
}
.modal .signin_pop .signup_form_pop::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}
.modal .signin_pop .signup_form_pop::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}

@media (max-width: 1100px) {
	.app-header__inner {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.app-brand {
		justify-content: flex-start;
	}
	.nav-toggle {
		display: inline-flex;
		margin-left: auto;
	}
	.app-user {
		display: none;
	}
	.app-nav {
		display: none;
		width: auto;
	}
	.app-nav.is-open {
		display: block;
		width: 100%;
		margin-top: 12px;
		flex-basis: 100%;
		order: 3;
	}
	.app-nav__list {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		border: 1px solid #e5e7eb;
		border-radius: 12px;
		overflow: hidden;
	}
	.menues {
		border-left: none;
	}
	.menues li a {
		border-right: none;
		border-bottom: 1px solid #e5e7eb;
		padding: 14px 16px;
	}
	.menues li:last-child a {
		border-bottom: none;
	}
	.app-nav__dropdown {
		position: static;
	}
	.app-nav__trigger {
		width: 100%;
		justify-content: space-between;
	}
	.app-nav__menu {
		position: static;
		box-shadow: none;
		border: none;
		border-radius: 0;
		padding: 0;
		display: none;
		width: 100%;
	}
	.app-nav__dropdown:hover > .app-nav__menu,
	.app-nav__dropdown:focus-within > .app-nav__menu {
		display: none;
	}
	.app-nav__dropdown.is-open > .app-nav__menu {
		display: flex;
		flex-direction: column;
	}
	.app-nav__menu a {
		border-radius: 0;
		padding: 12px 20px;
		border-bottom: 1px solid #e5e7eb;
		font-size: 13px;
	}
	.app-nav__menu a:last-child {
		border-bottom: none;
	}
}

@media (max-width: 900px) {
	.app-header__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.app-brand {
		justify-content: flex-start;
		flex: 1 1 auto;
	}
	.nav-toggle {
		display: inline-flex;
		justify-content: center;
		margin: 0;
		width: auto;
		margin-left: auto;
		flex: 0 0 auto;
	}
	.app-nav {
		order: 3;
	}
	.app-nav {
		display: none;
		width: 100%;
		margin-top: 12px;
		flex-basis: 100%;
	}
	.app-nav.is-open {
		display: block;
	}
	.app-nav__list {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		border: 1px solid #e5e7eb;
		border-radius: 12px;
		overflow: hidden;
	}
	.menues {
		border-left: none;
	}
	.menues li a {
		border-right: none;
		border-bottom: 1px solid #e5e7eb;
		padding: 14px 16px;
	}
	.menues li:last-child a {
		border-bottom: none;
	}
	.app-nav__dropdown {
		position: static;
	}
	.app-nav__trigger {
		width: 100%;
		justify-content: space-between;
	}
	.app-nav__menu {
		position: static;
		box-shadow: none;
		border: none;
		border-radius: 0;
		padding: 0;
		display: none;
		width: 100%;
	}
	.app-nav__dropdown:hover > .app-nav__menu,
	.app-nav__dropdown:focus-within > .app-nav__menu {
		display: none;
	}
	.app-nav__dropdown.is-open > .app-nav__menu {
		display: flex;
		flex-direction: column;
	}
	.app-nav__menu a {
		border-radius: 0;
		padding: 12px 20px;
		border-bottom: 1px solid #e5e7eb;
		font-size: 13px;
	}
	.app-nav__menu a:last-child {
		border-bottom: none;
	}
	.page-grid {
		grid-template-columns: 1fr;
	}
	.panel-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
	.page-shell {
		padding-bottom: 0;
	}
	.panel--table {
		height: calc(100vh - 140px);
		min-height: 0;
	}
	.panel--table .table_entries .dataTables_scrollBody {
		overflow-x: scroll !important;
	}
	.table-wrap {
		overflow-x: hidden;
	}
	.signin {
		grid-template-columns: 1fr;
	}
	.booking_form_wrapper .row label,
	.booking_form_wrapper .row .input_wrap {
		width: 100%;
		flex: 1 1 100%;
	}
}

@media (max-width: 700px) {
	.app-nav__list {
		justify-content: flex-start;
	}
	.table-modern td,
	.table-modern th {
		font-size: 13px;
	}
}
.remove-driver.button--small {
	background: #DC2626;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 6px 8px;
	margin-left: auto;
}
.remove-driver.button--small:hover {
	filter: brightness(0.95);
}
.driver-cell {
	display: flex;
	align-items: center;
	gap: 8px;
}

.table_entries .dataTables_scrollHead table {
	margin: 0 !important;
}
.table_entries .dataTables_scrollHead,
.table_entries .dataTables_scrollBody {
	box-sizing: border-box;
}
#table_daily_driver_wrapper .dataTables_scrollHeadInner,
#table_daily_driver_wrapper .dataTables_scrollHeadInner table,
#table_daily_driver_wrapper .dataTables_scrollBody table {
	width: 100% !important;
}
.table-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: nowrap;
	margin-bottom: 12px;
}
.table-top-row .dataTables_length,
.table-top-row .dataTables_filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.table-top-row .dataTables_filter {
	margin-right: auto;
}
.table-top-row .filter_booking {
	margin: 0;
	float: none;
	padding: 0;
	margin-left: auto;
}
.table-top-row .bulk_actions {
	margin: 0;
	padding: 0;
}
.table-top-row .driver-heading-inline {
	margin-left: auto;
}
#table_booking_wrapper .table-top-row .dataTables_filter {
	margin-right: 0;
}
#table_booking_wrapper .table-top-row .filter_booking {
	margin-left: 0;
}
#table_booking_wrapper .table-top-row .driver-heading-inline {
	margin-left: auto;
}
.table-top-row .admin-toolbar {
	margin-bottom: 0;
	margin-left: auto;
}
.table-top-row .admin-toolbar .driver-heading-inline {
	margin-left: 0;
}
.table-top-row .dataTables_filter label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0;
}
.table-top-row .dataTables_filter label span,
.table-top-row .dataTables_filter label::before {
	display: none;
}
.table-top-row .dataTables_filter input {
	width: 120px !important;
	max-width: 100%;
	font-size: 14px;
}
.table-top-row .filter_booking form {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
}
.table-top-row input[type="text"],
.table-top-row input[type="submit"] {
	margin: 0;
}
.table-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 12px;
}
.table-bottom-row .dataTables_length,
.table-bottom-row .dataTables_info,
.table-bottom-row .dataTables_paginate {
	margin: 0;
}
.table-bottom-row .dataTables_paginate {
	gap: 4px;
}
.table-bottom-row .dataTables_paginate .paginate_button:not(.previous):not(.next) {
	display: none;
}
.table-bottom-row .dataTables_paginate .paginate_button.previous,
.table-bottom-row .dataTables_paginate .paginate_button.next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #4196d3;
	font-size: 18px;
	background: #e6f0fb;
	border: 1px solid #9dc2e6;
	border-radius: 6px;
}
.table-bottom-row .dataTables_paginate .paginate_button.previous:hover,
.table-bottom-row .dataTables_paginate .paginate_button.next:hover {
	background: #2f6fb2;
	color: #ffffff;
	border-color: #2f6fb2;
}

.home .signup_form {
	width: min(90vw, 520px);
	max-width: 520px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.home .signin {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.home .logo {
	margin-top: 16px;
	margin-bottom: 16px;
}
.home .signup_form {
	padding: 28px;
}
.home .signin {
	gap: 10px;
	margin-top: 12px;
}
.home .login_user_wh {
	margin-bottom: 8px;
	font-size: 20px;
}
.home .signup_form input[type='text'],
.home .signup_form input[type='email'],
.home .signup_form input[type='password'] {
	margin: 8px 0;
	padding: 12px 16px 12px 54px;
}
.home .signin_button {
	margin-top: 12px;
}
.home .signup_form input[type="submit"] {
	padding: 12px 24px;
	margin-top: 12px;
}
.home .login-powered-by {
	margin-top: 10px;
	text-align: center;
	color: #475569;
	font-size: 14px;
}
.home .login-powered-by a {
	color: #4196D3;
	font-weight: 700;
}
.home .login-powered-by a:hover {
	text-decoration: underline;
}
.table-bottom-row .dataTables_paginate .paginate_button {
	margin: 0 2px;
	padding: 4px 8px;
	min-width: 20px;
	line-height: 1.2;
}
.table-bottom-row .dataTables_paginate .paginate_button.previous,
.table-bottom-row .dataTables_paginate .paginate_button.next {
	padding: 4px 6px;
}
.filter-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: none;
}
.filter-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.4);
}
.filter-modal__panel {
	position: relative;
	background: #ffffff;
	border-radius: 12px;
	padding: 16px;
	max-width: 360px;
	margin: 80px auto;
	z-index: 1;
}
.filter-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.filter-modal__form {
	display: grid;
	gap: 12px;
}
.filter-modal__form label {
	display: grid;
	gap: 6px;
	font-size: 13px;
}
.filter-modal__actions {
	display: flex;
	justify-content: flex-end;
}
.ui-datepicker {
	z-index: 30020 !important;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
	padding: 8px;
}
.ui-datepicker .ui-datepicker-header {
	background: #0f4c81;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	padding: 6px 40px;
	position: relative;
}
.ui-datepicker .ui-datepicker-title {
	color: #ffffff;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 4px !important;
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	left: 4px !important;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	right: 4px !important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 4px !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	background: rgba(255, 255, 255, 0.35);
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none !important;
}
.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-indent: 0;
}
.ui-datepicker .ui-datepicker-prev::after {
	content: "\2039";
}
.ui-datepicker .ui-datepicker-next::after {
	content: "\203A";
}
.ui-datepicker th {
	color: #475569;
	font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.ui-datepicker td a,
.ui-datepicker td span {
	text-align: center;
	padding: 6px 0;
	border-radius: 6px;
}
.ui-datepicker td .ui-state-default {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #1e293b;
}
.ui-datepicker td .ui-state-hover {
	background: #dbeafe;
	border-color: #93c5fd;
	color: #1e3a8a;
}
.ui-datepicker td .ui-state-active {
	background: #2563eb;
	border-color: #2563eb;
	color: #ffffff;
}
.ui-datepicker td .ui-state-highlight {
	background: #fef3c7;
	border-color: #f59e0b;
	color: #92400e;
}

#admin-root .admin-subnav-wrap,
.admin-subnav-wrap {
	margin-bottom: 16px;
}

#admin-root .admin-subnav,
.admin-subnav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

#admin-root .admin-toolbar,
.admin-toolbar {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

#calendar {
	position: relative;
}

.hover-end {
	position: absolute;
	width: auto;
	min-width: 0;
	max-width: calc(100% - 12px);
	background-color: #e3e2e2;
	border-radius: 10px;
	padding: 6px 8px;
	max-height: 250px;
	overflow: auto;
	z-index: 30010 !important;
	margin: 0;
	list-style: none;
}

.hover-end .booking_entries1 {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hover-end .booking_entries1 + .booking_entries1 {
	margin-top: 4px;
}

.hover-end .booking_entries1 p {
	margin: 0;
}

.hover-end .booking_entries1 p a {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.3;
}


.table-wrap::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
    height: 10px;
}
.table-wrap::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.table-wrap,
.dataTables_scrollBody {
    scrollbar-color: #cbd5e1 #f1f5f9;
    scrollbar-width: thin;
}

.table-modern th:last-child,
.table-modern td:last-child {
	width: 140px;
	min-width: 140px;
}

@media (min-width: 1100px) {
	.table_entries .dataTables_scrollHeadInner,
	.table_entries .dataTables_scrollHeadInner table,
	.table_entries .dataTables_scrollBody table {
		width: 100% !important;
	}
}




