.lift_main {
  min-height: 0;
  cursor: default;
}

.main {
  min-height: 0;
  cursor: default;
}

.main_bg1 {
  background-image: url("/_sitedata/images/img1.jpg");
}

.main_bg2 {
  background-image: url("/_sitedata/images/img2.jpg");
}

.main_bg3 {
  background-image: url("/_sitedata/images/img3.jpg");
}

.main_bg4 {
  background-image: url("/_sitedata/images/img4.jpg");
}

.main_bg5 {
  background-image: url("/_sitedata/images/img5.jpg");
}

.main_bg6 {
  background-image: url("/_sitedata/images/img6.jpg");
}

.main_bg7 {
  background-image: url("/_sitedata/images/img7.jpg");
}

.main_bg8 {
  background-image: url("/_sitedata/images/img8.jpg");
}

.main_bg9 {
  background-image: url("/_sitedata/images/img9.jpg");
}

.main_bg10 {
  background-image: url("/_sitedata/images/img10.jpg");
}

.main_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: calc(100vh - 60px);
  width: 100%;
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_wrapper {
  max-width: 1510px;
  width: 100%;
  margin: 60px auto 0;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
}

.bg-switcher {
  margin: 10px 20px auto auto;
  text-align: right;
}

.bg-switcher-label {
  margin-right: 6px;
  opacity: 0.7;
}

.bg-switcher-select {
  padding: 3px 6px;
  font-size: 12px;
  color: #888;
  background: rgba(255, 255, 255, 0);
}

.lift_header {
  width: 100%;
  min-height: 55px;
  padding: 0px 25px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-flow: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.lift_header_PageTitle {
  justify-self: start;
  grid-column: 1;
}
.lift_header_PageTitle .lift_h1 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 10px auto;
}
.lift_header_PageTitle .lift_h2 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 10px auto;
}

.liftTitle_BRhide {
  display: none;
}

.lift_header_IDsearch {
  grid-column: 3;
  justify-self: end;
}
.lift_header_IDsearch .lift_header_search {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.lift_header_IDsearch .lift_header_search input {
  width: 180px;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Iceland", sans-serif;
  font-optical-sizing: auto;
}
.lift_header_IDsearch .lift_header_search button {
  width: 50px;
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lift_header_LiftTitle {
  justify-self: center;
  grid-column: 2;
}
.lift_header_LiftTitle .lift_h1 {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin: 10px auto;
}
.lift_header_LiftTitle .lift_h2 {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin: 10px auto;
}

.lift_error_box {
  max-width: 400px;
  margin: 20px auto;
  padding: 12px 18px;
  background: rgba(255, 0, 0, 0.08);
  border: 1px solid rgba(200, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  color: #b30000;
  font-weight: 600;
  text-align: center;
  font-size: 0.95rem;
}

@media (max-width: 1100px) {
  .lift_header {
    grid-template-columns: auto 1fr;
  }
  .lift_header_PageTitle_hide {
    display: none;
  }
}
@media (max-width: 820px) {
  .lift_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .lift_header_PageTitle .lift_h1 {
    margin: 10px auto 0;
  }
  .lift_header_PageTitle .lift_h2 {
    margin: 10px auto 0;
  }
  .lift_header_IDsearch {
    justify-content: center;
    order: 2;
  }
  .lift_header_IDsearch .lift_header_search {
    justify-content: center;
    margin: 10px auto;
  }
  .lift_header_LiftTitle {
    order: 3;
    justify-self: center;
  }
  .lift_header_LiftTitle .lift_h2 {
    font-size: 20px;
    white-space: wrap;
  }
}
@media (max-width: 550px) {
  .liftTitle_BRhide {
    display: block;
  }
}
.lift-form {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lift-form-actions {
  margin-top: 20px;
  text-align: center;
}

.lift-card {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.lift-card p {
  margin-bottom: 10px;
}

.lift-card-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
  padding-bottom: 6px;
  border-bottom: 0px solid #e5e5e5;
}

.lift-card-error {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 14px;
  border: 1px solid rgba(200, 0, 0, 0.45);
  border-radius: 6px;
  background: rgba(255, 0, 0, 0.06);
  color: #b30000;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.lift-form-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}

.lift-form-row label {
  width: 260px;
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
  text-align: right;
  padding-right: 10px;
}

.lift-form-row input,
.lift-form-row select,
.lift-form-row textarea {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  color: #333;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.lift-form-row input:focus,
.lift-form-row select:focus,
.lift-form-row textarea:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.25);
}

.field-error {
  color: #8a0808;
  font-size: 13px;
  margin-top: 1px;
  margin-left: 260px;
  margin-bottom: 20px;
}

.lift-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease;
}

.lift-btn-primary {
  background: #38bdf8;
  color: #fff;
}
.lift-btn-primary:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.lift-btn-secondary {
  background: #8a0808;
  color: #fff;
}
.lift-btn-secondary:hover {
  background: rgb(99.4356164384, 5.7643835616, 5.7643835616);
}

.lift-btn-full {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.lift-btn-separator {
  width: 100%;
  height: 5px;
  margin-top: 5px;
}

@media (max-width: 900px) {
  .lift-form {
    gap: 20px;
  }
  .lift-card {
    padding: 12px;
  }
  .lift-card-title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .lift-form-row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
  }
  .lift-form-row label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .lift-form-row input,
  .lift-form-row select,
  .lift-form-row textarea {
    font-size: 15px;
    padding: 10px;
  }
  .field-error {
    margin-left: 0;
  }
  .lift-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}
.lift-form input[type=text],
.lift-form input[type=number],
.lift-form input[type=date] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 14px;
  background-color: #f8fafc;
}

.lift_id_input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
  justify-content: center;
}

.lift_id_input input {
  width: 120px;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1rem;
}

.lift_id_input button {
  width: 50px;
  padding: 10px 16px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lift-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  margin: 10px auto 0;
}

.lift-layout-main {
  flex: 1;
}

.lift-layout-side {
  width: 100%;
}

.lift-info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.lift-info-label {
  width: 180px;
  text-align: right;
  padding-right: 12px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.lift-info-value {
  flex: 1;
  text-align: left;
  color: #333;
  word-break: break-word;
}

@media (min-width: 900px) {
  .lift-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  .lift-layout-main {
    flex: 1 1 auto;
  }
  .lift-layout-side {
    flex: 0 0 260px;
  }
}
@media (max-width: 900px) {
  .lift-info-row {
    flex-direction: column;
    margin-bottom: 14px;
  }
  .lift-info-label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 2px;
    font-size: 13px;
    opacity: 0.8;
  }
  .lift-info-value {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
  }
}
.lift-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  cursor: default;
}

