.mb-\[10px\] {
    margin-bottom: 10px !important;
}

.mb-\[40px\] {
    margin-bottom: 40px !important;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 25px;
}

.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  /* @apply flex py-3 px-3 cursor-none text-base text-white bg-philips items-center justify-center text-center */
  /* rounded-full border-philips disabled:opacity-40  */
  /* hover:bg-philips-42  */
  /* active:scale-95 active:bg-philips-34 active:border-philips-34 */
  /* group-hover:text-philips; */
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.text-philips {
  color: #0b5ed7 !important;
}

.text-inherit {
  font: inherit !important;
  color: inherit !important;
}

.input-error {
  --tw-border-opacity: 1;
  border-color: rgb(231 4 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(231 4 38 / var(--tw-text-opacity));
}

.validation-error {
  display: block;
}

.group:hover .group-hover\:fill-philips {
  fill: #0074E0;
}

.group:hover .group-hover\:fill-white {
  fill: #FFFFFF;
}

.step-bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: 30px auto 10px;
    color: #7b7b7b;
    overflow: hidden;
}

.step-bar::before {
  content: ' ';
  display: block;
  height: 1px;
  margin-right: 15px;
  background-color: var(--c-neutral-blue-54);
  position: absolute;
  top: 50%;
  left: 1px;
  right: 1px;
  margin-top: -1px;
}

.step-bar > .step.-active::before,
.step-bar > .step.-completed::before {
  content: ' ';
  display: block;
  height: 2px;
  background-color: var(--c-philips-blue);
  position: absolute;
  top: 50%;
  right: 0;
  width: 600px;
  margin-top: -1px;
  z-index: 1;
}

.step-bar > .step::after {
  content: ' ';
  display: block;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.step-bar > .step {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 8px;
  background-color: #FFF;
  position: relative;
  padding: 0 10px;
}

.step-bar > .step > div {
  position: relative;
  z-index: 3;
}

.step-bar > .step:first-child::before {
  display: none;
}

.step-bar > .step.-active,
.step-bar > .step.-completed {
  color: #000;
} 

.step-circle {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.-active .step-circle,
.-completed .step-circle {
  background-color: var(--c-philips-blue);
  border-color: var(--c-philips-blue);
  color: #FFF;
}

.-completed .step-circle {
  font-size: 0;
  position: relative;
}

.-completed .step-circle::before {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg data-slot='icon' fill='none' stroke-width='1.5' stroke='%23FFF' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5'%3E%3C/path%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.form-container {
  max-width: 460px;
  width: 100%;
}

@media (max-width: 700px) {
  .form-container {
    max-width: none;
  }
}

.checkbox {
  left: 2rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.5rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(106 117 127 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(106 117 127 / var(--tw-text-opacity));
  background-color: transparent;
}

.checkbox:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 116 224 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}