#id_tracking_sample_tube_sealed, #id_tracking_coring_sample_dumped {
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
#id_tracking_sample_tube_sealed:checked::before, #id_tracking_coring_sample_dumped:checked::before {
  left:5px;
  top: 4px;
}
.mt-4 {
  max-width: 80% !important;
}
#message-box {
  display: none !important;
}
.alert-error {
background-color: #FF746C;
}
.btn-close {
border-radius: 4px;
}

.clickable-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 5px;
}

.clickable-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-color: #e9e9e9;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.bg-primary {
  background-color: lightgray !important;
}

.btn-samples {
  background-color: lightgray;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: black;
}
