body { 
  background:#f8f9fa; 
}



.section-title {
  background:#e9ecef;
  padding:8px;
  font-weight:bold;
  border-left:5px solid #2fcc08 !important;
  margin-top:20px;
  margin-bottom:15px;
}
.container {
  max-width: 950px;
  background:white;
  padding:25px;
  border-radius:8px;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
}

@media print {
  .container {
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0;
  }
}


.form-label { font-weight:600; }
canvas {
  border:1px solid #ccc;
  border-radius:5px;
  width:100%;
  height:150px;
}
@media print {
  button, .btn { display: none !important; }
  input[type="file"] { display: none !important; }
}

.card-body ol li {
  margin-bottom: 6px;
  line-height: 1.5;
}

@media print {
  .card {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
}


.btn-primary{
  background: #2fcc08;
  font-weight: bold;
  outline: none !important;
  border: none;
}
.btn-primary:hover{
  background: #35f804;
}