
#process-wellness-main-form {
  position: relative;
}

#process-wellness-loading-indicator {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 20;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  background: rgba(255, 255, 255, 0.75);
  color: #1f2933;
  font-weight: 700;
  text-align: center;
  cursor: wait;
}

#process-wellness-loading-indicator.htmx-request,
.htmx-request #process-wellness-loading-indicator {
  display: flex;
}

#process-wellness-loading-indicator::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  border: 0.25rem solid #d9e2ec;
  border-top-color: #005ea8;
  border-radius: 50%;
  animation: process-wellness-loading-spin 0.8s linear infinite;
}

@keyframes process-wellness-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

#process-wellness-main-form.htmx-request {
  pointer-events: none;
  user-select: none;
}

.process-wellness-planyear-details-tab {
  display: contents;
}

.process-wellness-planyear-details-tab-title {
  order: 1;
  flex: 1 1 0%;
  box-sizing: border-box;
  display: block;
  min-width: 0;
  padding: 0.75rem 1rem;
  border: 1px solid #ccd6e0;
  border-bottom: 0;
  border-radius: 0.375rem 0.375rem 0 0;
  background: #f5f7fa;
  color: #1f2933;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.process-wellness-planyear-details-tab.selected-tab .process-wellness-planyear-details-tab-title {
  background: #005ea8;
  color: #fff;
}

.process-wellness-planyear-details-tab-details {
  order: 2;
  display: none;
  flex: 0 0 100%;
  box-sizing: border-box;
  max-width: 100%;
  padding: 1rem;
  border: 1px solid #ccd6e0;
  background: #fff;
  color: #1f2933;
  line-height: 1.5;
}

.process-wellness-planyear-details-tab.selected-tab .process-wellness-planyear-details-tab-details {
  display: block;
}

.process-wellness-planyear-details-tab-details > * + * {
  margin-top: 0.5rem;
}

.process-wellness-planyear-details-tab-details label {
  display: block;
  margin-bottom: 0.35rem;
  color: #344054;
  font-size: 0.9rem;
  font-weight: 700;
}

