.elementor-10006 .elementor-element.elementor-element-94ccd05{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10006 .elementor-element.elementor-element-fad99cb > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-fad99cb */button {
    margin-top: 25px !important;
}

input#invoice_number {
    color: black;
}

#successbox{
    width: 400px;
    height: 100px;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
        margin:auto;
  }

#successbox button {
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;


}

#successbox button:hover{
  background-color: #2868c7;
    transition: background-color 0.2s;
}

#successtext{
    background-color: rgba(0, 255, 0, 0.48);
    width: 400px;
    height: 100px;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
        margin:auto;
}/* End custom CSS */