* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23f4ecf7' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23e8daef' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23dfbbea' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23d3a6e3' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d482e4' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23c76ade' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d442e6' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23c927e1' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23d00edb' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23b00cbc' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

body,
button,
input,
option,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  text-decoration: none;
  color: blue;
}

.main {
  margin: 0;
  padding: 0;
}

.header,
.content,
.footer {
  padding: 1rem;
}

.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.logo,
.signin-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.header-item {
  padding: 0.25rem 0.5rem;
  font-size: 1.6rem;
}

.logo {
  --w: 10ch;
  letter-spacing: var(--w);
  width: var(--w);
  overflow: hidden;
  white-space: nowrap;
  color: #0000;
  text-shadow: calc(0 * var(--w)) 0 #000, calc(-1 * var(--w)) 0 #000,
    calc(-2 * var(--w)) 0 #000, calc(-3 * var(--w)) 0 #000,
    calc(-4 * var(--w)) 0 #000, calc(-5 * var(--w)) 0 #000,
    calc(-6 * var(--w)) 0 #000, calc(-7 * var(--w)) 0 #000,
    calc(-8 * var(--w)) 0 #000, calc(-9 * var(--w)) 0 #000;
}

.logo:before {
  content: "entity";
}

.content-item {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.vf-form {
  margin-bottom: 1rem;
}

.custom-input {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.svg_icon {
  position: absolute;
  left: 10px;
  fill: #4660dc;
  width: 16px;
  height: 16px;
}

.vf-input {
  font-size: 1rem;
  padding: 10px 10px;
  margin-right: 1rem;
  width: 100%;
  padding-left: 35px;
  outline: none;
  background: #ffffff;
  color: #000000;
  border: 1px solid #5e17eb;
  transition: 0.3s ease;
}

.vf-input:hover {
  border: 1px solid #5e17eb;
  border-radius: 10px;
}

.vf-input:focus {
  border: 1px dotted #5a7ec7;
  border-radius: 7.5px;
}

.vf-input::placeholder {
  color: #dddddd;
}

.vf-submit {
  font-size: 1rem;
  padding: 10px 15px;
  background-color: #5e17eb;
  color: #fff;
  border: 1px solid #5e17eb;
  transition: 0.3s ease;
}

.vf-submit:hover {
  cursor: pointer;
  background: #ffffff;
  color: #5e17eb;
  border: 1px solid #5e17eb;
  border-radius: 10px;
}

.vf-ai {
  margin-left: 1rem;
  font-size: 1rem;
  padding: 10px 15px;
  background-color: #fff;
  color: #5e17eb;
  border: 1px solid #5e17eb;
  transition: 0.3s ease;
}

.vf-ai:hover {
  cursor: pointer;
  background: #5e17eb;
  color: #fff;
  border: 1px solid #5e17eb;
  border-radius: 10px;
}

.vf-intro {
  margin-bottom: 1rem;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 1.6rem;
  background: radial-gradient(circle closest-side, #000 94%, #0000)
    right/calc(200% - 1em) 100%;
  animation: l24 1.5s infinite alternate linear;
}

.vf-intro::before {
  content: "Fast & Easy!";
  line-height: 1em;
  color: #0000;
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #000);
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes l24 {
  100% {
    background-position: left;
  }
}

.vf-loading {
  margin: auto;
  width: 100px;
  aspect-ratio: 1;
  padding: 10px;
  box-sizing: border-box;
  display: grid;
  background: #fff;
  filter: blur(5px) contrast(10) hue-rotate(300deg);
  mix-blend-mode: darken;
}

.vf-loading:before,
.vf-loading:after {
  content: "";
  grid-area: 1/1;
  width: 40px;
  height: 40px;
  background: #5e17eb;
  animation: l7 2s infinite;
}

.vf-loading:after {
  animation-delay: -1s;
}

@keyframes l7 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.alert-info {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

details {
  border: 1px solid #ddd;
  margin-bottom: 0.25rem;
}

details:hover {
  cursor: pointer;
}

details[open] > summary {
  border-bottom: 1px solid #dddddd;
}

details[open] > div {
  background-color: #fff;
  padding: 0.5rem;
  font-weight: 300;
}

summary {
  background-color: #fff;
  color: #000;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

sup {
  background-color: #5e17eb;
  color: #fff;
  padding: 0rem 0.25rem;
  border-radius: 2.5px;
}

.footer {
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
