/* ------------------theme setting begins---------------------- */
/*body,
body.login-page {
  background: #d6d6d6;
  --main-bg-color: #3A1078;
  --second-bg-color: #4E31AA;
  --logo-bg-color: hsl(264.83deg 53.04% 38.07%);
}
.header-btns > div > button:focus {
  color: #666666;
}
.header-btns > div > button:hover {
  color: #242424;
}
.navbar {
  background-color: var(--main-bg-color);
  background-image: none;
  border-right: 1px solid var(--main-bg-color);
}
#topbar {
  background-color: var(--second-bg-color);
  background-image: none;
  border: var(--second-bg-color);
}
.breadcrumb li {
  color: rgb(255, 255, 255);
}
.breadcrumb li a {
  color: rgb(255, 255, 255);
}
.breadcrumb li a i.fa {
  color: rgb(255, 255, 255);
}
.panel-title {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-shadow: none;
}
.panel-title .fa {
  font-size: 17px;
}
.panel-heading {
  background-color: var(--main-bg-color);
  background-image: none;
}
.breadcrumb .glyphicon,
.breadcrumb .glyphicons {
  color: #ffffff;
  font-size: 12px;
  top: 0;
}
.breadcrumb > .active {
  color: #ffffff;
}
#sidebar ul.sidebar-nav {
  border-right: 1px solid #242424;
}
#sidebar:before {
  background: #feffff;
}
#sidebar ul.sidebar-nav > li > a {
  background: var(--main-bg-color);
  border-color: #cecece;
}
*/
/* ── Page tokens ── */
:root {
    --pb-surface:     #ffffff;
    --pb-surface-header: #0c3a6e;
    --pb-border:      #e8eaed;
    --pb-border-soft: #f0f1f3;
    --pb-text:        #1a1d23;
    --pb-muted:       #6b7280;
    --pb-faint:       #9ca3af;
    --pb-blue:        #2563eb;
    --pb-blue-bg:     #eff6ff;
    --pb-blue-border: #bfdbfe;
    --pb-green:       #16a34a;
    --pb-green-bg:    #f0fdf4;
    --pb-green-border:#bbf7d0;
    --pb-red:         #dc2626;
    --pb-red-bg:      #fef2f2;
    --pb-red-border:  #fecaca;
    --pb-amber:       #d97706;
    --pb-amber-bg:    #fffbeb;
    --pb-amber-border:#fde68a;
    --pb-radius:      10px;
    --pb-radius-sm:   6px; 
    
} 
body, body.login-page {
	background: #D6D6D6;
   --logo-bg-color: #0c3a6e;/*#FFFFFF;*/
}
.header-btns > div > button:focus {
	color: #666666;
}
.header-btns > div > button:hover {
	color: #242424;
}
.navbar {
	background-color: #dea226;
	background-image: none;
	border-right: 1px solid #dea226;
}
#topbar {
	background-color: #0c3a6e;
	background-image: none;
	border: #0c3a6e;
}
.breadcrumb li {
	color: rgb(255, 255, 255);
}
.breadcrumb li a {
	color: rgb(255, 255, 255);
}
.breadcrumb li a i.fa {
	color: rgb(255, 255, 255);
}
.panel-title {
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-shadow: none;
}
.panel-title .fa {
	font-size: 17px;
}
.panel-heading {
	background-color: #0c3a6e;
	background-image: none;
}
.breadcrumb .glyphicon, .breadcrumb .glyphicons {
	color: #FFFFFF;
	font-size: 12px;
	top: 0;
}
.breadcrumb > .active {
	color: #FFFFFF;
}
#sidebar ul.sidebar-nav {
	border-right: 1px solid #242424;
}
#sidebar:before {
	background: #FEFFFF;
}
#sidebar ul.sidebar-nav > li > a {
	background: #0c3a6e;
	border-color: #CECECE;
}
#sidebar, body.sidebar-collapsed #sidebar {
	background: #0077B9;
	border-color: #CECECE;
}
ul.sidebar-nav > li > a .glyphicons {
  border-right: 1px solid #cecece;
}
#sidebar ul.sidebar-nav li ul.sub-nav {
  background: #303030;
  border-color: #cecece;
}
ul.sidebar-nav li a {
  color: #ffffff;
}
ul.sidebar-nav ul.sub-nav > li > a:hover span.glyphicons,
body.sidebar-collapsed
  ul.sidebar-nav
  ul.sub-nav
  > li
  > a:hover
  span.glyphicons {
  color: #eeaf19;
}
ul.sidebar-nav li a:hover,
ul.sidebar-nav li a:focus {
  color: #eeaf19;
}
ul.sidebar-nav li.active > a .glyphicons {
  color: #eeaf19;
}
#sidebar::before {
  background: #ffffff;
  color: #ffffff;
}
ul.sidebar-nav > li > a,
body.sidebar-collapsed ul.sidebar-nav > li > a {
  text-shadow: 0 1px #242424;
  color: #ffffff;
}
#content,
#content::after {
  background: #d6d6d6;
}
.btn-primary,
.btn-blue,
.btn-info.btn-gradient,
.label-info {
  background-color: #1a6598;
  border-color: #242424;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #242424;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  padding: 5px;
}
.header-menu-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  float: left;
  margin-right: 20px;
}
.header-menu-link:hover,
.header-menu-link:focus {
  color: #242424;
  text-decoration: none;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  /* bottom: 125%;*/
  left: 50%;
  margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#topbar {
  height: 46px;
}
#topbar .breadcrumb {
  padding-top: 12px;
}
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
table thead {
  background: #242424;
}
table thead th {
  text-align: center;
  color: #ffffff;
}
table td {
  vertical-align: middle !important;
  text-align: center;
}
table tr td:last-child {
  min-width: 55px;
}
.table-responsive {
  overflow-x: auto;
}
.button1 {
  color: #ffffff !important;
  text-transform: uppercase;
  background: #242424;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.button1:hover {
  background: #434343;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}
.btn-primary.btn-gradient {
  background: #242424;
}
.chosen-container-single .chosen-single {
  height: 34px !important;
  line-height: 30px !important;
}
.chosen-container-single .chosen-single div b {
  background: url("../vendor/plugins/chosen/chosen-sprite.png") no-repeat 0 8px !important;
}
#generate_barcode_btn {
  padding: 5px 10px;
}
#logout_btn {
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding: 2px 5px;
}
.full-width {
  float: left;
  width: 100%;
}
/*-------------logo style begins----*/
.navbar-logo {
  position: relative;
  padding: 0px 0;
  background-color: var(--logo-bg-color);
  width: 240px;
  padding: 2px;
}
.navbar-logo img {
  width: 240px;
  aspect-ratio: 4/1;
  object-fit: contain;
}
.logo-title-beta {
  position: absolute;
  top: 0;
  left: 108px;
  color: #e21b22;
  font-weight: bold;
}
.login-page-logo {
  text-align: center;
  padding: 20px 0;
  position: relative;
  background-color: var(--logo-bg-color);
}
.login-page-logo img {
  width: 170px;
}
.login-page-logo-beta-title {
  position: absolute;
  top: 5px;
  left: 215px;
  color: #e21b22;
  font-weight: bold;
}
/*-------------logo style ends----*/
/*-------------header notification icon styles begins-----------*/
/* Define how each icon button should look like */
.notify_button {
  color: white;
  font-size: 25px;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}