.process-wellness-planyear-details-tab-details input[type="date"],
.process-wellness-planyear-details-tab-details input[type="number"],
.process-wellness-planyear-details-tab-details input[type="text"],
.process-wellness-planyear-details-tab-details input[type="email"] {
  box-sizing: border-box;
  width: min(100%, 18rem);
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #b8c4d1;
  border-radius: 0.5rem;
  background: #fff;
  color: #1f2933;
  font: inherit;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.process-wellness-planyear-details-tab-details input[type="date"]:hover,
.process-wellness-planyear-details-tab-details input[type="number"]:hover,
.process-wellness-planyear-details-tab-details input[type="text"]:hover,
.process-wellness-planyear-details-tab-details input[type="email"]:hover {
  border-color: #7d91a6;
}

.process-wellness-planyear-details-tab-details input[type="date"]:focus,
.process-wellness-planyear-details-tab-details input[type="number"]:focus,
.process-wellness-planyear-details-tab-details input[type="text"]:focus,
.process-wellness-planyear-details-tab-details input[type="email"]:focus {
  border-color: #005ea8;
  outline: 3px solid rgba(0, 94, 168, 0.18);
  outline-offset: 1px;
  box-shadow: 0 0 0 1px #005ea8;
}

.process-wellness-planyear-details-tab-details input:disabled {
  border-color: #d0d7de;
  background: #f3f5f7;
  color: #6b7280;
  cursor: not-allowed;
  box-shadow: none;
}

.process-wellness-planyear-details-tab-details input[type="number"] {
  max-width: 8rem;
}

.process-wellness-planyear-details-tab-details p {
  max-width: 44rem;
  margin: 0 0 0.75rem;
  color: #475467;
}

.process-wellness-date-input-with-clear {
  display: inline-flex;
  align-items: stretch;
  max-width: 100%;
}

.process-wellness-date-input-with-clear input[type="date"] {
  width: 12rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.process-wellness-clear-date-button {
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #b8c4d1;
  border-left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #f5f7fa;
  color: #344054;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    color 0.15s ease;
}

.process-wellness-clear-date-button:hover {
  background: #e8eef5;
  color: #1f2933;
}

.process-wellness-clear-date-button:focus {
  outline: 3px solid rgba(0, 94, 168, 0.18);
  outline-offset: 1px;
}

.process-wellness-date-input-with-clear:focus-within .process-wellness-clear-date-button {
  border-color: #005ea8;
}

.process-wellness-planyear-details-show-hide {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}

.process-wellness-planyear-details-show-hide button {
  min-height: 2.25rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid #005ea8;
  border-radius: 0.5rem;
  background: #fff;
  color: #005ea8;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease;
}

.process-wellness-planyear-details-show-hide button:hover {
  background: #e8f3fb;
  border-color: #004b86;
  color: #004b86;
}

.process-wellness-planyear-details-show-hide button:focus {
  outline: 3px solid rgba(0, 94, 168, 0.18);
  outline-offset: 2px;
}

.process-wellness-planyear-details-show-hide button:active {
  background: #d6eaf8;
}

/*# new stuff */

.process-wellness-reimbursement-section {
  margin: 1.5rem 0;
}

.process-wellness-reimbursement-section > input[type="hidden"] {
  display: none;
}

.process-wellness-reimbursement-tabs {
  display: grid;
  grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
  align-items: stretch;
}

.wellness-receipt {
  display: contents;
}

.wellness-receipt-tab {
  grid-column: 1;
  box-sizing: border-box;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccd6e0;
  border-bottom: 0;
  background: #f5f7fa;
  color: #1f2933;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.process-wellness-reimbursement-tabs .wellness-receipt:first-child .wellness-receipt-tab {
  border-radius: 0.5rem 0 0 0;
}

.wellness-receipt:last-child .wellness-receipt-tab {
  border-bottom: 1px solid #ccd6e0;
  border-radius: 0 0 0 0.5rem;
}

.wellness-receipt-tab:hover {
  background: #e8eef5;
}

.wellness-receipt-tab.selected-receipt {
  position: relative;
  z-index: 2;
  border-color: #005ea8;
  background: #005ea8;
  color: #fff;
}

.wellness-receipt-tab.selected-receipt a {
  color: #fff;
}

.receipt-description {
  font-size: 0.85rem;
  line-height: 1.3;
}

.wellness-receipt-tab.queued_change::before {
  content: "✓";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #051270;
  color: #a4e6e6;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.wellness-receipt-tab.pristine-receipt:not(.selected-receipt) {
  background: #fff8e6;
}
.wellness-receipt-tab.processed-receipt:not(.selected-receipt) {
  background: #b6b6b6;
}
.wellness-receipt-tab.admin-receipt:not(.selected-receipt) {
  background: #faf703;
}

.wellness-receipt-tab.pristine-receipt::before {
  content: "New";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #f59e0b;
  color: #1f2933;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.admin-receipt::before {
  content: "Admin";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #f50b90;
  color: #1f2933;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.admin-receipt.queued_change::before {
  content: "✓ Admin";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #f50b90;
  color: #1f2933;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.waiting-receipt::before {
  content: "Waiting";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #def50b;
  color: #1f2933;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.waiting-receipt.queued_change::before {
  content: "✓ Waiting";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #def50b;
  color: #1f2933;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.processed-receipt::before {
  content: "Processed";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #036507;
  color: #fbfbfb;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.processed-receipt.queued_change::before {
  content: "✓ Processed";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #036507;
  color: #fbfbfb;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.updating-receipt::before {
  content: "Updating";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #009a86;
  color: #fbfbfb;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.wellness-receipt-tab.updating-receipt.queued_change::before {
  content: "✓ Updating";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #009a86;
  color: #fbfbfb;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.wellness-receipt-detail {
  grid-column: 2;
  grid-row: 1 / span 5; /* this affects the height of the receipt detail section */
  box-sizing: border-box;
  display: none;
  align-self: stretch;
  padding: 1rem;
  border: 1px solid #ccd6e0;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #fff;
  color: #1f2933;
  line-height: 1.5;
}

.wellness-receipt-detail.selected-receipt {
  display: grid;
  grid-template-columns: fit-content(16rem) fit-content(18rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.wellness-receipt-column-1,
.wellness-receipt-column-2,
.wellness-receipt-column-3 {
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
  padding: 0.5rem;
  border: 1px solid #d9e2ec;
  border-radius: 0.5rem;
  background: #f8fafc;
}

.wellness-receipt-column-1 {
  background: #f8fafc;
}

.wellness-receipt-column-2 {
  background: #f5f9ff;
}

.wellness-receipt-column-3 {
  background: #fbfbf7;
  font-size: 0.95rem;
  min-width: 0;
}

.wellness-receipt-email-notes {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.textarea-with-action {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.textarea-with-action textarea {
  flex: 1;
}

.textarea-checkmark-button {
  width: 2rem;
  height: 2rem;
  border: 1px solid #888;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.textarea-checkmark-button--changed {
  background-color: #f7c948;
  border-color: #b7791f;
  color: #1f2933;
  box-shadow: 0 0 0 3px rgba(247, 201, 72, 0.35);
  transform: scale(1.05);
}

.wellness-receipt-column-2 input[type="radio"] {
  margin-right: 0.35rem;
}

.wellness-receipt-column-2 label {
  display: inline;
  margin-right: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.wellness-receipt-detail > * + * {
  margin-top: 0;
}

.wellness-receipt-detail ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.process-wellness-attached-files-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.process-wellness-attached-files-list li {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
  padding: 0.65rem;
  border: 1px solid #d9e2ec;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.process-wellness-attached-file {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.process-wellness-attached-file a {
  display: inline-block;
  max-width: 100%;
}

.process-wellness-attached-file-button {
  display: flex;
  justify-content: flex-start;
}

button.process-wellness-attached-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid #b54708;
  border-radius: 4px;
  background: #fff7ed;
  color: #9a3412;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

button.process-wellness-attached-file-button:hover {
  border-color: #9a3412;
  background: #ffedd5;
  color: #7c2d12;
}

button.process-wellness-attached-file-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(181, 71, 8, 0.25);
}

button.process-wellness-attached-file-button:active {
  background: #fed7aa;
  border-color: #7c2d12;
}

button.process-wellness-attached-file-button:disabled {
  border-color: #9ca3af;
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.75;
}

.wellness-receipt-detail a {
  color: #005ea8;
  font-weight: 700;
}

.wellness-receipt-detail a:hover {
  color: #004b86;
}

.currency-prefix {
  display: inline-block;
  margin-right: 0.15rem;
  font-weight: 600;
  vertical-align: middle;
}

.receipt-amount input[type="number"] {
  width: 8rem;
}

.set-state-button-div {
  margin-top: 1rem;
}

.set-state-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #1f6f43;
  border-radius: 4px;
  background-color: #2e8b57;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.set-state-button:hover {
  background-color: #247047;
  border-color: #185735;
}

.set-state-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 139, 87, 0.3);
}

.set-state-button:active {
  background-color: #1f5f3d;
  border-color: #16492f;
}

.set-state-button:disabled {
  background-color: #9ca3af;
  border-color: #9ca3af;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.75;
}

.delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #6f1f1f;
  border-radius: 4px;
  background-color: #8b2e2e;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.delete-button:hover {
  background-color: #702424;
  border-color: #571818;
}

.delete-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgb(139 46 46 / 0.3);
}

.delete-button:active {
  background-color: #5f1f1f;
  border-color: #491616;
}

.delete-button:disabled {
  background-color: #9ca3af;
  border-color: #9ca3af;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.75;
}

.remove-state-button-div {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline;
}

.remove-state-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.25rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid #dd4e08;
  border-radius: 4px;
  background-color: #933000;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.remove-state-button:hover {
  background-color: #c34403;
  border-color: #dd4e08;
}

