h1:focus {
  outline: none;
}

.valid.modified:not([type=checkbox]) {
  border: 2px solid #26b050;
}

.validation-message {
  color: #e50000;
  margin-left: 115px;
  margin-top: 7px;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* High z-index to cover other content */
}
.loader-overlay .container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url("#goo");
  animation: rotate-move 2s ease-in-out infinite;
}
.loader-overlay .dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader-overlay .dot-3 {
  background-color: #572dea;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}
.loader-overlay .dot-2 {
  background-color: #10beae;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}
.loader-overlay .dot-1 {
  background-color: #3169c0;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}
.loader-overlay .text {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: calc(50% + 70px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
}

.loader-content {
  padding: 20px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.loader-content p {
  font-size: 20px;
  color: #333;
}

.input-email {
  width: 400px;
  height: 62px;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 16px;
  color: #000;
  outline: none;
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .input-email {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.advices {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  background: #525d8b;
  width: 200px;
  height: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  flex-direction: column;
}
.card.active {
  background: #288010;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.activation, .error_info {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .activation, .error_info {
    max-height: unset;
    overflow: unset;
  }
}

.no-height {
  max-height: 0;
  opacity: 0;
}

.main_container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_container {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main_container {
    padding: 16px;
  }
}
.main_container .content {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .main_container .content {
    padding-top: 20px;
  }
}
.main_container__step p {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main_container__step p {
    font-size: 26px;
    text-align: center;
  }
}
.main_container__form {
  background-color: #f4f4f4;
  padding: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main_container__form {
    position: relative;
  }
}
.main_container__form.big {
  max-width: 1360px;
}
.main_container__form--title {
  font-size: 22px;
  color: #000;
}
.main_container__form--subtitle {
  color: #555555;
  margin-top: 20px;
  margin-bottom: 35px;
  line-height: 1.5;
}
.main_container__form--subtitle p {
  color: #000;
}
.main_container__form--subtitle p:last-child {
  font-weight: 600;
}
.main_container__form--subtitle span {
  color: #ed0b1b;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
}
.main_container__form .inputs {
  position: relative;
  padding-bottom: 30px;
}
.main_container__form .inputs input.invalid {
  border: 2px solid #e50000;
  color: #f01;
}

@keyframes dot-3-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translateY(-18px) scale(0.45);
  }
  60% {
    transform: translateY(-90px) scale(0.45);
  }
  80% {
    transform: translateY(-90px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes dot-2-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(-16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes dot-1-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes rotate-move {
  55% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes index {
  0%, 100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}
.code {
  text-align: center;
}
.code label {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .code label {
    font-size: 22px;
  }
}
.code .otpWrap {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  margin-top: 35px;
}
.code .otpWrap input {
  text-align: center;
  padding: 10px 8px 10px 8px;
  border: 1px solid #adadad;
  border-radius: 4px;
  outline: none;
  height: 80px;
  width: 80px;
  color: #141414;
  font-weight: 400;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .code .otpWrap input {
    height: 65px;
    width: 65px;
  }
}

.sendEmail {
  width: 270px;
  height: 60px;
  border: unset;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  background-color: #3169c0;
  margin-left: 18px;
}
.sendEmail.send-step2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sendEmail {
    margin-left: 115px;
    margin-top: 20px;
    display: block;
  }
}

.error_info {
  position: absolute;
  bottom: 0;
  background: #f01;
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .error_info {
    margin: 16px;
    width: calc(100% - 32px);
    padding: 5px;
    font-size: 11px;
  }
}

.form {
  width: 100%;
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c3daf0;
  border-bottom: 1px solid #c3daf0;
  padding: 40px 50px;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .form {
    padding: 20px 0px 20px 0px;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .form {
    padding: 10px;
  }
}
.form sup {
  color: #f01;
  font-size: 16px;
  position: absolute;
}
.form.step-2 {
  padding: 40px 0px;
}
@media screen and (min-width: 1024px) {
  .form.step-2 .form__left, .form.step-2 .form__right {
    width: 405px;
  }
}
.form.step-2 .form__row {
  width: 100%;
}
.form.step-3 {
  padding-bottom: 15px;
  align-items: flex-start;
}
.form.step-3 .form__row {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form.step-3 .form__left, .form.step-3 .form__right {
    width: 405px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form.step-3 .form__left .form__row label, .form.step-3 .form__right .form__row label {
    width: 140px;
  }
  .form.step-3 .form__left .form__row label p, .form.step-3 .form__right .form__row label p {
    font-size: 12px;
  }
}
.form.step-3 .form__right .form__row {
  justify-content: flex-start;
}
.form .input__wrapper {
  width: 380px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form .input__wrapper {
    width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .form .input__wrapper {
    width: 100%;
  }
}
.form .input__wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form .input__wrapper label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .form .input__wrapper label {
    margin-right: 0px !important;
  }
}
.form .input__wrapper .can-toggle__switch {
  height: 45px;
  flex: 0 0 380px;
  border-radius: 4px;
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #0e6ac2;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form .input__wrapper .can-toggle__switch {
    flex: 0 0 245px;
  }
}
@media screen and (max-width: 1023px) {
  .form .input__wrapper .can-toggle__switch {
    flex: 0 0 100%;
  }
}
.form .input__wrapper .can-toggle__switch::before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  left: 190px;
  font-size: 16px;
  line-height: 44px;
  width: 190px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form .input__wrapper .can-toggle__switch::before {
    width: 125px;
    left: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .form .input__wrapper .can-toggle__switch::before {
    width: 50%;
    height: 41px;
    left: 50%;
  }
}
.form .input__wrapper .can-toggle__switch::after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #0e6ac2;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 190px;
  line-height: 40px;
  font-size: 16px;
  height: 90%;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form .input__wrapper .can-toggle__switch::after {
    width: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .form .input__wrapper .can-toggle__switch::after {
    width: 50%;
    height: 41px;
  }
}
.form .input__wrapper input:checked ~ label .can-toggle__switch::before {
  content: attr(data-unchecked);
  left: 0;
}
.form .input__wrapper input:checked ~ label .can-toggle__switch::after {
  content: attr(data-checked);
  color: #0e6ac2;
  transform: translate3d(186px, 0, 0);
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form .input__wrapper input:checked ~ label .can-toggle__switch::after {
    transform: translate3d(116px, 0, 0);
  }
}
@media screen and (max-width: 1023px) {
  .form .input__wrapper input:checked ~ label .can-toggle__switch::after {
    transform: translate3d(98%, 0, 0);
  }
}
.form__left {
  width: 840px;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .form__left {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
}
.form__right {
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .form__right {
    width: 100%;
    padding: 0;
  }
}
.form .form__row {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
  break-inside: avoid-column;
  width: 50%;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .form .form__row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.form .form__row.checkbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form .form__row.checkbox input {
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .form .form__row.checkbox label {
    padding-bottom: 0px !important;
  }
}
.form .form__row .content {
  display: flex;
  width: 380px;
  height: 50px;
  margin-left: 30px;
  border-radius: 4px;
  align-items: center;
}
.form .form__row label {
  font-size: 16px;
  color: #0e6ac2;
  font-weight: 700;
  margin-right: 14px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .form .form__row label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .form .form__row label {
    padding-bottom: 10px;
  }
}
.form .form__row textarea {
  width: 380px;
  background: #e6f0f9;
  border: 2px solid #0e6ac2;
  padding: 5px;
  color: #0e6ac2;
  font-family: "Open Sans", sans-serif;
  outline: none;
  height: 83px;
  border-radius: 4px;
  font-size: 14px;
  resize: unset;
}
@media screen and (max-width: 1023px) {
  .form .form__row textarea {
    width: 100%;
  }
}
.form .form__row select {
  width: 380px;
  height: 50px;
  background: #e6f0f9;
  border: 2px solid #0e6ac2;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 16px;
  color: #0e6ac2;
}
@media screen and (max-width: 1023px) {
  .form .form__row select {
    width: 100%;
  }
}
.form .form__row select.invalid {
  border: 2px solid #e50000;
  color: #f01;
}
.form .form__row select.invalid option {
  color: #0e6ac2;
}
.form .form__row select:disabled {
  opacity: 0.5;
}
.form .form__row input {
  width: 380px;
  height: 50px;
  background: #e6f0f9;
  border: 2px solid #0e6ac2;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 16px;
  color: #0e6ac2;
  outline: unset !important;
}
@media screen and (max-width: 1023px) {
  .form .form__row input {
    width: 100%;
  }
}
.form .form__row input:disabled {
  opacity: 0.5;
}
.form .form__row input.invalid {
  border: 2px solid #e50000;
  color: #f01;
}
.form .form__row input[type=checkbox] {
  width: 30px;
  height: 30px;
}
.form .form__row .validation-message-container {
  display: flex;
  flex-direction: column;
}
.form .form__row .validation-message {
  margin: 0;
  left: unset;
  right: 0;
  font-size: 12px;
  bottom: 4px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .form .form__row .validation-message {
    bottom: 0;
    position: relative;
  }
}

.validation-message {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .validation-message {
    bottom: 105px;
    margin-left: 0;
  }
}

.error {
  position: relative;
}
.error .validation-message {
  bottom: 75px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
}

.iOffice {
  display: flex;
  align-items: center;
}
.iOffice .buttons {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .iOffice .buttons {
    text-align: center;
  }
}
.iOffice .buttons .next:hover {
  background: green;
}
.iOffice .buttons button {
  background: #0e6ac2;
  margin: 10px;
  margin-top: 0px;
  margin-top: 50px;
  padding: 15px 50px;
  font-size: 18px;
  color: #fff;
  border: unset;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.iOffice .buttons button:hover {
  background: #063496;
}
.iOffice .buttons .tabs {
  display: flex;
}
.iOffice .buttons .tabs .comments {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.iOffice .buttons .tabs .comments label {
  font-size: 16px;
  color: #0e6ac2;
  font-weight: 700;
  margin-right: 14px;
}
.iOffice .buttons .tabs .comments textarea {
  width: 500px;
  height: 300px;
  background: #E6F0F9;
}

.session {
  width: 800px;
  background-color: #0f6ac3;
  padding: 30px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 250px;
  display: flex;
  margin-top: 70px;
  margin-bottom: 50px;
  border-radius: 4px;
  box-shadow: 5px 5px 0px 0px rgba(66, 68, 90, 0.14);
}
@media screen and (max-width: 1023px) {
  .session {
    width: 100%;
  }
}
.session .content {
  padding-top: 25px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .session .content {
    padding: 0px;
    margin: 0 auto;
  }
}
.session .content span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.session .content p {
  font-size: 28px;
  text-align: left;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .session .content p {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.session .img {
  text-align: center;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .session .img {
    display: none;
  }
}
.session .img img {
  width: 100%;
}
.session .buttons {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .session .buttons {
    text-align: center;
  }
}
.session .buttons button {
  width: 180px;
  height: 50px;
  background: #fff;
  color: #0f6ac3;
  font-size: 18px;
  border: unset;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
}
.session .buttons button:hover {
  background: #f01 !important;
  color: #fff;
}
.session .buttons button:last-child {
  background: #86b5e1;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .session .buttons button:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.info {
  text-align: center;
  padding-top: 20px;
}
.info p:first-child {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.info p:last-child {
  font-size: 18px;
}

.next {
  background: #0e6ac2;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  margin-top: 50px;
  padding: 15px 50px;
  font-size: 18px;
  color: #fff;
  border: unset;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.next:hover {
  background: green;
}

.summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.summary h3 {
  font-size: 24px;
}
.summary p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.summary span {
  font-weight: 700;
}
.summary .buttons {
  display: flex;
  align-items: center;
}
.summary .buttons button {
  background: #3169c0;
  color: #fff;
  border: unset;
  padding: 13px 20px;
  margin-right: 5px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .summary .buttons button {
    flex-direction: column;
  }
}
.summary .buttons button:hover {
  background: green;
}

.table {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 0px;
}
.table__title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c3daf0;
  padding-bottom: 10px;
}
.table__title h2 {
  font-size: 22px;
  color: #0e6ac2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table .add {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background: #f01;
  border: unset;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.table .add img {
  width: 15px;
}
.table.personnel .item {
  width: 185px;
  margin-left: 14px;
}
@media screen and (max-width: 1023px) {
  .table.personnel .item {
    margin-left: 0px;
  }
}
.table.personnel .item.name {
  width: 270px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .table.personnel .item.name input {
    width: 100%;
  }
}
.table.personnel .item.name:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1023px) {
  .table.personnel .item.acs input {
    width: 100%;
  }
}
.table.personnel .item.email {
  width: 330px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .table.personnel .item.email input {
    width: 100%;
  }
}
.table__grid:last-child {
  margin: 0px;
}
.table__validation {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  padding-left: 22px;
}
@media screen and (max-width: 1023px) {
  .table__validation {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}
.table__validation .validation-message {
  position: relative;
  margin: 0;
  left: 0;
  font-size: 12px;
  bottom: unset;
}
.table__validation .name {
  width: 280px;
}
.table__validation .amount {
  padding-left: 80px;
}
@media screen and (max-width: 1365px) {
  .table__validation .amount {
    padding-left: 0px;
  }
}
.table__validation .email {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .table__validation .email {
    margin-left: unset;
  }
}
.table__body {
  display: flex;
  align-items: center;
  background: #0f6ac3;
  margin-bottom: 7px;
  border-radius: 4px;
  padding: 10px 10px;
  animation: slidein 0.5s forwards;
}
@media screen and (max-width: 1023px) {
  .table__body {
    padding-bottom: 10px;
    animation: unset !important;
    flex-direction: column;
  }
}
.table__body .item {
  text-align: center;
  width: 230px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #fff;
  height: 100%;
  min-height: 45px;
  margin-left: 16px;
}
@media screen and (max-width: 1023px) {
  .table__body .item {
    width: 100% !important;
    border-right: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.table__body .item .validation-message {
  position: relative;
  margin: 0;
  margin-left: 0px;
  bottom: unset;
  left: unset;
  font-weight: 700;
  margin-left: 4px;
  font-size: 13px;
  text-align: left;
  line-height: 1;
}
.table__body .item.material {
  width: 300px;
  margin-left: 0px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .table__body .item.material input {
    width: 100% !important;
  }
}
.table__body .item.amount {
  width: 320px;
}
.table__body .item .input.unit-select {
  width: 90px;
  padding-left: 4px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .table__body .item .input.unit-select {
    width: 75px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .table__body .item .input.unit-select {
    width: 100px;
    margin-right: 0px;
  }
}
.table__body .item .fake-input-unit {
  background: #fff;
  border: 2px solid #0e6ac2;
  width: 90px;
  height: 45px;
  padding-top: 12px;
  color: #0e6ac2;
  font-size: 16px;
  opacity: 1;
  outline: unset !important;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .table__body .item .fake-input-unit {
    width: 100px;
  }
}
.table__body .item.edit {
  width: 50px;
  justify-content: center;
  border-right: unset;
  margin-left: 0px;
}
.table__body .item.edit svg {
  width: 30px;
  cursor: pointer;
}
.table__body .item.edit button {
  background: unset;
  margin-left: 10px;
  border: unset;
}
@media screen and (max-width: 1023px) {
  .table__body .item.edit button {
    margin-left: 0px;
  }
}
.table__body .item.edit button:hover path {
  stroke: red;
}
.table__body .item.delete {
  width: 50px;
  justify-content: center;
  border-right: unset;
  margin-left: 0px;
}
.table__body .item.delete svg {
  width: 30px;
  cursor: pointer;
}
.table__body .item.delete button {
  background: unset;
  margin-left: 10px;
  border: unset;
}
@media screen and (max-width: 1023px) {
  .table__body .item.delete button {
    margin-left: 0px;
  }
}
.table__body .item.delete button:hover path {
  stroke: red;
}
.table__body .item p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .table__body .item p {
    font-size: 12px;
    margin-right: 5px;
  }
}
.table__body .item input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.table__body .item input[type=number] {
  width: 70px;
  -moz-appearance: textfield;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .table__body .item input[type=number] {
    margin-right: 0px;
  }
}
.table__body .item .number-input {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .table__body .item .number-input {
    margin-right: 5px;
  }
}
.table__body .item .number-input button {
  width: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #ffb312;
  transition: background-color 100ms ease-in;
  border: unset;
  height: 45px;
  font-size: 20px;
}
.table__body .item .number-input input::-webkit-outer-spin-button,
.table__body .item .number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table__body .item input:checked ~ .indicator {
  background: #fff;
}
.table__body .item input:checked ~ .indicator::after {
  display: block;
}
.table__body .item .input {
  background: #fff;
  border: 2px solid #0e6ac2;
  width: 95%;
  height: 45px;
  padding-left: 10px;
  color: #0e6ac2;
  font-size: 16px;
  opacity: 1;
  outline: unset !important;
  border-radius: 4px;
}
.table__body .item .input.invalid {
  border: 2px solid #f01;
}
.table__body .item .fake-input {
  background: #fff;
  border: 2px solid #0e6ac2;
  width: 91.5%;
  height: 45px;
  padding-left: 10px;
  padding-top: 12px;
  color: #0e6ac2;
  font-size: 16px;
  opacity: 1;
  outline: unset !important;
  border-radius: 4px;
  text-align: left;
}
.table__body .item .fake-input-number {
  background: #fff;
  border: 2px solid #0e6ac2;
  width: 110px;
  height: 45px;
  padding-top: 12px;
  color: #0e6ac2;
  font-size: 16px;
  opacity: 1;
  outline: unset !important;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .table__body .item .fake-input-number {
    width: 100%;
    margin-left: 0px;
    margin-right: 8px;
  }
}
.table__body .item label {
  display: block;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
  line-height: 45px;
}
.table__body .item .no-click {
  display: block;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
  line-height: 45px;
  pointer-events: none !important;
}
.table__body .item .indicator {
  position: absolute;
  right: 15px;
  height: 30px;
  width: 30px;
  background: #4a8fd2;
  top: 8px;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .table__body .item .indicator {
    right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .table__body .item .indicator {
    right: 0px;
  }
}
.table__body .item .indicator::after {
  content: "";
  left: 10px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid #0b69c3;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  position: absolute;
}
.table__comments {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  background: #eef6ff;
  border-left: 4px solid #0e6ac2;
  border-radius: 4px;
  margin-bottom: 10px;
  max-width: 100%;
}
.table__comments .comments-textarea {
  width: 100%;
  font-size: 14px;
  color: #0e6ac2;
  border: none;
  background: transparent;
  resize: none;
  outline: none;
  padding: 5px;
}

.modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.4705882353);
  inset: 0;
  z-index: 999;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f01;
  z-index: 9999;
  width: 700PX;
  min-height: 250px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.modal__content.error {
  background: #f01;
}
.modal__content.success {
  background: #4CAF50;
}
.modal__content.warning {
  background: #de8f10;
}
.modal__content.info {
  background: #2845a6;
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: 95%;
  }
}
.modal__content .icon {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .modal__content .icon {
    display: none;
  }
}
.modal__content .icon img {
  width: 150px;
}
.modal__content .body {
  padding-left: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .modal__content .body {
    padding: 0px;
    text-align: center;
    margin: 0 auto;
  }
}
.modal__content .body p {
  font-size: 22px;
  color: #fff;
}
.modal__content .body button {
  width: 180px;
  height: 45px;
  margin-top: 25px;
  background: #fff;
  font-size: 18px;
  border: unset;
  cursor: pointer;
}

.switch {
  width: 100px !important;
  display: block;
  position: relative;
  margin-right: 0 !important;
  height: 35px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bfbfbf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #0e6ac2;
}
.switch input:checked + .slider .on {
  display: block;
}
.switch input:checked + .slider::before {
  transform: translateX(63px);
}
.switch .on {
  display: none;
}
.switch input:checked + .slider .off {
  display: none;
}
.switch .on, .switch .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 16px;
}

@keyframes slidein {
  from {
    height: 0px;
    transform: scale(0);
    opacity: 0;
  }
  to {
    height: 65px;
    transform: scale(1);
    opacity: 1;
  }
}
.buttons_materials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .buttons_materials {
    text-align: center;
  }
}
.buttons_materials button {
  background: #0e6ac2;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  margin-top: 50px;
  padding: 15px 50px;
  font-size: 18px;
  color: #fff;
  border: unset;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.buttons_materials button:hover {
  background: #f01 !important;
  color: #fff;
}
.buttons_materials button:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .buttons_materials button:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.inputs.login .validation-message {
  position: absolute;
}

.popup__wrapper.info {
  background: rgb(15, 106, 195) !important;
  padding: 10px;
}

.popup__footer__buttons button {
  align-items: normal !important;
}
