.acg-container .terms-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.acg-container .terms-popup .terms-popup-content {
  background-color: #f8f9fa;
  padding: 20px 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.acg-container .terms-popup .terms-popup-content h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.acg-container .terms-popup .terms-popup-content p, .acg-container .terms-popup .terms-popup-content li {
  font-size: 14px;
  font-weight: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.acg-container .terms-popup .terms-popup-content .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.acg-container .terms-popup .terms-popup-content .accept-button {
  margin-top: 10px;
  align-self: center;
}
.acg-container h2, .acg-container h1 {
  color: #32af7d;
  font-size: 32px;
  text-align: center;
}
.acg-container .acg-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.acg-container .acg-form .text-custom-field p {
  text-align: center;
}
.acg-container .acg-form .acg_link_input {
  margin-bottom: 10px;
}
.acg-container .acg-form .acg-form-group {
  display: flex;
  gap: 15px;
}
.acg-container .acg-form .acg-form-group .form-field {
  flex: 1;
}
.acg-container .acg-form button {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.acg-container .acg-form button:hover {
  transform: translateY(-2px);
}
.acg-container .acg-form button:active {
  transform: translateY(0);
}
.acg-container .dark-button {
  background-color: #024223 !important;
  color: white !important;
}
.acg-container .dark-button:hover {
  background-color: #021e10 !important;
  color: white !important;
}
.acg-container .upper-container {
  position: relative;
}
.acg-container .upper-container button {
  position: absolute !important;
  top: 0px;
}
.acg-container .acg-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0px 20px 0px;
}
.acg-container .acg-buttons #acg_download_doc, .acg-container .acg-buttons #acg_download_pdf {
  background-color: #32af7d;
}
.acg-container #acg_result {
  margin-top: 20px !important;
}
.acg-container .acg-topic-btn {
  font-size: 14px !important;
  background-color: #f8f9fa !important;
  color: #024223 !important;
  padding: 10px;
  margin: 10px;
  border: 1px solid #024223 !important;
}
.acg-container #acg_generate {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center !important;
}
.acg-container #step-4 {
  display: flex;
  flex-direction: column;
}
.acg-container #step-4 h1 {
  text-align: center;
}
.acg-container #step-4 img {
  margin: auto;
  height: 100px;
  width: 100px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive Design */
@media (max-width: 600px) {
  .acg-form-group {
    flex-direction: column;
  }
}
.checkboxes {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */