/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * Default Trix editor styles. See Action Text overwrites below.
*/

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: black; }
  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-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

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

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

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::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: ' \2022 '; }
  .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%; }

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.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;
}
:root {
  --white: #fff;
  --black: #0D0D0D;
  --light-gray: rgb(248, 249, 250);
  --gray: #dee2e6;


  --orange: #FFA500;
  --orange-darker: #b37300;
  --yellow: #F2E205;
  --yellow-darker: #a99e04;
  --blue: #0583F2;
  --blue-darker: #045ca9;
  --pink: #da0c5d;
  --red: #dc3545;
  --red-darker: #c82333;

  --primary: var(--black);
  --primary-darker: ;
  --secondary: var(--kiwi-green );
  --danger: var(--red);
  --danger-darker: var(--red-darker);
  --text-color: var(--black);
  --link-color: var(--sap-green);
  --link-color-hover: var(--olive-green);
  --font-size: 16px;
  --header-color: var(--white);  

}
.one-col-centered {
  display: grid;
  place-items: center;
}

.center {
  text-align: center;
}

.bg-light-gray {
  background-color: var(--light-gray);
} 

.bg-white {
  background-color: white;
}

.border {
  border: 1px solid var(--gray);
}

.border-top {
  border-top: 1px solid rgb(237, 240, 245)
}

.float-right {
  float: right;
}

.italic {
  font-style: italic;
}


.small {
  font-size: 0.8rem;
}

.w-50 {
  width: 50%;
}

.w-65 {
  width: 60%;
}

/********************** padding ***********************/

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-40 {
  padding: 40px;
}

/********************** margin ***********************/

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

/********************** margin top ***********************/

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}


/********************** margin bottom ***********************/

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

/********************** margin left and right ***********************/
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*,
:after,
:before {
    box-sizing: inherit;
}
html {
    font-size: 18px;
    box-sizing: border-box;
}
body {
    background: white;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
}

header {
  grid-row: 1;
}

main {
  max-width:800px;
  margin: 0 auto;
  grid-row: 2;
  min-height: 0; 
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  grid-row: end;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

code {
  background-color: pink;
  padding: 3px;
  border-radius: 4px;
}

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;  
  gap: 2rem; 
}

