html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.card-header {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.status-new {
    background-color: red; 
    color: red;
}

.status-inprogress {
    background-color: #f57f17; 
    color: #f57f17;
}

.status-completed {
    background-color: #2e7d32; 
    color: #2e7d32;
}

.status-cancelled {
    background-color: #ffcdd2; /* light red */
    color: #c62828;
}
.bg-jalo-red {
    background-color: #D7333B !important;
}

canvas.signature-pad {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    height: 180px;
    touch-action: none; /* prevent scrolling on touch devices */
    pointer-events: auto;
}
