#fv-verification-form {
  margin-top: 20px;
  text-align: center;
}

#fv-verification-form video {
  border: 2px solid #ccc;
  border-radius: 8px;
}

.fv-badge {
  display: inline-block;
  background-color: #4caf50;
  color: white;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 0.9em;
  margin-left: 10px;
}

button#fv-capture {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  border: none;
  width: 98px;
  object-fit: cover;
  font-family: var(--font-button);
  height: 98px;
}

.fv-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

div#fv-step-3 {
  padding: 10px;
  font-size: 20px;
}

p#fv-result {
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
}
.fv-modal-content {
  margin: 15% auto;
  padding: 10px;
  width: 100%;
  height: auto;
  background: radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 5px,
        transparent 5px
      )
      0% 0% / 8px 8px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px)
      100% 0% / 8px 8px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px)
      0% 100% / 8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100%
      100% / 8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px)
      calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px)
      calc(100% - 6px) no-repeat,
    radial-gradient(at 100% 100%, #42bbce 0%, transparent 70%),
    radial-gradient(at 100% 0%, #d182d5 0%, transparent 70%),
    radial-gradient(at 0% 0%, #1c67ab 45%, transparent 70%), #d182d5;
  max-width: 400px;
  border-radius: 8px;
  text-align: center;
}

.selfie-btn {
  width: 104px;
  margin: auto;
  background: linear-gradient(#9747ff 0%, #f6699e 50%, #ff88ff 100%);
  border-radius: 100%;
  padding: 2px;
  overflow: hidden;
}

.fv-close-button {
  position: absolute;
  top: -34px;
  right: 6px;
  font-size: 47px;
  font-weight: bold;
  /* background: #fff; */
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  /* border-radius: 10px; */
}

.fv-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.fv-modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
}