.lift-modal.is-open {
  display: block;
}

.lift-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.lift-modal-dialog {
  position: relative;
  max-width: 900px;
  margin: 60px auto 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/*
.lift-modal-dialog {
    position: fixed;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: calc(100% - 20px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
*/
.lift-modal-header {
  display: flex;
  align-items: left;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.lift-modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.lift-modal-close {
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.lift-modal-tabs {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  background: #f9fafb;
}

.lift-modal-tab {
  flex: 1;
  padding: 10px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  transition: background 0.15s ease, color 0.15s ease, border-bottom-color 0.15s ease;
  border-bottom: 2px solid transparent;
}

.lift-modal-tab.active {
  background: #fff;
  border-bottom-color: #38bdf8;
  color: #38bdf8;
}

.lift-modal-body {
  padding: 16px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  font-size: 14px;
}

.lift-modal-potvrdaNotice {
  padding: 16px;
  max-height: 70vh;
  overflow: auto;
  background: #DDD;
  font-size: 15px;
  font-weight: bold;
}

.lift-modal-loading,
.lift-modal-error {
  text-align: center;
  padding: 20px;
  color: #333;
}

#lift-potvrda-modal {
  z-index: 2000;
}

.lift-tech-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lift-tech-row {
  display: flex;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #e5e5e5;
}

.lift-tech-label {
  width: 300px;
  text-align: right;
  font-weight: 600;
  color: #333;
}

.lift-tech-value {
  flex: 1;
  text-align: left;
  color: #333;
}

@media (max-width: 900px) {
  .lift-tech-row {
    flex-direction: column;
    padding: 10px 0;
  }
  .lift-tech-label {
    width: 100%;
    text-align: left;
    opacity: 0.8;
    margin-bottom: 2px;
  }
  .lift-tech-value {
    font-weight: 600;
  }
}
.lift-changelog-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
}

.lift-changelog-day {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  padding: 4px 0 4px 0;
  border-bottom: 1px solid #e5e5e5;
}

.lift-changelog-pages {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 10px 0 20px 0;
}

.lift-changelog-page {
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  border: 1px solid #e5e5e5;
  transition: background 0.15s ease;
}

.lift-changelog-page:hover {
  background: #e5e5e5;
}

.lift-changelog-page.active {
  background: #38bdf8;
  color: #fff;
  border-color: #38bdf8;
}

.lift-changelog-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

.lift-changelog-left {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.lift-changelog-user-name {
  font-weight: 600;
  color: #333;
}

.lift-changelog-user-group,
.lift-changelog-user-email {
  font-size: 13px;
  opacity: 0.85;
  color: #333;
}

.lift-changelog-right {
  flex: 1;
  color: #333;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lift-changelog-time {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.lift-changelog-field,
.lift-changelog-old,
.lift-changelog-new {
  font-size: 14px;
  line-height: 1.35;
}

/* Skriveno na desktopu */
.lift-changelog-mobile-user {
  display: none;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .lift-changelog-row {
    flex-direction: column;
    padding: 16px 0;
  }
  .lift-changelog-left {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }
  .lift-changelog-right {
    width: 100%;
    text-align: left;
  }
  .lift-changelog-time {
    margin-top: 4px;
  }
  /* Vidljivo samo na mobitelu */
  .lift-changelog-mobile-user {
    display: block;
  }
}
.lift-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #cccccc;
}

.lift-modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.lift-modal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lift-log-add-btn {
  padding: 6px 12px;
  background: #38bdf8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  white-space: nowrap;
  line-height: 1;
  transition: 0.15s ease;
}
.lift-log-add-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.lift-log-add-btn-off {
  background: #8a0808;
  color: #ffffff;
  cursor: not-allowed;
}
.lift-log-add-btn-off:hover {
  background: #8a0808;
  color: #ffffff;
}

.lift-modal-close {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.lift-log-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lift-log-row {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
  align-items: flex-start;
}

.lift-log-left {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}
.lift-log-left .log-date {
  font-weight: 600;
  color: #333;
}
.lift-log-left .log-user {
  font-size: 14px;
  color: #666;
}
.lift-log-left .log-group {
  font-size: 13px;
  color: #666;
}

.lift-log-right {
  flex: 1;
  text-align: left;
}
.lift-log-right .log-text {
  white-space: pre-line;
  line-height: 1.45;
  font-size: 14px;
  color: #333;
}

@media (max-width: 900px) {
  .lift-log-row {
    flex-direction: column;
    padding: 5px 0;
  }
  .lift-log-left {
    width: 100%;
    gap: 2px;
    text-align: left;
  }
  .lift-log-right {
    margin-top: 0px;
    padding-top: 10px;
    border-top: 0px solid #cccccc;
  }
}
.lift-log-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.lift-log-pagination .page-num,
.lift-log-pagination .page-nav {
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border: 1px solid transparent;
  transition: 0.15s ease;
}
.lift-log-pagination .page-num:hover,
.lift-log-pagination .page-nav:hover {
  background: #ffffff;
  border-color: #e5e5e5;
}
.lift-log-pagination .page-num.active,
.lift-log-pagination .page-nav.active {
  background: #38bdf8;
  color: #fff;
  border-color: #38bdf8;
  cursor: default;
}
.lift-log-pagination .dots {
  padding: 6px 4px;
  color: #666;
}

.lift-log-add-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}

.lift-log-errors {
  background: #ffefef;
  border: 1px solid #d88;
  padding: 10px 14px;
  border-radius: 4px;
  color: #a00;
  font-size: 14px;
  line-height: 1.4;
}

.lift-log-success {
  background: #e9f9e9;
  border: 1px solid #7bc67b;
  padding: 10px 14px;
  border-radius: 4px;
  color: #2f7a2f;
  font-size: 14px;
  line-height: 1.4;
}

#lift-odrzavanje-add-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lift-odrzavanje-add-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#lift-odrzavanje-add-form label {
  font-weight: 600;
  color: #333;
}

#lift-odrzavanje-add-form textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  background: #fff;
}

