@charset "UTF-8";
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
.trix-content action-text-attachment .attachment--pdf img {
  width: 10rem;
  border-radius: 0.25rem;
}

.appearance-swatch {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #283c46;
}
.appearance-swatch__check {
  display: none;
}
.appearance-swatch--selected {
  border-color: transparent;
  outline: 3px solid #283c46;
  outline-offset: 3px;
}
.appearance-swatch--selected .appearance-swatch__check {
  display: block;
}
.appearance-swatch:focus-visible {
  outline: 3px solid var(--color-focus-ring);
  outline-offset: 3px;
}

.blank {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blank__icon {
  font-size: 6.25rem;
  display: block;
  opacity: 0.5;
}
.blank__copy h2 {
  font-size: 1.25rem;
}

.nav-breadcrumbs {
  width: 100%;
  max-width: 63em;
  padding: 0.125rem 0;
  margin: 0.125rem auto 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 10px 30px #fef8f3;
  cursor: pointer;
}
.nav-breadcrumbs .nav-breadcrumb {
  font-weight: normal;
  font-size: 1em !important;
  line-height: 1.4;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
}
.nav-breadcrumbs .nav-breadcrumb--narrow {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.nav-breadcrumbs .nav-breadcrumb--narrow strong {
  display: none;
}

.call__notes {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.call__notes:last-of-type {
  border-bottom: none;
}
.call__notes time {
  font-style: italic;
  font-size: 0.9em;
}

.assist-wrapup {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.assist-wrapup__button {
  align-self: flex-start;
}

.assist-wrapup-toast {
  margin-bottom: 0.625rem;
}

.assist-wrapup-note-toggle__button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: 0.8125rem;
  color: var(--color-schedule);
  text-decoration: underline;
}

.assist-wrapup-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.assist-wrapup-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  background: rgba(var(--rgb-ink), 0.02);
}
.assist-wrapup-chip--accepted {
  border-color: var(--color-success);
  background: color-mix(in srgb, var(--color-success) 8%, transparent);
}
.assist-wrapup-chip--dismissed {
  border-color: var(--color-danger);
  background: color-mix(in srgb, var(--color-danger) 6%, transparent);
  opacity: 0.7;
}
.assist-wrapup-chip__accept, .assist-wrapup-chip__dismiss {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0;
}
.assist-wrapup-chip__accept {
  color: var(--color-success);
}
.assist-wrapup-chip__dismiss {
  color: var(--color-danger);
}

.undeliverable-email-notice {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0.625rem 0 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--color-danger) 6%, transparent);
  color: var(--color-danger);
}
.undeliverable-email-notice svg {
  flex: none;
}

.client {
  display: flex;
  align-items: center;
}
.client__avatar > img {
  width: 2.25rem !important;
  max-width: none;
}
.client__name {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
  padding-top: 0.125rem;
}

