.img-placeholder {
  background-image: url(/images/blank-image.svg?3cd241581e7e6716bcc5f1e0be9a8bf0);
  /*background-size: 100% 100% !important;*/
  background-size: contain !important;
  background-position: center !important;
}

.fv-plugins-bootstrap5-row-invalid .form-control,
.fv-plugins-bootstrap5-row-invalid .form-select {
  border-color: #dc3545;
}

#loginSection {
  background: #fff;
  border-radius: 20px;
  width: 500px !important;
  margin-left: 85px;
}

.downloadBtn {
  font-size: 16px;
}

@media (max-width:767px) {
  #loginSection {
    width: 100% !important;
    margin-left: 0;
  }

  .hero-lotiee svg {
    margin-bottom: 0;
  }
}


ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline>li {
  margin: 30px 0;
  padding-left: 20px;
}

ul.timeline>li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

/* .main-content {
  margin-left: 250px;
  padding: 20px;
} */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .group-select {
  display: flex;
  align-items: center;
}

header .group-select label {
  margin-right: 10px;
}

header .group-select select {
  padding: 5px;
}

header .group-select button {
  margin-left: 20px;
  padding: 10px 20px;
  background-color: #0097e6;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.stat-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.stat-card h3 {
  margin-bottom: 10px;
}

.circle-chart {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid #00a8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.chart-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.chart-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

footer {
  text-align: right;
  padding: 20px 0;
}

/* live list */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h2 {
  font-size: 22px;
  margin: 0;
}

.group-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-container {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.table-header h3 {
  margin: 0;
}

.table-header .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .app-page table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.app-page table th, .app-page table td {
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

.app-page table th {
  background-color: #f4f4f4;
} */

.status-label {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
}

.status-label.moving {
  background-color: #28a745;
}

.status-label.idle {
  background-color: #ffc107;
}

.status-label.stopped {
  background-color: #dc3545;
}

.status-label.other {
  background-color: #6c757d;
}

.export-button,
.group-button {
  padding: 10px 15px;
  border: none;
  background-color: #0056b3;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.export-button:hover,
.group-button:hover {
  background-color: #004494;
}

.total-vehicle {
  cursor: pointer;
}

.active-total-vehicle-box {
  border: 3px solid #007bff;
  /* transform: scale(5); */
  padding: 0px;
  border-radius: 7px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout+.bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}



/* ===================== Dashboard New page UI CSS Start here... ======================== */
.dashboard_new_ui_holder .card_chart_box_header {
  padding: 25px;
}

.dashboard_new_ui_holder .card-title span {
  display: block;

}

.dashboard_new_ui_holder .card-label {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dashboard_new_ui_holder .sub-card-label {
  font-size: 14px;
  color: #8B949D;
  font-weight: 500;
}

.dashboard_new_ui_holder #chartDateRange {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 20px;

}

.card_chart_box_header_row {
  display: flex;
  align-items: center;
}

.dashboard_new_ui_holder #chartDateRange .btn-light-primary {
  margin: 0 !important;
}

.dashboard_new_ui_holder img {
  max-width: 100%;
}

.filter_div_data_holder {
  max-height: 350px;
  overflow-y: scroll;
}

.filter_div_data_holder .table thead tr th {
  font-size: 15px;
  color: #8B949D;
  font-weight: 600;
}

.filter_div_data_holder .table .lable_value {
  font-size: 19px;
  color: #666666;
  font-weight: 600;
}

.filter_div_data_holder .table .count_value {
  font-size: 24px;
  color: #222;
  font-weight: 900;
}

.new_card_chart_das {
  margin-bottom: 40px;
}

.filter_data_counts {
  text-align: left;
  color: #333;
}

.filter_data_counts .data-item {
  margin-bottom: 20px;
}

.filter_data_counts .data-number {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.filter_data_counts .data-label {
  font-size: 18px;
  color: #7d7d7d;
  margin: 0;
}

/* ===================== Dashboard New page UI CSS End here... ======================== */

/* ===================== Login New page UI CSS End here... ======================== */

.login_page_new_holder {
  position: relative;
  height: 100%;
  background: #1c273d;
}

.hero-lotiee {
  display: inline-block;
  width: 100%;
  background: #1C273D;
  position: fixed;
  bottom: 0;
}

.hero-lotiee svg {
  margin-bottom: -68px;
}

.login_page_new_holder .location_animation_holder {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

.row_content_row_login {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 50px;
}

.container_login {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
}

.w-300px {
  width: 300px !important;
  max-width: 100% !important;
}

.row_content_row_login .row {
  align-items: center;
}

.row_content_row_login .row h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
}

.chart_table_data_holder {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

/* @@@@@ */
@media (max-width: 767.98px) {
  .row_content_row_login .row h1 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .login_page_new_holder {
    height: 100vh;
    background: #1c273d;
  }

  .login_page_new_holder .location_animation_holder {
    bottom: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .row_content_row_login {
    padding: 20px;
  }
}

/* ===================== Login New page UI CSS End here... ======================== */
