
.mobile-stats-container[data-v-11372180] {
  display: contents;
}
.desktop-stats-container[data-v-11372180] {
  display: inline;
}
.mobile-stat-fix[data-v-11372180] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 50px;
}
.mobile-stat-fix span[data-v-11372180] {
  font-size: 18px !important;
  font-weight: bold;
  margin: 0;
}


.custom-error .v-input__slot[data-v-18965f41] {
  border: 1px solid red;
}

.custom-error .v-input__slot {
  border: 1px solid red;
}
.custom-driver-table {
  border-collapse: collapse;
  width: 100%;
}
.custom-driver-table th,
.custom-driver-table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
}
.custom-driver-table th {
  background-color: #3f51b5 !important;
  color: #fff;
}
.area_div_block {
  padding: 0 0;
  word-wrap: break-word;
  white-space: initial;
  cursor: pointer;
  margin: 10px 0;
}
#eventsTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#eventsTable td,
#eventsTable th {
  border: 1px solid #ddd;
  padding: 5px;
}
#eventsTable tr {
  cursor: pointer;
}
#eventsTable tr:hover td {
  background-color: #204e78 !important;
  color: #fff !important;
}
#eventsTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #204e78;
  color: white;
}

/* 1. إصلاح عرض الجداول - أضف هذا للجداول داخل المربعات */
.adminEventsDiv table {
  width: 100% !important;
  margin-top: 20px !important;
  border-collapse: collapse !important;
}
.adminEventsDiv .custom-driver-table {
  max-width: 350px !important;
  font-size: 12px !important;
}
.adminEventsDiv .custom-driver-table th,
.adminEventsDiv .custom-driver-table td {
  padding: 5px !important;
  font-size: 11px !important;
  word-wrap: break-word !important;
}

/* 2. إصلاح عرض المربعات */
.adminEventsDiv {
  margin-bottom: 30px !important;
  vertical-align: top !important;
}

/* 3. إصلاح التداخل في الأعمدة */
.adminEventsDiv .row {
  margin: 0 !important;
  width: 100% !important;
}

/* 4. إصلاح عرض المحتوى للشاشات الصغيرة */
@media (max-width: 768px) {
.adminEventsDiv {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
}
.adminEventsDiv .custom-driver-table {
    max-width: 100% !important;
    font-size: 10px !important;
}
}

/* 5. إصلاح المحاذاة الأفقية */
.adminEventsDiv .area_div_block {
  margin: 10px auto !important;
}

/* 6. تحسين عرض النصوص العربية */
.adminEventsDiv h3 {
  line-height: 1.4 !important;
  margin: 5px 0 !important;
}

/* 7. إصلاح عرض الأيقونات */
.adminEventsDiv .v-icon {
  vertical-align: middle !important;
}
.mobile-card-fix {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}
.mobile-header-fix {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.mobile-title-fix {
  font-size: 16px !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.3;
}
.mobile-status-fix {
  color: red !important;
  font-size: 14px !important;
  margin: 0 !important;
  font-weight: bold;
}
.mobile-times-fix {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-time-item-fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
  font-size: 14px;
}
.mobile-time-item-fix span:first-child {
  font-weight: bold;
}
.mobile-time-item-fix span:last-child {
  color: #333;
  font-size: 13px;
}
.mobile-total-fix {
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin: 5px 0;
}
.mobile-stats-fix {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
.mobile-stat-fix {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 50px;
}
.mobile-stat-fix span {
  font-size: 18px !important;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 480px) {
.mobile-title-fix {
    font-size: 14px !important;
}
.mobile-status-fix {
    font-size: 12px !important;
}
.mobile-time-item-fix {
    font-size: 12px;
}
.mobile-time-item-fix span:last-child {
    font-size: 11px;
}
.mobile-total-fix {
    font-size: 14px !important;
}
.mobile-stat-fix span {
    font-size: 16px !important;
}
.mobile-stat-fix .v-icon {
    font-size: 20px !important;
}
.admin-no-city-buttons .el-button {
  width: 100vw !important;
  margin: 5px;
}
}

