@charset "UTF-8";
/* ==========================================================================
   GLOBAL WRAPPER
   ========================================================================== */
._logListWrapper_ct8ly_5 {
  padding: 1rem;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
}

._logListHeader_ct8ly_12 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* ==========================================================================
   FILTER / CONTROLS
   ========================================================================== */
._controls_ct8ly_21 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1rem;
}

._grow_ct8ly_29 {
  flex: 1 0 260px;
}

._mlAuto_ct8ly_33 {
  margin-left: auto;
}

._input_ct8ly_37,
._select_ct8ly_38 {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
}

._input_ct8ly_37:focus,
._select_ct8ly_38:focus {
  outline: none;
  border-color: #651206;
  box-shadow: 0 0 0 2px rgba(101, 18, 6, 0.2);
}

._selectMultiline_ct8ly_55 {
  min-height: 110px;
}

._btn_ct8ly_59 {
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

._btnPrimary_ct8ly_67 {
  background: #ecfdf5;
  border-color: #10b981;
  color: #065f46;
}

._btnDanger_ct8ly_73 {
  background: #fff;
  border-color: #ccc;
  color: #b91c1c;
}

/* NEW badge */
._badge_ct8ly_80 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
}

._badgeCount_ct8ly_87 {
  font-weight: bold;
}

/* ==========================================================================
   DESKTOP TABLE LAYOUT (default)
   ========================================================================== */
._tableWrapper_ct8ly_94 {
  width: 100%;
  overflow-x: auto;
}

._logListTable_ct8ly_99 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

._logListTable_ct8ly_99 th,
._logListTable_ct8ly_99 td {
  padding: 10px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

._logListTable_ct8ly_99 thead th {
  background-color: #651206;
  color: #fff;
  font-weight: 700;
}

._logListTable_ct8ly_99 tbody tr:nth-child(even) {
  background: #f8f8f8;
}

._logListTable_ct8ly_99 a {
  color: #0b69d3;
  text-decoration: none;
}

._logListTable_ct8ly_99 a:hover {
  text-decoration: underline;
}

._newIcon_ct8ly_131 {
  margin-right: 6px;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
._pagination_ct8ly_138 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

._btnpagination_ct8ly_145,
._btnPage_ct8ly_146 {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

._btnPage_ct8ly_146:hover {
  background: #eee;
}

._activePage_ct8ly_158 {
  background: #651206;
  color: #fff;
  font-weight: bold;
}

/* ==========================================================================
   MOBILE CARD LAYOUT (≤768px)
   ========================================================================== */
@media (max-width: 768px) {
  /* Table → Cards */
  ._logListTable_ct8ly_99 {
    border: 0;
  }
  ._logListTable_ct8ly_99 thead {
    display: none;
  }
  ._logListTable_ct8ly_99 tbody tr {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 0.6rem 0.8rem;
    position: relative;
    transition: transform 0.25s ease;
  }
  ._logListTable_ct8ly_99 td {
    display: flex;
    padding: 6px 0;
    border: none;
  }
  ._logListTable_ct8ly_99 td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #444;
    margin-right: 8px;
    min-width: 110px;
  }
  /* TITLE ROW */
  ._cardTitle_ct8ly_198 {
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  /* Swipe state: shifts card left */
  ._rowSwiped_ct8ly_205 {
    transform: translateX(-80px);
  }
  /* Collapsible state */
  tr[data-expanded=false] td:not(:first-child) {
    display: none;
  }
  /* Swipe buttons (appear when swiped) */
  ._swipeActions_ct8ly_213 {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    gap: 8px;
    z-index: 10;
  }
  ._btnAction_ct8ly_221,
  ._btnDelete_ct8ly_222 {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 4px 6px;
  }
  ._btnAction_ct8ly_221 {
    color: #0b69d3;
  }
  ._btnDelete_ct8ly_222 {
    color: #b91c1c;
  }
  /* Smaller buttons inside expanded card */
  ._logRowActions_ct8ly_236 {
    display: flex;
    gap: 10px;
    padding-top: 4px;
  }
  ._pagination_ct8ly_138 {
    flex-direction: column;
    align-items: stretch;
  }
  ._pagination_ct8ly_138 button,
  ._pagination_ct8ly_138 select {
    width: 100%;
  }
}
/* ==========================================================================
   GRID HELPERS
   ========================================================================== */
._grid1_ct8ly_253 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

._grid2_ct8ly_259 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}._controls_1rimq_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

._notflex_1rimq_9 {
  display: block;
}
._notflex_1rimq_9 ._select_1rimq_12 {
  margin-bottom: 1rem;
  width: 100%;
}
._notflex_1rimq_9 ._select_1rimq_12:last-child {
  margin-bottom: 0;
}

._input_1rimq_20,
._select_1rimq_12 {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  ._input_1rimq_20,
  ._select_1rimq_12 {
    width: 100%;
  }
}

._inputlog_1rimq_37 {
  width: 100%;
}

._selectMultiline_1rimq_41 {
  height: 176px;
}