/* Make the badge float in the top right corner of the button */
.notify_button_badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 1px 5px;
  font-size: 12px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -8px;
  right: -4px;
}
.tasks-menu {
  margin-top: 5px;
}
.tasks-menu a {
  float: left;
  margin-left: 15px;
  color: #ffffff;
}
.tasks-menu a:hover {
	color: black !important;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header_sys_notification {
  position: absolute;
  top: 10px;
  width: 350px;
  text-align: center;
  left: 37.5%;
}
.ticket-info-button {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 200;
}
.ticket-info-button a i {
  color: #535353;
}
/*-------------header notification icon styles ends-----------*/
/* ------------------theme setting ends---------------------- */
#checkout_filter_container {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#checkout_txt_from,
#checkout_txt_to {
  max-width: 116px;
  margin-left: 5px;
}
#checkout_filter_search,
#checkout_filter_search_clear {
  margin-left: 5px;
}
.panel {
  overflow: initial !important;
}
.panel-body #searchform .form-control,
.panel-body #searchform .btn {
  margin-top: 10px;
}
.bootstrap-datetimepicker-widget table thead {
  background: none;
}
.bootstrap-datetimepicker-widget table thead th {
  color: inherit;
}
.bootstrap-datetimepicker-widget table tr td:last-child {
  min-width: auto;
}
.bootstrap-datetimepicker-widget .btn {
  color: inherit;
}
.bootstrap-datetimepicker-widget .fa {
  color: #000000;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #c3c3c3 !important;
}
.bootstrap-datetimepicker-widget table td.disabled:hover,
.bootstrap-datetimepicker-widget table td.disabled {
  background: none !important;
  color: #c3c3c3 !important;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border-radius: 0;
}
/* car image upload style */
.car-diagram-container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.car-diagram-footer-content {
  float: left;
  width: 100%;
}
.car-diagram-img-content {
  float: left;
  width: 100%;
  position: relative;
}
.car-diagram-img {
  float: left;
  width: 100%;
}
.car_diagram_file_browse {
  display: none;
}
label.car_diagram_btn {
  padding: 1%;
  position: absolute;
  cursor: pointer;
  background: #195f91;
  color: #ffffff;
  text-shadow: none;
  font-size: 0.9em !important;
  border-radius: 5%;
  font-weight: normal;
}
label.car_diagram_btn:hover {
  background: #545454;
}
label.car_diagram_btn span {
  display: none;
  border-radius: 50%;
  padding: 2px 5px;
  background: #c0392b;
  font-size: 0.6em;
  vertical-align: middle;
}
#car_diagram_btn1 {
  top: 48%;
  left: -2%;
  transform: rotate(90deg);
}
#car_diagram_btn2 {
  top: 46%;
  right: -3%;
  transform: rotate(-90deg);
}
#car_diagram_btn3 {
  top: 5%;
  left: 10%;
}
#car_diagram_btn4 {
  bottom: 4%;
  left: 10%;
}
#car_diagram_btn5 {
  top: 9%;
  right: 10%;
}
#car_diagram_btn6 {
  bottom: 6%;
  right: 9%;
}
#car_diagram_btn7 {
  top: 48%;
  left: 10%;
}
#car_diagram_btn8 {
  top: 48%;
  right: 9%;
}
#car_diagram_btn9 {
  top: 48%;
  left: 30%;
  transform: rotate(90deg);
}
#car_diagram_btn10 {
  top: 48%;
  right: 15%;
  transform: rotate(-90deg);
}
#car_diagram_btn11 {
  top: 22%;
  left: 0%;
}
#car_diagram_btn12 {
  bottom: 18%;
  left: 0%;
}
#car_diagram_btn13 {
  top: 22%;
  right: 0%;
}
#car_diagram_btn14 {
  bottom: 19%;
  right: 0%;
}
#car_diagram_btn15 {
  top: 8%;
  left: 38%;
}
#car_diagram_btn16 {
  bottom: 5%;
  left: 38%;
}
#car_diagram_btn17 {
  top: 8%;
  left: 58%;
}
#car_diagram_btn18 {
  bottom: 5%;
  left: 58%;
}
#car_diagram_btn19 {
  top: 48%;
  left: 55%;
}
#car_diagram_btn_other {
  padding: 6px 12px;
}
.vehicle_image_view_container {
  float: left;
  width: 100%;
}
.vehicle_image_thumb_container {
  float: left;
  max-width: 200px;
  width: 100%;
  margin: 5px;
  position: relative;
}
.vehicle_image-delete-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.vehicle_image-delete-btn a {
  border-radius: 0;
  padding: 8px 0 6px 0;
}
.locimage_backgnd
{
  background: #cccc;
  width: 200px;
    height: 100px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    padding: 10px;
}
.locimage_table_backgnd
{
  background: #cccc;
}

