* {
  -webkit-text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

ul,
li,
form {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

header,
nav,
menu,
article,
section,
main,
aside,
footer {
  display: block;
}

.c-form-status {
  width: 100%;
}
.c-form-status__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  align-items: center;
  width: 100%;
  height: 30px;
}
.c-form-status__list::after {
  position: absolute;
  top: 13px;
  left: 0;
  width: 75%;
  height: 4px;
  background-color: #000;
  z-index: -1;
  content: "";
}
.c-form-status__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
}
.c-form-status__item span {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.c-form-status__item:nth-of-type(1) span {
  background-color: #000;
  color: #fff;
}
.c-form--2 .c-form-status__item:nth-of-type(2) span {
  background-color: #000;
  color: #fff;
}
.c-form--3 .c-form-status {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-form--3 .c-form-status {
    width: 100%;
  }
}
.c-form--3 .c-form-status__item:nth-of-type(2) span {
  background-color: #000;
  color: #fff;
}
.c-form--3 .c-form-status__item:nth-of-type(3) span {
  background-color: #000;
  color: #fff;
}
.c-form--4 .c-form-status__item:nth-of-type(2) span {
  background-color: #000;
  color: #fff;
}
.c-form--4 .c-form-status__item:nth-of-type(3) span {
  background-color: #000;
  color: #fff;
}
.c-form--4 .c-form-status__item:nth-of-type(4) span {
  background-color: #000;
  color: #fff;
}

.smart-forms button.btn-clear {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: #ff7400;
  background-color: inherit;
  border: none;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
.smart-forms button.btn-clear:hover {
  color: #999;
  opacity: 0.7;
}

.btn-nxp {
  transition: opacity 0.3s ease-in-out;
}
.btn-nxp:hover {
  opacity: 0.7;
  color: inherit;
}
/*# sourceMappingURL=add.css.map */