.user-dash {
  padding: 40px 0px;
}
.user-head {
  font-size: 20px;
  font-weight: 600;
}
.user-dash {
  padding: 40px 0px;
}
.user-head {
  font-size: 20px;
  font-weight: 600;
}

.container-fluid {
  padding: 0px 47px 0px !important;
}

.dashboard-cards {
  margin-bottom: 30px;
}

.dash-card {
  background: #fff;
  border: 1px solid #ba273a;
  border-radius: 10px;
  padding: 45px 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 20px;
  height: 150px;
}
.dash-card-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dash-card i {
  font-size: 45px;
  color: #ba273a;
  margin-bottom: 10px;
}

.dash-card-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.dash-card-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.dash-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.active-card {
  border-color: #28a745;
}

.active-card i {
  color: #28a745;
}

.live-status-section {
  margin-bottom: 30px;
}
.status-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
  transition: 0.3s;
}
.status-card i {
  font-size: 22px;
  margin-bottom: 10px;
}
.status-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.status-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 20px;
  background: #ddd;
}
.status-card.online i {
  color: #28a745;
}
.status-card.driver i {
  color: #2864be;
}
.status-card.gps i {
  color: #ba273a;
}
.status-badge {
  background: #28a745;
  color: #fff;
}
.status-badge.available {
  background: #28a745;
}
.status-badge.active {
  background: #ba273a;
}
.status-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  transition: 0.3s;
}
.status-toggle.active {
  background: #28a745;
}
.status-toggle.off {
  background: #dc3545;
}
.status-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.section-heading {
  margin-bottom: 20px;
}
.section-heading h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
.section-heading p {
  font-size: 16px;
  color: #777;
  margin: 0;
}
.quick-action-section {
  margin-bottom: 30px;
}
.action-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.action-card i {
  font-size: 22px;
  margin-bottom: 10px;
}
.action-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.action-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}
.action-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 5px;
  background: #ba273a;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.action-card.add i {
  color: #ba273a;
}
.action-card.toggle i {
  color: #ba273a;
}
.action-card.emergency i {
  color: #ba273a;
}
.emergency-btn {
  background: #ba273a;
}
.action-btn:hover {
  color: #fff;
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.ambulance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* Left Side */
.ambulance-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.ambulance-title p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Button */
.add-ambulance-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ba273a;
  color: #fff;
  padding: 9px 16px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}
.add-ambulance-btn:hover {
  background: #ba273a;
  color: #fff;
}