/* ── Cards replacing .panel ── */
.pb-card {
    background: var(--pb-surface);
    border: 1px solid var(--pb-border);
    border-radius: var(--pb-radius);
    box-shadow: var(--pb-shadow);
    margin-bottom: 18px;
    overflow: hidden;
}
.pb-card-header {
    padding: 14px 20px;
     color: var(--pb-surface);
    background: var(--pb-surface-header);
    border-bottom: 1px solid var(--pb-border-soft);
    display: flex;
    align-items: center;
    gap: 8px;
}
.pb-card-header-title {
    font-size: 14px;
    font-weight: 600; 
    letter-spacing: -.01em;
}
.pb-card-body { padding: 18px 20px; }

/* ── Filter form ── */
.pb-filter-row { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.pb-filter-row .form-control {
    height: 38px;
    border: 1px solid var(--pb-border);
    border-radius: var(--pb-radius-sm);
    font-size: 13px;
    color: var(--pb-text);
    background: var(--pb-surface);
    box-shadow: none;
    transition: border-color .15s;
    font-family: 'DM Sans', sans-serif;
}
.pb-filter-row .form-control:focus {
    border-color: var(--pb-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.pb-filter-row select.form-control { padding: 0 10px; }
.pb-btn-search {
    height: 38px;
    padding: 0 20px;
    background: var(--pb-blue);
    color: #fff;
    border: none;
    border-radius: var(--pb-radius-sm);
    font-size: 13px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background .15s, transform .1s;
}
.pb-btn-search:hover  { background: #1d4ed8; }
.pb-btn-search:active { transform: scale(.98); }

/* ── Table ── */
.results-table.table {
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0;
}
.results-table.table thead tr th {
    background: #f8f9fb;
    color: var(--pb-text);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 10px 14px;
    border-bottom: 1px solid var(--pb-border);
    border-top: none;
    white-space: nowrap;
}
.results-table.table tbody tr td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--pb-border-soft);
    color: var(--pb-text);
    vertical-align: middle;
    line-height: 1.5;
}
.results-table.table tbody tr:last-child td { border-bottom: none; }
.results-table.table tbody tr:hover td { background: #fafbfc; }
.results-table.table.table-bordered { border: none; }
.results-table.table.table-bordered td,
.results-table.table.table-bordered th { border-left: none; border-right: none; }

/* Ticket number mono */
.results-table .ticket-mono {
    font-family: 'DM Mono', monospace; 
    color: var(--pb-blue);
    background: var(--pb-blue-bg);
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
}
/* Date cells */
.results-table .date-stack { font-size: 12px; line-height: 1.8; }
.results-table .date-stack span { display: block; }
.results-table .date-label { color: var(--pb-faint); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
 

/* Amount */
.results-table .amount-cell { font-weight: 600; font-family: 'DM Mono', monospace; font-size: 13px; }

/* Status pills */
.pb-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .03em;
    white-space: nowrap;
}
.pb-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.pb-pill.success { background: var(--pb-green-bg); color: var(--pb-green); border: 1px solid var(--pb-green-border); }
.pb-pill.success::before { background: var(--pb-green); }
.pb-pill.warning { background: var(--pb-amber-bg); color: var(--pb-amber); border: 1px solid var(--pb-amber-border); }
.pb-pill.warning::before { background: var(--pb-amber); }
.pb-pill.danger  { background: var(--pb-red-bg);   color: var(--pb-red);   border: 1px solid var(--pb-red-border); }
.pb-pill.danger::before  { background: var(--pb-red); }
.pb-pill.info  { background: var(--pb-blue-bg);   color: var(--pb-blue);   border: 1px solid var(--pb-blue-border); }
.pb-pill.info::before  { background: var(--pb-blue); }

/* Action buttons */
.pb-action-group { display: flex; gap: 6px; }
.pb-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: var(--pb-radius-sm);
    font-size: 12px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all .15s;
    white-space: nowrap;
}
.pb-btn-view {
    background: var(--pb-blue-bg);
    color: var(--pb-blue);
    border-color: var(--pb-blue-border);
}
.pb-btn-view:hover { background: var(--pb-blue); color: #fff; }
.pb-btn-checkin {
    background: var(--pb-green-bg);
    color: var(--pb-green);
    border-color: var(--pb-green-border);
}
.pb-btn-checkin:hover { background: var(--pb-green); color: #fff; }

