.ai-resume-box {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.ai-resume-box textarea {
  background: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border-radius: 10px;
}

#generateResume {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  padding: 5px;
}

#generateResume:hover svg {
  fill: #e1d123;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.ai-btn {
  position: absolute;
  right: 8px;
  top: 12px;
  background: #000;
  color: #fff;
  border: none;
  padding: 4px 6px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 9999;
}

.ai-wrap textarea + .ai-btn {
  top: 6px;
}

.form.fieldset-candidate_location .type-and-hit-enter {
  right: 50px;
}

.resumeDownloader button {
  background: #e1d123;
  color: #333333;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 5px;
}

.resumeDownloader button:hover {
  background: #333333;
  color: #e1d123;
}