.ambulance-form-section {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.ambulance-form-section.active {
  display: block;
}

/* Heading */
.form-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.form-heading p {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

/* Inputs */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.form-control1 {
  width: 100% !important;
  height: 42px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 0 10px !important;
  font-size: 13px !important;
  color: #212529;
}
.form-submit {
  text-align: center;
  margin-top: 10px;
}
.save-btn {
  background: #ba273a;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

.save-btn:hover {
  background: #8f1d2c;
}

.ambulance-table-section {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}

/* Table */
.ambulance-table {
  width: 100%;
  border-collapse: collapse;
}

/* Header */
.ambulance-table thead {
  background: #f8f8f8;
}

.ambulance-table th {
  padding: 12px;
  font-size: 13px;
  text-align: left;
  color: #444;
}

/* Body */
.ambulance-table td {
  padding: 12px;
  font-size: 13px;
  border-top: 1px solid #eee;
  border-right: 1px solid #ccc;
}
.ambulance-table tbody tr:hover {
  background: #fafafa;
}
.ambulance-table tr,
.ambulance-table th {
  min-width: 160px;
  border: 1px solid #ccc;
}
.edit-btn {
  color: #2864be;
  margin-right: 15px;
}
.delete-btn {
  color: #ba273a;
}
.availability-section {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
}
.availability-box {
  margin-top: 15px;
}
.availability-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.availability-item:last-child {
  border-bottom: none;
}
.availability-item h4 {
  font-size: 15px;
  margin-bottom: 3px;
}
.availability-item p {
  font-size: 12px;
  color: #777;
  margin: 0;
}
.toggle-switch {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  background: #ccc;
  color: #fff;
}
.toggle-switch.active {
  background: #ba273a;
}
.auto-check {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/*-----------------------------------*/
/*-------------live request page-----*/
/*-----------------------------------*/
.request-map {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #ba273a;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 25px;
}

.blink-dot {
  width: 8px;
  height: 8px;
  background: #ba273a;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
.timer {
  font-size: 12px;
  color: #ba273a;
  font-weight: 600;
}

/* Overlay */
.reject-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

/* Box */
.reject-box {
  background: #fff;
  padding: 20px;
  width: 600px;
  border-radius: 10px;
}

.reject-box h4 {
  margin-bottom: 10px;
}
.reject-box select {
  width: 100%;
  height: 38px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.popup-actions {
  display: flex;
  gap: 10px;
}
.popup-actions button {
  flex: 1;
  padding: 8px;
  border: none;
  background: #ba273a;
  color: #fff;
  border-radius: 5px;
}
.cancel-btn {
  background: #ccc;
  color: #333;
}

/* Timeline Wrapper */
.trip-timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

/* Line */
.trip-timeline::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

/* Step */
.timeline-step {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 25%;
}

/* Circle */
.timeline-step .circle {
  width: 32px;
  height: 32px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  color: #fff;
  font-size: 13px;
}

/* Text */
.timeline-step p {
  font-size: 11px;
  margin: 0;
}

/* Active Step */
.timeline-step.active .circle {
  background: #ba273a;
}

/* Completed */
.timeline-step.completed .circle {
  background: #28a745;
}
.trip-header h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.trip-body p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.trip-call .call-btn {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ba273a;
}
.call-btn:hover {
  background: #ba273a;
  color: #fff;
}
.call-btn i {
  margin-right: 5px;
}
.active-trip-card {
  display: none;
  padding: 25px 0px;
}
.completed-trip-card {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #28a745;
  border-radius: 10px;
  padding: 18px;
  margin-top: 20px;
}

/* Header */
.completed-header h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.completed-header i {
  color: #28a745;
  margin-right: 6px;
}

/* Body */
.completed-body p {
  font-size: 13px;
  margin: 5px 0;
}

.completed-body i {
  margin-right: 6px;
  color: #28a745;
}

/* Info */
.completed-info {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.completed-info span {
  background: #f5f5f5;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 5px;
}
.incoming-request-full {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

/* Map */
.request-map iframe {
  width: 100%;
  height: 200px;
  border: none;
}

/* Details */
.request-details {
  padding: 15px;
}

.request-details h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.request-details h4 i {
  color: #ba273a;
  margin-right: 6px;
}

/* Location */
.location-box p {
  font-size: 13px;
  margin: 4px 0;
}

.location-box i {
  margin-right: 6px;
  color: #ba273a;
}

/* Meta */
.request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.request-meta div {
  background: #f5f5f5;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.request-meta i {
  margin-right: 5px;
  color: #ba273a;
}
.request-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.accept-btn {
  flex: 1;
  background: #28a745;
  color: #fff;
  border: none;
  padding: 9px;
  border-radius: 6px;
}
.main-head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-side-span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.reject-btn {
  flex: 1;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 9px;
  border-radius: 6px;
}

.booking-filter-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.filter-row {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.filter-group {
  flex: 1;
}

.filter-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.filter-group input,
.filter-group select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 8px;
}
.booking-report-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Row */
.report-row {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

/* Group */
.report-group {
  flex: 1;
}

.report-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.report-group input,
.report-group select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 8px;
  font-size: 13px;
}

/* Buttons */
.report-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.csv-btn {
  background: #2864be;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
}

.pdf-btn {
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
}

/* Summary */
.monthly-summary {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.monthly-summary p {
  margin-bottom: 5px;
}
.monthly-summary span {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.ambulance-table td img {
  height: 50px;
  width: 50px;
}

/* form same hi */
.ambulance-form-section {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* input */
.form-control2 {
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: 0.3s;
}

/* file */
input[type="file"].form-control2 {
  padding: 6px;
}

/* focus */
.form-control1:focus,
.form-control1:focus {
  border-color: #2864be;
  box-shadow: 0 0 0 2px rgba(40, 100, 190, 0.1);
  outline: none;
}

.shift-management-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

.shift-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.shift-group {
  flex: 1;
  min-width: 180px;
}

.shift-group label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.shift-group input,
.shift-group select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 8px;
  font-size: 13px;
}

.assign-btn {
  margin-top: 15px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 6px;
}
.oncall-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Item */
.oncall-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.oncall-item:last-child {
  border-bottom: none;
}

/* Status */
.status-badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
}

.status-badge.on {
  background: #28a745;
}

.status-badge.off {
  background: #ba273a;
}

.wallet-overview {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
}

/* Heading */
.wallet-overview h4 {
  margin-bottom: 15px;
}

/* Cards */
.wallet-cards {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.wallet-card {
  flex: 1;
  min-width: 180px;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
}

/* Variants */
.wallet-card.total {
  background: #2864be;
}

.wallet-card.pending {
  background: #ba273a;
}

.wallet-card.settled {
  background: #28a745;
}

/* Text */
.wallet-card p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
}

.wallet-card h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.payout-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Box */
.payout-box {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.payout-box h5 {
  margin-bottom: 10px;
}

/* Bank Form */
.bank-details {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.bank-details div {
  flex: 1;
  min-width: 180px;
}

.bank-details label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

.bank-details input {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 8px;
}

/* Button */
.save-bank-btn {
  margin-top: 10px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
}

/* Table */
.transaction-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.transaction-table th,
.transaction-table td {
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #eee;
  border: 1px solid #ccc;
  text-align: left;
}

.transaction-table th {
  background: #f8f8f8;
}

.container-fluid {
  padding: 0px 47px 0px !important;
}

.dashboard-cards {
  margin-bottom: 30px;
}

.dash-card {
  background: #fff;
  border: 1px solid #ba273a;
  border-radius: 10px;
  padding: 45px 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 20px;
  height: 150px;
}
.dash-card-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dash-card i {
  font-size: 45px;
  color: #ba273a;
  margin-bottom: 10px;
}

.dash-card-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.dash-card-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.dash-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.active-card {
  border-color: #28a745;
}

.active-card i {
  color: #28a745;
}

.live-status-section {
  margin-bottom: 30px;
}
.status-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
  transition: 0.3s;
}
.status-card i {
  font-size: 22px;
  margin-bottom: 10px;
}
.status-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.status-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 20px;
  background: #ddd;
}
.status-card.online i {
  color: #28a745;
}
.status-card.driver i {
  color: #2864be;
}
.status-card.gps i {
  color: #ba273a;
}
.status-badge {
  background: #28a745;
  color: #fff;
}
.status-badge.available {
  background: #28a745;
}
.status-badge.active {
  background: #ba273a;
}
.status-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  transition: 0.3s;
}
.status-toggle.active {
  background: #28a745;
}
.status-toggle.off {
  background: #dc3545;
}
.status-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.section-heading {
  margin-bottom: 20px;
}
.section-heading h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
.section-heading p {
  font-size: 16px;
  color: #777;
  margin: 0;
}
.quick-action-section {
  margin-bottom: 30px;
}
.action-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.action-card i {
  font-size: 22px;
  margin-bottom: 10px;
}
.action-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.action-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}
.action-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 5px;
  background: #ba273a;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.action-card.add i {
  color: #ba273a;
}
.action-card.toggle i {
  color: #ba273a;
}
.action-card.emergency i {
  color: #ba273a;
}
.emergency-btn {
  background: #ba273a;
}
.action-btn:hover {
  color: #fff;
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.ambulance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* Left Side */
.ambulance-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.ambulance-title p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Button */
.add-ambulance-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ba273a;
  color: #fff;
  padding: 9px 16px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}
.add-ambulance-btn:hover {
  background: #ba273a;
  color: #fff;
}

.ambulance-form-section {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.ambulance-form-section.active {
  display: block;
}

/* Heading */
.form-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.form-heading p {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

/* Inputs */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.form-control1 {
  width: 100% !important;
  height: 42px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 0 10px !important;
  font-size: 13px !important;
  color: #212529;
}
.form-submit {
  text-align: center;
  margin-top: 10px;
}
.save-btn {
  background: #ba273a;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

.save-btn:hover {
  background: #8f1d2c;
}

.ambulance-table-section {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}

/* Table */
.ambulance-table {
  width: 100%;
  border-collapse: collapse;
}

/* Header */
.ambulance-table thead {
  background: #f8f8f8;
}

.ambulance-table th {
  padding: 12px;
  font-size: 13px;
  text-align: left;
  color: #444;
}

/* Body */
.ambulance-table td {
  padding: 12px;
  font-size: 13px;
  border-top: 1px solid #eee;
  border-right: 1px solid #ccc;
}
.ambulance-table tbody tr:hover {
  background: #fafafa;
}
.ambulance-table tr,
.ambulance-table th {
  min-width: 160px;
  border: 1px solid #ccc;
}
.edit-btn {
  color: #2864be;
  margin-right: 15px;
}
.delete-btn {
  color: #ba273a;
}
.availability-section {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
}
.availability-box {
  margin-top: 15px;
}
.availability-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.availability-item:last-child {
  border-bottom: none;
}
.availability-item h4 {
  font-size: 15px;
  margin-bottom: 3px;
}
.availability-item p {
  font-size: 12px;
  color: #777;
  margin: 0;
}
.toggle-switch {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  background: #ccc;
  color: #fff;
}
.toggle-switch.active {
  background: #ba273a;
}
.auto-check {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/*-----------------------------------*/
/*-------------live request page-----*/
/*-----------------------------------*/
.request-map {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #ba273a;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 25px;
}

.blink-dot {
  width: 8px;
  height: 8px;
  background: #ba273a;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
.timer {
  font-size: 12px;
  color: #ba273a;
  font-weight: 600;
}

/* Overlay */
.reject-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

/* Box */
.reject-box {
  background: #fff;
  padding: 20px;
  width: 600px;
  border-radius: 10px;
}

.reject-box h4 {
  margin-bottom: 10px;
}
.reject-box select {
  width: 100%;
  height: 38px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.popup-actions {
  display: flex;
  gap: 10px;
}
.popup-actions button {
  flex: 1;
  padding: 8px;
  border: none;
  background: #ba273a;
  color: #fff;
  border-radius: 5px;
}
.cancel-btn {
  background: #ccc;
  color: #333;
}

/* Timeline Wrapper */
.trip-timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

/* Line */
.trip-timeline::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

/* Step */
.timeline-step {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 25%;
}

/* Circle */
.timeline-step .circle {
  width: 32px;
  height: 32px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  color: #fff;
  font-size: 13px;
}

/* Text */
.timeline-step p {
  font-size: 11px;
  margin: 0;
}

/* Active Step */
.timeline-step.active .circle {
  background: #ba273a;
}

/* Completed */
.timeline-step.completed .circle {
  background: #28a745;
}
.trip-header h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.trip-body p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.trip-call .call-btn {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ba273a;
}
.call-btn:hover {
  background: #ba273a;
  color: #fff;
}
.call-btn i {
  margin-right: 5px;
}
.active-trip-card {
  display: none;
  padding: 25px 0px;
}
.completed-trip-card {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #28a745;
  border-radius: 10px;
  padding: 18px;
  margin-top: 20px;
}

/* Header */
.completed-header h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.completed-header i {
  color: #28a745;
  margin-right: 6px;
}

/* Body */
.completed-body p {
  font-size: 13px;
  margin: 5px 0;
}

.completed-body i {
  margin-right: 6px;
  color: #28a745;
}

/* Info */
.completed-info {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.completed-info span {
  background: #f5f5f5;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 5px;
}
.incoming-request-full {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

/* Map */
.request-map iframe {
  width: 100%;
  height: 200px;
  border: none;
}

/* Details */
.request-details {
  padding: 15px;
}

.request-details h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.request-details h4 i {
  color: #ba273a;
  margin-right: 6px;
}

/* Location */
.location-box p {
  font-size: 13px;
  margin: 4px 0;
}

.location-box i {
  margin-right: 6px;
  color: #ba273a;
}

/* Meta */
.request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.request-meta div {
  background: #f5f5f5;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.request-meta i {
  margin-right: 5px;
  color: #ba273a;
}
.request-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.accept-btn {
  flex: 1;
  background: #28a745;
  color: #fff;
  border: none;
  padding: 9px;
  border-radius: 6px;
}
.main-head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-side-span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.reject-btn {
  flex: 1;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 9px;
  border-radius: 6px;
}

.booking-filter-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.filter-row {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.filter-group {
  flex: 1;
}

.filter-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.filter-group input,
.filter-group select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 8px;
}
.booking-report-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Row */
.report-row {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

/* Group */
.report-group {
  flex: 1;
}

.report-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.report-group input,
.report-group select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 8px;
  font-size: 13px;
}

/* Buttons */
.report-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.csv-btn {
  background: #2864be;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
}

.pdf-btn {
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
}

/* Summary */
.monthly-summary {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.monthly-summary p {
  margin-bottom: 5px;
}
.monthly-summary span {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.ambulance-table td img {
  height: 50px;
  width: 50px;
}

/* form same hi */
.ambulance-form-section {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* input */
.form-control2 {
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: 0.3s;
}

/* file */
input[type="file"].form-control2 {
  padding: 6px;
}

/* focus */
.form-control1:focus,
.form-control1:focus {
  border-color: #2864be;
  box-shadow: 0 0 0 2px rgba(40, 100, 190, 0.1);
  outline: none;
}

.shift-management-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

.shift-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.shift-group {
  flex: 1;
  min-width: 180px;
}

.shift-group label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.shift-group input,
.shift-group select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 8px;
  font-size: 13px;
}

.assign-btn {
  margin-top: 15px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 6px;
}
.oncall-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Item */
.oncall-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.oncall-item:last-child {
  border-bottom: none;
}

/* Status */
.status-badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
}

.status-badge.on {
  background: #28a745;
}

.status-badge.off {
  background: #ba273a;
}

.wallet-overview {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
}

/* Heading */
.wallet-overview h4 {
  margin-bottom: 15px;
}

/* Cards */
.wallet-cards {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.wallet-card {
  flex: 1;
  min-width: 180px;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
}

/* Variants */
.wallet-card.total {
  background: #2864be;
}

.wallet-card.pending {
  background: #ba273a;
}

.wallet-card.settled {
  background: #28a745;
}

/* Text */
.wallet-card p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
}

.wallet-card h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.payout-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Box */
.payout-box {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.payout-box h5 {
  margin-bottom: 10px;
}

/* Bank Form */
.bank-details {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.bank-details div {
  flex: 1;
  min-width: 180px;
}

.bank-details label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

.bank-details input {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 8px;
}

/* Button */
.save-bank-btn {
  margin-top: 10px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
}

/* Table */
.transaction-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.transaction-table th,
.transaction-table td {
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #eee;
  border: 1px solid #ccc;
  text-align: left;
}

.transaction-table th {
  background: #f8f8f8;
}

.document-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* Item */
.doc-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.doc-item:last-child {
  border-bottom: none;
}

.doc-item label {
  width: 180px;
  font-size: 13px;
}

.doc-item input {
  flex: 1;
}

/* Status */
.status {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
}

/* Variants */
.status.approved {
  background: #28a745;
}

.status.review {
  background: #f0ad4e;
}

.status.expired {
  background: #ba273a;
}

.doc-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
}

/* Grid */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

/* Card */
.doc-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  background: #fafafa;
}

.doc-card:hover {
  border-color: #ba273a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.doc-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
.doc-top i {
  color: #ba273a;
}
.doc-bottom input {
  display: none;
}

.doc-bottom label {
  display: block;
  text-align: center;
  background: #ba273a;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}
/* Top align fix */
.doc-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Push status right */
.doc-top .doc-status {
  margin-left: auto;
}

/* Status */
.doc-status {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 20px;
  color: #fff;
}

/* Variants */
.doc-status.approved {
  background: #28a745;
}

.doc-status.review {
  background: #f0ad4e;
}

.doc-status.expired {
  background: #ba273a;
}
.expiry-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* List */
.expiry-list {
  margin-top: 15px;
}

/* Card */
.expiry-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Content */
.expiry-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.expiry-content span {
  font-size: 11px;
  color: #666;
}

/* Icons */
.expiry-card i {
  font-size: 16px;
  margin-top: 2px;
}

/* Variants */
.expiry-card.warning {
  background: #fff4e5;
  border-left: 4px solid #f0ad4e;
}

.expiry-card.warning i {
  color: #f0ad4e;
}

.expiry-card.danger {
  background: #fdecea;
  border-left: 4px solid #ba273a;
}

.expiry-card.danger i {
  color: #ba273a;
}

.rating-overview {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
}

/* Layout */
.rating-box {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  align-items: center;
}

/* Left */
.rating-left h2 {
  font-size: 40px;
  margin: 0;
  color: #ba273a;
}

.stars i {
  color: #ba273a;
  font-size: 14px;
}

.rating-left p {
  font-size: 12px;
  margin-top: 5px;
}

/* Right */
.rating-right {
  flex: 1;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rating-bar span {
  width: 60px;
  font-size: 12px;
}
.bar {
  flex: 1;
  height: 6px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}
.fill {
  height: 100%;
  background: #ba273a;
}
.feedback-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* Card */
.feedback-card {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.feedback-card:last-child {
  border-bottom: none;
}
.feedback-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-top strong {
  font-size: 13px;
}
.stars i {
  color: #f4c150;
  font-size: 12px;
}
.feedback-text {
  font-size: 13px;
  margin: 6px 0;
  color: #444;
}
.feedback-date {
  font-size: 11px;
  color: #888;
}
.issue-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* Grid */
.issue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

/* Card */
.issue-card {
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

/* Icons */
.issue-card i {
  font-size: 28px;
  margin-bottom: 6px;
}

/* Title */
.issue-card h5 {
  font-size: 20px;
  margin: 5px 0;
  color:#fff;
}

/* Count */
.issue-card p {
  font-size: 13px;
  margin: 0;
  color:#fff;
}

/* Variants */
.issue-card.delay {
  background: #f0ad4e;
}

.issue-card.behavior {
  background: #ba273a;
}

.issue-card.equipment {
  background: #2864be;
}
.insight-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* List */
.insight-list {
  margin-top: 15px;
}
.insight-card {
  display: flex;
  gap: 20px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  transition: 0.3s;
}
.insight-card:hover {
  border-color: #ba273a;
  background: #f9fbff;
}

.insight-card i {
  font-size: 20px;
  color: #ba273a;
  margin-top: 3px;
}

/* Content */
.insight-content h5 {
  font-size: 14px;
  margin: 0;
}

.insight-content p {
  font-size: 12px;
  margin-top: 4px;
  color: #555;
}
.profile-settings {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
}

/* Row */
.profile-row {
  display: flex;
  gap: 15px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* Group */
.profile-group {
  flex: 1;
  min-width: 200px;
}

.profile-group.full {
  flex: 100%;
}


/* Label */
.profile-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* Input */
.profile-group input {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 13px;
}

/* Button */
.save-profile-btn {
  margin-top: 15px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 6px;
}
.pricing-settings {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* Row */
.pricing-row {
  display: flex;
  gap: 15px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* Group */
.pricing-group {
  flex: 1;
  min-width: 200px;
}

/* Label */
.pricing-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* Input */
.pricing-group input {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 13px;
}

/* Button */
.save-pricing-btn {
  margin-top: 15px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 6px;
}
.support-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* Grid */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

/* Card */
.support-card {
  text-align: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: 0.3s;
}

.support-card:hover {
  border-color: #ba273a;
  background: #f9fbff;
}

/* Icon */
.support-card i {
  font-size: 18px;
  color: #ba273a;
  margin-bottom: 8px;
}

/* Text */
.support-card h5 {
  font-size: 14px;
  margin: 5px 0;
}

.support-card p {
  font-size: 12px;
  color: #555;
}

/* Button */
.support-btn {
  margin-top: 8px;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 7px 12px;
  border-radius: 6px;
}

/* Emergency */
.emergency-box {
  margin-top: 20px;
  padding: 12px;
  background: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.emergency-box i {
  color: #ba273a;
  font-size: 16px;
}

.emergency-btn {
  margin-left: auto;
  background: #ba273a;
  color: #fff;
  border: none;
  padding: 7px 14px;
  border-radius: 6px;
}
