/**==============================**/
/** PROPOSALS **/
/**==============================**/

.customers.proposal-view #summary > div > div.tw-text-normal.col-md-12.proposal-html-total > h4 {
display: none !important
}


body.customers.proposal-view a[href*="manageasy"] {
    background-color: #1E293B; /* Green background */
    border: none; /* Remove default border */
    color: white; /* White text */
    padding: 15px 32px; /* Some padding */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline from link */
    display: inline-block; /* Makes the link behave like a block element, allowing padding and margin */
    font-size: 16px; /* Increase font size */
    font-weight: bold; 
    margin: 4px 2px; /* Add some margin */
    cursor: pointer; /* Change cursor to pointer on hover */
    border-radius: 8px; /* Rounded corners */
    align-self: center !important;
}

body.customers.proposal-view a[href*="manageasy"] {
    background-color: #1E293B; /* Darker green on hover */
}

#proposal-wrapper > div.mtop15.preview-top-wrapper > div.top > div > div > div > form:nth-child(3), 
#proposal-wrapper > div.mtop15.preview-top-wrapper > div.top > div > div > div > form:nth-child(5) {
display: none !important;
}

/*--------------------------*/
/*--------------------------*/

body.proposals #proposal-form div.btn-bottom-toolbar.bottom-transaction.text-right.sm\:tw-flex.sm\:tw-items-center.sm\:tw-justify-between button.btn.btn-default.mleft10.proposal-form-submit.save-and-send.transaction-submit {
display: none !important;
}

/*--------------------------*/
/*--------------------------*/

body.proposals #proposal_content_area {
padding: 24px;
}