body {
  font-family: OpenDyslexic, "Helvetica Neue", sans-serif;
  color: #222;
  background-color: #fafafa;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

a {
  color: #FF6B35;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.card {
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  background-color: white;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
}
.btn.btn-primary {
  background-color: #FF6B35;
  color: white;
}
.btn.btn-primary:hover {
  background-color: rgb(255, 69.6336633663, 2);
}
.btn.btn-secondary {
  background-color: #3C3C3C;
  color: white;
}
.btn.btn-secondary:hover {
  background-color: rgb(34.5, 34.5, 34.5);
}
.btn.btn-danger {
  background-color: #dc3545;
  color: white;
}
.btn.btn-danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn.btn-success {
  background-color: #28a745;
  color: white;
}
.btn.btn-success:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge {
  display: inline-block;
  padding: 0.4em 0.7em;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.rounded {
  border-radius: 0.375rem;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Compact button styling to match original */
.btn-compact {
  padding: 0.125rem 0.25rem;
  font-size: 0.6875rem;
  line-height: 1.1;
  border-radius: 0.15rem;
  margin: 0 1px;
  white-space: nowrap;
  display: inline-block;
  min-width: auto;
}

/* Button group for work order actions */
.btn-group-compact {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1px;
}

.btn-group-compact .btn {
  flex-shrink: 0;
}

.btn-group-compact form {
  display: inline;
  margin: 0;
}

/* Ensure actions column has enough width but not too much */
td:last-child {
  min-width: 280px;
  max-width: 320px;
}

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