/**
 * EdenMaster Custom Styles
 * 
 * Overrides existing styles and defines styles for dynamically added DOM elements
 */
img[alt=Logo] {
  filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(2275%) hue-rotate(61deg) brightness(101%) contrast(81%);
}

.questionnaire-animation {
  overflow-y: unset;
}

.font-brand-header {
  font-family: "Poppins", serif;
}

h4.font-brand-header,
h4.text-3xl,
.font-brand-header.text-3xl {
  font-size: 1.625rem;
}

button.\!ring-2,
div.\!ring-2 {
  --tw-ring-color: #568541 !important;
}

button.max-h-10 {
  height: 2.9rem;
  max-height: 2.9rem;
}

.bmi-form .bmi-input {
  position: relative; /* Ensure proper positioning for label and input */
  margin-bottom: 20px;
}
.bmi-form .bmi-input input {
  width: 100%;
  font-size: 16px;
  border-radius: 8px !important;
  border: 1px solid #cccccc !important;
  padding: 25px 20px 10px 15px;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.bmi-form .bmi-input input:focus {
  border-color: #666;
}
.bmi-form .bmi-input input:focus + label, .bmi-form .bmi-input input:not(:placeholder-shown) + label {
  top: 10px;
  left: 15px;
  font-size: 12px;
  color: #333;
  z-index: 1;
}
.bmi-form .bmi-input label {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #121517;
  opacity: 0.7;
  background-color: white;
  padding: 0px;
  pointer-events: none;
  transform-origin: left top;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}

#script-container:not([data-customized=yes]) {
  display: none;
}

.edenmaster_footer {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 0.75rem;
  color: rgba(18, 21, 23, 0.7);
}
.edenmaster_footer .footer-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.edenmaster_footer .footer-row.first-row .footer-col.left {
  text-align: left;
}
.edenmaster_footer .footer-row.first-row .footer-col.right {
  text-align: right;
  color: #00B67B;
}
.edenmaster_footer .footer-row.first-row .footer-col.right img {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 5px;
  max-width: 140px;
}
.edenmaster_footer .footer-row.second-row {
  padding-top: 20px;
}
.edenmaster_footer .footer-row.second-row .footer-col {
  text-align: center;
  padding: 0px 5px;
}
.edenmaster_footer .footer-row.second-row .footer-cola {
  text-decoration: none;
  color: inherit;
}
.edenmaster_footer .footer-row.second-row .footer-cola:hover {
  color: #00B67B;
}

.edenmaster_footer {
  border-top: 1px solid #d7d8d6;
  margin-top: 20px;
}

h4.text-sm, h4.font-brand-header.text-sm {
  font-size: 0.875rem;
}

/*# sourceMappingURL=edenmaster.css.map */
