/* SignUp/Login form */
.verfacto-form {
  padding: 19.5px 0px 20px 40px;
}
.verfacto-form a {
  color: #5b6ce7;
}

.verfacto-tab-group li a {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #5b6ce7;
}

.verfacto-field-wrap {
  position: relative;
  margin-bottom: 8px;
}

.verfacto-field-wrap input {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 4px;
  min-height: 30px;
  padding: 0px 7px;
}

.verfacto-field-wrap label {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #32373d;
  padding-left: 1px;
}

.verfacto-field-wrap input:focus {
  border: 1px solid #5b6ce7;
  box-shadow: none;
}

.verfacto-page-wrapper {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  min-width: 300px;
  max-width: 800px;
}

.verfacto-page-head {
  color: #32373d;
  min-height: 100px;
  padding: 20px 0;
  display: flex;
}

.verfacto-head-content {
  width: 100%;
  overflow: hidden;
  align-items: center;
  display: flex;
}

.verfacto-head-content img {
  margin-right: 3.1%;
  float: left;
  padding: 6px 0;
}

.verfacto-page-content {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 800px;
}

.verfacto-page-content-header {
  height: 108px;
  display: flex;
  align-items: center;
  background-color: #0c0b11;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  overflow: hidden;
}

.verfacto-page-content-header .verfacto-gradient-circle {
  position: absolute;
  background: linear-gradient(135deg, #28addf 0%, #6b42d0 100%);
  opacity: 0.4;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  right: -30px;
  top: 20px;
}

.verfacto-page-footer {
  margin-top: 25px;
}

.verfacto-troubles-list {
  margin-top: 15px;
}

.verfacto-troubles-list li {
  margin-bottom: 0px;
}

.verfacto-page-footer a {
  color: #5b6ce7;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.verfacto-head-title {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.7px;
  display: flex;
  min-width: 300px;
  margin: 0;
  padding: 0;
}

.verfacto-head-title span {
  font-size: 16px;
  line-height: 22px;
  display: contents;
  letter-spacing: 0.4px;
}

/* ----- Verfacto message ----- */
.verfacto-form-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding: 20px 70px;
  display: block;
}

/* ----- Title style ----- */
.verfacto-page-title h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #ffffff;
  margin: 0;
  min-width: 300px;
  padding-left: 40px;
}

/* ----- Description style ----- */
.verfacto-page-description {
  display: block;
  padding: 32px 40px;
}

.verfacto-feature-list {
  max-width: 450px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each feature row */
.verfacto-feature-list li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  color: #32373D;
}

.verfacto-feature-list li:last-child {
  border-bottom: none;
}

.verfacto-feature-list li::before {
  content: "✔";
  color: #00C851;
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* ----- Button style ----- */
.verfacto-button {
  display: inline-block;
  background: #ff006b;
  border-radius: 20px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 16px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  min-width: 110px;
  max-width: 200px;
}

.verfacto-forget-password {
  display: block;
  margin-bottom: 40px;
  padding-left: 2px;
}

.verfacto-button:hover,
.verfacto-button:focus {
  opacity: 0.85;
  color: #ffffff;
  box-shadow: none;
  outline: 0;
}

/* ----- Verfacto error message's ----- */
.verfacto-error-message {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-left-width: 5px;
  border-radius: 3px;
  margin: 10px auto;
  font-size: 16px;
}
.verfacto-error-message a {
  text-decoration: none;
}
.verfacto-error-danger {
  border-left-color: #d9534f;
  background-color: rgba(217, 83, 79, 0.1);
}
.verfacto-error-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

/* ----- Verfacto loader ----- */
.verfacto-button .button-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* each dot */
.verfacto-button .button-loader span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  animation: vf-dot 1s infinite ease-in-out;
}

/* stagger them */
.verfacto-button .button-loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.verfacto-button .button-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

/* when loading: hide text, show loader */
.verfacto-button.loading .button-text {
  visibility: hidden;
}
.verfacto-button.loading .button-loader {
  display: block;
}

/* dot bounce animation */
@keyframes vf-dot {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.3;
  }
  40% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

.verfacto-button--black {
  background-color: #1a1a1a;
  color: #ffffff;
}

/* ----- Verfacto account select list ----- */
#verfacto-account-selection {
  max-width: 65%;
}

#verfacto-accounts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.verfacto-account-action {
  display: flex;
  align-items: center;
  gap: 8px; /* space between badge and button */
}

#verfacto-accounts-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  gap: 15px;
}

.verfacto-badge {
  display: inline-block;
  background: #f2f2f2;
  color: #555;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 8px;
}

/* Deactivation modal style  */
.verfacto-modal-overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.5);
  display: none;            /* show via JS */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.verfacto-modal-content {
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
}

/* Section spacing */
.verfacto-modal-section {
  margin-bottom: 2em;
}
.verfacto-modal-section:last-child {
  margin-bottom: 0;
}

/* Form inputs */
.verfacto-input {
  width: 100%;
  margin-bottom: 1em;
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Button container */
.verfacto-modal-actions {
  text-align: right;
}

/* Close-modal “×” button */
.verfacto-button--close {
  position: absolute;
  top: 4px;
  right: 10px;
  background: none;
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  min-width: auto;
}

.verfacto-button--close:hover {
  color: #1a1a1a;
}