.client-search {
  width: min(17rem, 100%);
  min-width: 0;
  font-size: 0.875rem;
  text-align: left;
}
.client-search__control {
  position: relative;
}
.client-search__toggle {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border: 1px solid transparent;
  border-radius: 1.5em;
  padding: 0.25rem 0.875rem;
  font-size: 0.875rem;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, background-color 0.15s ease, visibility 0s 0.15s;
}
.client-search__toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-search__toggle :is(.fa-search, .svg-inline--fa) {
  flex-shrink: 0;
}
.client-search--collapsed .client-search__toggle {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
.client-search--collapsed .client-search__field {
  max-width: 10.5rem;
  opacity: 0;
  visibility: hidden;
  transition: max-width 0.2s ease, opacity 0.15s ease, visibility 0s 0.2s;
}
.client-search__field {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 1.5em;
  padding: 0.25rem 0.875rem;
  max-width: 100%;
  overflow: hidden;
  transition: max-width 0.2s ease, opacity 0.15s ease;
}
.client-search__field :is(.fa-search, .svg-inline--fa) {
  flex-shrink: 0;
  margin-right: 0.375rem;
  font-size: inherit;
  color: var(--color-gray-900);
}
.client-search__field input {
  -webkit-appearance: none;
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  color: #283c46;
  line-height: 1.5;
}
.client-search .search__results {
  position: absolute;
  display: flex;
  top: calc(100% + 0.375rem);
  left: 0;
  right: auto;
  width: min(40rem, 100%);
  justify-content: flex-start;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
.client-search.search--has-results .search__results {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease;
}
.client-search__panel {
  width: 100%;
  background: white;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.875rem rgba(226, 221, 215, 0.8);
  padding: 1rem;
  max-height: 70vh;
  overflow-y: auto;
}
.client-search__panel .search__results-inner {
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow-y: visible;
}
.client-search__scopes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
.client-search__scope {
  border: 1px solid #e8e8e8;
  background: white;
  border-radius: 1.5em;
  padding: 0.125rem 0.75rem;
  font-size: 0.75rem;
  color: #5f6368;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.client-search__scope[aria-pressed=true] {
  background: #cfe4f5;
  border-color: #b5d7f0;
  color: #283c46;
}

.client-sidebar {
  border: 1px solid rgba(252, 234, 219, 0.6);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 1rem !important;
  background: rgba(254, 248, 243, 0.6);
  height: 0%;
}
.client-sidebar hr {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  width: 100%;
}
.client-sidebar dt {
  font-weight: 500;
  font-size: 98%;
}
.client-sidebar dd {
  word-break: break-word;
}

.client-tool--discussions .discussion:first-of-type {
  margin-top: 0.75rem;
}
.client-tool--discussions > :not(.client-tool__heading) {
  transition: filter 0.15s ease, opacity 0.15s ease;
}
.client-tool--discussions:has(.search--has-results) > :not(.client-tool__heading) {
  filter: blur(3px);
  opacity: 0.4;
  pointer-events: none;
}
.client-tool .popup-menu {
  top: -0.125rem;
  right: 0;
}
.client-tool__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client-tool__heading__title {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.client-tool__heading h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.panel--completed-program .completed-program--hide {
  display: none;
}

.overlooked-cases {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 1rem;
  position: relative;
}
.overlooked-cases span {
  margin-left: -1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.overlooked-cases span img {
  width: 1.875rem;
}

.client-note {
  margin-top: 0.5rem;
  min-width: 0;
  text-align: left;
  display: flex;
  justify-content: center;
}
.client-note__content {
  min-width: 0;
  padding: 0.4em 0.8em;
  background: linear-gradient(135deg, rgba(255, 214, 10, 0.35) 0%, rgba(255, 214, 10, 0.15) 100%);
  border-radius: 0.375rem;
  word-wrap: break-word;
}
.client-note__content--read-only .client-note__text::after {
  display: none !important;
}
.client-note__editor:not(:empty)::after {
  display: none;
}
.client-note__text {
  white-space: pre-line;
}
.client-note__text:not(:empty)::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -0.125em 0 0 0.25em;
  vertical-align: middle;
  background: url("/assets/note-edit-098f0b04.svg") center center/0.8em no-repeat;
}
.client-note form {
  width: 100%;
}
.client-note .input {
  resize: none;
  max-width: 100%;
  background-color: transparent;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
}

.command-palette {
  --command-palette-open: 350ms;
  --command-palette-close: 250ms;
  --command-palette-distance: 1rem;
  --command-palette-blur: 2px;
  --command-palette-scale: 0.97;
  --command-palette-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: display var(--command-palette-close) allow-discrete, overlay var(--command-palette-close) allow-discrete;
}
.command-palette::backdrop {
  opacity: 0;
  transition: opacity var(--command-palette-close) var(--command-palette-ease);
}
.command-palette .command-palette__panel {
  opacity: 0;
  transform: translateY(var(--command-palette-distance)) scale(var(--command-palette-scale));
  filter: blur(var(--command-palette-blur));
  will-change: transform, opacity, filter;
  transition: opacity var(--command-palette-close) var(--command-palette-ease), transform var(--command-palette-close) var(--command-palette-ease), filter var(--command-palette-close) var(--command-palette-ease);
}
.command-palette[open] {
  transition-duration: var(--command-palette-open);
}
.command-palette[open]::backdrop {
  opacity: 1;
  transition-duration: var(--command-palette-open);
}
.command-palette[open] .command-palette__panel {
  opacity: 1;
  transform: none;
  filter: none;
  transition-duration: var(--command-palette-open);
}

@starting-style {
  .command-palette[open]::backdrop {
    opacity: 0;
  }
  .command-palette[open] .command-palette__panel {
    opacity: 0;
    transform: translateY(var(--command-palette-distance)) scale(var(--command-palette-scale));
    filter: blur(var(--command-palette-blur));
  }
}
.command-palette--busy .command-palette__icon {
  animation: search-busy-pulse 1s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .command-palette,
  .command-palette::backdrop,
  .command-palette .command-palette__panel {
    transition: none;
  }
}
html {
  background-color: #e5e7eb;
}

.discussion {
  display: flex;
  width: 100%;
  align-items: center;
  border-top: 1px solid #f2f2f2;
  padding: 0.75rem 0.375rem;
}
.discussion:hover {
  background-color: rgba(254, 248, 243, 0.6);
}
.discussion__message:hover .txt--uncolor {
  color: #222;
}
.discussion--client {
  justify-content: space-between;
}
.discussion--client .discussion__what h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}
.discussion:first-of-type {
  border-top: none;
}
.discussion__client-avatar {
  margin-right: 0.25rem;
  align-self: flex-start;
}
.discussion__client-avatar img {
  width: 2.875rem !important;
}
.discussion__messages-count {
  position: relative;
  display: inline-block;
  min-width: 1.21em;
  padding: 0 2px;
  border: 0;
  border-radius: 3em;
  background: #1b6ac9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  min-width: 2.1em;
  height: 2.1em;
  line-height: 2.1em;
  font-size: 0.875em;
}
.discussion__messages-count--small {
  font-size: 55%;
}
.discussion__unread-badge {
  background: #db3334;
  color: white;
  display: inline-block;
  padding: 0rem 0.375rem;
  border-radius: 0.125rem;
  position: absolute;
  top: 0.625rem;
  display: none;
}
.discussion__what {
  display: block;
  flex-basis: 88%;
  color: inherit;
  position: relative;
}
.discussion__what:hover {
  color: inherit;
  text-decoration: none;
}
.discussion__what h2 {
  font-size: 1.25rem;
  margin-bottom: 0.125rem;
  font-weight: normal;
}

.new-discussion__form--scheduling .schedule-row {
  display: flex !important;
}
.new-discussion__form--scheduling .bg-stress {
  display: none;
}
.new-discussion__form--scheduling button[type=submit] {
  display: none;
}
.new-discussion__form--scheduling [data-cadence-reveal-target=panel] {
  display: none;
}
.new-discussion__form--scheduling .new-discussion__form__schedule-btn {
  display: block !important;
}
.new-discussion__form--scheduling .new-discussion__form__schedule-btn > button[type=submit] {
  display: inline-block;
}
.new-discussion__form--scheduling .new-discussion__form__schedule {
  background: #fef8f3;
  padding-left: 1.875rem !important;
  border-top: 1px solid rgba(190, 170, 227, 0.3);
}
.new-discussion__form--scheduling .new-discussion__form__schedule .cancel {
  display: block !important;
  cursor: pointer;
  position: absolute;
  right: 1rem;
}
.new-discussion__form--scheduling .new-discussion__form__schedule .cancel > svg {
  font-size: 1.25rem;
  color: inherit;
}
.new-discussion__form--scheduling .new-discussion__form__schedule svg {
  font-size: 3.125rem;
  color: #5c33c6;
}

.new-discussion__form__schedule {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-left: 6.875rem;
  padding-right: 6.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.new-discussion__form__schedule .cancel {
  display: none;
}
.new-discussion__form__schedule .schedule-row {
  display: none;
}

.new-discussion__form #discussion_title {
  padding: 0 0.375rem 0 0;
  border: 0;
  font-weight: bold;
}
.new-discussion__form__schedule-btn {
  display: none;
}
.new-discussion__form trix-toolbar {
  position: sticky;
  top: 0;
}
.new-discussion__form trix-toolbar {
  padding-top: 0.625rem;
  border-top: 1px solid #eee;
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  background: #f6f6f6;
}
.new-discussion__footer {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-left: 6.875rem;
  padding-right: 6.875rem;
  border-top: 1px solid #eee;
  padding-top: 1.5em;
}

.message__subject {
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: -0.5px;
  word-wrap: break-word;
}

.panel--discussion .new-discussion__footer {
  background: #f6f6f6;
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  margin-bottom: -3.75rem;
  padding-bottom: 3.75rem;
}
.panel--discussion trix-editor {
  background: #fef8f3;
}

.panel--new-discussion trix-editor {
  min-height: 13em;
  padding: 0.4em 0.2em;
  padding-top: 1rem;
  border: none;
  font-size: 1.125rem;
}
.panel--new-discussion trix-toolbar {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-left: 6.875rem;
  padding-right: 6.875rem;
  z-index: 99;
}
.panel--new-discussion trix-toolbar {
  border-bottom: 1px solid #eee;
}

.message--movable .gmail_quote,
.message--movable .yahoo_quoted {
  display: none;
}

.panel--discussion {
  text-align: left;
}
.panel--discussion .program {
  right: 0;
  bottom: 0.75rem;
}
.panel--discussion .perma__header {
  border-bottom: 2px solid rgba(238, 238, 238, 0.55);
  margin: 0 -0.25rem;
}
.panel--discussion .perma__title {
  text-align: left;
  max-width: 75%;
  line-height: 1.4;
}

.discussion--has-unreads .discussion__client-avatar img {
  padding: 2px;
  border: 2px solid #db3334;
}
.discussion--has-unreads .discussion__what :is(h2, h4) {
  font-weight: bold;
}
.discussion--has-unreads:not(:has(.discussion__client-avatar)) .discussion__what :is(h2, h4):before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.375rem;
  background-color: rgba(219, 51, 52, 0.9);
  flex-shrink: 0;
  align-self: center;
  vertical-align: middle;
}
.discussion--has-unreads.discussion--client .discussion__what > h4 {
  margin-left: -1.125rem;
}

.client-tool--discussions .discussion__text {
  display: none;
}

.search__results {
  position: absolute;
  width: 100%;
  top: 2.75rem;
  left: 0;
  display: none;
  justify-content: center;
}
.search--has-results .search__results {
  display: flex;
}
.search__results .discussion.search-results--selected {
  background: #fef8f3;
  border-radius: 0.625rem;
}
.search__results-inner {
  width: 90%;
  box-shadow: 0 0 1.875rem rgba(226, 221, 215, 0.8);
  margin: 0.625rem 0;
  padding: 1.875rem;
  background: white;
  z-index: 9;
  border-radius: 0.625rem;
  max-height: 80vh;
  overflow-y: scroll;
}

.search__notice h5 {
  text-transform: uppercase;
  font-size: 110%;
}
.search__notice p {
  letter-spacing: 0.5px;
}

.search--busy .perma__search__icon {
  animation: search-busy-pulse 1s ease-in-out infinite;
}

@keyframes search-busy-pulse {
  50% {
    opacity: 0.3;
  }
}
.search-result__source {
  display: inline-block;
  margin-left: 0.375rem;
  padding: 0.125rem 0.5rem;
  border-radius: 1em;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
  background: #eceff1;
  color: #5f6368;
}

.coaching-note {
  min-width: 0;
  padding: 0.4em 0.8em;
  background: linear-gradient(135deg, rgba(255, 214, 10, 0.35) 0%, rgba(255, 214, 10, 0.15) 100%);
  border-radius: 0.375rem;
  word-wrap: break-word;
}
.coaching-note a {
  color: #222;
  text-decoration: none;
}

.coaching-note {
  margin-bottom: 1.625rem;
}

details.coaching-note[open] summary {
  display: none;
}

.coaching-note__editor trix-toolbar {
  display: none;
}
.coaching-note__editor trix-editor {
  padding: 0.375rem;
  overflow: scroll;
}

button.btn-stress--on {
  background: #e9e1f8;
  border-color: #cdb8f1;
  color: #5c33c6;
}
button.btn-stress--on i {
  color: #5c33c6;
}

.message__auto-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #5c33c6;
  color: white;
  border-radius: 1em;
  padding: 0.125rem 0.625rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-left: 0.5rem;
}
.message__auto-tag i {
  color: white;
  font-size: 0.625rem;
}

.cadence-banner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.25rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background: #e9e1f8;
  border-color: #cdb8f1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.cadence-banner__dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #5c33c6;
  flex-shrink: 0;
}
.cadence-banner__label {
  font-weight: 600;
  color: #5c33c6;
  font-size: 1rem;
}
.cadence-banner__meta {
  color: #6d6d6d;
  font-size: 0.875rem;
}
.cadence-banner__pips {
  display: inline-flex;
  gap: 0.25rem;
  margin-left: 0.25rem;
}
.cadence-banner__pip {
  width: 1.5rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  background: #d9c8f3;
}
.cadence-banner__pip--done {
  background: #5c33c6;
}
.cadence-banner__pip--cancelled {
  background: #d8d2c7;
}
.cadence-banner__actions {
  margin-left: auto;
}
.cadence-banner__stop {
  background: white;
  border: 1px solid #cdb8f1;
  color: #5c33c6;
  padding: 0.375rem 0.875rem;
  border-radius: 1.5em;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.cadence-banner__stop:hover {
  background: #f8f4ff;
  color: #5c33c6;
}
.cadence-banner__stop i {
  color: inherit;
}
.cadence-banner--replied {
  background: #e8f5ed;
  border-color: #c5e0cf;
}
.cadence-banner--replied .cadence-banner__dot {
  background: #2da562;
}
.cadence-banner--replied .cadence-banner__label {
  color: #2da562;
}
.cadence-banner--replied .cadence-banner__pip--done {
  background: #2da562;
}
.cadence-banner--bounced, .cadence-banner--replaced, .cadence-banner--stopped {
  background: #faecec;
  border-color: #e9c0c0;
}
.cadence-banner--bounced .cadence-banner__dot, .cadence-banner--replaced .cadence-banner__dot, .cadence-banner--stopped .cadence-banner__dot {
  background: #db3334;
}
.cadence-banner--bounced .cadence-banner__label, .cadence-banner--replaced .cadence-banner__label, .cadence-banner--stopped .cadence-banner__label {
  color: #db3334;
}
.cadence-banner--bounced .cadence-banner__pip--done, .cadence-banner--replaced .cadence-banner__pip--done, .cadence-banner--stopped .cadence-banner__pip--done {
  background: #db3334;
}
.cadence-banner--completed {
  background: #f1efea;
  border-color: #d8d2c7;
}
.cadence-banner--completed .cadence-banner__dot {
  background: #6d6d6d;
}
.cadence-banner--completed .cadence-banner__label {
  color: #6d6d6d;
}
.cadence-banner--completed .cadence-banner__pip--done {
  background: #6d6d6d;
}

.cadence-form {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding: 1.25rem 7.5rem;
  background: #e9e1f8;
  border-top: 1px solid #cdb8f1;
  border-bottom: 1px solid #cdb8f1;
  font-size: 1rem;
}
.cadence-form__row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cadence-form__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: white;
  border: 1px solid #d9c8f3;
  color: #5c33c6;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cadence-form__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 11.25rem;
}
.cadence-form__label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5c33c6;
  letter-spacing: 0.06em;
  margin: 0;
}
.cadence-form__select {
  max-width: 17.5rem;
}
.cadence-form__preview {
  font-size: 0.875rem;
  color: #5c5160;
  margin: 0.25rem 0 0;
}
.cadence-form__edit {
  color: #5c33c6;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.375rem 0.875rem;
  border-radius: 1.5em;
  border: 1px solid #cdb8f1;
  background: white;
}
.cadence-form__edit:hover {
  background: #f8f4ff;
  text-decoration: none;
  color: #5c33c6;
}

