.svd-detailed {
  max-width: 800px;
  margin: auto;
}

.svd-detailed table.half th {
  width: 50%;
}

/* .svd-detailed table th,
.svd-detailed table td {
  border: solid 1px rgb(220, 220, 220) !important;
  padding: 0.4em;
} */

.svd-detailed th,
.svd-detailed td {
  border: solid 1px rgb(220, 220, 220) !important;
  background: white;
  color: black;
  font-weight: normal;
  text-transform: none;
  padding: 0.6rem 0.4rem;
  font-size: 10pt;
}

.svd-detailed th {
  /* border-top: none !important; */
}

.svd-detailed th {
  font-size: 12pt;
  /* font-weight: bold; */
}

.svd-detailed h1 {
  font-size: 1rem;
  text-align: center;
  margin-top: 2rem;
}

.svd-hidden {
  display: none;
}

/* #svd-spediteur {
  padding: 1rem 2rem;
}

#svd-spediteur a {
  color: #007060 !important;
} */

.svd-info {
  padding: 1rem 2rem;
}

.svd-info a {
  color: #007060 !important;
}

#svd-nve {
  margin: 0 1rem !important;
  width: 25ch !important;
}

.svd-flex {
  display: flex;
  /* align-items: center; */
}

.svd-justify-between {
  justify-content: space-between;
}

.svd-status-symbols {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.svd-status-symbols svg {
  max-width: 5rem;
  margin-right: 0.4rem;
}

.svd-status-1-gray .st0 {
  fill: #ffffff;
}
.svd-status-1-gray .st1 {
  fill: #b2bdbc;
}

.svd-status-1-green .st0 {
  fill: #ffffff;
}
.svd-status-1-green .st1 {
  fill: #006a5c;
}
.svd-status-1-green .st2 {
  fill: #b2bdbc;
}
.svd-status-1-green .st3 {
  fill: #ff0000;
}

.svd-status-2-gray .st0 {
  fill: #ffffff;
}
.svd-status-2-gray .st1 {
  fill: #b2bdbc;
}
.svd-status-2-gray .st2 {
  fill: #006a5c;
}
.svd-status-2-gray .st3 {
  fill: #ff0000;
}

.svd-status-2-green .st0 {
  fill: #ffffff;
}
.svd-status-2-green .st1 {
  fill: #006a5c;
}
.svd-status-2-green .st2 {
  fill: #b2bdbc;
}
.svd-status-2-green .st3 {
  fill: #ff0000;
}

.svd-status-3-gray .st0 {
  fill: #ffffff;
}
.svd-status-3-gray .st1 {
  fill: #b2bdbc;
}
.svd-status-3-gray .st2 {
  fill: #006a5c;
}
.svd-status-3-gray .st3 {
  fill: #ff0000;
}

.svd-status-3-green .st0 {
  fill: #ffffff;
}
.svd-status-3-green .st1 {
  fill: #006a5c;
}
.svd-status-3-green .st2 {
  fill: #b2bdbc;
}
.svd-status-3-green .st3 {
  fill: #ff0000;
}

.svd-status-4-gray .st0 {
  fill: #b2bdbc;
}
.svd-status-4-gray .st1 {
  fill: #006a5c;
}
.svd-status-4-gray .st2 {
  fill: #ff0000;
}
.svd-status-4-gray .st3 {
  fill: #ffffff;
}

.svd-status-4-green .st0 {
  fill: #006a5c;
}
.svd-status-4-green .st1 {
  fill: #b2bdbc;
}
.svd-status-4-green .st2 {
  fill: #ff0000;
}
.svd-status-4-green .st3 {
  fill: #ffffff;
}

.svd-status-5-gray .st0 {
  fill: #b2bdbc;
}
.svd-status-5-gray .st1 {
  fill: #006a5c;
}
.svd-status-5-gray .st2 {
  fill: #ff0000;
}
.svd-status-5-gray .st3 {
  fill: #ffffff;
}

.svd-status-5-green .st0 {
  fill: #006a5c;
}
.svd-status-5-green .st1 {
  fill: #b2bdbc;
}
.svd-status-5-green .st2 {
  fill: #ff0000;
}
.svd-status-5-green .st3 {
  fill: #ffffff;
}

.svd-tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.svd-tooltip .svd-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.svd-tooltip .svd-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.svd-tooltip:hover .svd-tooltiptext {
  visibility: visible;
}

.svd-primary-button {
  padding: 8px 1rem !important;

  /* font-weight: bold; */
  font-size: 1em !important;

  border: none;

  cursor: pointer;
  color: white !important;
  background: #f07d04 !important;
  border-radius: 3px !important;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.svd-primary-button:hover {
  color: white !important;
  opacity: 0.8;
}

/* .svd-receipt { */
/* display: block; */
/* margin: auto; */

/* max-width: 1rem; */
/* color: #006a5c !important; */
/* } */

.svd-preview {
  margin-bottom: 13rem;
}

.svd-preview h1 {
  font-size: 28px;
}

.svd-zip-form {
  /* margin: auto; */
  /* width: 100%; */
  background: #f1f4f4;
  margin-top: 2rem;
}

.svd-zip-form > div {
  padding: 1.5rem 2rem 2.5rem;
  max-width: 30rem;
  margin: auto;

  display: flex;
  flex-flow: column;
  align-items: center;
}

.svd-zip-form input {
  max-width: 5rem;
}

.svd-zip-form p {
  text-align: center;
}

.svd-zip-form h2 {
  margin-bottom: 1rem !important;
}

p.error {
  padding: 0.8rem !important;
  border: 1px solid red !important;
  color: red;
  font-size: 10pt;
}

.svd-zip-form button {
  margin-top: 0.5rem;
}
