/* Header */
#search-form [type=submit] {
  pointer-events: all;
}

/* Menu */
.nav-link[href="/price-drop"] .nav-link-icon {
  transform: rotateY(180deg);
}

/* Login */
.login-logo {
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(4, 32, 69, 0.1);
  box-shadow: rgba(31, 41, 55, 0.04) 0px 0px 4px 0px;
  margin: 0 auto;
}

/* Content */
.history-back-col {
  margin-right: 20px !important;
}

/* Datatable - common */
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: left !important;
}

table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-footer, table.dataTable td.dt-type-numeric div.dt-column-header, table.dataTable td.dt-type-numeric div.dt-column-footer, table.dataTable td.dt-type-date div.dt-column-header, table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row !important;
}

/* Datatable - dashboard */
#price-drop-watch-table_wrapper,
#less-than-min-table_wrapper {
  overflow-x: clip;
}
#price-drop-watch-table_wrapper > .row:first-of-type,
#less-than-min-table_wrapper > .row:first-of-type {
  margin: 16px 12px !important;
}
#price-drop-watch-table_wrapper td, #price-drop-watch-table_wrapper th,
#less-than-min-table_wrapper td,
#less-than-min-table_wrapper th {
  padding: 3px 10px;
}

#price-drop-watch-wrapper {
  overflow-x: clip;
}
#price-drop-watch-wrapper #price-drop-watch-table,
#price-drop-watch-wrapper #less-than-min-table {
  border-top: 1px solid rgba(4, 32, 69, 0.1);
}
#price-drop-watch-wrapper thead th {
  position: sticky;
  top: var(--tblr-navbar-height, -1px);
  z-index: 4;
  background: var(--tblr-bg-surface-tertiary);
  box-shadow: inset 0 -1px 0 rgba(4, 32, 69, 0.1);
  border: 0;
  padding: 0.3rem 0.35rem;
  vertical-align: middle;
}
#price-drop-watch-wrapper .delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tblr-danger);
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}
#price-drop-watch-wrapper .delete-btn .hold-ring {
  stroke: currentColor;
  stroke-dasharray: 62.83;
  stroke-dashoffset: 62.83;
}
#price-drop-watch-wrapper .delete-btn.holding .hold-ring {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s linear;
}
#price-drop-watch-wrapper .date-th {
  width: 103px;
}
#price-drop-watch-wrapper td.sorting_1 {
  background: var(--tblr-bg-surface-tertiary);
}

table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:after {
  opacity: 1 !important;
  color: #d63939;
}

/* Filters */
#ltm-filter-form {
  padding: 6px 0;
  gap: 1rem !important;
}

/*# sourceMappingURL=style.css.map */
