.placeholder-white::placeholder {
  color: white;
  opacity: 0.6;
}

.api-response:first-of-type {
  padding-top: 5rem !important;
}

.api-response:not(:first-child) {
  padding-top: 1rem !important;
}

/*Toggle licence MAX AP / MAX CO*/
.custom-control-input:focus~.license::before {
  box-shadow: none !important;
}

.license::before {
  background-color: #30c78d !important;
  border-color: #30c78d !important;
}

.custom-control-input:checked~.license::before {
  background-color: #5179d6 !important;
  border-color: #5179d6 !important;
}

.custom-switch .license::after {
  background-color: white !important;
}

/*Toggle licence MAX AP / MAX CO*/