/*
 * Default Trix editor styles. See Action Text overwrites below.
*/

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  min-height: 5em;
  outline: none; }

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

trix-toolbar .trix-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    overflow-x: hidden;
}

trix-toolbar .trix-button-group {
    display: flex;
    flex-wrap: wrap;         /* ↪️ wrap icons to next line */
    border: 1px solid #bbb;
    border-top-color: #ccc;
    border-bottom-color: #888;
    border-radius: 3px;
}

trix-toolbar .trix-button-group--block-tools {
  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.25em;
  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;
}

.trix-button-group--history-tools{
  display: none !important; 
}
@import url(/assets/vanilla-38d82482be9e0677f320f9e31abd3c2d32c648a1eb0644fb4e1c9f062a35eafe.css);
@import url(/assets/sortable-997456959f0596ddd61152d8aaaad06c18219c356812784fc6f141e25e7181c8.css);
@import url(/assets/filter-4c9c2fdcce315ec980b7dc7974f8467d2bf046b6b746b323022294e7aca62aa8.css);
@import url(/assets/date-range-4e9c0f06fb38e9b1768b6c035ab6c7dd1ef3d0ce78baf6693d29049e4b9c9639.css);
@import url(/assets/code-mirror-4e19751e9e27d2d6c9c900dbbdc32f9a19186d3fb6b9e7153caa1b0b976aacd1.css);
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  .k-main {
    @apply font-karla font-normal leading-none;
  }

  .k1 {
    @apply k-main text-[80px] 3xl:text-8xl;
  }

  .k2 {
    @apply k-main text-6xl 3xl:text-7xl;
  }

  .k3 {
    @apply k-main text-[40px] 3xl:text-5xl;
  }

  .h-main {
    @apply font-poppins font-normal leading-none;
  }

  /* Fontsize - 50px */
  .h1 {
    @apply h-main text-[50px] 3xl:text-6xl 4xl:text-7xl;
  }

  /* Fontsize - 40px */
  .h2 {
    @apply h-main text-[40px] 3xl:text-5xl 4xl:text-6xl;
  }

  /* Fontsize - 30px */
  .h3 {
    @apply h-main text-3xl 3xl:text-4xl 4xl:text-5xl;
  }

  /* Fontsize - 24px */
  .h4 {
    @apply h-main text-2xl 3xl:text-3xl 4xl:text-4xl;
  }

  /* Fontsize - 20px */
  .h5 {
    @apply h-main text-xl 3xl:text-2xl 4xl:text-3xl;
  }

  .t-main {
    @apply font-dm-sans font-normal leading-none;
  }

  /* Fontsize - 20px */
  .t1 {
    @apply t-main text-base sm:text-xl 3xl:text-2xl 4xl:text-3xl;
  }

  /* Fontsize - 16px */
  .t2 {
    @apply t-main text-sm sm:text-base 3xl:text-xl 4xl:text-2xl;
  }

  /* Fontsize - 14px */
  .t3 {
    @apply t-main text-xs sm:text-sm 3xl:text-base 4xl:text-xl;
  }

  /* Fontsize - 12px */
  .t4 {
    @apply t-main text-2xs sm:text-xs 3xl:text-sm 4xl:text-base;
  }

  /* Fontsize - 10px */
  .t5 {
    @apply t-main text-2xs 3xl:text-xs 4xl:text-sm;
  }

  /* Fontsize - 8px */
  .t6 {
    @apply t-main text-3xs 3xl:text-3xs 4xl:text-xs;
  }

  .btn {
    @apply t2 font-medium px-xl py-3 border-black;
  }

  .datepicker-cell.disabled {
    @apply text-lightGray;
  }

  .datepicker-cell.today {
    @apply bg-lightGray !rounded-full;
  }

  .datepicker-cell.selected {
    @apply !bg-teal !rounded-full;
  }

  .datepicker-cell#previous-selected {
    @apply !rounded-full;
  }
}
.cm-editor {
  display: flex;
  min-height: 100%;
  width: 100%;
}

.cm-scroller {
  padding-bottom: 1.25rem;
  flex-grow: 1;
  height: 100%;
}

.folder {
  cursor: pointer;
  list-style: none;
  margin-bottom: 0.125rem;
  position: relative;
}

.folder-title::before {
  display: inline-block;
  margin-right: 0.25rem;
  transition: transform 200ms ease-in-out;
  transform: rotate(90deg);
  content: "▸";
}

.folder.collapsed .folder-title::before {
  transform: rotate(0deg);
}

.folder-title,
.file-wrapper {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  width: 100%;
  border: 1px solid transparent;
}

