.card-head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.card-head .card-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-head .card-name .vehicleImg{
  width: 55px;
  margin: 0px 10px 0px 10px;
  text-align: center;
}
.card-head .card-name .vehicleImg img{
  width: 55px;
  height: 40px;
}
.card-head .vehicle-status{
  list-style: none;
  display: flex;
}
.card-head .status {
    position: relative;
}

/* Status icon alignment in vehicle cards (sidebar) - PERFECT ALIGNMENT */
.status {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.status i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.status img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 24px !important;
    max-height: 24px !important;
}
/* Satellite icon with centered count overlay */
.satellite-status {
  position: relative !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.satellite-status img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 24px !important;
  height: auto !important;
}

.satellite-count-overlay {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #0F766E !important;
  line-height: 1 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

/* Accordion toggle button */
.accordion-toggle-btn {
  border: none !important;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.accordion-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 50% !important;
}

.accordion-toggle-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-toggle-btn:not(.collapsed) i {
  transform: rotate(180deg) !important;
}

.accordion-toggle-btn i {
  font-size: 20px !important;
  transition: transform 0.2s ease !important;
  display: block !important;
  color: #64748B !important;
}

/* Legacy satellite text (deprecated, using overlay now) */
.satellite-txt {
  font-size: 9px;
  margin-top: 0;
  margin-left: -10px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/* Sidebar menu link visibility fix - ensure text is visible on dark background */
.sidebar-dark .nav-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sidebar-dark .nav-sidebar .nav-link:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.sidebar-dark .nav-sidebar .nav-link.active {
  color: #ffffff !important;
  background-color: rgba(15, 118, 110, 0.2) !important;
}

.sidebar-dark .nav-sidebar .nav-link i {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sidebar-dark .nav-sidebar .nav-link:hover i,
.sidebar-dark .nav-sidebar .nav-link.active i {
  color: #0F766E !important;
}

.sidebar-dark .nav-sidebar .nav-link span {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sidebar-dark .nav-sidebar .nav-link span .d-block {
  color: rgba(255, 255, 255, 0.5) !important;
}

.sidebar-dark .nav-item-header .text-uppercase {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Sidebar header "Navigation" title visibility */
.sidebar-dark h5,
.sidebar-dark .sidebar-section h5 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600 !important;
}

.sidebar-dark .sidebar-resize-hide {
  color: rgba(255, 255, 255, 0.9) !important;
}

.card-head .card-name h3 span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #848f9a;
  display: block;
}
.card-head .vehicle-status li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status img {
  height: 16px;
  margin: 0px;
  vertical-align: middle;
}
.parking-css {
    margin-left: -15px;
    width: 100%;
}
.parking-css span {
    padding-top: 4px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: red;
}
.accordion-body {
  padding: 1rem;
  background-color: #f9fafb; /* light background */
  border-top: 1px solid #e5e7eb; /* subtle top border */
  overflow-x: hidden; /* Prevent horizontal overflow */
  word-wrap: break-word; /* Break long words */
}

.accordion-row {
  display: flex;
  flex-direction: row;
  margin-left: 2rem; /* like ml-8 */
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden; /* Prevent horizontal overflow */
}

.accordion-line {
  width: 4px;
  flex-shrink: 0; /* Prevent line from shrinking */
  background: linear-gradient(to top, #83f4e9, #83f4e9); /* yellow gradient */
  border-radius: 4px;
}

.accordion-content {
  flex: 1;
  padding: 0.75rem;
  overflow-x: hidden; /* Prevent horizontal overflow */
  min-width: 0; /* Allow flex item to shrink below content size */
}

.accordion-content p {
  padding-left: 0.5rem;
  font-size: 0.875rem; /* text-sm */
  font-weight: 600;    /* font-semibold */
  color: #111827;      /* text-gray-900 */
  margin: 0.25rem 0;
  overflow-wrap: break-word; /* Break long words */
  word-wrap: break-word; /* Break long words */
}
