.biznotes-wrap{background-color:#f0f8ff;padding:1rem}.biznotes-wrap .biznotes-list .biznote{background-color:#fff;border-radius:1rem;margin-bottom:1rem;max-width:29rem;padding:.5rem 1rem;position:relative}.biznotes-wrap .biznotes-list .biznote.flash--new{animation:green-fade 1s ease-in-out 0s}.biznotes-wrap .biznotes-list .biznote.flash--delete{animation:red-fade 1s ease-in-out 0s}.biznotes-wrap .biznotes-list .biznote .biznote-meta{display:flex;justify-content:space-between}.biznotes-wrap .biznotes-list .biznote .biznote-message{font-weight:700;margin-top:0!important}.biznotes-wrap .biznotes-list .biznote .delete-biznote{align-items:center;background-color:#fff;border-radius:100%;color:red;cursor:pointer;display:flex;font-size:1rem;height:1rem;justify-content:center;position:absolute;right:-5px;top:-5px;width:1rem}.biznotes-wrap textarea{width:100%}.biznotes-wrap .add-biznote{background-color:#8bc34b;box-shadow:0 4px 10px -5px #000;color:#fff;cursor:pointer;margin:1rem 0 0 auto;padding:.5rem 1rem;transition:all .2s ease-out;width:-moz-max-content;width:max-content}.biznotes-wrap .add-biznote:hover{background-color:#77ac39;box-shadow:0 0 10px -5px #000}.biznotes-wrap .add-biznote.disabled{box-shadow:none;opacity:.3;pointer-events:none}@keyframes green-fade{0%{background:#c2e797}to{background:#fff}}@keyframes red-fade{0%{background:#e79797}to{background:transparent}}tr.has-biznotes .order-preview{background-color:#4dd0e1;color:#fff}
