.left-side-user1{
background:#fff;
padding:20px;
border-radius:8px;
box-shadow:0 4px 10px rgba(0,0,0,1.3);

}
.user-profile-box1{
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-align:center;
  padding: 15px 0;
  position: relative;

}

.user-profile-box1 img{
width:110px;
padding:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
height:110px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
position: relative;
}

.user-profile-box1 h4{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.customer-id{
  font-size: 12px;
  color: #777;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}
.sidebar-menu li a i {
  width: 18px;
  text-align: center;
  color: #ba273a;
}
.sidebar-menu li a:hover {
  background: #f9f2f3;
  color: #ba273a;
}
.sidebar-menu li a.active {
  background: #fdecee;
  color: #ba273a;
  font-weight: 600;
  border-left: 3px solid #ba273a;
}
.logout-box1 {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding: 12px 18px 0;
}

.logout-btn1 {
    display:flex;
    align-items:center;
  padding:10px 25px;
  width:fit-content;
  border-radius:8px;
  gap: 8px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition:0.4s;
  background:#a71d2a;
  
}

.logout-btn1:hover {
  color: #a71d2a;
  background:#fff;
}

.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: flex-start;
  margin-bottom: 25px;
}


.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[multiple] {
  height: 38px;
}
.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;
}

.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-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: 6px 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;
}
.icon-part {
      position: absolute;
    top: 86px;
    right: 73px;
}

.icon-part i{
    font-size:20px;
    background:#ba273a;
    color:#fff;
    height:40px;
    width:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ep-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}
