.adnl-schedules-table { width: 100%; border-collapse: collapse; font-size: 12px; margin-top: 10px;}
.adnl-schedules-table th, .adnl-schedules-table td { border: 1px solid #ddd; padding: 8px; }
.adnl-schedules-table th { background: #153243; text-align: left; color: #FAF9F6; }
.adnl-schedules-table tr.status-Scheduled   { background-color: #fff8dc; }
.adnl-schedules-table tr.status-In-Progress { background-color: #e0f0ff; }
.adnl-schedules-table tr.status-Completed   { background-color: #dfffdc; }
.adnl-schedules-table tr.status-Cancelled   { background-color: #ffdcdc; }

.adnl-schedules-select {
    width: 110px;
    height: 40px;
    font-size: 12px;
    background-color: white;
    font-weight: bold;
}

.trip-popup {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  max-width: 420px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 8px;
  font-size: 13px;
  z-index: 9999;
}
.trip-popup h4 { margin: 0 0 6px 0; font-size: 14px; font-weight: 600; color: #333; }
.trip-popup .stop { margin-bottom: 6px; border-bottom: 1px dashed #ddd; padding-bottom: 4px; }

.admin-submit-button {
    padding: 5px 10px;
    font-size: 12px;
    width: 200px;
    height: 40px;
}

.sortable {
    cursor: pointer;
    position: relative;
    padding-right: 18px;
}

.sort-icon {
    font-size: 12px;
    margin-left: 5px;
    opacity: 0.6;
}

.sort-asc .sort-icon::after {
    content: "▲";  /* Up arrow */
    margin-left: 5px;
}

.sort-desc .sort-icon::after {
    content: "▼";  /* Down arrow */
    margin-left: 5px;
}
