.ContractSummaryNotesSidecar {
    .btn-tertiary {
        color: var(--midnight-650, #276b9b);
    }

    .ReactModal-body {
        form {
            width: 100%;
        }
    }

    .ReactModal-footer .btn-primary {
        background-color: var(--midnight-650, #276b9b) !important;
        border-color: var(--midnight-650, #276b9b) !important;
    }
}
