.elementor-20 .elementor-element.elementor-element-e4224b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:5px 5px 5px 5px;--border-top-width:5px;--border-right-width:5px;--border-bottom-width:5px;--border-left-width:5px;border-color:#C8AE7D;--border-color:#C8AE7D;--border-radius:20px 20px 20px 20px;}.elementor-20 .elementor-element.elementor-element-d2ce872{border-style:none;}#elementor-popup-modal-20{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-20 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-20 .dialog-close-button{display:flex;}#elementor-popup-modal-20 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-d2ce872 */.bmi-container {
  margin: auto;
  background: white;
  padding: 25px;
}

h5 {
  font-family: "Inter", Sans-serif;
  font-size: 28px;
  text-align: center;
  color: #333;
}

label {
  font-family: "Inter", Sans-serif;
  display: block;
  margin-top: 15px;
  color: #555;
}

input, select {
  font-family: "Inter", Sans-serif;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  font-family: "Inter", Sans-serif;
  margin-top: 10px;
  width: 100%;
  padding: 12px;
  background-color: #005C53;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #000000;
}

#result {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}/* End custom CSS */