@media (max-width: 768px) {
  .two-columns {
    display: grid;
    grid-template-columns: 1fr;  
    gap: 2rem; 
  }
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.content-header-title h1 {
  margin-bottom: 5px;
}

.content-header .action-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

main a {
  color: black;
  text-decoration: underline;
}
main a:hover {
  color: pink;
  text-decoration: underline;
}

header a {
  color: black;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 1.5em;
}

small {
  font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2.5em;
  color: var(--black);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

section.text {
  padding-left: 20%;
  padding-right: 20%;
}

section.text h1 {
  text-align: center;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-link {
  text-decoration: none;
  padding: 10px 20px; 
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-link .caret {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-left {
  left: auto;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  padding: 10px;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: auto;
}

.dropdown-left .dropdown-content {
  margin-top: 20px;
  left: auto;
  right: 20%; 
}

.dropdown-content form {
  padding: 10px;
}

.dropdown-content form .form-group { margin-top: 10px;}

.dropdown:hover .dropdown-content {
  display: block;
}
form {
    max-width: 80%; 
    margin: 0 auto;
}

/* Form Style from https://codepen.io/NielsVoogt/pen/eYBQpPR */
/* Demo Page: https://nielsvoogt.github.io/nice-forms.css/ */
.form-group {
    --input-size: 1rem;
    --input-font-size: calc(var(--input-size) * 0.875);
    --small-font-size: calc(var(--input-size) * 0.875);
    --input-font-family: inherit;
    --label-font-family: inherit;
    --input-color: #20242f;
    --input-border-radius: 0.25rem;
    --input-placeholder-color: #20242f;
    --input-border-color: #c0c4c9;
    --input-border-width: 1px;
    --input-border-style: solid;
    --input-border-bottom-width: 2px;
    --input-focus-border-color: pink;
    --input-background-color: #f9fafb;
    --invalid-input-border-color: var(--input-border-color);
    --invalid-input-background-color: var(--input-background-color);
    --invalid-input-color: var(--input-color);
    --valid-input-border-color: var(--input-border-color);
    --valid-input-background-color: var(--input-background-color);
    --valid-input-color: inherit;
    --valid-input-border-bottom-color: pink;
    --label-font-size: var(--small-font-size);
    --label-color: #374151;
    --label-font-weight: 500;
    --slider-track-background: #dfdfdf;
    --slider-track-height: 0.25rem;
    --slider-thumb-size: calc(var(--slider-track-height) * 4);
    --slider-track-border-radius: var(--slider-track-height);
    --slider-thumb-border-width: 2px;
    --slider-thumb-border-focus-width: 1px;
    --slider-thumb-border-color: #fff;
    --slider-thumb-background: var(--input-focus-border-color);
    display: block;
    margin-top: calc(var(--input-size) * 1.5);
    line-height: 1;
    white-space: nowrap;
    --switch-orb-size: var(--input-size);
    --switch-orb-offset: calc(var(--input-border-width) * 2);
    --switch-width: calc(var(--input-size) * 2.5);
    --switch-height: calc(var(--input-size) * 1.25 + var(--switch-orb-offset));
}
.form-group > label {
    font-weight: var(--label-font-weight);
    display: block;
    color: var(--label-color);
    font-size: var(--label-font-size);
    font-family: var(--label-font-family);
    margin-bottom: calc(var(--input-size) / 2);
    white-space: normal;
}
.form-group > label + small {
    font-style: normal;
}
.form-group small {
    font-family: var(--input-font-family);
    display: block;
    font-weight: 400;
    opacity: 0.75;
    font-size: 0.75rem;
    margin-bottom: calc(var(--input-size) * 0.75);
}
.form-group small:last-child {
    margin-bottom: 0;
}
.form-group > legend {
    font-weight: var(--label-font-weight);
    display: block;
    color: var(--label-color);
    font-size: var(--label-font-size);
    font-family: var(--label-font-family);
    margin-bottom: calc(var(--input-size) / 5);
}
.form-group > .form-group {
    margin-top: calc(var(--input-size) / 2);
}
.form-group > input[type="checkbox"],
.form-group > input[type="date"],
.form-group > input[type="email"],
.form-group > input[type="month"],
.form-group > input[type="number"],
.form-group > input[type="password"],
.form-group > input[type="radio"],
.form-group > input[type="search"],
.form-group > input[type="tel"],
.form-group > input[type="text"],
.form-group > input[type="time"],
.form-group > input[type="url"],
.form-group > input[type="week"],
.form-group > select,
.form-group > textarea {
    background: var(--input-background-color);
    font-family: inherit;
    font-size: var(--input-font-size);
    border-bottom-width: var(--input-border-width);
    font-family: var(--input-font-family);
    box-shadow: none;
    border-radius: var(--input-border-radius);
    border: var(--input-border-width) var(--input-border-style) var(--input-border-color);
    border-bottom: var(--input-border-bottom-width) var(--input-border-style) var(--input-border-color);
    color: var(--input-color);
    width: 100%;
    padding: calc(var(--input-size) * 0.75);
    height: calc(var(--input-size) * 2.75);
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.15s ease-out;
    --icon-padding: calc(var(--input-size) * 2.25);
    --icon-background-offset: calc(var(--input-size) * 0.75);
}

.form-group > input[type="checkbox"]:required:not(:placeholder-shown):valid,
.form-group > input[type="date"]:required:not(:placeholder-shown):valid,
.form-group > input[type="email"]:required:not(:placeholder-shown):valid,
.form-group > input[type="month"]:required:not(:placeholder-shown):valid,
.form-group > input[type="number"]:required:not(:placeholder-shown):valid,
.form-group > input[type="password"]:required:not(:placeholder-shown):valid,
.form-group > input[type="radio"]:required:not(:placeholder-shown):valid,
.form-group > input[type="search"]:required:not(:placeholder-shown):valid,
.form-group > input[type="tel"]:required:not(:placeholder-shown):valid,
.form-group > input[type="text"]:required:not(:placeholder-shown):valid,
.form-group > input[type="time"]:required:not(:placeholder-shown):valid,
.form-group > input[type="url"]:required:not(:placeholder-shown):valid,
.form-group > input[type="week"]:required:not(:placeholder-shown):valid,
.form-group > select:required:not(:placeholder-shown):valid,
.form-group > textarea:required:not(:placeholder-shown):valid {
    background-color: var(--valid-input-background-color);
    border-bottom-color: var(--valid-input-border-color);
    border-color: var(--valid-input-border-color) var(--valid-input-border-color) var(--valid-input-border-bottom-color);
    color: var(--valid-input-color);
}
.form-group > input[type="checkbox"]:disabled,
.form-group > input[type="date"]:disabled,
.form-group > input[type="email"]:disabled,
.form-group > input[type="month"]:disabled,
.form-group > input[type="number"]:disabled,
.form-group > input[type="password"]:disabled,
.form-group > input[type="radio"]:disabled,
.form-group > input[type="search"]:disabled,
.form-group > input[type="tel"]:disabled,
.form-group > input[type="text"]:disabled,
.form-group > input[type="time"]:disabled,
.form-group > input[type="url"]:disabled,
.form-group > input[type="week"]:disabled,
.form-group > select:disabled,
.form-group > textarea:disabled {
    cursor: not-allowed;
    opacity: 0.75;
}
.form-group > input[type="checkbox"]::-webkit-input-placeholder,
.form-group > input[type="date"]::-webkit-input-placeholder,
.form-group > input[type="email"]::-webkit-input-placeholder,
.form-group > input[type="month"]::-webkit-input-placeholder,
.form-group > input[type="number"]::-webkit-input-placeholder,
.form-group > input[type="password"]::-webkit-input-placeholder,
.form-group > input[type="radio"]::-webkit-input-placeholder,
.form-group > input[type="search"]::-webkit-input-placeholder,
.form-group > input[type="tel"]::-webkit-input-placeholder,
.form-group > input[type="text"]::-webkit-input-placeholder,
.form-group > input[type="time"]::-webkit-input-placeholder,
.form-group > input[type="url"]::-webkit-input-placeholder,
.form-group > input[type="week"]::-webkit-input-placeholder,
.form-group > select::-webkit-input-placeholder,
.form-group > textarea::-webkit-input-placeholder {
    color: var(--input-placeholder-color);
    letter-spacing: 0;
}
.form-group > input[type="checkbox"]:-ms-input-placeholder,
.form-group > input[type="date"]:-ms-input-placeholder,
.form-group > input[type="email"]:-ms-input-placeholder,
.form-group > input[type="month"]:-ms-input-placeholder,
.form-group > input[type="number"]:-ms-input-placeholder,
.form-group > input[type="password"]:-ms-input-placeholder,
.form-group > input[type="radio"]:-ms-input-placeholder,
.form-group > input[type="search"]:-ms-input-placeholder,
.form-group > input[type="tel"]:-ms-input-placeholder,
.form-group > input[type="text"]:-ms-input-placeholder,
.form-group > input[type="time"]:-ms-input-placeholder,
.form-group > input[type="url"]:-ms-input-placeholder,
.form-group > input[type="week"]:-ms-input-placeholder,
.form-group > select:-ms-input-placeholder,
.form-group > textarea:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    letter-spacing: 0;
}
.form-group > input[type="checkbox"]:-moz-placeholder,
.form-group > input[type="checkbox"]::-moz-placeholder,
.form-group > input[type="date"]:-moz-placeholder,
.form-group > input[type="date"]::-moz-placeholder,
.form-group > input[type="email"]:-moz-placeholder,
.form-group > input[type="email"]::-moz-placeholder,
.form-group > input[type="month"]:-moz-placeholder,
.form-group > input[type="month"]::-moz-placeholder,
.form-group > input[type="number"]:-moz-placeholder,
.form-group > input[type="number"]::-moz-placeholder,
.form-group > input[type="password"]:-moz-placeholder,
.form-group > input[type="password"]::-moz-placeholder,
.form-group > input[type="radio"]:-moz-placeholder,
.form-group > input[type="radio"]::-moz-placeholder,
.form-group > input[type="search"]:-moz-placeholder,
.form-group > input[type="search"]::-moz-placeholder,
.form-group > input[type="tel"]:-moz-placeholder,
.form-group > input[type="tel"]::-moz-placeholder,
.form-group > input[type="text"]:-moz-placeholder,
.form-group > input[type="text"]::-moz-placeholder,
.form-group > input[type="time"]:-moz-placeholder,
.form-group > input[type="time"]::-moz-placeholder,
.form-group > input[type="url"]:-moz-placeholder,
.form-group > input[type="url"]::-moz-placeholder,
.form-group > input[type="week"]:-moz-placeholder,
.form-group > input[type="week"]::-moz-placeholder,
.form-group > select:-moz-placeholder,
.form-group > select::-moz-placeholder,
.form-group > textarea:-moz-placeholder,
.form-group > textarea::-moz-placeholder {
    color: var(--input-placeholder-color);
    letter-spacing: 0;
}
.form-group > input[type="checkbox"]:focus,
.form-group > input[type="date"]:focus,
.form-group > input[type="email"]:focus,
.form-group > input[type="month"]:focus,
.form-group > input[type="number"]:focus,
.form-group > input[type="password"]:focus,
.form-group > input[type="radio"]:focus,
.form-group > input[type="search"]:focus,
.form-group > input[type="tel"]:focus,
.form-group > input[type="text"]:focus,
.form-group > input[type="time"]:focus,
.form-group > input[type="url"]:focus,
.form-group > input[type="week"]:focus,
.form-group > select:focus,
.form-group > textarea:focus {
    outline: none;
    border-color: var(--input-focus-border-color);
}
.form-group > input[type="checkbox"] + small,
.form-group > input[type="date"] + small,
.form-group > input[type="email"] + small,
.form-group > input[type="month"] + small,
.form-group > input[type="number"] + small,
.form-group > input[type="password"] + small,
.form-group > input[type="radio"] + small,
.form-group > input[type="search"] + small,
.form-group > input[type="tel"] + small,
.form-group > input[type="text"] + small,
.form-group > input[type="time"] + small,
.form-group > input[type="url"] + small,
.form-group > input[type="week"] + small,
.form-group > select + small,
.form-group > textarea + small {
    margin-top: 0.5rem;
}
.form-group > input[type="checkbox"].icon-left,
.form-group > input[type="date"].icon-left,
.form-group > input[type="email"].icon-left,
.form-group > input[type="month"].icon-left,
.form-group > input[type="number"].icon-left,
.form-group > input[type="password"].icon-left,
.form-group > input[type="radio"].icon-left,
.form-group > input[type="search"].icon-left,
.form-group > input[type="tel"].icon-left,
.form-group > input[type="text"].icon-left,
.form-group > input[type="time"].icon-left,
.form-group > input[type="url"].icon-left,
.form-group > input[type="week"].icon-left,
.form-group > select.icon-left,
.form-group > textarea.icon-left {
    background-position: left var(--icon-background-offset) bottom 50%;
    padding-left: var(--icon-padding);
    background-size: var(--input-size);
}
.form-group > input[type="checkbox"].icon-right,
.form-group > input[type="date"].icon-right,
.form-group > input[type="email"].icon-right,
.form-group > input[type="month"].icon-right,
.form-group > input[type="number"].icon-right,
.form-group > input[type="password"].icon-right,
.form-group > input[type="radio"].icon-right,
.form-group > input[type="search"].icon-right,
.form-group > input[type="tel"].icon-right,
.form-group > input[type="text"].icon-right,
.form-group > input[type="time"].icon-right,
.form-group > input[type="url"].icon-right,
.form-group > input[type="week"].icon-right,
.form-group > select.icon-right,
.form-group > textarea.icon-right {
    background-position: right var(--icon-background-offset) bottom 50%;
    padding-right: var(--icon-padding);
    background-size: var(--input-size);
}
.form-group > input[type="checkbox"]:-webkit-autofill,
.form-group > input[type="date"]:-webkit-autofill,
.form-group > input[type="email"]:-webkit-autofill,
.form-group > input[type="month"]:-webkit-autofill,
.form-group > input[type="number"]:-webkit-autofill,
.form-group > input[type="password"]:-webkit-autofill,
.form-group > input[type="radio"]:-webkit-autofill,
.form-group > input[type="search"]:-webkit-autofill,
.form-group > input[type="tel"]:-webkit-autofill,
.form-group > input[type="text"]:-webkit-autofill,
.form-group > input[type="time"]:-webkit-autofill,
.form-group > input[type="url"]:-webkit-autofill,
.form-group > input[type="week"]:-webkit-autofill,
.form-group > select:-webkit-autofill,
.form-group > textarea:-webkit-autofill {
    padding: calc(var(--input-size) * 0.75) !important;
}
.form-group > input[type="search"]:placeholder-shown {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");
    background-position: left calc(var(--input-size) * 0.75) bottom 50%;
    padding-left: calc(var(--input-size) * 2.25);
    background-size: var(--input-size);
    background-repeat: no-repeat;
}
.form-group > input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: var(--input-size);
    height: var(--input-size);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
}
.form-group > input[type="search"]:focus {
    padding-left: calc(var(--input-size) * 0.75);
    background-position: left calc(var(--input-size) * -1) bottom 50%;
}
.form-group > input[type="email"][class^="icon"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-at-sign'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M16 8v5a3 3 0 006 0v-1a10 10 0 10-3.92 7.94'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.form-group > input[type="tel"][class^="icon"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.form-group > input[type="url"][class^="icon"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-link'%3E%3Cpath d='M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.form-group > input[type="password"] {
    letter-spacing: 2px;
}
.form-group > input[type="password"][class^="icon"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-lock'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.form-group > input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
}
.form-group > input[type="range"]:focus {
    outline: none;
}
.form-group > input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: var(--slider-track-height);
    background: var(--slider-track-background);
    border-radius: var(--slider-track-border-radius);
}
.form-group > input[type="range"]::-moz-range-track {
    width: 100%;
    height: var(--slider-track-height);
    background: var(--slider-track-background);
    border-radius: var(--slider-track-border-radius);
}
.form-group > input[type="range"]::-webkit-slider-thumb {
    height: var(--slider-thumb-size);
    width: var(--slider-thumb-size);
    border-radius: var(--slider-thumb-size);
    background: var(--slider-thumb-background);
    border: 0;
    border: var(--slider-thumb-border-width) solid var(--slider-thumb-border-color);
    -webkit-appearance: none;
    appearance: none;
    margin-top: calc(var(--slider-track-height) * 0.5 - var(--slider-thumb-size) * 0.5);
}
.form-group > input[type="range"]::-moz-range-thumb {
    height: var(--slider-thumb-size);
    width: var(--slider-thumb-size);
    border-radius: var(--slider-thumb-size);
    background: var(--slider-thumb-background);
    border: 0;
    border: var(--slider-thumb-border-width) solid var(--slider-thumb-border-color);
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.form-group > input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 var(--slider-thumb-border-focus-width) var(--slider-thumb-background);
}
.form-group > input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 var(--slider-thumb-border-focus-width) var(--slider-thumb-background);
}
.form-group > input[type="color"] {
    border: var(--input-border-width) solid var(--input-border-color);
    border-bottom-width: var(--input-border-bottom-width);
    height: calc(var(--input-size) * 2);
    border-radius: var(--input-border-radius);
    padding: calc(var(--input-border-width) * 2);
}
.form-group > input[type="color"]:focus {
    outline: none;
    border-color: var(--input-focus-border-color);
}
.form-group > input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 5%;
}
.form-group > input[type="color"]::-moz-color-swatch {
    border-radius: calc(var(--input-border-radius) / 2);
    border: none;
}
.form-group > input[type="color"]::-webkit-color-swatch {
    border-radius: calc(var(--input-border-radius) / 2);
    border: none;
}
.form-group > input[type="number"] {
    width: auto;
}
.form-group > input[type="date"],
.form-group > input[type="month"],
.form-group > input[type="week"] {
    min-width: unset;
    width: 100% !important;
    background-position: right calc(var(--input-size) * 0.75) bottom 50%;
    background-repeat: no-repeat;
    background-size: var(--input-size);
}

/* Override Firefox-specific styles */
@-moz-document url-prefix() {
    .form-group > input[type="date"],
    .form-group > input[type="month"],
    .form-group > input[type="time"],
    .form-group > input[type="week"] {
        width: 100% !important;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
    }
}

.form-group > input[type="time"] {
    min-width: 6em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-clock'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}
.form-group > input[type="date"],
.form-group > input[type="month"],
.form-group > input[type="time"],
.form-group > input[type="week"] {
    background-position: right calc(var(--input-size) * 0.75) bottom 50%;
    background-repeat: no-repeat;
    background-size: var(--input-size);
    width: auto;
}
.form-group > input[type="date"]::-webkit-calendar-picker-indicator,
.form-group > input[type="date"]::-webkit-inner-spin-button,
.form-group > input[type="month"]::-webkit-calendar-picker-indicator,
.form-group > input[type="month"]::-webkit-inner-spin-button,
.form-group > input[type="time"]::-webkit-calendar-picker-indicator,
.form-group > input[type="time"]::-webkit-inner-spin-button,
.form-group > input[type="week"]::-webkit-calendar-picker-indicator,
.form-group > input[type="week"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    opacity: 0;
}
@-moz-document url-prefix() {
    .form-group > input[type="date"],
    .form-group > input[type="month"],
    .form-group > input[type="time"],
    .form-group > input[type="week"] {
        min-width: auto;
        width: auto;
        background-image: none;
    }
}
.form-group > textarea {
    height: auto;
}
.form-group > input[type="checkbox"],
.form-group > input[type="radio"] {
    width: var(--input-size);
    height: var(--input-size);
    padding: inherit;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: calc(var(--input-border-radius) / 2);
    border-width: var(--input-border-width);
    cursor: pointer;
    background-position: 50%;
}
.form-group > input[type="checkbox"]:focus:not(:checked),
.form-group > input[type="radio"]:focus:not(:checked) {
    border: var(--input-border-width) solid var(--input-focus-border-color);
    outline: none;
}
.form-group > input[type="checkbox"]:hover,
.form-group > input[type="radio"]:hover {
    border: var(--input-border-width) solid var(--input-focus-border-color);
}
.form-group > input[type="checkbox"] + label,
.form-group > input[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
    padding-left: calc(var(--input-size) / 2.5);
    font-weight: 400;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    max-width: calc(100% - var(--input-size) * 2);
    line-height: normal;
}
.form-group > input[type="checkbox"] + label > small,
.form-group > input[type="radio"] + label > small {
    margin-top: calc(var(--input-size) / 4);
}
.form-group > input[type="checkbox"]:checked {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E")
        no-repeat 50%/85%;
    background-color: var(--input-focus-border-color);
    border-color: var(--input-focus-border-color);
}
.form-group > input[type="radio"] {
    border-radius: 100%;
}
.form-group > input[type="radio"]:checked {
    background-color: var(--input-focus-border-color);
    border-color: var(--input-focus-border-color);
    box-shadow: inset 0 0 0 3px #fff;
}
.form-group > input[type="checkbox"].switch {
    width: var(--switch-width);
    height: var(--switch-height);
    border-radius: var(--switch-height);
    position: relative;
}
.form-group > input[type="checkbox"].switch:after {
    background: var(--input-border-color);
    border-radius: var(--switch-orb-size);
    height: var(--switch-orb-size);
    left: var(--switch-orb-offset);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: var(--switch-orb-size);
    content: "";
    transition: all 0.2s ease-out;
}
.form-group > input[type="checkbox"].switch + label {
    margin-top: calc(var(--switch-height) / 8);
}
.form-group > input[type="checkbox"].switch:checked {
    background: none;
    background-position: 0 0;
    background-color: var(--input-focus-border-color);
}
.form-group > input[type="checkbox"].switch:checked:after {
    -webkit-transform: translateY(-50%) translateX(calc(var(--switch-width) / 2 - var(--switch-orb-offset)));
    transform: translateY(-50%) translateX(calc(var(--switch-width) / 2 - var(--switch-orb-offset)));
    background: #fff;
}
.form-group > input[type="file"] {
    background: rgba(0, 0, 0, 0.025);
    padding: var(--input-size);
    display: block;
    width: 100%;
    border-radius: var(--input-border-radius);
    border: 1px dashed var(--input-border-color);
    outline: none;
    cursor: pointer;
}
.form-group > input[type="file"]:focus,
.form-group > input[type="file"]:hover {
    border-color: var(--input-focus-border-color);
}
.form-group > input[type="file"]::file-selector-button {
    background: var(--input-focus-border-color);
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem;
    border-radius: var(--input-border-radius);
    color: #fff;
    margin-right: 1rem;
    outline: none;
    font-family: var(--input-font-family);
    cursor: pointer;
}
.form-group > input[type="file"]::-webkit-file-upload-button {
    background: var(--input-focus-border-color);
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    padding: 0.5rem;
    border-radius: var(--input-border-radius);
    color: #fff;
    margin-right: 1rem;
    outline: none;
    font-family: var(--input-font-family);
    cursor: pointer;
}
.form-group > select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right calc(var(--input-size) * 0.75) bottom 50%;
    background-repeat: no-repeat;
    background-size: var(--input-size);
}

.form-actions {
    background: #f1f1f1;
    margin: 2em -2em -2em;
    padding: 1.5em 2em;
}
.btn {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 0.875rem;
    top: 1em;
    right: 1em;
    color: var(--primary);
    font-weight: 500;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none; 
    outline: none;
}
.btn:focus {
    outline: none;
  }

.btn svg {
    display: inline-block;
    vertical-align: -15%;
    margin-right: 0.25em;
}

.btn-pill {
    display: inline-block;
    padding: 0.5rem 1.5rem; 
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    transition: all 0.3s ease;
}
  
.btn-primary:hover {
    background-color: pink; 
    color: var(--primary);
}

.btn-success {
  background-color: var(--success-green);
  color: var(--white);
}

.btn-success:hover {
  background-color: var(--success-green-darker);
  color: var(--white);
}

.btn-info {
    background-color: var(--blue); 
    color: var(--white);
    border: none;
}

.btn-info:hover {
    background-color: var(--blue-darker); 
    color: var(--white);
}

.btn-warning {
    background-color: var(--orange); 
    color: var(--white);
    border: none;
}

.btn-warning:hover {
    background-color: var(--orange-darker); 
    color: var(--white);
}

.btn-danger {
    background-color: var(--danger);
    color: var(--white);
}

.btn-danger:hover {
    background-color: var(--danger-darker);
    color: var(--white);
}

.btn-secondary {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-secondary:hover {
    background-color: var(--primary);
    color: var(--white);
}
.badge-pink {
    background-color: pink; 
    color: white;
    font-weight: bold;
    padding: 4px 12px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
  }
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 30px;
 }

th { 
  background-color: #f2f2f2;
  padding: 8px;
  border: 1px solid #ddd;
}

td {
  padding: 8px;
  border: 1px solid #ddd;
}
/* Pagination */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0;
}

.pagination .current {
  color: var(--primary);
}

.pagination a:hover {
  color: var(--primary-dark);
}

.pagination .disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
footer {
	background-color: var(--light-gray);
  padding: 40px 40px;
}

footer .first-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

footer .second-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footer-col{
}

.footer-col-right{
  text-align: right;
}

.footer-col-left{
  text-align: left;
}

footer ul{
	list-style: none;
}

footer .footer-col h4{
	color: var(--text-color);
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
footer .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: var(--secondary);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
footer .footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

footer span.text {
  color: var(--text-color);
  font-size: 0.8em;
  margin-left: 5px;
}

footer .footer-col ul li a{
	font-size: 0.8em;
	text-transform: capitalize;
	color: var(--text-color);
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}
footer .footer-col ul li a:hover{
	color: var(--link-color-hover);
	padding-left: 8px;
}
footer .footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
footer .footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

footer .social-media {
  margin-top: 20px;
}

footer .social-media a {
  color: white;
  background-color: var(--primary);
  padding: 10px;
  margin-right: 5px;
  font-size: 1em;
  border-radius: 0.2rem;
}

footer .social-media a:hover {
  background-color: var(--kiwi-green);
  border-color: var(--kiwi-green);
}

/*responsive*/
@media(max-width: 767px){
  footer .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  footer .footer-col{
    width: 100%;
}
}
.thinking-dots {
    display: none;
    margin: 10px;
  }
  
  .thinking-dots.active {
    display: block;
  }
  
  .thinking-dots .dot {
    display: inline-block;
    animation: thinking 1.4s infinite;
    font-size: 20px;
  }
  
  .thinking-dots .dot:nth-child(2) {
    animation-delay: .2s;
  }
  
  .thinking-dots .dot:nth-child(3) {
    animation-delay: .4s;
  }
  
  @keyframes thinking {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-4px); }
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
















 */

  .cursor {
    display: inline-block;
    width: 0.5em;
    height: 1.2em;
    background: #000;
    margin-left: 2px;
    animation: cursor-blink 1s steps(2) infinite;
  }

  @keyframes cursor-blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
.message-container {
  display: flex;
  gap: 0.75rem; /* 3 * 0.25rem */
  margin: 1rem 0; /* 4 * 0.25rem */
  color: #4b5563; /* Tailwind's text-gray-600 */
  font-size: 0.875rem; /* Tailwind's text-sm */
  flex: 1;
}

.avatar-container {
  position: relative;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px; /* Full circle */
  width: 2rem; /* 8 * 0.25rem */
  height: 2rem; /* 8 * 0.25rem */
}

.avatar {
  border-radius: 9999px; /* Full circle */
  background-color: #f3f4f6; /* Tailwind's bg-gray-100 */
  border: 1px solid transparent;
  padding: 0.25rem; /* 1 * 0.25rem */
}

.left-aligned-container {
  text-align: left;
}

.message-content {
  line-height: 1.5;
}

.message-author {
  display: block;
  font-weight: bold;
  color: #374151; /* Tailwind's text-gray-700 */
}
.ai-message-container {
  display: flex;
  gap: 0.75rem; /* 3 * 0.25rem */
  margin: 1rem 0; /* 4 * 0.25rem */
  color: #4b5563; /* text-gray-600 */
  font-size: 0.875rem; /* text-sm */
  flex: 1;
}

.ai-avatar-container {
  position: relative;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  width: 2rem; /* 8 * 0.25rem */
  height: 2rem; /* 8 * 0.25rem */
}

.ai-avatar {
  border-radius: 9999px;
  background-color: #f3f4f6; /* bg-gray-100 */
  border: 1px solid #e5e7eb;
  padding: 0.25rem;
}

.ai-message-content {
  line-height: 1.625; /* leading-relaxed */
}

.ai-message-author {
  display: block;
  font-weight: bold;
  color: #374151; /* text-gray-700 */
}

 .streaming-text {
    white-space: pre-line;
  }