.remove-state-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgb(139 74 46 / 0.3);
}

.remove-state-button:active {
  background-color: #dd4e08;
  border-color: #933000;
}

.remove-state-button:disabled {
  background-color: #9ca3af;
  border-color: #9ca3af;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.75;
}

.preview-email-button-div {
  margin-top: 0.75rem;
}

.preview-email-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #005ea8;
  border-radius: 4px;
  background-color: #ffffff;
  color: #005ea8;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.preview-email-button:hover {
  background-color: #e8f3fb;
  border-color: #004b86;
  color: #004b86;
}

.preview-email-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 94, 168, 0.25);
}

.preview-email-button:active {
  background-color: #d6eaf8;
  border-color: #003f70;
  color: #003f70;
}

.preview-email-button:disabled {
  background-color: #f3f4f6;
  border-color: #9ca3af;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.75;
}

.process-wellness-reimbursement-queued-changes {
  box-sizing: border-box;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #ccd6e0;
  border-radius: 0.5rem;
  background: #f8fafc;
  color: #1f2933;
  line-height: 1.5;
}

.process-wellness-reimbursement-queued-changes::before {
  content: "Queued changes";
  display: block;
  margin-bottom: 0.75rem;
  color: #344054;
  font-size: 1rem;
  font-weight: 700;
}

.wellness-receipt-queued-change {
  position: relative;
  box-sizing: border-box;
  margin: 0.5rem 0 0;
  padding: 0.75rem 1rem 0.75rem 2.25rem;
  border: 1px solid #b7e4d8;
  border-left: 0.35rem solid #009a86;
  border-radius: 0.5rem;
  background: #ecfdf8;
  color: #1f2933;
  font-weight: 600;
}

.wellness-receipt-queued-change::before {
  content: "✓";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: #007864;
  font-weight: 700;
}

