#customer-status-change {
  display: inline-block
}

.details-head {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: rgba(42, 42, 42, 0.4);
}

.details-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2A2A2A;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.driver-image-crop .cropper-crop-box,
.cropper-view-box {
  border-radius: 50%;
}

.driver-image-crop .cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  outline: 0;
}

#image-view {
  border-radius: 50%;
}

.form-control.custom-form-void {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #C29F6D;
  border-radius: 8px;
  height: 48px;
  text-align: left;
  color: #000000;
  font-size: 16px;
}

.form-control.custom-form-void:hover,
.form-control.custom-form-void:focus,
.form-control.custom-form-void.active,
.form-control.custom-form-void::placeholder {
  color: #c4c4c4;
}

.btn.btn-white.btn-block {
  background-color: #C29F6D;
  color: #000000;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.dataTables_wrapper.no-footer .dataTables_filter {}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #F97700;
  border-radius: 8px;
  font-weight: 700;
}

.bg-theme {
  background-color: #FFC631;
  padding: 1.25rem;
}

span.badge-green {
  color: #22C55E;
  background-color: #E0F1E6;
}

.span.badge-red {
  color: #DA1C36;
  background-color: #F3E0E2;
}

.plan-card .card-body h5 {
  font-size: 2rem;
  color: #fff;
}

.plan-card .card-body h5 span {
  font-size: 15px;
}

.plan-card .card-body ul {
  margin-left: 20px;
}

.plan-card .card-body ul li {
  list-style: disc;
}

.plan-card .card-footer a {
  width: 100%;
}

.plan-head {
  background-color: rgba(153, 153, 153, 0.2);
}

.car-card .card-body {
  color: #000000;
}

.car-card .card-body .color-secondary {
  color: #999999;
}

.common-btn {
  background: #FFC631 !important;
  border: none;
}

.common-close {
  background: #000000 !important;
  border: none;
}

.dashboard-card .card-header {
  background-color: #fff;
}

.dashboard-card .chart-btn1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  /* width: 98px; */
  height: 40px;
  background: #000000;
  border: 1px solid rgba(153, 153, 153, 0.2);

  box-shadow: 0px 7px 30px rgba(153, 153, 153, 0.2);
  border-radius: 56px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.dashboard-card .btn-text {
  width: 100%;
  height: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.dashboard-card .chart-btn2 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  /* width: 82px; */
  height: 40px;
  /* background: #F97700; */
  background: #C29F6D;
  border: 1px solid rgba(153, 153, 153, 0.2);
  box-shadow: 0px 7px 30px rgba(153, 153, 153, 0.2);
  border-radius: 56px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.dashboard-card .dashboard-nav-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 10px;

  width: 32px;
  height: 32px;

  /* Default White */

  background: #FFFFFF;
  /* gray 20 */

  border: 1px solid rgba(153, 153, 153, 0.2);
  /* Shadows/Gray/1 Level */

  box-shadow: 0px 1px 3px rgba(96, 108, 128, 0.05);
  border-radius: 8px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.text-theme {
  color: #F97700;
}

.color-black {
  color: #000000;
}

.color-secondary {
  color: rgba(42, 42, 42, 0.4);
}

.object-fit-contain {
  object-fit: contain;
}

img.object-fit-cover {
  object-fit: cover;
}

.main-head-bottom {
  background-color: #FFC631;
}

#documents-modal .modal-dialog {
  height: 90vh !important;
  display: flex;
}

#documents-modal .modal-content {
  margin: auto !important;
  height: fit-content !important;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

#sel1 {
  cursor: pointer;
}

.help-info {
  color: #000000;
}

.vehicle-name,
.dashboard-count {
  text-transform: none;
}

.plan-select {
  width: fit-content;
}

/* .help-table-section .dataTables_length {
  display: none;
}
.help-table-section .dataTables_filter {
  display: none;
} */

.fa-btn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-btn.eye-open::before {
  font-family: "Font Awesome 6 Free";
  content: "\f06e";
}

.fa-btn.eye-close::before {
  font-family: "Font Awesome 6 Free";
  content: "\f070";
}


.eye-span {
  right: 0;
  top: 0;
  height: 50px;
  padding: 8px;
}

.password-eye-btn:focus {
  box-shadow: none;
  outline: none;
}

a.bar-icon:hover,
:focus,
.active {
  color: #F97700;
}

a.delete-icon:hover,
:focus,
.active {
  color: #DA1C36;
}

a.inactive-icon:hover,
:focus,
.active {
  color: #DA1C36;
}

a.active-icon:hover,
:focus,
.active {
  color: #017607;
}