#lift-prijava-kvara-add-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lift-prijava-kvara-add-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#lift-prijava-kvara-add-form label {
  font-weight: 600;
  color: #333;
}

#lift-prijava-kvara-add-form textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  background: #fff;
}

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

.checkbox-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.lift-log-save-btn {
  padding: 8px 16px;
  background: #38bdf8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  transition: 0.15s ease;
  align-self: flex-start;
}
.lift-log-save-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.form-label {
  text-align: left;
}

.potvrda_lastLog {
  width: 100%;
  text-align: left;
}

.lift-log-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.lift-log-back-btn {
  padding: 8px 16px;
  background: #ffffff;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #cccccc;
  transition: 0.15s ease;
}
.lift-log-back-btn:hover {
  background: #e5e5e5;
}

.lift-log-save-btn {
  padding: 8px 16px;
  background: #38bdf8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  transition: 0.15s ease;
}
.lift-log-save-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.log-section {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.log-section-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}

#lift-radovi-add-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lift-radovi-add-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#lift-radovi-add-form label {
  font-weight: 600;
  color: #333;
}

#lift-radovi-add-form textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  background: #fff;
}

#lift-radovi-add-form textarea#opis {
  min-height: 150px;
}

#lift-radovi-add-form textarea#utrosen_materijal {
  min-height: 120px;
}

#lift-radovi-add-form textarea#primjedbe {
  min-height: 120px;
}

.lift-log-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.lift-log-back-btn {
  padding: 8px 16px;
  background: #ffffff;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #cccccc;
  transition: 0.15s ease;
}
.lift-log-back-btn:hover {
  background: #e5e5e5;
}

