.form-wrapper {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
  width: 530px;
  max-width: 100%;
  margin: 0 0 50px auto;
  box-shadow: 15px 15px 0px 0px rgba(188, 188, 188, 0.4),
    0px 50px 100px -20px rgba(50, 50, 93, 0.25),
    0px 30px 60px -30px rgba(0, 0, 0, 0.3);
}
.form-wrapper .dx-scrollbar-vertical {
  right: -15px !important;
}
.form-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 30px;
}

.form-header span {
  color: rgba(41, 41, 41, 0.7);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.form-header p {
  color: rgba(41, 41, 41, 0.9);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

.form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(23, 93, 247, 0.05);
}
.form-steps {
  padding: 0 30px;
  display: flex;
  gap: 5px;
}
.form-steps span {
  border-radius: 6px;
  display: block;
  background: #d4d4d4;
  flex: 1 0 0;
  height: 6px;
}
.form-steps span.active {
  background: var(--mm-primary-500);
}
#demoStepOne {
  position: relative;
}
#demoStepOne .form-body {
  padding: 30px 30px 0;
  min-height: 604px;
}
#demoStepOne .form-body label {
  display: block;
  color: rgba(41, 41, 41, 0.7);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
}
.form-body .input-wrapper {
  margin-bottom: 20px;
}
.form-footer {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  min-height: 82px;
  justify-content: space-between;
}

#demoEmailIcon .dx-button-content {
  padding: 0 5px !important;
  cursor: default !important;
}
#demoEmailIcon:hover.dx-button-mode-text.dx-state-hover,
#demoEmailIcon.dx-button-mode-text.dx-state-active,
#demoEmailIcon.dx-button-mode-text.dx-state-focused {
  background-color: transparent !important;
  cursor: default !important;
}

#demoStepTwo .form-body {
  height: 542px !important;
  padding: 15px 30px 0;
}
#demoStepThree .form-body {
  height: 604px !important;
  padding: 30px 30px 0;
}
#demoStepFinal {
  height: 782px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.demo-each-app {
  border: 1px solid #e3e3e3;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  gap: 15px;
  cursor: pointer;
  align-items: center;
  justify-content: start;
}
.demo-each-app:last-of-type {
  margin: 0;
}
.demo-each-app svg {
  width: 32px;
  height: 32px;
  flex: 32px 0 0;
}
.demo-custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #9e9e9e;
  width: 18px;
  height: 18px;
  flex: 18px 0 0;
  font-size: 12px;
  color: #ffffff;
  margin-left: auto;
}
.demo-custom-checkbox.checked {
  background-color: var(--mm-primary-500);
  border: 1px solid var(--mm-primary-500);
}
.demo-each-app h5 {
  margin: 0;
  color: #292929;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.demo-each-app p {
  color: rgba(41, 41, 41, 0.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#stepTwoSearchWrapper {
  padding: 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

#stepTwoSelectAll {
  font-size: 15px;
  font-weight: 500;
  color: var(--mm-primary-500);
  cursor: pointer;
  flex-shrink: 0;
}
#stepThreeBody {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#stepThreeBody p {
  margin-bottom: 20px;
  color: rgba(41, 41, 41, 0.8);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#stepThreeBody #verification-code {
  display: flex;
  gap: 15px;
  padding: 15px 20px;
}
#stepThreeBody #verification-code input {
  border: 1px solid #c4ccd8;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #292929;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
#demoStepFinalCheck svg {
  width: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e7e7e7;
}
#demoStepFinalCheck .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#demoStepFinalCheck.animate .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

#demoStepFinalCheck.animate .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

#demoStepFinalCheck.animate .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
#demoStepFinalCheck {
  padding: 0 20px;
}
#demoStepFinalCheck p {
  color: rgba(41, 41, 41, 0.8);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 30px 0 0;
  line-height: 30px;
}
#demoStepFinalCheck span {
  color: var(--mm-primary-500);
  font-weight: 600;
}
#countdown {
  position: relative;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

#countdown-number {
  color: var(--mm-primary-500);
  font-weight: 600;
}

#countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

#countdown svg circle {
  stroke-dasharray: 207px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: var(--mm-primary-500);
  fill: none;
  animation: countdown 60s linear forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 207px;
  }
}
#loaderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
}
.skeleton {
  background: linear-gradient(90deg, #eeeeee 35%, #dddddd 60%, #eeeeee 75%);
  background-size: 200% 100%;
  animation: shimmer 2.2s linear infinite;
  border-radius: 6px;
  height: 32px;
  width: 100%;
  margin-bottom: 44px;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 991px) {
  .form-wrapper {
    margin: 0 auto 50px;
  }
}
