:root {
  --av-color-primary: #4a4f62;
  --av-color-black: #000000;
  --av-color-text: #141b34;
  --av-color-primary-icon: #aaaaaa;
  --av-color-border-color: #e6e6e6;
  --av-color-input-color: #f6f6f6;
  --av-color-white-color: #ffffff;
  --av-color-bg: #fbf9f7;
  --av-color-grid-bg: #fbfbfb;

  /* Theme Font Size */
  --av-font-size-12: 12px;
  --av-font-size-14: 14px;
  --av-font-size-16: 16px;
  --av-font-size-18: 18px;
  --av-font-size-20: 20px;
  --av-font-size-22: 22px;
  --av-font-size-24: 24px;
  --av-font-size-26: 26px;
  --av-font-size-28: 28px;
  --av-font-size-30: 30px;
  --av-font-size-32: 32px;
  --av-font-size-34: 34px;
  --av-font-size-36: 36px;
  --av-font-size-38: 38px;
  --av-font-size-40: 40px;
  --av-font-size-42: 42px;
  /* Theme Font Weight */
  --av-font-weight-400: 400;
  --av-font-weight-500: 500;
  --av-font-weight-600: 600;
  --av-font-weight-700: 700;
  /* Theme Radius */
  --av-radius-500: 500px;
  --av-radius-22: 22px;
  --av-radius-10: 10px;
}

input[type="url"],
.url-group input[type="text"] {
  background: var(--av-color-grid-bg);
  border: 0.5px solid var(--av-color-border-color);
  border-radius: 10px;
  padding: 23px 30px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  flex: 1;
  margin-bottom: 0;
}
.url-group {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.url-group a {
  background: var(--av-color-grid-bg);
  border: 0.5px solid var(--av-color-border-color);
  border-radius: 10px;
  padding: 23px 42px;
  text-decoration: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
@media (max-width: 529.98px) {
  .url-group {
    flex-direction: column;
  }
}
.progress-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
}

.bar {
  width: 100%;
  height: 10px;
  background: var(--av-color-grid-bg);
  border: 0.5px solid var(--av-color-border-color);
  border-radius: 100px;
}

.fill {
  width: 50%;
  height: 100%;
  background: var(--av-color-primary);
  border-radius: 10px;
}
.already-account {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
  text-align: center;
  margin-bottom: 0px;
  margin-top: 159px;
}
.already-account a {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
  text-decoration: none;
}
.trusted {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.content p {
  font-family: Inter;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.content span {
  font-family: Inter;
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
}
@media (max-width: 991.98px) {
  .already-account {
    margin-top: 100px;
  }
}