.file-wrapper {
  cursor: pointer;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.file-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-actions {
  display: flex;
  align-items: center;
  gap: 2px;
}

.folder-title:hover,
.file-wrapper:hover {
  background-color: #323842;
}

.file-edit-button,
.file-remove-button {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.file-wrapper.active .file-remove-button,
.file-wrapper:hover .file-remove-button,
.file-wrapper.active .file-edit-button,
.file-wrapper:hover .file-edit-button {
  opacity: 1;
}

.folder-contents {
  padding-left: 0;
}

.folder.collapsed .folder-contents {
  display: none;
}

.file {
  list-style: none;
}

.file-wrapper.active {
  background-color: #323842;
  border: 1px solid #404753;
  width: 100%;
}

.dirty {
  color: #f1fa8c !important;
}

.open-file-tab {
  display: inline-flex;
  align-items: center;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 250px;
}

.open-file-tab.default-file {
  padding-right: 1.5rem;
}

.open-file-tab:hover {
  background-color: #323544;
}

.open-file-tab.active {
  background-color: #282a36;
  color: #f1fa8c;
}

.close-button {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  margin-left: 0.5rem;
  color: #6b7280;
  position: absolute;
  right: 0.5rem;
}

.close-button:hover {
  background-color: #4c4f64;
  color: #e5e7eb;
}

body #webgazerVideoContainer {
  opacity: 0;
}

body #webgazerVideoFeed {
  border-radius: 10px;
}
.average-score-slider {
  --slider-height: 4px;
  --thumb-size: 12px;
  --track-color: #DADADA;
  --thumb-color: #232323;
  position: relative;
}

.average-score-slider .double-slider {
  z-index: 10;
  pointer-events: none;
  top: 3px;
}

.average-score-slider .double-slider::-webkit-slider-runnable-track {
  height: var(--slider-height);
  background: transparent;
  border-radius: 3px;
}

.average-score-slider .double-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  margin-top: 0px;
  background-color: var(--thumb-color);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 20;
}

.average-score-slider .double-slider::-moz-range-thumb {
  height: var(--thumb-size);
  width: var(--thumb-size);
  background-color: var(--thumb-color);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 20;
  border: none;
}

.average-score-slider .selected-range {
  font-size: 0.75rem;
  color: #6B7280;
  text-align: center;
  margin-top: 0.25rem;
}
:root {
  --color-offBlack: #232323;
}

input[type="range"]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
}

.double-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.double-slider::-webkit-slider-runnable-track,
.double-slider::-moz-range-track,
.double-slider::-ms-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 6px;
}

.double-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: var(--color-offBlack) !important;;
  cursor: pointer;
  margin-top: -3px;
  pointer-events: auto;
  border-radius: 50%;
}

.double-slider::-ms-thumb {
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-offBlack)  !important;
  pointer-events: auto;
}

.double-slider::-moz-range-thumb {
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-offBlack);
  pointer-events: auto;
  border-color: var(--color-offBlack);
}

.double-slider:active::-webkit-slider-thumb{
  background-color: var(--color-offBlack);
  border: 3px solid var(--color-offBlack);
}
.single-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    background-color: transparent;
    height: 6px;
}

.single-slider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
    background: linear-gradient(to right, #000 var(--slider-value), #DADADA var(--slider-value));
    border-radius: 3px;
}

.single-slider::-moz-range-track {
    height: 6px;
    background: linear-gradient(to right, #000 var(--slider-value), #DADADA var(--slider-value));
    border-radius: 3px;
}

.single-slider::-ms-track {
    height: 6px;
    background: linear-gradient(to right, #000 var(--slider-value), #DADADA var(--slider-value));
    border-radius: 3px;
}

.single-slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: #000 !important;
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin-top: -3px;
    border-radius: 50%;
    border: none;
    position: relative;
    z-index: 2;
}

.single-slider::-moz-range-thumb {
    -moz-appearance: none !important;
    background: #000 !important;
    height: 12px;
    width: 12px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    position: relative;
    z-index: 2;
}

.single-slider::-ms-thumb {
    appearance: none !important;
    background: #000 !important;
    height: 12px;
    width: 12px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    position: relative;
    z-index: 2;
}
.tag-cloud-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
}

.tag-cloud-row {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
}

.tag-cloud-row:nth-child(1) {
  animation: scroll 35s linear infinite;
}

.tag-cloud-row:nth-child(2) {
  animation: scroll-reverse 28s linear infinite;
}

.tag-cloud-row:nth-child(3) {
  animation: scroll 42s linear infinite;
}

.tag-cloud-row:nth-child(4) {
  animation: scroll-reverse 32s linear infinite;
}