.assist-draft-toast {
  margin-bottom: 0.625rem;
}

trix-editor.assist-draft-marker {
  background: linear-gradient(135deg, rgba(92, 51, 198, 0.08) 0%, rgba(92, 51, 198, 0.03) 100%);
  position: relative;
}
trix-editor.assist-draft-marker::before {
  content: "AI draft: review before sending";
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
  padding: 0.125rem 0.5rem;
  background: #5c33c6;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.4;
  border-radius: 9999px;
  pointer-events: none;
}

.documents__headline {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.documents--wide {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding: 1.125rem 7.5rem;
  background-color: rgba(226, 221, 215, 0.15);
}

.document__attachments {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  align-items: flex-end;
  flex-wrap: wrap;
}
.document__attachment {
  margin-right: 0.625rem;
}
.document__attachment:last-of-type {
  margin-right: 0;
}
.document__attachment .attachment {
  background-color: rgba(0, 116, 228, 0.05);
  border-radius: 0.5rem;
  padding: 0.625rem;
}

body.companies .attachment--preview {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
body.companies .attachment--preview img {
  width: 8.125rem;
  margin-bottom: 0.375rem;
  border-radius: 0.25rem;
}
body.companies .attachment__name {
  font-size: 85%;
}
body.companies .attachment__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 8.125rem;
}

[data-controller~=expandable] {
  display: block;
}
[data-controller~=expandable] > .expanded-content {
  display: none;
}
[data-controller~=expandable].expanded > .expanded-content {
  display: inherit;
}

label {
  font-weight: 500;
  font-size: 92%;
  display: block;
}

optgroup {
  font-style: normal;
}

.field-group small {
  display: block;
  font-size: 75%;
  padding-left: 0.125rem;
  margin-top: 0.125rem;
}

.form--narrow {
  max-width: 80%;
  margin: 0 auto !important;
}
.form--slim {
  max-width: 65%;
  margin: 0 auto !important;
}
.form hr {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  width: 100%;
}

.company-fields > div:nth-of-type(2) {
  display: none;
}
.company-fields--create-new > div:nth-of-type(1) {
  display: none;
}
.company-fields--create-new > div:nth-of-type(2) {
  display: block;
}

.trix-button {
  background: white !important;
}

trix-editor {
  background: white !important;
  min-height: 9.375rem;
  border-color: #eeeeee !important;
}

.input--borderless {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none !important;
  border: 0;
  border-radius: 0;
  outline: 0;
}
.input--title {
  line-height: inherit;
}
.input--full-width {
  width: 100%;
}

[data-controller~=expandable] {
  display: block;
}
[data-controller~=expandable] > .expanded-content {
  display: none;
}
[data-controller~=expandable].expanded > .expanded-content {
  display: inherit;
}

select.time-select--hour,
select.time-select--minute {
  display: inline-block;
  vertical-align: middle;
}

select.time-select--hour {
  width: 6.25rem;
}

select.time-select--minute {
  width: 4.375rem;
}

.daterange__from {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.daterange__until {
  border-left: 1px solid #eee;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.user-signature .trix-button-group--block-tools {
  display: none;
}

.clipboard-button {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  height: auto;
}

.clipboard--supported {
  position: relative;
  overflow: hidden;
}

.clipboard--supported .clipboard-button {
  display: initial;
  border-radius: 0.25rem;
}

.clipboard--success input[type=text] {
  border: 2px solid rgba(0, 128, 0, 0.6);
}

summary {
  list-style: none;
}

.btn--with-icon svg {
  margin-right: 0.25rem;
}
.btn--with-icon svg.fa-paper-plane {
  margin-right: 0.25rem;
}

.stamp {
  transform: rotate(12deg);
  color: #555;
  font-size: 1.875rem;
  font-weight: 700;
  border: 0.125rem solid #555;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  text-transform: uppercase;
  border-radius: 0.625rem;
  font-family: "Courier";
  -webkit-mask-image: url("/assets/grunge-2a3e462f.png");
  -webkit-mask-size: 944px 604px;
  mix-blend-mode: multiply;
}
.stamp--approved {
  color: #0a9928;
  border: 0.375rem solid #0a9928;
  -webkit-mask-position: 8.125rem 3.75rem;
  transform: rotate(-14deg);
  border-radius: 0;
}

.stamp--goal {
  position: absolute;
  top: 1.875rem;
  right: 55%;
  font-size: 1.375rem;
  transform: rotate(-10deg);
}

.goal-name-header {
  container-type: inline-size;
}

@container (max-width: 450px) {
  .goal-edit-label {
    display: none;
  }
}
.centered {
  text-align: center;
}

.flush {
  margin: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.break {
  z-index: 0;
  position: relative;
}
.break:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.break > span {
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
}
.break--flush-left > span {
  padding-left: 0;
}

.txt--subtle {
  color: #6d6d6d;
}

.txt--uncolor {
  color: #66573f;
}

.u-display-b {
  display: block;
}

.u-position-context {
  position: relative;
}

.uncolored {
  color: #283c46 !important;
}
.uncolored:hover {
  text-decoration: none;
}

.decorated {
  border-bottom: 1px solid rgba(13, 85, 184, 0.4);
  cursor: pointer;
}
.decorated:hover {
  text-decoration: none;
}
.decorated--dashed {
  border-bottom-style: dashed;
}

.decorated--matched {
  color: inherit !important;
  text-decoration: underline;
}

.underline--magical {
  background-image: linear-gradient(120deg, rgba(255, 139, 59, 0.3803921569) 0%, rgba(255, 139, 59, 0.3803921569) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.underline--yellow {
  background-image: linear-gradient(120deg, #ffea9a 0%, rgb(100%, 93.8439138031%, 70.3921568627%) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.hidden {
  display: none !important;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.wider {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.framed {
  margin-top: 3.125rem;
  border: 2px solid #f9c54a;
  border-radius: 0.625rem;
  position: relative;
  padding: 0rem 1.25rem 2.5rem;
}
.framed__heading {
  position: relative;
  margin-top: -1.45em;
}
.framed__heading > * {
  background: white;
}

.txt--bold {
  font-weight: bold;
}

.undecorated {
  color: inherit;
  text-decoration: none;
}
.undecorated:hover {
  color: inherit;
  text-decoration: none;
}

.input--full-width {
  display: block;
  width: 100%;
}

.input--underlined {
  border-color: transparent transparent #222;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-radius: 0;
  padding: 0.2em 0;
}

.monochrome {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.strikethrough {
  text-decoration: line-through;
}

.d-inline-block {
  display: inline-block;
}

.u-for-screen-reader {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  text-transform: none;
  white-space: nowrap;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: var(--color-background);
  color: #283c46;
  font-size: 1rem;
}

.logo > img {
  width: 5rem;
}

body,
html {
  margin: 0;
  padding: 0;
}

body > main {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}

.card {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1), 0 10px 30px #f6f2ef;
  border-radius: 0.2em 0.2em 0 0;
  background: rgb(99.1%, 99.1%, 99.1%);
  min-height: 100vh;
}
.card > div {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card > div:first-of-type {
  background: #fafafa;
}
.card > div:last-of-type {
  border-bottom: none;
}
.card > div h2 {
  position: relative;
}
.card > div h2 .fa-thumbtack {
  color: #555555;
  transform: rotate(-30deg);
  font-size: 0.75rem;
  top: 2px;
}

.day-list {
  width: 100%;
}
.day-list li {
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 8.5rem;
}
.day-list li small {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.25rem;
}

.cases-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.case--colored-1 img {
  border: 2px solid rgba(125, 87, 184, 0.7);
}

.case--colored-2 img {
  border: 2px solid rgba(57, 180, 113, 0.7);
}

.case--colored-3 img {
  border: 2px solid rgba(255, 218, 18, 0.7);
}

.case--mini {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}
.case--mini .case__name {
  font-size: 0.5rem;
  text-align: center;
  line-height: 1.3;
}
.case--mini img {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
}

.unread-badge {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: bold;
  background-color: #db3334;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: #fff;
  vertical-align: text-bottom;
  font-size: 0.625rem;
}

body > header {
  height: 2.75rem;
  font-size: 0.875rem;
  line-height: 1;
}
body > header > .nav {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  padding: 0.375rem 0.625rem 0.375rem 0.875rem;
  background: rgba(254, 248, 243, 0.9);
  margin: 0;
  position: fixed;
  z-index: 6;
}
body > header > .nav--scrolled {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

main > .panel {
  grid-column: 5/24;
}

main:has(> aside[data-controller~=sidebar]) {
  grid-template-columns: repeat(4, min(4.1666666667%, 4.25rem)) repeat(20, 1fr);
}

main:has(> aside[data-controller~=sidebar]) > .panel {
  grid-column: 5/-1;
  margin-right: 1.25rem;
  transition: margin-left 0.2s ease;
}

main:has(> aside.aside--collapsed) > .panel {
  margin-left: calc(-3 * min(4.1666666667vw, 4.25rem));
}

@media (max-width: 1151px) {
  main:has(> aside.aside--collapsed) > .panel {
    margin-left: calc(-2 * min(4.1666666667vw, 4.25rem));
  }
}
main > aside {
  grid-column: 1/5;
  position: fixed;
  width: 16.6666666667%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  transition: width 0.2s ease;
}
main > aside[data-controller~=sidebar] {
  width: min(16.6666666667%, 17rem);
}
main > aside[data-controller~=sidebar] .main-nav__item__label {
  display: inline-block;
  max-width: 14rem;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.2s ease, opacity 0.15s ease;
}
main > aside[data-controller~=sidebar] .aside__footer details {
  transition: opacity 0.15s ease, visibility 0.15s;
}
main > aside .main-nav .sidebar-toggle {
  padding: 0;
  color: rgba(153, 153, 153, 0.8);
  cursor: pointer;
}
main > aside .main-nav .sidebar-toggle:hover {
  color: #283c46;
}
main > aside .aside__footer .current-user {
  margin: 0 0.625rem 0 0;
}
main > aside .aside__backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background: rgba(3, 19, 39, 0.35);
}
main > aside.aside--collapsed {
  width: min(4.1666666667%, 4.25rem);
}
main > aside.aside--collapsed .aside__footer details {
  visibility: hidden;
  opacity: 0;
}
main > aside.aside--collapsed .main-nav__item__label {
  max-width: 0;
  opacity: 0;
}
main > aside.aside--collapsed .main-nav__item {
  width: 1.5rem;
}
main > aside.aside--collapsed .main-nav__item--active {
  width: 2.25rem;
  padding: 0.25rem 0.375rem;
  margin: 0.25rem -0.375rem;
}
main > aside.aside--collapsed .main-nav hr {
  width: calc(100% + 2.5rem);
}
main > aside__inner {
  flex-grow: 1;
}
main > aside .current-user,
main > aside nav,
main > aside footer {
  margin: 1.25rem;
}
main > aside hr {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  width: 100%;
}
main > aside .search {
  position: relative;
}
main > aside .search__field {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border-radius: 0.125rem;
  border: none;
  padding: 0.375rem 0.125rem 0.375rem 0;
  outline: none;
  padding-left: 1.75rem;
  color: #283c46;
  line-height: 1.4;
  margin-top: 0.125rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
main > aside .search__field__icon {
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  color: #283c46;
}
main > aside .search__field::placeholder {
  color: rgb(70%, 70%, 70%);
  font-weight: 400;
}
main > aside .current-user {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
main > aside .current-user__name {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  margin-right: 0.625rem;
  cursor: pointer;
}
main > aside .current-user__name > img {
  width: 0.375rem;
}
main > aside .current-user__avatar {
  width: 1.875rem;
  max-width: none;
  border-radius: 50%;
}
main > aside .current-user__avatar--admin {
  border: 2px solid #f9c54a;
  box-sizing: content-box;
  padding: 2px;
}
main > aside .main-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 0.75rem;
}
main > aside .main-nav hr {
  margin-left: -1.25rem;
}
main > aside .main-nav__item {
  -webkit-appearance: none;
  border: none;
  background: transparent;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
  color: #031327;
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0.35px;
}
main > aside .main-nav__item__icon {
  margin-right: 0.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
main > aside .main-nav__item--active {
  background: rgba(3, 19, 39, 0.06);
  border-radius: 0.5rem;
  padding: 0.25rem 0.375rem;
  margin: 0.25rem -0.375rem;
}
@supports (color: hsl(from red h s l)) {
  main > aside .main-nav__item--active {
    background: var(--color-active-pill);
  }
}
main > aside .main-nav__item--home .main-nav__item__icon {
  font-size: 1.5rem;
}
main > aside .main-nav__item--calls .main-nav__item__icon {
  font-size: 1.375rem;
}
main > aside .main-nav__item--outreach-history .main-nav__item__icon {
  font-size: 1.5rem;
}
main > aside .main-nav__item--reports .main-nav__item__icon {
  font-size: 1.5rem;
}
main > aside .main-nav__item--programs .main-nav__item__icon {
  font-size: 1.375rem;
}
main > aside .main-nav__item--companies .main-nav__item__icon {
  font-size: 1.5rem;
}
main > aside .main-nav__item--logout .main-nav__item__icon {
  font-size: 1.5rem;
}
main > aside .main-nav__item--messages {
  position: relative;
}
main > aside .main-nav__item--messages .unread-badge {
  position: absolute;
  top: -0.375rem;
  left: 0.8em;
  border-color: #fef8f3;
}

@media (max-width: 1023px) {
  main > aside[data-controller~=sidebar] {
    width: min(4.1666666667%, 4.25rem);
  }
  main > aside[data-controller~=sidebar] .aside__footer details {
    visibility: hidden;
    opacity: 0;
  }
  main > aside[data-controller~=sidebar] .main-nav__item__label {
    max-width: 0;
    opacity: 0;
  }
  main > aside[data-controller~=sidebar] .main-nav__item {
    width: 1.5rem;
  }
  main > aside[data-controller~=sidebar] .main-nav__item--active {
    width: 2.25rem;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem -0.375rem;
  }
  main > aside[data-controller~=sidebar] .main-nav hr {
    width: calc(100% + 2.5rem);
  }
  main > aside[data-controller~=sidebar].aside--overlay {
    width: min(80vw, 17rem);
    z-index: 11;
    background: var(--color-background);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.25);
  }
  main > aside[data-controller~=sidebar].aside--overlay .aside__backdrop {
    display: block;
  }
  main > aside[data-controller~=sidebar].aside--overlay .aside__footer details {
    visibility: visible;
    opacity: 1;
  }
  main > aside[data-controller~=sidebar].aside--overlay .main-nav__item__label {
    max-width: 14rem;
    opacity: 1;
  }
  main > aside[data-controller~=sidebar].aside--overlay .main-nav__item,
  main > aside[data-controller~=sidebar].aside--overlay .main-nav__item--active {
    width: auto;
  }
  main > aside[data-controller~=sidebar].aside--overlay .main-nav hr {
    width: 100%;
  }
  main:has(> aside[data-controller~=sidebar]) > .panel {
    grid-column: 3/-1;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  main > aside[data-controller~=sidebar] {
    width: 3.75rem;
  }
  main:has(> aside[data-controller~=sidebar]) > .panel {
    grid-column: 1/-1;
    margin-left: 3.75rem;
  }
}
.turbolinks-progress-bar,
.turbo-progress-bar {
  background: #0a4494 !important;
}

.unabridged--show {
  display: none;
}

.unabridged > .unabridged--hide {
  display: none !important;
}
.unabridged > .unabridged--show {
  display: table-cell !important;
}

.expanded ~ .hide-when-sibling-expanded {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagy {
  display: flex;
  gap: 0.25rem;
}
.pagy a {
  display: block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  color: var(--color-primary, #0d55b8);
  text-decoration: none;
}
.pagy a[href]:hover {
  background: #f3f4f6;
}
.pagy a:not([href]):not([aria-current]),
.pagy a[role=separator] {
  color: #6c757d;
  pointer-events: none;
}
.pagy a[aria-current] {
  background: var(--color-primary, #0d55b8);
  border-color: var(--color-primary, #0d55b8);
  color: #fff;
}

[busy] {
  opacity: 0.9;
}

.message {
  padding: 1.2em 1.2em 0.2em;
  max-width: 94%;
  margin: 0 auto;
}
.message--deferred .message__created-at > small {
  background: rgb(91.7664410897%, 89.2330383481%, 96.4532361617%);
  padding: 2px;
  border-radius: 4px;
}
.message--deferred .message__created-at > svg {
  color: #5c33c6;
  font-size: 14px;
  padding-top: 1px;
}
.message__meta {
  display: flex;
  position: relative;
  justify-content: space-between;
  background: rgb(99.4539969834%, 96.1779788839%, 93.4479638009%);
  border-radius: 1rem;
  padding: 0rem 0.75rem 0 0;
}
.message__creator {
  margin-left: -1.125rem;
}
.message__creator .people-roster__person-avatar {
  margin-right: 0.25rem;
}
.message__creator .people-roster__person-avatar img {
  border: 3px solid white;
  box-sizing: content-box;
}
.message__delete-link {
  position: absolute;
  right: -3.125rem;
  top: 0.375rem;
  color: inherit;
}
.message__content {
  padding: 0 0.75rem;
}
.message__created-at {
  font-size: 90%;
  margin-top: 0.625rem;
}
.message__quoted-content {
  margin: 0.75rem 0 0.25rem;
}
.message__quoted-content summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  list-style: none;
  background: #eceff1;
  border-radius: 0.5rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
}
.message__quoted-content summary::-webkit-details-marker {
  display: none;
}
.message__quoted-content summary:hover {
  background: rgb(86.7914438503%, 88.8770053476%, 90.2673796791%);
}
.message__quoted-content[open] > summary {
  margin-bottom: 0.5rem;
}
.message__quoted-content {
  color: #5f6368;
}
.message__quoted-content blockquote {
  margin: 0.25rem 0;
  padding-left: 0.75rem;
  border-left: 2px solid #d7d7d7;
}
.message--client .message__creator {
  font-weight: bold;
}

.message-attachments {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.message-attachment {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.message-attachment .attachment {
  display: inline-block;
}
.message-attachment .attachment__caption {
  position: relative;
  background-image: url("/assets/file-9a3ab8eb.png");
  padding: 0.375rem 0 0.25rem 2.5em;
  background-position: -3px 1px;
  background-repeat: no-repeat;
  background-size: 2.5em;
  text-align: left;
  max-width: 100%;
  vertical-align: bottom;
}
.message-attachment .attachment__extension {
  letter-spacing: 0.4px;
  font-weight: 500;
  position: absolute;
  left: -5px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-style: normal;
  top: 8px;
  background: rgba(255, 219, 77, 0.8);
  padding: 0px 2px;
  border-radius: 0.25rem;
  border: 1px solid rgba(200, 189, 184, 0.5);
}
.message-attachment .attachment__name {
  display: block;
  line-height: 1;
}
.message-attachment .attachment__attributes {
  display: block;
  margin-top: 0.2em;
  color: #6d6d6d;
  font-size: 0.875em;
}
.message-attachment .attachment__attribute:not(:first-child)::before {
  content: " · ";
}

.message-icon {
  color: #53bc89;
  opacity: 0.5;
  transform: rotate(-90deg);
}
.message-icon--incoming {
  transform: rotate(-270deg);
  color: #f9c54a !important;
}

.message-card {
  background: linear-gradient(135deg, rgb(254, 245, 238) 0%, rgba(254, 245, 238, 0.26) 100%);
  border-radius: 0.5rem;
  font-size: 97%;
}
.message-card .people-roster__person-avatar img {
  width: 2.125rem;
}
.message-card .message__meta {
  background: transparent !important;
}

.message-composer__field--notice {
  display: block;
  margin: 0 0 0.5em;
  padding: 1em;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fef5ee 0%, #fef5ee 100%);
}

.push {
  margin: 1em !important;
}

.push-double {
  margin: 2em !important;
}

.push-half {
  margin: 0.5em !important;
}

.push--ends {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.push--sides {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.push-half--sides {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}

.push--top {
  margin-top: 1em !important;
}

.push-half--top {
  margin-top: 0.5em !important;
}

.push-quarter--side {
  margin-top: 0.25em !important;
}

.push-double--top {
  margin-top: 2em !important;
}

.push-tripple--top {
  margin-top: 3.5em !important;
}

.push--right {
  margin-right: 1em !important;
}

.push-half--right {
  margin-right: 0.5em !important;
}

.push-quarter--side {
  margin-right: 0.25em !important;
}

.push-double--right {
  margin-right: 2em !important;
}

.push-tripple--right {
  margin-right: 3.5em !important;
}

.push--bottom {
  margin-bottom: 1em !important;
}

.push-half--bottom {
  margin-bottom: 0.5em !important;
}

.push-quarter--side {
  margin-bottom: 0.25em !important;
}

.push-double--bottom {
  margin-bottom: 2em !important;
}

.push-tripple--bottom {
  margin-bottom: 3.5em !important;
}

.push--left {
  margin-left: 1em !important;
}

.push-half--left {
  margin-left: 0.5em !important;
}

.push-quarter--side {
  margin-left: 0.25em !important;
}

.push-double--left {
  margin-left: 2em !important;
}

.push-tripple--left {
  margin-left: 3.5em !important;
}

.outreach-what {
  display: flex;
  justify-content: center;
}
.outreach-what__item {
  font-size: 1.375rem;
  padding: 0.625rem 0.625rem;
  border-radius: 0.375rem;
  border: 2px solid #f9c54a;
  line-height: 1;
  margin-bottom: auto;
}
.outreach-what__item:not(:last-of-type) {
  margin-right: 4.375rem;
}
.outreach-what__item > svg {
  font-size: 90%;
  display: none;
}
.outreach-what__item > a {
  color: rgba(13, 85, 184, 0.8);
  border-bottom: 1px dashed rgba(13, 85, 184, 0.7);
  cursor: pointer;
  margin-left: 0.25rem;
  top: 0px;
  position: relative;
}
.outreach-what__item > a:hover {
  text-decoration: none;
}
.outreach-what__item--active {
  background: #f9c54a;
}
.outreach-what__item--active > a {
  border-bottom: none;
  color: #000000;
  top: 0px;
}

.bg-illustration--report-form {
  background-image: url("/assets/report-person-63fb9353.png");
  min-height: 23.75rem;
  margin-bottom: -2.5rem;
  width: 40%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.panel--perma {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1), 0 10px 30px var(--color-background);
  border-radius: 0.2em 0.2em 0 0;
  background: #fff;
  padding: 3.75rem 7.5rem;
  min-height: 100vh;
  position: relative;
}
.panel--perma:has(details[data-controller~=referenced-discussion][open]) {
  padding: 0 !important;
}
.panel--perma:has(details[data-controller~=referenced-discussion][open]) .program, .panel--perma:has(details[data-controller~=referenced-discussion][open]) .dropdown--message {
  display: none;
}
.panel--perma:has(details[data-controller~=referenced-discussion][open]) .new-discussion__form--scheduling .new-discussion__form__schedule {
  margin-left: -3.125rem;
}
.panel--perma details[data-controller~=referenced-discussion][open] {
  border-right: 1px #eee solid;
}

.perma__header--left .coach-badge {
  position: relative !important;
  width: auto !important;
}
.perma__header--left .perma__title {
  text-align: left;
}
.perma__header--left .program {
  position: relative !important;
}

.perma__header--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.perma__header--grid .perma__title {
  grid-column: 4/-3;
}

.perma__header {
  margin: 0 -2.5rem;
  padding-bottom: 0.625em;
  border-bottom: 3px solid #283c46;
  position: relative;
  text-align: center;
}
.perma__header__secondary-button {
  position: absolute;
  right: 0;
  bottom: 0.875rem;
}
.perma__header__secondary-button :is(a, button) {
  border: 1px solid rgb(91.4705882353%, 91.4705882353%, 91.4705882353%);
}
.perma__header__secondary-button :is(a, button) svg {
  margin-right: 0.25rem;
}

.perma__title {
  text-align: center;
  margin: 0;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
  padding-bottom: 0.375rem;
}
.perma__title--avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.perma__title--avatar .people-roster__person-avatar > img {
  width: 2.5rem;
}

.perma__filters {
  background: #f6f6f6;
  margin: -3.75rem -7.5rem 0;
  position: relative;
  display: flex;
  padding: 0.375rem 5rem 0.375rem;
  font-size: 0.875rem;
  position: relative;
  align-items: flex-end;
}
.perma__filters__submit {
  margin-left: auto;
}
.perma__filters__submit button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.perma__filters__separator {
  align-self: center;
  padding: 0 0.375rem;
  margin-right: 0.125rem;
}

.perma__filter {
  font-size: 0.875rem;
  margin-right: 1.125rem;
}
.perma__filter input,
.perma__filter select {
  border-radius: 0;
  border-bottom: 1px solid rgba(135, 116, 87, 0.2);
  color: #877457;
}
.perma__filter input::placeholder {
  color: #877457;
}
.perma__filter--wider {
  width: 100%;
}
.perma__filter--boolean {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  padding-bottom: 0.375rem;
}
.perma__filter--boolean label {
  cursor: pointer;
  font-weight: normal;
  color: #877457;
  margin: 0;
  font-size: inherit;
}
.perma__filter select {
  font-size: inherit;
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid rgba(135, 116, 87, 0.2);
  outline: none;
}
.perma__filter select:focus {
  outline: none;
  box-shadow: none;
}

.perma__search {
  background: #f6f6f6;
  margin: -3.75rem -7.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.375rem 5rem 0.375rem;
  font-size: 0.875rem;
}
.perma__search__field {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border-radius: 0.125rem;
  border: none;
  padding: 0.375rem 0.125rem;
  color: #283c46;
  line-height: 1.5;
  margin-top: 0.125rem;
  width: 100%;
  outline: none;
}
.perma__search__icon {
  font-size: 1.125rem;
  color: #283c46;
  margin-right: 0.375rem;
}

.perma__new {
  position: absolute;
  bottom: 0.875rem;
  left: 0;
}
.perma__new :is(a, button, summary) {
  border-radius: 1.5em;
  padding: 0.375rem 0.875rem;
}
.perma__new :is(a, button, summary) svg {
  margin-right: 0.25rem;
}

.form--perma {
  background: #f6f6f6;
  margin: 0 -2.5rem;
  border-radius: 0.5rem;
  padding: 1.125rem 1.625rem;
}
.form--perma header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.form--perma header h4 {
  font-size: 1.375rem;
}
.form--perma footer {
  margin-top: 1.125rem;
}

.form__collapse-btn {
  border: 1px solid #283c46;
  border-radius: 50%;
  padding: 0.125rem 0.5rem 0.125rem 0.5rem;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.bleed--side {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.dropdown--filters {
  top: 5rem !important;
}

.popup-menu__list {
  position: absolute;
  z-index: 50;
  min-width: 6.25rem;
  padding: 0.375rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.popup-menu__item {
  display: block;
  width: 100%;
  padding: 0.125rem 1rem;
  clear: both;
  text-align: left;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.popup-menu__item:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.dropdown--perma .popup-menu__list,
.dropdown--message .popup-menu__list {
  background: linear-gradient(135deg, rgb(207, 228, 245) 0%, rgb(62.9695740365%, 79.1703853955%, 92.2853279243%) 100%);
  border-color: #cfe4f5;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.375rem;
}
.dropdown--perma .popup-menu__list .popup-menu__item,
.dropdown--message .popup-menu__list .popup-menu__item {
  font-size: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 0.375rem;
}
.dropdown--perma .popup-menu__list .popup-menu__item:first-of-type,
.dropdown--message .popup-menu__list .popup-menu__item:first-of-type {
  padding-top: 0.375rem;
}
.dropdown--perma .popup-menu__list .popup-menu__item:last-of-type,
.dropdown--message .popup-menu__list .popup-menu__item:last-of-type {
  padding-bottom: 0.375rem;
}
.dropdown--perma .popup-menu__list .popup-menu__item svg,
.dropdown--message .popup-menu__list .popup-menu__item svg {
  margin-right: 0.25rem;
}
.dropdown--perma .popup-menu__list .popup-menu__item:hover,
.dropdown--message .popup-menu__list .popup-menu__item:hover {
  background: rgba(165, 204, 236, 0.89);
}
.dropdown--perma summary,
.dropdown--message summary {
  outline: none;
  border: 1px solid rgba(153, 153, 153, 0.1);
}
.dropdown--perma summary:before, .dropdown--perma summary:after,
.dropdown--message summary:before,
.dropdown--message summary:after {
  display: none;
}

.dropdown--perma {
  top: 0.75rem;
  position: absolute;
  right: 0.75rem;
}

.dropdown--message {
  top: 1.625rem;
  position: absolute;
  right: -2.125rem;
}

.alert--perma {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  border-radius: 2.5rem;
  padding-right: 1.25rem;
}
.alert--perma p {
  margin: 0;
}
.alert--perma svg {
  height: 1em;
  font-size: 130%;
  margin-right: 0.625rem;
}

.perma__notice {
  text-align: center;
  background-color: #f9c54a;
  border-radius: 0.5rem;
  border-top: 2px solid rgb(82.7450980392%, 62.0588235294%, 0%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.625rem;
  width: 75%;
  margin: -1rem auto 1.375rem auto;
}

.perma__notice--wider {
  width: 100%;
}

.perma__notice--overlooked-cases {
  text-align: left;
  background: #f6f6f6;
  border-top-color: rgb(61.4705882353%, 61.4705882353%, 61.4705882353%);
  padding: 0.75rem 1.25rem;
}

:root {
  --color-text: #222;
  --color-background: #fff;
}

.pop {
  display: inline-flex;
  max-width: 20em;
  padding: 0.75em;
  background-color: rgb(71, 71, 73);
  color: #fff;
  border-radius: 0.375rem;
  z-index: 100;
  font-size: var(--type-small);
  font-style: italic;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.pop--visible {
  opacity: 1;
  visibility: visible;
}

.pop__arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 0.375rem;
  border-color: transparent;
}

.pop[x-placement^=bottom] {
  margin-top: 0.375rem;
}

.pop[x-placement^=bottom] .pop__arrow {
  border-top-width: 0;
  border-bottom-color: rgba(var(--color-text), 1);
  top: -0.375rem;
  left: calc(50% - 0.375rem);
}

.pop[x-placement^=top] {
  margin-bottom: 0.375rem;
}

.pop[x-placement^=top] .pop__arrow {
  border-bottom-width: 0;
  border-top-color: rgba(var(--color-text), 1);
  bottom: -0.25rem;
  left: calc(50% - 0.375rem);
}

.program-summary em {
  font-style: normal;
  background: linear-gradient(120deg, rgba(255, 182, 255, 0.4), rgba(255, 121, 198, 0.3) 40%, rgba(189, 147, 249, 0.4) 80%);
  padding: 0.1em 0.4em;
  margin: 0 -0.4em;
  border-radius: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: rgb(76, 29, 149); /* Deep purple text */
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: background-position 0.3s;
  background-size: 200% 100%;
}

.program-summary em:hover {
  background-position: 100% 0;
}

.program-templates:not(body) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.program-template {
  position: relative;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  border-radius: 0.375rem;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 0 #f6f6f6, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 2%;
  flex-basis: 28%;
  padding: 1rem 1.25rem 0.625rem;
  max-height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  transform: translateZ(0);
}
.program-template__form {
  width: 100%;
}
.program-template--editing {
  display: none !important;
}
.program-template--editing.expanded {
  display: inherit !important;
  max-height: 100%;
  align-self: flex-start;
}
.program-template[data-color=white] {
  background-color: rgb(99.5%, 99.5%, 99.5%) !important;
  box-shadow: inset 0 0 0 0 #f0f0f0, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=yellow] {
  background-color: #fdfcce !important;
  box-shadow: inset 0 0 0 0 #f9f568, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=orange] {
  background-color: #fff0db !important;
  box-shadow: inset 0 0 0 0 #ffe3bc, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=red] {
  background-color: #ffe5e5 !important;
  box-shadow: inset 0 0 0 0 #ffc6c6, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=pink] {
  background-color: #ffe4f7 !important;
  box-shadow: inset 0 0 0 0 #ffc5ee, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=purple] {
  background-color: #f2edff !important;
  box-shadow: inset 0 0 0 0 #dcceff, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=blue] {
  background-color: #e1effc !important;
  box-shadow: inset 0 0 0 0 #c5e0f9, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=green] {
  background-color: #e4f8e2 !important;
  box-shadow: inset 0 0 0 0 #cdf2c9, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=brown] {
  background-color: #eee2d7 !important;
  box-shadow: inset 0 0 0 0 #e5d2c2, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template[data-color=gray] {
  background-color: #f2f2f2 !important;
  box-shadow: inset 0 0 0 0 #e3e3e3, 0 0 1px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.program-template__edit {
  display: block;
  font-size: 0.875rem;
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
  line-height: 1;
}
.program-template__name {
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding-right: 0.625rem;
  flex-grow: 1;
}
.program-template__meta {
  font-size: 0.875rem;
}

.color-picker {
  display: flex;
  flex-wrap: wrap;
}
.color-picker__title {
  font-size: 0.875rem;
  flex: 0 0 100%;
  margin-bottom: 0.125rem;
  padding-left: 0.25rem;
}
.color-picker__field {
  width: calc(13% - 2px);
  max-width: 5.625rem;
  margin: 1.5%;
  cursor: pointer;
  position: relative;
  line-height: 2rem;
  height: auto;
}
.color-picker__field:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.color-picker__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.color-picker__input:checked ~ .color-picker__swatch {
  border-color: #283c46;
  content: "✓";
  color: #283c46;
}
.color-picker .color-picker__swatch--white {
  background-color: rgb(99.5%, 99.5%, 99.5%) !important;
}
.color-picker .color-picker__swatch--yellow {
  background-color: #fdfcce !important;
}
.color-picker .color-picker__swatch--orange {
  background-color: #fff0db !important;
}
.color-picker .color-picker__swatch--red {
  background-color: #ffe5e5 !important;
}
.color-picker .color-picker__swatch--pink {
  background-color: #ffe4f7 !important;
}
.color-picker .color-picker__swatch--purple {
  background-color: #f2edff !important;
}
.color-picker .color-picker__swatch--blue {
  background-color: #e1effc !important;
}
.color-picker .color-picker__swatch--green {
  background-color: #e4f8e2 !important;
}
.color-picker .color-picker__swatch--brown {
  background-color: #eee2d7 !important;
}
.color-picker .color-picker__swatch--gray {
  background-color: #f2f2f2 !important;
}
.color-picker__swatch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  border-color: #bfbfbf;
}
.color-picker__swatch:before {
  content: "";
}

.program-panel.program-panel--white .nav-breadcrumbs {
  background: rgb(99.5%, 99.5%, 99.5%);
}
.program-panel.program-panel--yellow .nav-breadcrumbs {
  background: #fdfcce;
}
.program-panel.program-panel--orange .nav-breadcrumbs {
  background: #fff0db;
}
.program-panel.program-panel--red .nav-breadcrumbs {
  background: #ffe5e5;
}
.program-panel.program-panel--pink .nav-breadcrumbs {
  background: #ffe4f7;
}
.program-panel.program-panel--purple .nav-breadcrumbs {
  background: #f2edff;
}
.program-panel.program-panel--blue .nav-breadcrumbs {
  background: #e1effc;
}
.program-panel.program-panel--green .nav-breadcrumbs {
  background: #e4f8e2;
}
.program-panel.program-panel--brown .nav-breadcrumbs {
  background: #eee2d7;
}
.program-panel.program-panel--gray .nav-breadcrumbs {
  background: #f2f2f2;
}

.program--white {
  border: 1px solid rgb(84.5%, 84.5%, 84.5%);
  background: rgb(99.5%, 99.5%, 99.5%);
}

.program-font-color--white {
  color: rgb(84.5%, 84.5%, 84.5%);
}

.program--yellow {
  border: 1px solid rgb(98.0392156863%, 97.0588235294%, 51.9607843137%);
  background: #fdfcce;
}

.program-font-color--yellow {
  color: rgb(98.0392156863%, 97.0588235294%, 51.9607843137%);
}

.program--orange {
  border: 1px solid rgb(100%, 81.6176470588%, 55.8823529412%);
  background: #fff0db;
}

.program-font-color--orange {
  color: rgb(100%, 81.6176470588%, 55.8823529412%);
}

.program--red {
  border: 1px solid rgb(100%, 59.8039215686%, 59.8039215686%);
  background: #ffe5e5;
}

.program-font-color--red {
  color: rgb(100%, 59.8039215686%, 59.8039215686%);
}

.program--pink {
  border: 1px solid rgb(100%, 59.4117647059%, 87.9738562092%);
  background: #ffe4f7;
}

.program-font-color--pink {
  color: rgb(100%, 59.4117647059%, 87.9738562092%);
}

.program--purple {
  border: 1px solid rgb(73.2352941176%, 62.9411764706%, 100%);
  background: #f2edff;
}

.program-font-color--purple {
  color: rgb(73.2352941176%, 62.9411764706%, 100%);
}

.program--blue {
  border: 1px solid rgb(60.9625668449%, 79.1800356506%, 96.0962566845%);
  background: #e1effc;
}

.program-font-color--blue {
  color: rgb(60.9625668449%, 79.1800356506%, 96.0962566845%);
}

.program--green {
  border: 1px solid rgb(66.9117647059%, 91.4215686275%, 64.4607843137%);
  background: #e4f8e2;
}

.program-font-color--green {
  color: rgb(66.9117647059%, 91.4215686275%, 64.4607843137%);
}

.program--brown {
  border: 1px solid rgb(84.3859649123%, 73.3642930857%, 63.2610939112%);
  background: #eee2d7;
}

.program-font-color--brown {
  color: rgb(84.3859649123%, 73.3642930857%, 63.2610939112%);
}

.program--gray {
  border: 1px solid rgb(79.9019607843%, 79.9019607843%, 79.9019607843%);
  background: #f2f2f2;
}

.program-font-color--gray {
  color: rgb(79.9019607843%, 79.9019607843%, 79.9019607843%);
}

.program {
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
}
.program__name {
  font-size: 1.375rem;
  margin: 0;
  letter-spacing: 0.65px;
}
.program__enrollment-date {
  font-size: 0.875rem;
  line-height: 1;
}

.perma__header .program {
  position: absolute;
  text-align: left;
  display: flex;
  align-items: center;
}
.perma__header .program__name {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.perma__header .coach-badge {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20%;
  text-align: right;
  line-height: 1;
  font-size: 0.875rem;
}
.perma__header .coach-badge .people-roster__person-avatar {
  margin-right: 0;
}
.perma__header .coach-badge .people-roster__person-avatar img {
  width: 1.375rem;
  position: relative;
  top: -2px;
}

.program__enrollment--concise .program {
  display: inline-block;
  padding: 0.125rem 0.5rem;
}
.program__enrollment--concise .program__name {
  font-size: 1rem;
  font-weight: 400;
}
.program__enrollment--concise .program__enrollment-date {
  display: none;
}

.form--persisted .hide-when-persisted {
  display: none;
}

.hide-unless-completed {
  display: none;
}

.programs--completed td.hide-unless-completed,
.programs--completed td.hide-if-completed {
  font-size: 80%;
}
.programs--completed .hide-unless-completed {
  display: table-cell;
}
.events {
  padding: 0;
  margin: 0;
}

.event--program {
  margin-top: 0.625rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.event--program time {
  font-size: 90%;
  display: block;
}
.event--program a {
  color: var(--dark);
  font-size: 92%;
}

body.reports-dashboards :is(a, button) label, body.reports-events :is(a, button) label {
  display: inline-block !important;
  margin-left: 0.125rem;
}
body.reports-dashboards.filters--collapsed main > .panel, body.reports-events.filters--collapsed main > .panel {
  grid-column: 2/24;
  transition: all 0.5s ease;
}
body.reports-dashboards.filters--collapsed .filters, body.reports-events.filters--collapsed .filters {
  display: none;
}
body.reports-dashboards.filters--collapsed .dropdown--perma, body.reports-events.filters--collapsed .dropdown--perma {
  display: block;
}
body.reports-dashboards main > aside, body.reports-events main > aside {
  display: none;
}
body.reports-dashboards main, body.reports-events main {
  grid-template-columns: repeat(24, 1fr);
}
body.reports-dashboards main > .panel, body.reports-events main > .panel {
  grid-column: 2/20;
  margin-left: 0;
}
body.reports-dashboards main > .panel .panel--perma, body.reports-events main > .panel .panel--perma {
  padding: 3.75rem;
}
body.reports-dashboards .dropdown--perma, body.reports-events .dropdown--perma {
  display: none;
}
body.reports-dashboards .filters, body.reports-events .filters {
  grid-column: 20/25;
  position: relative;
}

.sessionable--filtered-out {
  opacity: 0.26;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.dashboard__item > td {
  padding: 1.25rem;
  background-color: rgba(202, 229, 247, 0.4);
}
.dashboard__item .program-sessionables {
  display: flex;
  flex-wrap: wrap;
}
.dashboard__item .program-sessionables li {
  margin-right: 1.125rem;
  flex-basis: 30%;
}
.dashboard__item .program-sessionables li:last-of-type {
  margin-right: 0;
}
.dashboard__item__sessions {
  grid-column: 2;
}
.dashboard__item__title {
  padding-top: 0.375rem;
}
.dashboard__item__meta {
  display: flex;
  justify-content: space-between;
}
.dashboard__item__meta--inline dt, .dashboard__item__meta--inline dd {
  display: inline;
}
.dashboard__item__meta--inline dd {
  color: #969696;
}
.dashboard__item__details {
  display: grid;
  grid-template-columns: 15% auto;
  grid-gap: 1.25rem;
}
.dashboard__item__details .program {
  display: inline-block;
  align-items: center;
  position: relative;
}
.dashboard__item__details .program__name {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  font-size: 1.375rem;
  letter-spacing: 0.65px;
}
.dashboard__item__details .coach-badge {
  right: 0;
  width: 20%;
  text-align: right;
  line-height: 1;
  font-size: 0.875rem;
}
.dashboard__item__details .coach-badge .people-roster__person-avatar {
  margin-right: 0;
}
.dashboard__item__details .coach-badge .people-roster__person-avatar img {
  width: 1.375rem;
  position: relative;
  top: -2px;
}

.client-tool__heading .pagination {
  flex-grow: 1;
  justify-content: end;
  align-items: center;
  padding-top: 0.125rem;
}
.client-tool__heading .pagination > div {
  margin-top: 0rem !important;
}

.report-type--selected li {
  border-color: #a5ccec;
  background-color: #afd2ee;
  color: #212529;
}
.report-type__columns {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.report-type__columns li {
  font-size: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  padding: 0.125rem 0.375rem;
  margin: 0.25rem 0;
}

#ui-datepicker-div {
  z-index: 1050;
}

.report-picker {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.report-picker__list {
  border-right: 1px solid #e6e6e6;
  padding-right: 1rem;
  max-height: 62vh;
  overflow-y: auto;
}
.report-picker__search {
  position: sticky;
  top: 0;
  background: #f6f6f6;
  padding: 0.375rem 0.25rem 0.625rem;
  margin-bottom: 0.375rem;
  z-index: 1;
}
.report-picker__search input {
  font-size: 0.875rem;
}
.report-picker__group {
  margin-bottom: 0.875rem;
}
.report-picker__group[hidden] {
  display: none;
}
.report-picker__group-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin: 0.25rem 0 0.375rem;
  font-weight: 600;
}
.report-picker__group-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}
.report-picker__manage-link {
  font-size: 0.75rem;
  white-space: nowrap;
}
.report-picker__manage-link i {
  margin-right: 0.25rem;
}
.report-picker__option {
  display: block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.12s;
}
.report-picker__option:hover {
  background-color: #f5f7fa;
}
.report-picker__option[hidden] {
  display: none;
}
.report-picker__option label {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}
.report-picker__option input[type=radio],
.report-picker__option input[type=checkbox] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.report-picker__option--selected {
  background-color: #e8f1fb;
}
.report-picker__option--selected:hover {
  background-color: #e8f1fb;
}
.report-picker__option-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.report-picker__option-name {
  font-weight: 500;
  color: #212529;
}
.report-picker__option-desc {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.125rem;
}
.report-picker__empty {
  color: #6c757d;
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: 0;
}
.report-picker__detail {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.report-picker__dates {
  margin-bottom: 1.25rem;
}
.report-picker__section-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
.report-picker__panel[hidden] {
  display: none;
}
.report-picker__panel-heading {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
.report-picker__panel-title {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 600;
}
.report-picker__field-count {
  font-size: 0.75rem;
  color: #4a5560;
  background-color: #e8ecf1;
  border-radius: 999px;
  padding: 0.125rem 0.5rem;
  line-height: 1.4;
}
.report-picker__panel-summary {
  color: #4a5560;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  max-width: 65ch;
}
.report-picker__footer {
  padding-top: 0.75rem;
  margin-top: 1rem;
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 768px) {
  .report-picker {
    grid-template-columns: 1fr;
  }
  .report-picker__list {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 0;
    padding-bottom: 1rem;
    max-height: 40vh;
  }
}
.people-roster {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.people-roster__header {
  width: 100%;
  margin: 1rem 0 0.125rem 0.5rem;
}
.people-roster__person {
  display: flex;
  flex-basis: 40%;
  margin: 0.625rem 0.625rem;
}
.people-roster__person-avatar {
  margin-right: 0.625rem;
}
.people-roster__person-avatar img {
  border-radius: 50%;
  width: 2.5rem;
  max-width: none;
}
.people-roster__person-avatar--small {
  margin-right: 0.125rem;
  position: relative;
  top: -2px;
}
.people-roster__person-avatar--small img {
  width: 1.75rem;
}
.people-roster__person-details {
  font-size: 0.875rem;
}
.people-roster__person-details span {
  line-height: 1;
}
.people-roster__person-details h4 {
  font-size: 1.125rem;
}

.switch__button {
  max-width: 100%;
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 0.375rem;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

.switch__button {
  margin: 0;
  padding: 0.5em;
  resize: none;
}

.switch__button:disabled {
  opacity: 0.5;
}

.switch__button:required {
  box-shadow: none;
}

.switch__button::-ms-clear {
  display: none;
}

.switch__button:focus,
.switch__button:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-focus-ring);
}

.switch__button::-moz-focus-inner {
  border: 0;
}

.switch__button:focus:not(:focus-visible) {
  outline: none;
}

.switch {
  -webkit-tap-highlight-color: transparent;
}

.switch {
  --checked-color: var(--color-positive) ;
}

.switch__container {
  display: flex;
  height: 1.875rem;
  width: 3.125rem;
  align-items: center;
  border-radius: 1.875rem;
  background: var(--color-border);
  position: relative;
}

.switch__container:hover {
  cursor: pointer;
}

.switch--labelled .switch__container {
  margin-left: 4ch;
}

@media (max-width: 39.95em) {
  .switch--labelled .switch__container {
    margin-left: 0;
  }
}
.switch--labelled .switch__container::before {
  content: "Off";
  text-transform: uppercase;
  position: absolute;
  left: -4ch;
  top: 0.3em;
  width: 3ch;
  height: 1em;
  text-align: right;
  font-size: var(--font-size-small);
}

@media (max-width: 39.95em) {
  .switch--labelled .switch__container::before {
    content: "";
  }
}
.switch__button {
  background: var(--color-bg--main);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  transform: translateX(0.25rem);
  transition: transform 0.2s ease;
  text-indent: -999em;
  border: 0;
  padding: 0;
}

.switch__button:hover {
  cursor: pointer;
}

.switch-checkbox:focus + .switch .switch__button,
.switch:focus-within .switch__button {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-focus-ring);
}

.switch-checkbox:checked + .switch__container,
.switch-checkbox:checked + .switch .switch__container {
  background: var(--checked-color);
}

.switch-checkbox:checked + .switch__container .switch__button,
.switch-checkbox:checked + .switch .switch__container .switch__button {
  transform: translateX(1.375rem);
}

.switch-checkbox:checked + .switch--labelled .switch__container::before {
  content: "On";
}

@media (max-width: 39.95em) {
  .switch-checkbox:checked + .switch--labelled .switch__container::before {
    content: "";
  }
}
.switch-checkbox:not(:checked) ~ .switch-reveal,
.switch-checkbox:checked ~ .switch-hide {
  display: none;
}

#view-toggle:checked ~ header .switch__container {
  background: var(--checked-color);
}

#view-toggle:checked ~ header .switch__button {
  transform: translateX(1.375rem);
}

#view-toggle ~ header label[for=view-toggle] {
  pointer-events: none;
}

#view-toggle ~ header label[for=view-toggle] .switch__container {
  pointer-events: auto;
}

#view-toggle ~ header .view-toggle-label::before {
  content: "Secure messages only";
}

#view-toggle ~ header label[for=view-toggle].switch--labelled .switch__container::before {
  content: "";
}

.data-table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  color: #212529;
}
.data-table th,
.data-table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}
.data-table thead th {
  vertical-align: bottom;
}
.data-table--striped tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.table--calls thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

.event--table .event__kind {
  display: none;
}
.event--table .event--program {
  margin-top: 0;
}
.event--table time {
  font-size: 1rem;
}

.todos__heading {
  display: flex;
  justify-content: space-between;
}
.todos__heading h3 {
  font-size: 1.25rem;
}
.todos__group {
  margin-top: 1.25rem;
}
.todos__group h4 {
  font-size: 1rem;
}
.todos .break:before {
  border-bottom-color: rgba(252, 234, 219, 0.6) !important;
}

.todo-items {
  list-style: none;
  padding: 0 0 0 0.125rem;
}
.todo-items .todo-item {
  line-height: 1.7;
  margin: 0.25rem 0 0 -2.875rem;
}
.todo-items .todo-item__due-date {
  border: none !important;
  border-radius: 0.25rem;
  padding: 0 0.125rem;
  opacity: 0.75;
}
.todo-items .todo-item__due-date time {
  font-size: 90%;
}
.todo-items .todo-item input[type=checkbox] {
  cursor: pointer;
}

.dropdown--todo {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
}
.dropdown--todo summary {
  border: none !important;
  padding: 0.125rem 0.625rem;
  color: #ddd;
}
.dropdown--todo .popup-menu__list .popup-menu__item {
  font-size: 0.875rem;
}

.week-todos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 0.5rem;
}
.week-todos .dropdown--todo {
  display: none;
}
.week-todos__heading {
  font-size: 1.125rem;
  margin-bottom: 1.625rem;
  color: rgba(34, 34, 34, 0.7);
}
.week-todos__day {
  flex-basis: 45%;
  margin-bottom: 0.75rem;
}
.week-todos__day--today .week-todos__heading {
  color: #222;
}
.week-todos__day--today .week-todos__heading > span {
  background: rgba(255, 212, 184, 0.65);
  padding: 0.125rem 0.25rem;
  border-radius: 0.375rem;
}
.week-todos__day {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.week-todos__client-wrapper {
  border-top: 1px solid #f6f6f6;
  position: relative;
  padding-top: 1rem;
}
.week-todos__client-wrapper:not(:first-of-type) {
  margin-top: 2.5rem;
}
.week-todos__client-wrapper ul {
  margin: 0rem 0 !important;
}
.week-todos__client-wrapper > .people-roster__person-avatar {
  position: absolute;
  left: -2rem;
  top: -1rem;
}
.week-todos__client-wrapper > .people-roster__person-avatar > span {
  padding-right: 0.375rem;
  background: white;
  color: #877457;
}
.week-todos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.week-todos ul li.todo-item {
  margin-bottom: 0.5rem;
}

.availability {
  font-size: 1rem;
}
.availability--icon {
  font-size: 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}
.availability p {
  margin: 0;
}
.availability ul {
  list-style: none;
  padding: 0;
}
.availability ul li:before {
  content: " — ";
}

.todos--client .todo-item__due-date {
  background: #eee !important;
}

[data-controller=autocomplete] {
  --aa-search-input-height: 36px;
  --aa-input-border-color-rgb: 238,238,238;
  --aa-primary-color-rgb: 0,0,0;
  --aa-selected-color-rgb: 13,85,184;
}
[data-controller=autocomplete] .aa-Form:focus-within {
  border-color: rgba(13, 85, 184, 0.25);
  box-shadow: 0 0 0 0.125rem rgba(13, 85, 184, 0.25);
  outline: none;
}

.aa-Item[aria-selected=true] {
  --aa-selected-color-rgb: 133,133,133;
  background-color: rgba(var(--aa-selected-color-rgb), 0.9);
}

.panel.overviews {
  padding: 3.75rem 3.75rem;
}

.ov__heading {
  font-size: 1.5rem;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 0.75rem;
}

.ov__column {
  /* border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  min-height: 20dvh; */
  margin-top: 0.5rem;
}

.ov__item {
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Instant feedback while the tasks frame swaps between week and day: Turbo
   marks the frame busy on click, well before the response lands. The short
   transition delay keeps fast responses from flickering. */
turbo-frame#upcoming_tasks[busy] {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.15s ease 0.05s;
}

/* Day labels open the day zoom; hovering reveals the active-pill tint. */
.ov__day-link {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  margin-left: -0.375rem;
  border-radius: 0.375rem;
}
.ov__day-link:hover {
  background: rgba(3, 19, 39, 0.06);
}
@supports (color: hsl(from red h s l)) {
  .ov__day-link:hover {
    background: var(--color-active-pill);
  }
}

/* Day zoom: one day's tasks flow down five columns, newspaper-style,
   so time order keeps running downward like it does in the week view. */
.ov--day .ov__column {
  columns: 5;
  column-gap: 1.25rem;
  max-height: none;
  overflow-y: visible;
}

.ov--day .ov__item {
  break-inside: avoid;
}

.ov__overdue {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.ov__overdue-heading {
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.ov__overdue-heading::after {
  content: "▸";
  display: inline-block;
  margin-left: 0.375rem;
  color: #6c757d;
}
.ov__overdue-heading small {
  font-weight: 400;
  color: #6c757d;
}

.ov__overdue[open] .ov__overdue-heading::after {
  transform: rotate(90deg);
}

.ov__greeting {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-size: 2.125rem;
}

:root {
  --rgb-almost-black: 35, 28, 51;
  --rgb-ink: var(--rgb-almost-black);
  --rgb-green: 41, 152, 80;
  --rgb-blue: 0, 116, 228;
  --rgb-white: 255, 255, 255;
  --rgb-peach: 255, 229, 218;
  --rgb-background: var(--rgb-white);
  --color-border: rgba(var(--rgb-ink), 0.15);
  --color-focus-ring: #a4d2ff;
  --color-positive: rgb(var(--rgb-green));
  --color-bg--positive: rgba(var(--rgb-peach), 0.25);
  --color-bg--positive-glint: rgba(var(--rgb-peach), 0.15);
  --color-bg--main: rgb(var(--rgb-background));
  --checked-color: var(--color-positive);
  --color-active-pill: hsl(from var(--color-background) h calc(s * 0.5) calc(l - 5));
}
