/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor.
 Author: 
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom CSS below */

/*
FEEE0D 
*/

.gfpt-qty-btn {
  color: black !important;
}

.gform-page-footer,
.gform-footer,
.gform_footer {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}

.gfpt-grand-total-row {
  display: flex !important;
  justify-content: flex-end !important;
}

.gform_next_button,
.gform-theme-button,
.gform-page-footer button,
.gform-page-footer input[type="submit"],
.gform-footer button,
.gform-footer input[type="submit"] {
  background-color: #FEEE0D !important;
  color: black !important;
  font-size: 1.25rem  !important;
  font-weight: bold !important;
  padding: 15px 35px !important;
  border: 0 !important;
  outline: 0 !important;
}

.gform_next_button:active,
.gform-theme-button:active,
.gform-page-footer button:active,
.gform-page-footer input[type="submit"]:active,
.gform-footer button:active,
.gform-footer input[type="submit"]:active {
  border: 0 !important;
  outline: 0 !important;
}

.gf_progressbar_percentage {
  background-color: #FEEE0D !important;
}

#field_1_45 {
  background-color: white !important;
  padding: 25px !important;
  display: flex !important;
  justify-content: flex-end  !important;
  text-align: right !important;
}

#field_1_45 div,
#field_1_45 span,
#field_1_45 label,
#field_1_45 input {
  text-align: right !important;
  font-size: 1.25rem !important;
  font-weight: bold  !important;
  margin-bottom: 0 !important;
}
  
  