.lift_dash {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 10px;
}

.lift-card {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
}

.lift-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.lift_id_input {
  display: flex;
  gap: 10px;
}

.lift_id_input input {
  width: 200px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: #ffffff;
  color: #333;
}

.lift_id_input button {
  padding: 10px 16px;
  border-radius: 6px;
}

.lift_dash_filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px auto 5px;
  flex-wrap: nowrap;
  justify-content: center;
  font-weight: 550;
  font-size: 0.85rem;
  color: #333;
}

.lift_dash_filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.lift_dash_filter-label {
  opacity: 0.8;
  white-space: nowrap;
}

.lift_dash_select {
  padding: 6px 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: #ffffff;
  color: #333;
  font-size: 14px;
  height: 34px;
}

.lift_sort_dir_btn {
  width: 34px;
  height: 34px;
  margin-left: -3px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: -2px;
  padding: 2px;
  border-radius: 4px;
}

.lift_sort_dir_btn svg {
  opacity: 0.3;
  transition: opacity 0.15s ease;
}

.lift_sort_dir_btn.asc .arrow.down {
  opacity: 1;
}

.lift_sort_dir_btn.desc .arrow.up {
  opacity: 1;
}

.lift_dash_select_status {
  min-width: 100px;
  padding: 2px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: #ffffff;
  color: #333;
  font-size: 14px;
  height: 34px;
}

#lift_sort {
  width: 150px;
}

#lift_grad {
  width: 180px;
}

#filter_flag {
  width: 150px;
}

.lift_dash_filter-search input {
  width: 260px;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: #ffffff;
  color: #333;
  height: 34px;
}

.lift_dash_filters_status {
  width: 95%;
  margin: 5px auto 10px;
  min-height: 32px;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 10px;
  padding: 3px 6px;
  font-family: "Space Mono", monospace;
  font-size: 0.9rem;
  text-align: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 8px;
}

.filter-summary {
  white-space: nowrap;
  font-weight: 500;
}

.chip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-size: 0.85rem;
}

.chip-remove {
  display: inline-block;
  margin-right: 4px;
  font-weight: 600;
  cursor: pointer;
  color: #8a0808;
}

.chip-remove:hover {
  color: #333;
}

.chip-label {
  display: inline-block;
}

.lift_dash_lifts_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.lift_dash a {
  color: #333;
}

.lift_dash_item {
  width: 170px;
  height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 7px 5px 10px;
  transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.lift_dash_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}

.lift_dash_item:hover {
  background: rgb(244.8, 244.8, 244.8);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  border-color: rgb(163.2, 163.2, 163.2);
}

.lift_row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.lift_row1 .lift_id {
  font-size: 11px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  letter-spacing: 0.4px;
}

.lift_row1 .lift_flag {
  font-size: 10px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  min-width: 60px;
  text-align: center;
}

.lift_row2 {
  text-align: left;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.1;
}

.lift_row2 .lift_ident {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flag_servis {
  border-color: rgba(179, 0, 0, 0.6);
  background: rgba(255, 0, 0, 0.06);
}

.flag_servis::before {
  background: rgba(179, 0, 0, 0.9);
}

.flag_servis .lift_flag {
  color: #b30000;
  border-color: rgba(179, 0, 0, 0.35);
  background: rgba(255, 0, 0, 0.1);
}

.flag_vanredni {
  border-color: rgba(172, 154, 0, 0.65);
  background: rgba(238, 255, 0, 0.06);
}

.flag_vanredni::before {
  background: rgba(172, 154, 0, 0.9);
}

.flag_vanredni .lift_flag {
  color: #7a6500;
  border-color: rgba(204, 184, 0, 0.4);
  background: rgba(238, 255, 0, 0.18);
}

.flag_godisnji {
  border-color: rgba(0, 15, 102, 0.6);
  background: rgba(17, 0, 255, 0.08);
}

.flag_godisnji::before {
  background: rgba(0, 15, 102, 0.9);
}

.flag_godisnji .lift_flag {
  color: #000f66;
  border-color: rgba(0, 15, 102, 0.35);
  background: rgba(17, 0, 255, 0.12);
}

.flag_potvrda {
  border-color: rgba(0, 120, 0, 0.6);
  background: rgba(0, 255, 0, 0.06);
}

.flag_potvrda::before {
  background: rgba(0, 120, 0, 0.9);
}

.flag_potvrda .lift_flag {
  color: #007800;
  border-color: rgba(0, 120, 0, 0.35);
  background: rgba(0, 255, 0, 0.12);
}

.lift_dash_paginationT {
  margin: 10px auto;
  text-align: center;
}

.lift_dash_paginationB {
  margin: 20px auto;
  text-align: center;
}

.lift_page_btn {
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.15s ease;
}

.lift_page_btn:hover:not(.disabled):not(.active) {
  background: rgb(242.25, 242.25, 242.25);
}

.lift_page_btn.active {
  background: #333;
  color: #ffffff;
  border-color: #333;
}

.lift_page_btn.disabled {
  opacity: 0.4;
  cursor: default;
}

.lift_page_dots {
  margin: 0 6px;
  opacity: 0.6;
}

.lift_page_info {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.8;
  white-space: nowrap;
}

.lift_page_jump {
  margin-left: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #333;
  font-size: 0.85rem;
  height: 34px;
}

.lift_page_input {
  width: 70px;
  margin-left: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #333;
  font-size: 0.85rem;
  height: 34px;
  text-align: center;
}

.lift_dash_loading,
.lift_dash_empty,
.lift_dash_error {
  text-align: center;
  padding: 20px;
  font-size: 1rem;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .lift_dash_filters {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 25px;
  }
  .lift_dash_filter-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: auto;
  }
  .lift_sort_dir_btn {
    display: none;
  }
  .lift_dash_select,
  .lift_dash_filter-search input {
    width: 100%;
  }
  .lift_dash_filter-broj_kartica {
    width: 60px;
  }
  .lift_dash_filter-labelPrikazi {
    display: none;
  }
}
@media (max-width: 1000px) {
  .lift_dash_select_status {
    display: none;
  }
}
@media (max-width: 900px) {
  .lift_page_num,
  .lift_page_dots {
    display: none;
  }
  .lift_page_info {
    margin: 0 6px;
    font-size: 0.8rem;
  }
  .lift_page_jump {
    width: 90px;
  }
  .lift_page_input {
    width: 60px;
  }
}
@media (max-width: 520px) {
  .lift_dash_filters {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .lift_dash_filter-item {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 2px;
  }
  .lift_dash_select,
  .lift_dash_select_status {
    width: 100%;
    min-width: 200px;
  }
  #lift_sort,
  #lift_grad,
  #filter_flag {
    width: 100%;
    min-width: 200px;
  }
  .lift_dash_filter-search {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .lift_dash_filter-search input {
    flex: 1;
    width: auto;
  }
  .lift_dash_filter-broj_kartica {
    width: 80px;
    margin: 0;
    padding: 0;
  }
  .lift_dash_filter-broj_kartica select {
    width: 80px;
  }
  .lift_dash_filter-label {
    opacity: 0.8;
    white-space: nowrap;
    margin: 0 auto 0 30px;
  }
}
@media (max-width: 480px) {
  .lift_dash_filters_status {
    justify-content: center;
  }
  .filter-summary {
    width: 100%;
    text-align: center;
    margin-top: 2px;
  }
  .lift_page_info {
    display: none;
  }
}/*# sourceMappingURL=lift_dash.css.map */