.lift-log-save-btn {
  padding: 8px 16px;
  background: #38bdf8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  transition: 0.15s ease;
}
.lift-log-save-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.log-section {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.log-section-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}

.log-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

#lift-pregledi-add-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lift-pregledi-add-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#lift-pregledi-add-form label {
  font-weight: 600;
  color: #333;
}

#lift-pregledi-add-form input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fff;
}

#lift-pregledi-add-form textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  background: #fff;
}

.lift-log-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.lift-log-back-btn {
  padding: 8px 16px;
  background: #ffffff;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #cccccc;
  transition: 0.15s ease;
}
.lift-log-back-btn:hover {
  background: #e5e5e5;
}

.lift-log-save-btn {
  padding: 8px 16px;
  background: #38bdf8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  transition: 0.15s ease;
}
.lift-log-save-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.flag-toggle-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 5px 0;
}

.flag-toggle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 220px;
}

.flag-toggle-title {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  text-align: right;
  width: 80px;
}

.flag-toggle-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #333;
}

.flag-toggle-track {
  width: 46px;
  height: 22px;
  border-radius: 14px;
  background: #e5e5e5;
  position: relative;
  transition: background 0.2s ease;
}

.flag-toggle-knob {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s ease, background 0.2s ease;
}

.flag-toggle-btn.is-on .flag-toggle-track {
  background: #38bdf8;
}

.flag-toggle-btn.is-on .flag-toggle-knob {
  left: 26px;
  background: #fff;
}

.flag-toggle-text {
  min-width: 60px;
  font-weight: 600;
  color: #333;
}

/*
// ============================
// TOGGLE ZA POTVRDU SERVISNOG POSJETA
// ============================
*/
.flag-toggle-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flag-toggle-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.flag-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
  cursor: pointer;
  transition: 0.2s ease;
}

.flag-toggle-btn .flag-toggle-track {
  width: 42px;
  height: 22px;
  background: #e5e5e5;
  border-radius: 20px;
  position: relative;
  transition: background 0.2s ease;
}

.flag-toggle-btn .flag-toggle-knob {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.flag-toggle-btn.is-on .flag-toggle-track {
  background: #38bdf8;
}

.flag-toggle-btn.is-on .flag-toggle-knob {
  left: 22px;
}

.flag-toggle-btn .flag-toggle-text {
  font-size: 14px;
  color: #333;
}

.lift-potvrda-lastlog {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.lift-potvrda-lastlog-box {
  padding: 20px;
  background: #f8fafc;
  border-left: 4px solid #38bdf8;
  border-radius: 4px;
  white-space: pre-wrap;
}

#lift-potvrda-add-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lift-potvrda-add-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#lift-potvrda-add-form label {
  font-weight: 600;
  color: #333;
}

#lift-potvrda-add-form textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fff;
  line-height: 1.4;
}

#lift-potvrda-add-form input[type=checkbox] {
  transform: scale(1.1);
  margin-right: 6px;
}

#lift-potvrda-add-form .lift-log-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

#lift-potvrda-add-form .lift-log-back-btn {
  padding: 8px 16px;
  background: #ffffff;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #cccccc;
  transition: 0.15s ease;
}
#lift-potvrda-add-form .lift-log-back-btn:hover {
  background: #e5e5e5;
}

#lift-potvrda-add-form .lift-log-save-btn {
  padding: 8px 16px;
  background: #38bdf8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  transition: 0.15s ease;
}
#lift-potvrda-add-form .lift-log-save-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

.lift-log-errors {
  padding: 10px 14px;
  border: 1px solid rgba(200, 0, 0, 0.45);
  border-radius: 6px;
  background: rgba(255, 0, 0, 0.06);
  color: #b30000;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.lift-log-success {
  padding: 10px 14px;
  border: 1px solid rgba(0, 150, 0, 0.45);
  border-radius: 6px;
  background: rgba(0, 200, 0, 0.06);
  color: #0a7a0a;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

/*
// ============================
// QR KOD
// ============================
*/
#lift-qr-content {
  text-align: center;
}

.qr-img {
  display: block;
  margin: 5px auto 10px;
  max-width: 300px;
  width: 100%;
}

.qr-download-btn {
  width: 200px;
  display: block;
  margin: 10px auto;
  padding: 10px 18px;
  background: #38bdf8;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.15s ease;
}
.qr-download-btn:hover {
  background: rgb(16.586407767, 175.9281553398, 246.613592233);
}

#lift-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lift-toast-msg {
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #38bdf8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(-10px);
  animation: liftToastFade 0.4s forwards;
}

.lift-toast-error {
  background: #8a0808;
}

@keyframes liftToastFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=lift.css.map */