.tag {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  color: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: rgba(20, 184, 166, 0.1);
  border-color: rgba(20, 184, 166, 0.2);
  color: rgb(20, 184, 166);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tag-cloud-row {
    animation: none !important;
  }
}

.noise {
  background: linear-gradient(to top, rgb(35, 103, 251), transparent),
    url(/assets/grainy-0b84b6a068a83b0c8ee20529cf21d0750931bef5c31c554032f65f147b0f7c23.svg);
  filter: contrast(200%) brightness(270%);
  opacity: 0.8;
}

.noise-experts {
  background: linear-gradient(to right, rgb(0 182 255), transparent),
    url(/assets/grainy-0b84b6a068a83b0c8ee20529cf21d0750931bef5c31c554032f65f147b0f7c23.svg);
  filter: contrast(120%) brightness(270%);
}

@media (max-width: 768px) {
  .noise-experts {
    background: linear-gradient(to top, rgb(0 182 255), transparent),
      url(/assets/grainy-0b84b6a068a83b0c8ee20529cf21d0750931bef5c31c554032f65f147b0f7c23.svg);
    filter: contrast(120%) brightness(270%);
  }
}

.video-sphere {
  filter: hue-rotate(330deg);
  animation: hue-rotate 10s linear infinite;
  filter: brightness(1.2);
}

@keyframes hue-rotate {
  0% {
    filter: hue-rotate(330deg);
  }
  50% {
    filter: hue-rotate(358deg);
  }
  100% {
    filter: hue-rotate(300deg);
  }
}

.video-container {
  position: absolute;
  top: 112%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  margin: 0 auto;
  z-index: 20;
  animation: video-pulse 10s ease-in-out infinite;
}

@media (max-width: 768px) {
  .video-container {
    width: 450px;
    height: 450px;
  }
}

.masked-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(
    circle at center,
    black 55%,
    transparent 56%
  );
  mask-image: radial-gradient(circle at center, black 55%, transparent 56%);
  mix-blend-mode: multiply;
  z-index: 2;
  position: relative;
  border-radius: 50%;
  animation: rotate 50s linear infinite;
}

.ring-wrapper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ring {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(191, 249, 252, 0.6) 80%,
    transparent 90%
  );
  filter: blur(30px);
  transform-origin: center;
  animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    scale: 1;
    filter: blur(30px);
  }
  50% {
    scale: 1.1;
    filter: blur(20px);
  }
  100% {
    scale: 1;
    filter: blur(30px);
  }
}