/* sidebar */
.quixnav-scroll ul.metismenu li a i {
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.quixnav-scroll ul.metismenu li a span.nav-text {
  padding-left: 4px;
}

.form-check-input {
  cursor: pointer;
}

.notification-badge {
  position: absolute;
  top: 1px;
  right: -1px;
  padding: 3px 6px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 8px;
}

.jconfirm-title {
  color: #2A2A2A !important;
}

.jconfirm-title::focus {
  color: inherit;
}

/* .navbar-expand .navbar-nav .dropdown-menu{
  top: 50px !important;
} */

.card-car {
  display: flex;
  max-width: 300px;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

/* Image on the Left Side */
.card-car img {
  width: 100px;
  /* Adjust the image width as needed */
  height: 100%;
  object-fit: cover;
}

/* Details on the Right Side */
.card-car-details {
  padding: 10px;
}

/* Name and ID Styling */
.name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.id {
  font-size: 14px;
  color: #555;
}

.modal-title {
  color: #2A2A2A;
}

.modal-body label {
  color: #2A2A2A;
}

.btn-yellow {
  background-color: #FFC631;
  color: #ffffff;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
}

.content-dark {
  color: #2A2A2A;
}

.jconfirm-content {
  color: #2A2A2A !important;
}

.bg-gray01 {
  background-color: rgba(153, 153, 153, 0.2);
}

.bg-gray02 {
  /* background-color: rgba(153, 153, 153, 0.08); */
  background-color: rgba(0, 0, 0, 0.08);
}

.color-secondary-gray {
  color: #999999 !important;
}

.color-secondary-white {
  color: #fff5f5 !important;
}

.btn.btn-tertiary {
  background-color: rgba(85, 114, 140, 0.2);
  color: #55728C;
}

.btn.color-warning {
  background-color: #FEF2E5;
  color: #F97700;
}

.btn.color-secondary {
  background-color: #55728C33;
  color: #55728C;
}

.btn.color-danger {
  background-color: #DA1C361A;
  color: #DA1C36;
}

.btn.color-success {
  background-color: #22C55E1A;
  color: #22C55E;
}

.btn.color-info {
  background-color: #1c91da1a;
  color: #1c4fda;
}

.text-11 {
  font-size: 11px;
  line-height: 14.63px;
}

.text-12 {
  font-size: 12px;
  line-height: 14.63px;
}

.text-14 {
  font-size: 14px;
}

.text-18 {
  font-size: 18px;
}

.font-semibold {
  font-weight: 500;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 0.5rem;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-16 {
  border-radius: 1rem;
}

.ml-12 {
  margin-left: 12px;
}

.border-dashed-left {
  border-left: 2px dashed #FFC631;
}

.card-profile-image {
  background-color: rgba(153, 153, 153, 0.2);
  object-fit: contain;
  width: 58px;
  min-width: 58px;
  height: 58px;
}

.badge--warning {
  background-color: #FEF2E5;
  color: #F97700;
}

.badge--secondary {
  background-color: #55728C33;
  color: #55728C;
}

.badge--success {
  background-color: #22C55E1A;
  color: #22C55E;
}

.badge--danger {
  background-color: #DA1C361A;
  color: #DA1C36;
}

.badge--info {
  background-color: #1c91da1a;
  color: #1c4fda;
}

.modal-scrollable {
  height: 70vh;
  overflow-y: auto;
}

.btn.btn-modal-primary {
  background-color: #FFC631;
  border-color: #FFC631;
  color: #ffffff;
  border-radius: 0.5rem;
}

.btn.btn-modal-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  border-radius: 0.5rem;
}

a.disabled {
  color: #6c757d;
  /* Change color for disabled state */
  cursor: not-allowed;
  /* Change cursor for disabled state */
  pointer-events: none;
  /* Disable pointer events to make it non-clickable */
  /* You can add other styles as needed */
}

button.disabled {
  color: #6c757d;
  /* Change color for disabled state */
  cursor: not-allowed;
  /* Change cursor for disabled state */
  pointer-events: none;
  /* Disable pointer events to make it non-clickable */
  /* You can add other styles as needed */
}

button.disabled-pointer {
  /* Change color for disabled state */
  cursor: not-allowed;
  /* Change cursor for disabled state */
  pointer-events: none;
  /* Disable pointer events to make it non-clickable */
  /* You can add other styles as needed */
}

select:hover,
option:hover {
  cursor: pointer;
}


.card-header:first-child {
  background-color: #6c757d !important;
}

.card-title {
  color: #e9ecef !important;
}

.btn-primary {
  color: #000000 !important;
  background-color: #C29F6D !important;
  border-color: #C29F6D !important;
}

.btn.btn-white {
  color: #000000 !important;
}

.btn-danger {
  color: #FFF;
  background-color: #525151;
  border-color: #525151;
}

.grey {
  background-color: #454545 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-grey {
  border-top: solid 7px #495057 !important;
}

.sk-three-bounce .sk-child {
  background-color: #454545;
}

.text-grey {
  color: #454545 !important;
}

input#schedule-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input#schedule-time::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input#date-update::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input[readonly] {
  opacity: 0.5;
  background-color: #efeded !important;
  /* Adjust the opacity value as needed */
  pointer-events: none;
  /* Prevent interaction with the input */
}

#password {
  position: relative !important;
}