.process-wellness-reimbursement-queued-changes.htmx-request {
  opacity: 0.65;
  cursor: wait;
}

@media (max-width: 48rem) {
  .process-wellness-reimbursement-queued-changes {
    margin: 1rem 0;
    padding: 0.75rem;
  }

  .wellness-receipt-queued-change {
    padding-right: 0.75rem;
  }
}

@media (max-width: 48rem) {
  .process-wellness-reimbursement-tabs {
    display: block;
  }

  .wellness-receipt {
    display: block;
  }

  .wellness-receipt-tab,
  .process-wellness-reimbursement-tabs .wellness-receipt:first-child .wellness-receipt-tab,
  .wellness-receipt:last-child .wellness-receipt-tab {
    margin-bottom: 0.5rem;
    border: 1px solid #ccd6e0;
    border-radius: 0.5rem;
  }

  .wellness-receipt-detail {
    margin-bottom: 1rem;
    border-left: 1px solid #ccd6e0;
    border-radius: 0.5rem;
  }

  .wellness-receipt-detail.selected-receipt {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.preview-email-content-wrapper {
  display: none;
}

.preview-email-content-wrapper.is-visible {
  position: fixed;
  inset: 5vh 5vw;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 90vw;
  height: 90vh;
  padding: 2rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}

.preview-email-content-wrapper-hide-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.preview-email-content {
  height: 100%;
  margin-top: 1.5rem;
  overflow: auto;
}

.process-wellness-display-messages {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(420px, calc(100vw - 48px));
  pointer-events: none;
}

.process-wellness-display-messages:empty {
  display: none;
}

.process-wellness-message {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-left: 5px solid #6b7280;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
}

.process-wellness-message.error {
  border-left-color: #dc2626;
  background: #fef2f2;
  color: #7f1d1d;
}

.process-wellness-message.warning {
  border-left-color: #d97706;
  background: #fffbeb;
  color: #78350f;
}

.process-wellness-message.info {
  border-left-color: #2563eb;
  background: #eff6ff;
  color: #1e3a8a;
}

.process-wellness-message.success {
  border-left-color: #16a34a;
  background: #f0fdf4;
  color: #14532d;
}

.process-wellness-message-text {
  flex: 1;
  min-width: 0;
}

.process-wellness-message-close-button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}

.process-wellness-message-close-button:hover,
.process-wellness-message-close-button:focus {
  opacity: 1;
}

.admin-conversation {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #f6f8fa;
  border: 1px solid #d8dee4;
  border-radius: 0.5rem;
}

.admin-conversation-message {
  max-width: 75%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  line-height: 1.45;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.admin-conversation-message.processor {
  align-self: flex-start;
  background: #e6f7ff;
  color: #004085;
  border: 1px solid #b3daff;
  border-bottom-left-radius: 0.25rem;
}

.admin-conversation-message.admin {
  align-self: flex-end;
  background: #0969da;
  color: #ffffff;
  border: 1px solid #0969da;
  border-bottom-right-radius: 0.25rem;
}

span.star {
  color: #ffcd03;
  font-size: 1.25rem;
}

#process-wellness-applicant-details {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  position: relative;
}

.process-wellness-applicant-name-email {
  width: max-content;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.process-wellness-applicant-name-email h2 {
  margin-top: 0;
}

.process-wellness-applicant-history {
  grid-column: 2;
  position: absolute;
  inset: 0;
  min-width: 0;
  height: 100%;
  max-height: 100%;
  column-width: 18rem;
  column-gap: 0.75rem;
  overflow: auto;
  column-fill: auto;
}

.process-wellness-applicant-history strong {
  display: block;
  break-after: avoid;
  margin-bottom: 0;
}

.receipt-history-entry {
  display: block;
  padding: 0.25rem;
  break-inside: avoid;
  margin-bottom: 0.25rem;
  background-color: #dddddd;
  border: 1px solid #686767;
  border-radius: 4px;
}

.option-button-filter {
 width: 20rem;
}

.option-button {
  display: none;
  align-items: center;
  margin-top: 0.25rem;
  justify-content: center;
  min-height: 1.75rem;
  border: 1px solid #6f6b1f;
  border-radius: 4px;
  background-color: #8b892e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.option-button:hover {
  background-color: #706a24;
  border-color: #574f18;
}

.option-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgb(139 124 46 / 0.3);
}

.option-button:active {
  background-color: #5f541f;
  border-color: #493f16;
}

.option-button:disabled {
  background-color: #9ca3af;
  border-color: #9ca3af;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.75;
}

div.receipt-type-select {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 18rem;
  overflow: auto;
}

div.selected-receipt-type {
  display: inline;
  font-weight: 800;
}
