.gradient-custom-2 {
  /* fallback for old browsers */
  background: #426600;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(
    to right,
    rgba(66, 102, 0, 0.8),
    rgba(30, 36, 0, 0.5)
  );

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(
    to right,
    rgba(66, 102, 0, 0.8),
    rgba(30, 36, 0, 0.5)
  );
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}

body {
  margin: 0;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.button-container button {
  font-size: 1.5em;
}

.file-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form-control-file {
  flex: 1;
}
.preview-img {
  display: none;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.comment-input {
  flex: 2;
  margin-left: 10px;
}
.signature-pad {
  border: 1px solid #000;
  width: 100%;
  height: 200px;
}
.signature-pad {
  border: 1px solid #000;
  width: 100%;
  height: 200px;
}
#remarque {
  display: none;
}

label[for="cri_finish_CRI"] {
  display: none;
}
.leaflet-routing-container {
  max-width: 200px; /* Adjust the width as needed */
  font-size: 12px; /* Adjust the font size as needed */
}

.leaflet-routing-geocoders {
  display: none; /* Hide the search inputs if not needed */
}
