.elementor-13313 .elementor-element.elementor-element-0634b11{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13313 .elementor-element.elementor-element-e735b2c{width:100%;max-width:100%;}.elementor-13313 .elementor-element.elementor-element-e735b2c.elementor-element{--align-self:center;--order:-99999 /* order start hack */;}#elementor-popup-modal-13313 .dialog-widget-content{animation-duration:1.2s;background-color:#F2F2F2;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-13313{background-color:#00000080;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-13313 .dialog-message{height:auto;}#elementor-popup-modal-13313 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-13313 .dialog-close-button i{color:#000000;}#elementor-popup-modal-13313 .dialog-close-button svg{fill:#000000;}@media(max-width:1024px){#elementor-popup-modal-13313 .dialog-message{width:75vw;}}@media(max-width:767px){#elementor-popup-modal-13313 .dialog-message{width:100vw;}#elementor-popup-modal-13313{align-items:center;}}/* Start custom CSS for shortcode, class: .elementor-element-e735b2c */@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

.buy-tokens-box {
  max-width: 100% !important;
  margin: auto !important;
  padding: 50px 25px 50px 25px !important;
  border-radius: 25px !important;
  background-color: transparent !important;
  background-image: linear-gradient(180deg, rgba(8, 101, 84, 0.31) 0%, #ffffff 50%) !important;
  border: 1px solid #0A4035 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  text-align: center !important;
  font-family: "DM Sans", sans-serif !important;
  color: #0A4035 !important;
}

.buy-tokens-box .form-title {
  margin-bottom: 15px !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #0A4035 !important;
  font-family: "DM Sans", sans-serif !important;
}

.buy-tokens-box .options {
  display: flex !important;
  justify-content: space-around !important;
  margin-bottom: 20px !important;
}

.credit-option {
  flex: 1 !important;
  margin: 0 5px !important;
  padding: 12px !important;
  border-radius: 12px !important;
  border: 1px solid #0A4035 !important;
  background: #ffffff !important;
  color: #0A4035 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: "DM Sans", sans-serif !important;
}

.credit-option:hover,
.credit-option.active {
  background: #0A4035 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

#summary-box {
  margin-top: 15px !important;
}

#token_result {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #0A4035 !important;
  font-family: "DM Sans", sans-serif !important;
}

#checkout_btn {
  padding: 12px 20px !important;
  border-radius: 12px !important;
  border: 1px solid #0A4035 !important;
  background: #0A4035 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  font-family: "DM Sans", sans-serif !important;
}

#checkout_btn:hover {
  background: #086554 !important;
}/* End custom CSS */