#password-confirm {
  position: relative !important;
}

.password-span {
  right: 5px;
  top: 23px;
  padding: 8px;
}

.availability-checkbox:hover {
  cursor: pointer;
}

/* .alert.alert-success.solid {
  background: #454545;
  color: #fff;
  border-color: #454545;
}

.alert.alert-success {
  background: rgb(44, 203, 44);
  color: #fff;
  border-color: rgb(44, 203, 44);
} */


/* Theme Changes */

.header {
  background-color: #000;
}

.content-body {
  background-color: #000;
}

.page-titles {
  background-color: #343434;
  border: solid 1px #C29F6D !important;
}


.card {
  border: solid 1px #C29F6D !important;

}


.card.dashboard-card {
  border: solid 1px #C29F6D !important;
}

.card-header:first-child {
  background-color: #343434 !important;
  border-bottom: solid 1px #C29F6D !important;
}


.quixnav,
.nav-header {
  background-color: #000000 !important;
}

.nav-header {
  border-bottom: 1px solid #3d3d3d
}

.h4,
h4 {
  color: #fff;
}

.page-titles h4 {
  color: #fff;
}

.hamburger .line {
  background: #fff !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control .hamburger .line {
  background: #fff !important;
}

.page-titles .breadcrumb li.active h4 {
  color: #a2a1a1 !important;
}

.header-right .nav-item .nav-link {
  color: #ccc !important;
}

.btn.btn-white {
  background: #C29F6D !important;
  border-color: #a4855a !important;
  color: #000 !important;
}

.quixnav .metismenu>li>a {
  color: #a9a5a5;
}

.quixnav .metismenu>li:hover>a,
.quixnav .metismenu>li:focus>a,
.quixnav .metismenu>li.mm-active>a {
  color: #C29F6D !important;
}

.navbar-expand .navbar-nav .dropdown-menu {
  background: #838282 !important;
  border-color: #222 !important;
}

.notification_dropdown .dropdown-menu-right .media {
  border-color: #222 !important;
}

.notification_dropdown .dropdown-menu-right .media .notify-time {
  color: #111;
}

.dashboard-card .dashboard-nav-btn {
  background-color: #C29F6D;
}

.card {
  background: #3d3d3d !important;
}

.jconfirm .jconfirm-box {
  background-color: darkgrey !important;
}

.modal-content {
  background-color: darkgrey !important;

}

.car-card .card-body .color-secondary {
  color: #fff !important;
}

.header-right .header-profile .dropdown-menu a:hover {
  color: #c29f6d !important;
}


/*
table.dataTable thead th {
  color:#dcdcdc;
}

table.dataTable tbody td {
  color:#dcdcdc;
} */

a {
  color: #65656d;
}

.page-titles .breadcrumb li h4 {
  color: #a78e6b;
}

.page-titles .text-dark {
  color: #a09d9d !important
}

.form-group label {
  color: #fff
}


.btn-danger:hover {
  background-color: #222;
}

.form-control.custom-form-void {
  color: #fff;
}

.table-data {
  color: #fff;
}

.table-data a {
  color: #fff !important;
}

table.dataTable thead th {
  color: #fff;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #ccc;
}

.stat-widget-two .stat-digit {
  color: #88755b;
}

.card-footer {
  border-top: solid 1px #C29F6D !important;
}



table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: #6a6666 !important;
}

/*
New changes 9/9/2024
Developed by : shafi
*/
.text-theme-lite {
  color: #88755b !important;
}

.no-records {
  font-size: 1.75rem;
  font-weight: 500;
  color: #88755b !important;
}

.vehicle-name {
  color: #88755b !important;
}

.login-background {
  background-image: url(../images/login-mobile-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-background::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#000000', GradientType=0);
}

@media screen and (min-width:640px) {

  .login-background {
    background-image: url(../images/login-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .login-background::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#000000', GradientType=0);
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background: #88755b !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #88755b !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #ccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #88755b !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #88755b !important;
  background: transparent !important;
}

.details-head {
  color: #ccc;
}

.details-value {
  color: #c29f6d
}

.page-titles .breadcrumb li.active {
  color: #c29f6d;
}

.bar-icon path {
  fill: #fff !important;
}

.edit-schedule path {
  fill: #fff !important;
}

.schedule-cancel path {
  fill: #fff !important;
}

.notification-clear {
  color: #ccc !important
}

.notification_dropdown .dropdown-menu-right .media .notify-time {
  color: #ccc;

}

.notification_dropdown .dropdown-menu-right .media p {
  color: #fff;
}

.notification_dropdown .dropdown-menu-right .media {
  border-color: #ccc !important
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #343434;
}

.notification_dropdown .dropdown-menu-right .media .media-body>span.success {
  background: #c29f6d;
}