.backtrace {
  color: black !important;
}

table {
  max-width: 100%;
}

th {
  background: none !important;
  font-family: var(--font-heading);
  color: var(--color-primary) !important;
  margin: 0;
  padding: 10px;
  border: none !important;
  text-align: left;
  text-shadow: none;
}

td {
  max-width: 60px !important;
  padding: 5px !important;
  border: 1px solid #0001 !important;
}

td .form-item {
  margin-bottom: 0;
}

.d-flex .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.d-flex .fieldset-wrapper .form-item {
  width: 45% !important;
}

.img-table-container {
  border: none;
}

.img-table-container .fieldset-wrapper {
  display: flex;
  align-items: start;
}

.img-table-container .fieldset-wrapper img {
  flex: 1;
  max-width: 358px;
  align-self: center;
  margin-right: 60px;
}

.img-table-container .fieldset-wrapper table {
  flex: 2;
  max-width: 650px;
  align-self: center;
}

.mb {
  margin-bottom: 20px !important;
}

/* Style pour tous les éléments <select> */
 select {
  font-size: 16px;
  padding: 2px 5px 0 10px !important;
  width: 100%;
  height: 40px;
  max-width: 600px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

select:hover {
  border-color: #999;
} 

select:focus {
  outline: none;
  border-color: #007BFF;
}

input[type="date"] {
  padding: 10px;
  background: #ffffff;
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 4px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

/* .js-form-type-select select::after {
  content: '\2B9F';
  position: absolute;
  pointer-events: none;
  color: #c4c4c4;
  padding-right: 30px;
  margin-top: 30px;
  margin-top: 10px;
  margin-left: -30px;
}

.sub-table .js-form-type-select select::after {
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
} */