.ep-modal.ep-open {
  display: flex;
}
.ep-box {
  background: #fff;
  border-radius: 16px;
  width: 520px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
  overflow: hidden;
  animation: epSlideIn 0.3s ease;
}
@keyframes epSlideIn {
  from { transform: translateY(-20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* Header */
.ep-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #BA273A;
}
.ep-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ep-header-icon {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ep-header-icon i { color: #fff; font-size: 15px; }
.ep-header h5 { margin: 0; font-size: 16px; color: #fff; font-weight: 600; }
.ep-close {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.ep-close:hover { background: rgba(255,255,255,0.35); }
.ep-close i { color: #fff; font-size: 14px; }

/* Body */
.ep-body { padding: 28px 24px 20px; }

/* Avatar */
.ep-avatar-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 24px;
}
.ep-avatar-wrap img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #BA273A;
}
.ep-avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #BA273A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background 0.2s;
}
.ep-avatar-edit:hover { background: #9e1f30; }
.ep-avatar-edit i { color: #fff; font-size: 11px; }

/* Field */
.ep-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ep-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 14px;
  transition: border-color 0.2s;
}
.ep-input-wrap:focus-within { border-color: #BA273A; }
.ep-input-wrap i { color: #bbb; font-size: 14px; }
.ep-input-wrap input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #333;
  background: transparent;
}

/* Footer */
.ep-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.ep-cancel {
  padding: 4px 20px;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #666;
  transition: all 0.2s;
}
.ep-cancel:hover { border-color: #BA273A; color: #BA273A; }
.ep-save {
  padding: 4px 20px;
  background: #BA273A;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: background 0.2s;
}
.ep-save:hover { background: #9e1f30; }

.bh-wrap { padding: 20px; }

.bh-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}
.bh-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-title i { color: #BA273A; }
.bh-filters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bh-select, .bh-date {
  padding: 0px 8px;
  height:40px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
  outline: none;
}
.bh-select:focus, .bh-date:focus { border-color: #BA273A; }
.bh-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0px 12px;
  height:40px;
  background: #fff;
}
.bh-search:focus-within { border-color: #BA273A; }
.bh-search i { color: #bbb; font-size: 13px; }
.bh-search input { border: none; outline: none; font-size: 13px; width: 160px; }

.bh-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.bh-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  transition:0.4s ease;
}
.bh-stat-card:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  border-color: #BA273A;
}
.bh-stat-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.bh-stat-card h6 { margin: 0 0 4px; font-size: 12px; color: #999; font-weight: 500; }
.bh-stat-card h3 { margin: 0; font-size: 22px; font-weight: 700; color: #333; }

.bh-table-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  overflow-x: auto;
  border: 1px solid #f0f0f0;
}

.bh-table-wrap::-webkit-scrollbar {
  height: 5px;
}
.bh-table-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.bh-table-wrap::-webkit-scrollbar-thumb {
  background: #BA273A;
  border-radius: 10px;
}

.bh-table { width: 100%; border-collapse: separate; font-size: 13px; border-spacing:0;}
.bh-table thead tr { background: #BA273A; }
.bh-table thead th {
  padding: 13px 15px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  
  white-space: nowrap;
}
.bh-table tbody tr { border-bottom: 1px solid #f5f5f5; transition: background 0.15s; }
.bh-table tbody tr:hover { background: #fff8f8; }
.bh-table tbody td { padding: 12px 15px; color: #444; vertical-align: middle; }

.bh-id { font-weight: 600; color: #BA273A; }

.bh-patient { display: flex; align-items: center; gap: 10px; }
.bh-patient-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #BA273A;
  color: #fff;
  font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bh-patient p { margin: 0; font-weight: 600; color: #333; font-size: 13px; }
.bh-patient span { font-size: 11px; color: #999; }

.bh-type {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff0f2; color: #BA273A;
  padding: 4px 10px; border-radius: 20px;
  font-size: 12px; font-weight: 500; white-space: nowrap;
}
.bh-location { font-size: 12px; color: #555; white-space: nowrap; }
.bh-location i { margin-right: 4px; }
.bh-date-text { margin: 0; font-size: 13px; color: #333; }
.bh-time { font-size: 11px; color: #999; }
.bh-amount { font-weight: 700; color: #333; }

.bh-badge {
  padding: 4px 12px; border-radius: 20px;
  font-size: 11px; font-weight: 600; white-space: nowrap;
}
.bh-badge.completed { background: #d1fae5; color: #059669; }
.bh-badge.pending   { background: #fff3cd; color: #d97706; }
.bh-badge.cancelled { background: #fee2e2; color: #dc2626; }
.bh-badge.onway     { background: #dbeafe; color: #2563eb; }

.bh-view {
  width: 32px; height: 32px;
  background: #fff0f2; color: #BA273A;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
}
.bh-view:hover { background: #BA273A; color: #fff; }

.add-staff-btn {
  background: #1d4ed8 !important;
}
.add-staff-btn:hover {
  background: #1e40af !important;
}

/* Form */
.ds-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  animation: epSlideIn 0.3s ease;
}
.ds-form-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ds-form-title i { color: #BA273A; }
.ds-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.ds-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.ds-field input  {
  width: 100%;
  padding: 6px 12px;
  border: 1.5px solid #e5e5e5;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.ds-field select{
     width: 100%;
  height:40px;
  border: 1.5px solid #e5e5e5;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s; 
}
.ds-field input:focus, .ds-field select:focus { border-color: #BA273A; }
.ds-form-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
.ds-cancel {
  padding: 4px 20px;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #666;
  transition: all 0.2s;
}
.ds-cancel:hover { border-color: #BA273A; color: #BA273A; }
.ds-save {
  padding: 4px 22px;
  background: #BA273A;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: background 0.2s;
}
.ds-save:hover { background: #9e1f30; }

.ds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ds-col {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.ds-col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}
.ds-col-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ds-col-title i { color: #BA273A; }
.ds-count {
  background: #BA273A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
}
.ds-actions { display: flex; gap: 6px; }
.ds-delete { background: #fee2e2 !important; color: #dc2626 !important; }
.ds-delete:hover { background: #dc2626 !important; color: #fff !important; }
.ep-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.ep-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ep-stat-card:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  border-color: #BA273A;
}
.ep-stat-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.ep-stat-info h6 { margin: 0 0 3px; font-size: 11px; color: #999; font-weight: 500; }
.ep-stat-info h3 { margin: 0 0 3px; font-size: 20px; font-weight: 700; color: #333; }
.ep-stat-sub { font-size: 11px; color: #999; }
.ep-stat-sub.up { color: #10b981; }

.ep-filters { display: flex; align-items: center; gap: 8px; }

.ep-desc {
  display: flex; align-items: center; gap: 10px;
}
.ep-desc i { font-size: 16px; flex-shrink: 0; }
.ep-desc p { margin: 0; font-size: 13px; font-weight: 600; color: #333; }
.ep-desc span { font-size: 11px; color: #999; }

.ep-type {
  padding: 3px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 600;
}
.ep-type.credit { background: #d1fae5; color: #059669; }
.ep-type.debit  { background: #fee2e2; color: #dc2626; }

.ep-credit { font-weight: 700; color: #059669; }
.ep-debit  { font-weight: 700; color: #dc2626; }
.ep-balance { font-weight: 700; color: #333; }
.rf-summary {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top:25px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
}
.rf-summary-left {
  text-align: center;
  flex-shrink: 0;
}
.rf-big-rating {
  font-size: 56px;
  font-weight: 800;
  color: #333;
  line-height: 1;
  margin-bottom: 8px;
}
.rf-stars { margin-bottom: 6px; }
.rf-stars i { color: #f59e0b; font-size: 16px; }
.rf-summary-left span { font-size: 12px; color: #999; }
.rf-summary-right { flex: 1; }

/* Bars */
.rf-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.rf-bar-row span { font-size: 12px; color: #555; width: 32px; white-space: nowrap; }
.rf-bar-row span i { color: #f59e0b; font-size: 10px; }
.rf-bar-wrap {
  flex: 1;
  background: #f0f0f0;
  border-radius: 20px;
  height: 8px;
  overflow: hidden;
}
.rf-bar {
  height: 100%;
  border-radius: 20px;
}

/* Reviews */
.rf-reviews-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.rf-reviews-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rf-review-item {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 14px;
  transition: box-shadow 0.2s;
}
.rf-review-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.rf-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.rf-review-stars i { color: #f59e0b; font-size: 13px; }
.rf-review-text {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 10px;
}
.rf-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.rf-tags span {
  background: #f0f4ff;
  color: #3b82f6;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
}

.rf-summary-left {
  text-align: center;
  flex-shrink: 0;
}
.rf-big-rating {
  font-size: 56px;
  font-weight: 800;
  color: #333;
  line-height: 1;
  margin-bottom: 8px;
}
.rf-stars { margin-bottom: 6px; }
.rf-stars i { color: #f59e0b; font-size: 16px; }
.rf-summary-left span { font-size: 12px; color: #999; }
.rf-summary-right { flex: 1; }
.rf-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.rf-bar-row span { font-size: 12px; color: #555; width: 32px; white-space: nowrap; }
.rf-bar-row span i { color: #f59e0b; font-size: 10px; }
.rf-bar-wrap {
  flex: 1;
  background: #f0f0f0;
  border-radius: 20px;
  height: 8px;
  overflow: hidden;
}
.rf-bar { height: 100%; border-radius: 20px; }

.rf-reviews-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

/* Avg Rating */
.rf-avg { display: flex; flex-direction: column; gap: 3px; }
.rf-avg-num { font-size: 16px; font-weight: 700; color: #333; }
.rf-mini-stars i { color: #f59e0b; font-size: 10px; }

/* Star counts */
.rf-total { font-weight: 700; color: #333; }
.rf-s5 { color: #10b981; font-weight: 600; }
.rf-s4 { color: #10b981; font-weight: 600; }
.rf-s3 { color: #f59e0b; font-weight: 600; }
.rf-s2 { color: #ef4444; font-weight: 600; }
.rf-s1 { color: #ef4444; font-weight: 600; }

/* Expand Button */
.rf-expand-btn {
  padding: 5px 14px;
  background: #fff0f2;
  color: #BA273A;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.rf-expand-btn:hover { background: #BA273A; color: #fff; }

/* Inline Reviews */
.rf-review-row td { background: #fafafa; padding: 16px !important; }
.rf-inline-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.rf-review-item {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  transition: box-shadow 0.2s;
}
.rf-review-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.rf-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.rf-review-stars i { color: #f59e0b; font-size: 12px; }
.rf-review-text { font-size: 13px; color: #555; line-height: 1.6; margin: 0; }
/* Header */

.kyc-head-wrap{
  background:#fff;
  border-radius:16px;
  padding:22px 25px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:1px solid #ccc;
  margin-bottom:22px;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

.kyc-main-title{
  font-size:28px;
  font-weight:700;
  margin-bottom:5px;
  color:#222;
}

.kyc-sub-text{
  font-size:14px;
  color:#777;
}

.kyc-verify-badge{
  background:#e8fff1;
  color:#16a34a;
  padding:10px 16px;
  border-radius:40px;
  font-size:13px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:8px;
}

/* Layout */

.kyc-layout-grid{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:22px;
}

/* Profile */

.kyc-profile-card{
  background:#fff;
  border-radius:18px;
  padding:20px 0px 10px;
  border:1px solid #ccc;
  box-shadow:0 4px 16px rgba(0,0,0,0.06);
  transition:0.4s ease;
}
.kyc-profile-card:hover{
    border-color:#BA273A;
      box-shadow:0 4px 16px rgba(0,0,0,0.1);
      transform:scale(1.01);
}


.kyc-driver-top{
  text-align:center;
  margin-bottom:25px;
}

.kyc-driver-img{
  width:95px;
  height:95px;
  border-radius:50%;
  background:#BA273A;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:34px;
  margin-bottom:14px;
}

.kyc-driver-top h3{
  margin:0;
  font-size:22px;
  color:#222;
}

.kyc-driver-top span{
  color:#888;
  font-size:14px;
}

.kyc-driver-details{
  display:flex;
  flex-direction:column;
}

.kyc-detail-item{
  padding-bottom:8px;
  border-bottom:1px solid #f1f1f1;
}
.kyc-detail-item:last-child{
  border-bottom: none;
}

.kyc-detail-item label{
  display:block;
  font-size:13px;
  color:#999;
  padding:0px 24px;
  margin-bottom:5px;
}

.kyc-detail-item p{
  margin:0;
  font-size:15px;
  padding:0px 24px;
  font-weight:600;
  color:#333;
}


.kyc-documents-wrap{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.kyc-doc-card{
  background:#fff;
  border-radius:16px;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 4px 14px rgba(0,0,0,0.09);
  transition:0.3s;
  border:1px solid #fff;
}

.kyc-doc-card:hover{
  transform:translateY(-3px);
  border-color:#BA273A;
      box-shadow:0 4px 16px rgba(0,0,0,0.1);
      transform:scale(1.01);
}

.kyc-doc-icon{
  width:58px;
  height:58px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex-shrink:0;
}

.red-bg{
  background:#fde7ea;
  color:#BA273A;
}

.blue-bg{
  background:#e0edff;
  color:#2563eb;
}

.green-bg{
  background:#dcfce7;
  color:#16a34a;
}

.orange-bg{
  background:#ffedd5;
  color:#f97316;
}

.purple-bg{
  background:#f3e8ff;
  color:#9333ea;
}

.kyc-doc-info{
  flex:1;
}

.kyc-doc-info h4{
  margin:0 0 5px;
  font-size:17px;
  color:#222;
}

.kyc-doc-info span{
  font-size:13px;
  color:#888;
}

.kyc-doc-number{
  font-size:15px;
  font-weight:700;
  color:#333;
}

.verified-text{
  color:#16a34a;
}
.subcription-cards .vendor-card-plan{
    width:330px;
}

.menu-icon-vendor i{
    font-size:25px;
}
.menu-icon-vendor{
    display:none;
}
.mandatory-field{
    color:#BA273A;
    font-size:16px;
}
.left-side-wrap1{
    position: fixed;
    top: 145px;
    width: 290px;
    overflow-y: auto;
    z-index: 999;
    box-shadow:0px 5px 15px rgba(0,0,0,1.3);
    height: calc(100vh - 150px);
}

.left-side-wrap1::-webkit-scrollbar {
    width: 6px;
}

.left-side-wrap1::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.left-side-wrap1::-webkit-scrollbar-thumb {
    background: #f4f4f4;
    border-radius: 10px;
}

.left-side-wrap1::-webkit-scrollbar-thumb:hover {
    background: #fafafa;
}


.user-dash .row {
  align-items: flex-start;
}