@keyframes video-pulse {
  0% {
    scale: 0.99;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.99;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gradient-background {
  animation: gradient-transition 10s ease-in-out infinite;
}

@keyframes gradient-transition {
  from {
    filter: hue-rotate(0);
  }
  to {
    filter: hue-rotate(360deg);
  }
}

.floating-point {
  position: relative;
  animation: float 6s ease-in-out infinite;
  position: absolute;
  transition: transform 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: rgb(0 204 233 / 64%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.floating-point:nth-child(1) {
  scale: 0.5;
  animation-delay: 0s;
}

.floating-point:nth-child(2) {
  scale: 0.7;
  animation-delay: 0.1s;
}

.floating-point:nth-child(3) {
  scale: 0.5;
  animation-delay: 0.2s;
}

.floating-point:nth-child(4) {
  scale: 0.6;
  animation-delay: 0.3s;
}

.floating-point:nth-child(5) {
  scale: 0.5;
  animation-delay: 0.4s;
}

.floating-point:nth-child(6) {
  scale: 0.5;
  animation-delay: 0.5s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.point-pulse {
  background: rgba(0, 255, 203, 0.5);
}

.point-pulse-dot {
  background: rgb(0, 255, 203);
}
.whySwiper .swiper-slide {
  width: 19rem !important;
  transition: opacity 0.35s, transform 0.35s;
}

.whySwiper .why-card {
  transition: inherit;
}

.icon-wrap {
  border-radius: 0.5rem;
  background: #5feefe;
  transition: background-color 0.3s ease;
}

.icon-wrap .icon-img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.whySwiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.25;
  transform: scale(0.88);
}

.whySwiper .swiper-slide-active .why-card {
  background: #ffffff;
  border-color: #e5e7eb;
  color: inherit;
}

.whySwiper .swiper-slide-active .why-card h5,
.whySwiper .swiper-slide-active .why-card p {
  color: inherit;
}

.whySwiper .swiper-slide-active .icon-wrap {
  background: #000000;
}

.whySwiper .swiper-slide-active .icon-wrap .icon-img {
  filter: brightness(0) invert(1);
}

.logos-slider {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.logos-slider::before,
.logos-slider::after {
  content: "";
  position: absolute;
  top: -25px;
  width: 100px;
  height: 50px;
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 10;
}

.logos-slider::before {
  left: 0;
}

.logos-slider::after {
  right: 0;
  transform: rotate(180deg);
}

.logos-slide {
  flex-shrink: 0;
  width: 150px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slide 30s linear infinite;
}

@media (max-width: 768px) {
  .logos-slide {
    width: 120px;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logos-slider {
    animation: none;
  }
}
.range {
  background-color: #F3FDFF !important;
}

.range-start, .range-end {
  background-color:#6AD8E4 !important;
}
.show-filter {
  animation: slideIn 1s ease-in-out forwards;
}

.show-filter ~ .filter-sibling {
  animation: showSiblingAnimation 0.5s ease-in-out forwards;
}

.hide-filter {
  animation: slideOut 0.5s ease-in-out forwards;
}

.hide-filter ~ .filter-sibling {
  animation: hideSibblingAnimation 0.5s linear backwards;
}

.show-animation-complete {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.hide-animation-complete {
  opacity: 0;
  transform: translateX(-100%);
  display: none;
}

@keyframes slideIn {
  from {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(5%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
    display: none;
  }
}

@keyframes showSiblingAnimation {
  from {
    transform: translateX(-280px);
  }

  to {
    transform: translateX(0px);
  }
}

@keyframes hideSibblingAnimation {
  0% {
    transform: translateX(0);
  }

  /* 99% {
    transform: translateX(-280px);
  } */

  100% {
    /* transform: translateX(0); */
    transform: translateX(-280px);
  }
}
/* Drag Class */
.sortable-chosen {
  /* background-color: white !important; */
  opacity: 1 !important;
}

body:has(.sortable-chosen) * {
  user-select: none;
  cursor: grabbing !important;
}
html {
  font-family: 'DM Sans', sans-serif;
}

.gradient-bottom {
  background: linear-gradient(180deg, #1d1d1f 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-top {
  background: linear-gradient(180deg, rgba(29, 29, 31, 0) 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Radio button color is Off Black */
input[type='radio'] {
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

input[type='radio']:focus,
input[type='radio']:checked,
input[type='radio']:checked:hover,
input[type='radio']:checked:focus {
  border: 2px solid #ffffff;
  color: #232323;
  outline: none;
  background: #232323;
  --tw-ring-color: none;
}

/* Radio button color when is Dark Teal */
input[type='radio'].dark-teal {
  /* border: 1px solid #545256; */
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ͼq {
  color: #EA4335;
}

.ͼs {
  color: #588C70;
}

input[type='radio']:focus.dark-teal,
input[type='radio']:checked.dark-teal,
input[type='radio']:checked:hover.dark-teal,
input[type='radio']:checked:focus.dark-teal {
  /* border: 1px solid #ffffff; */
  color: #008899;
  outline: none;
  background: #008899;
  --tw-ring-color: none;
}

/* Checkbox color is Off Black */
input[type='checkbox'] {
  border-radius: 4px;
  color: #232323;
  border-color: #232323;
  cursor: pointer;
}

input[type='checkbox']:checked {
  background-size: 8px 6px;
}

input[type='checkbox']:focus {
  outline: none;
  box-shadow: 0 0 0 1px #232323;
  border: none;
}

.snd-grid-col-5 {
  grid-auto-columns: 20%;
}

.snd-grid-col-9 {
  grid-auto-columns: 12%;
}

.scrollbar-width-thin::-webkit-scrollbar {
  width: 3px;
}

.scrollbar-width-normal::-webkit-scrollbar,
.scrollbar-scope *::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-border::-webkit-scrollbar-track {
  border: 1px solid #dadada;
}

.scrollbar-margin-top-2::-webkit-scrollbar-track {
  margin-top: 8px;
}

.scrollbar-no-border::-webkit-scrollbar-track {
  border: none;
}

.snd-horizontal-scroll-bar::-webkit-scrollbar,
.scrollbar-scope *::-webkit-scrollbar {
  height: 6px;
}

.snd-horizontal-scroll-bar::-webkit-scrollbar-track,
.scrollbar-scope *::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  border-radius: 100px;
}

.snd-horizontal-scroll-bar::-webkit-scrollbar-thumb,
.scrollbar-scope *::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 100px;
}

.rtl-content {
  direction: rtl;
}

.ltr-content {
  direction: ltr;
}

.hidden-scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.grabbable {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.animate-fade-in {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-fade-out {
  animation: fadeOut 1s ease-in-out;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.w-112 {
  width: 28rem;
}

.home-gradient {
  background: linear-gradient(
    311.86deg,
    rgba(0, 227, 255, 0.3) 5.19%,
    rgba(0, 227, 255, 0.3) 29.65%,
    rgba(162, 247, 190, 0.3) 63.91%,
    rgba(210, 255, 225, 0.3) 87.75%
  );
}

.why-gradient-center,
.why-gradient-left,
.why-gradient-right {
  position: relative;
}

.why-gradient-center::before,
.why-gradient-left::before,
.why-gradient-right::before {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  filter: blur(57px) opacity(0.6);
}

.why-gradient-center::before {
  background: linear-gradient(270deg, rgba(1, 231, 240, 0.47) -7.62%, rgba(60, 255, 123, 0.79) 123.56%);
}

.why-gradient-left::before {
  background: linear-gradient(270deg, rgba(60, 255, 123, 0.79) 10.63%, rgba(1, 231, 240, 0.47) 362.89%);
}

.why-gradient-right::before {
  background: linear-gradient(270deg, rgba(60, 255, 123, 0.79) -195.1%, rgba(1, 231, 240, 0.47) 54.6%);
}

.why-gradient2 {
  position: relative;
}

.why-gradient2::before,
.why-gradient2::after {
  content: '';
  width: 28px;
  height: 16rem;
  position: absolute;
  z-index: 10;
  filter: blur(57px);
  top: 3.5rem;
}

.why-gradient2::before {
  background: #3cff7b;
  left: 0;
}

.why-gradient2::after {
  background: #01e7f0;
  right: 0;
}

.home-box-shadow {
  box-shadow: inset 0 40px 40px 0 #fff, inset 0 -40px 40px 0 #fff;
  border: 1px solid #fff;
}

.bg-experts {
  @media (min-width: 768px) {
    background-image: url(/assets/home/person-2-6c7de19c4da5d1b47761c8c659ad487a925da547941d9d4667a39284f8c22ddf.png);
  }

  @media (min-width: 1920px) {
    background-image: url(/assets/home/person-2-large-598e22e4a03d2986af56203bd443d9f6318959f51cb0006fb620c25f9c405034.png);
  }
}

.bg-hero-gradient {
  background-image: url(/assets/home/gradient-background-698c53671aa459988235a4292ca53e7f268874dc13fd1b1f256b6deadcd0e6e0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;

  @media (min-width: 1440px) {
    background-image: url(/assets/home/gradient-background2-1dc73383058fdb6d85ce79e2fc294a7d20fe46390bfd89ce6eca6940792cf3ca.svg);
  }

  @media (min-width: 1512px) {
    background-image: url(/assets/home/gradient-background3-bdbb6fa42b5a130a09d751b0099fddc9b69083345dfda98f23f5a0c0945d92d7.svg);
  }

  @media (min-width: 1920px) {
    background-image: url(/assets/home/gradient-background4-579ddf165fc59f2a4929343b763726f8c2977cc51f630b2716ac360f30b2a389.svg);
  }

  @media (min-width: 1921px) {
    background-image: url(/assets/home/gradient-background5-897b31c194f1a0cbc5518d064583fa51014105d3794940e0d266c846c529810a.svg);
    background-position: 94% 20px;
  }
}

.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

[data-toggle-is-accordion-open-value="true"] .accordion-inactive-icon {
  display: inline-block;
}

[data-toggle-is-accordion-open-value="true"] .accordion-active-icon {
  display: none;
}

[data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #9D9D9D;
  pointer-events: none;
}

.no-selection ::selection {
  background: transparent;
  color: inherit;
}

.no-selection::selection {
  background: transparent;
  color: inherit;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #B6B6B6;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15.5px;
  width: 15.5px;
  left: -4px;
  bottom: -1.5px;
  background-color: white;
  border: 2px solid #B6B6B6;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
}

input:checked + .slider:before {
  border: 2px solid #232323;
  background-color: #232323;
}

input:checked + .slider {
  border: 2px solid #232323;
}

input:focus + .slider:before {
  border: 2px solid #B6B6B6;
}

input:focus + .slider {
  border: 2px solid #B6B6B6;
}

input:checked:focus + .slider:before {
  border: 2px solid #232323;
}

input:checked:focus + .slider {
  border: 2px solid #232323;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}

.finalists-scores .title,
.finalists-scores .score{
  color: #232323;
}

.filled-star,
.filled-star path,
.filled-star svg path {
  stroke: #00E3FF;
  fill: #00E3FF;
  color: #00E3FF;
}
/*
 * 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.
 *


 */
