@charset "UTF-8";
/* DO NOT EDIT - auto generated by assets:auto - edit source at ./app/assets/auto/shared/css */
@layer base {
  :root {
    --gap: 15px;
  }
  body {
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  body * {
    transition: width 0.2s, height 0.2s, padding 0.1s;
  }
  body .pjax {
    flex: 1;
  }
  hr {
    margin: 25px 0;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  ul, ol {
    padding: 0;
    margin: 5px 0 10px 20px;
  }
  ul > li, ol > li {
    margin: 0 0 5px 0;
  }
  blockquote {
    border-left: 5px solid #ccc;
    padding-left: 20px;
    margin: 20px 0 20px 0;
  }
  pre {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  footer {
    margin-top: 100px;
  }
  code {
    font-family: monospace;
    background-color: rgba(100, 100, 100, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.2);
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 92%;
  }
  img, svg {
    display: inline-block;
  }
  div.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  img.cover {
    object-fit: cover;
  }
  .center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  .vcenter {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .nowrap {
    white-space: nowrap;
  }
  .pointer {
    cursor: pointer;
  }
  .move {
    cursor: move;
  }
  .align-right, .text-right {
    text-align: right !important;
  }
  .align-left, .text-left {
    text-align: left !important;
  }
  .align-top {
    align-self: flex-start;
    vertical-align: top;
  }
  .dot {
    display: inline-block;
  }
  .dot:after {
    content: "·";
  }
  .float-right {
    float: right;
  }
  .gray, .gray * {
    color: var(--gray) !important;
  }
  .bold, .bold * {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline;
  }
  .relative {
    position: relative;
  }
  .base-color {
    color: var(--base_color) !important;
  }
  .italic {
    font-style: italic;
  }
  *[onclick], *[href] {
    cursor: pointer;
  }
  body.desktop .hover .hover-show {
    visibility: hidden;
  }
  body.desktop .hover:hover .hover-show {
    visibility: visible;
  }
  .hover-underline[href], .hover-underline.a, .hover-underline a {
    color: #333;
    text-decoration: none;
  }
  .hover-underline[href]:hover, .hover-underline.a:hover, .hover-underline a:hover {
    text-decoration: underline;
  }
  .toggle-height {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease-out;
  }
  .toggle-height.is-open {
    grid-template-rows: 1fr;
  }
  .toggle-height > div {
    overflow: hidden;
  }
  :root {
    --red-6: oklch(63.53% 0.2442 26.47);
    --base-bg: hsl(33deg 60% 97%); /* #f4f4f4 */
    --paper-bg: #fffdf9;
    --dark-green: #50786F;
    --darker-green: #45625B;
    --green: #6BA490;
    --orange: #FF944F;
    --paper: #F3E7D7;
    --paper-light: #fcf8f3;
    --indigo: #8400c9;
    --indigo-light: #d27bff;
    --gray: #777;
    --base-color: var(--dark-green);
  }
  .color-white {
    color: #fff !important;
  }
  .color-orange {
    color: var(----orange) !important;
  }
  .color-dark-green, .color-dark-green * {
    color: var(--darker-green) !important;
  }
  .bg-base {
    background-color: var(--base-bg);
  }
  .bg-grain {
    background-image: url("/main/bg-grain.png");
  }
  .bg-green {
    --base-color: #fff;
    background-color: var(--dark-green);
  }
  .bg-green p, .bg-green div, .bg-green span, .bg-green a {
    color: #fff;
  }
  .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4 {
    color: #fff;
  }
  .bg-green h1 span, .bg-green h2 span, .bg-green h3 span, .bg-green h4 span {
    color: #fff !important;
  }
  .bg-paper {
    background-color: var(--paper) !important;
  }
  .bg-paper, .bg-paper * {
    color: var(--darker-green);
  }
  .bg-paper h1 span, .bg-paper h2 span, .bg-paper h3 span, .bg-paper h4 span {
    color: var(--orange) !important !important;
  }
  .bg-paper hr {
    border-color: #fff;
  }
  .bg-paper-light {
    background-color: var(--paper-light) !important;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-white p, .bg-white div, .bg-white span, .bg-white a {
    color: #444;
  }
  .bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4 {
    color: var(--darker-green);
  }
  .bg-white h1 span:not(.btn), .bg-white h2 span:not(.btn), .bg-white h3 span:not(.btn), .bg-white h4 span:not(.btn) {
    color: #aaa !important;
  }
  .animate-scale-in {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.15s 0.15s, transform 0.15s 0.15s;
  }
  @starting-style {
    .animate-scale-in {
      opacity: 0;
      transform: scale(0.9);
    }
  }
  .animate-roll-down {
    overflow: hidden;
    animation: animate-roll-down-do 0.6s ease-in-out forwards;
  }
  @keyframes animate-roll-down-do {
    0% {
      max-height: 0;
    }
    100% {
      max-height: 3000px;
    }
  }
  .animate-slide-down {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  }
  @starting-style {
    .animate-slide-down {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  .animate-fast-slide-down {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  @starting-style {
    .animate-fast-slide-down {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  .animate-slide-in-left {
    transform: translateX(-3000px);
    transition: all 0.3s ease;
  }
  .animate-slide-in-left.in-view {
    transform: translateX(0px);
  }
  .animate-slide-in-right {
    transform: translateX(3000px);
    transition: all 0.3s ease;
  }
  .animate-slide-in-right.in-view {
    transform: translateX(0px);
  }
  .animate-shake.in-view {
    animation: animate-shake-do 0.7s ease-in-out;
  }
  @keyframes animate-shake-do {
    0%, 100% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-25px);
    }
    50% {
      transform: translateX(25px);
    }
    75% {
      transform: translateX(-25px);
    }
  }
  .animate-shake-rotate.in-view {
    animation: animate-shake-rotate-do 0.7s ease-in-out;
  }
  @keyframes animate-shake-rotate-do {
    0%, 100% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(5deg);
    }
    75% {
      transform: rotate(-5deg);
    }
  }
  .animate-scale {
    opacity: 0;
    transition: opacity 0.15s 0.15s, transform 0.15s 0.15s;
  }
  .animate-scale.in-view {
    opacity: 1;
    transform: scale(1);
  }
  @starting-style {
    .animate-scale.in-view {
      transform: scale(0.9);
    }
  }
  .animate-reveal {
    max-height: 0;
    overflow: hidden;
    position: relative;
  }
  .animate-reveal.in-view {
    max-height: 100%;
    animation: reveal-animation-do 0.7s ease-in-out;
  }
  @keyframes reveal-animation-do {
    0% {
      max-height: 0;
    }
    100% {
      max-height: 100%;
    }
  }
  /* removed - replaced by ui-label.fez */
  .box, .boxb {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #d9d9e1;
    border-radius: 5px;
    font-size: 1rem;
  }
  .box.box-primary, .boxb.box-primary {
    border: 1px solid #60b044;
  }
  .box.box-danger, .boxb.box-danger {
    border: 1px solid #900;
  }
  .box > p:last-child, .box .doc > p:last-child, .boxb > p:last-child, .boxb .doc > p:last-child {
    margin-bottom: 0;
  }
  .box.hover:hover:not(.table), .boxb.hover:hover:not(.table) {
    background-color: #eef;
  }
  .rounded-box {
    padding: 30px;
    border-radius: 20px;
  }
  .box-note {
    border: 1px solid #dec5b6;
    border-left-width: 5px;
    padding: 15px 15px 15px 20px;
    border-radius: 6px;
    background-color: #fff;
  }
  .box-note h1 {
    font-size: 24px;
  }
  .box-note h2 {
    font-size: 20px;
  }
  .box-notify {
    border: 3px dashed #ccc;
    border-left-width: 5px;
    padding: 25px 25px 15px 25px;
    border-radius: 8px;
    background-color: var(--paper);
  }
  .box-l {
    padding: 10px 20px 15px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    position: relative;
  }
  .box-l h3:first-child {
    background-color: var(--base-bg);
    position: absolute;
    left: 50%;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    transform: translateX(-50%) translateY(-28px);
    text-align: center;
  }
  input[disabled] {
    color: #999;
  }
  .form-control, input[type=text], input[type=email], input[type=password], input[type=date], input[type=password], input[type=number], input[type=url], input[type=tel], input[type=search], input[type=datetime-local], select, textarea {
    height: 40px;
    padding: 0 10px;
    font-size: 1rem;
    font-family: inherit;
    color: #333;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .form-control::placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=url]::placeholder, input[type=tel]::placeholder, input[type=search]::placeholder, input[type=datetime-local]::placeholder, select::placeholder, textarea::placeholder {
    color: #aaa;
  }
  .form-control:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=password]:focus, input[type=number]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=datetime-local]:focus, select:focus, textarea:focus {
    outline: none;
    border-color: oklch(58% 0.15 270deg);
    box-shadow: 0 0 0 3px oklch(58% 0.15 270deg / 0.15);
  }
  .form-control[disabled], input[type=text][disabled], input[type=email][disabled], input[type=password][disabled], input[type=date][disabled], input[type=password][disabled], input[type=number][disabled], input[type=url][disabled], input[type=tel][disabled], input[type=search][disabled], input[type=datetime-local][disabled], select[disabled], textarea[disabled] {
    opacity: 0.6;
  }
  textarea {
    height: auto;
    line-height: 1.5;
    padding: 8px 10px;
  }
  input[type=file] {
    font-family: inherit;
    font-size: 0.9rem;
    color: #333;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
  }
  input[type=file]::file-selector-button {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 12px;
    margin-right: 10px;
    cursor: pointer;
  }
  input[type=file]::file-selector-button:hover {
    background-color: #eee;
  }
  input[type=email] {
    width: 100%;
  }
  textarea {
    width: 100%;
    margin-bottom: 0;
  }
  select {
    min-width: 150px;
    cursor: pointer;
  }
  .form-style fieldset, form fieldset {
    padding-bottom: 10px;
    padding-left: 200px;
    border-top: 2px solid #f7f7f7;
    padding-top: 20px;
  }
  .form-style fieldset:first-child, form fieldset:first-child {
    border-top: none;
    padding-top: 5px;
  }
  .form-style fieldset legend, form fieldset legend {
    position: absolute;
    margin-left: -200px;
    max-width: 180px;
    font-size: 18px;
  }
  .form-style fieldset.empty, form fieldset.empty {
    border-top: none;
    margin-top: -20px;
  }
  .form-style label, form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .form-style .hint, form .hint {
    display: block;
    color: #888;
    font-size: 90%;
    margin-top: 3px;
  }
  .form-style .success, form .success {
    display: none;
  }
  .form-style .form-row, form .form-row {
    margin-bottom: 20px;
  }
  .form-style .form-row .row, .form-style .form-row .col, form .form-row .row, form .form-row .col {
    margin-bottom: 0;
  }
  .form-style .form-2, form .form-2 {
    display: flex;
    gap: 0.75rem;
  }
  .form-style .form-2 > *, form .form-2 > * {
    flex: 1;
  }
  .form-style .gray, form .gray {
    color: #777;
  }
  .form-style .as-string input, .form-style .as-password input, form .as-string input, form .as-password input {
    display: block;
    width: 100%;
  }
  .form-style .as-radio label, form .as-radio label {
    margin-bottom: 5px;
  }
  .form-style .as-radio label input, form .as-radio label input {
    position: relative;
    top: -1px;
  }
  .form-style .form-submit, form .form-submit {
    margin-bottom: -3px;
  }
  .form-style .form-submit label, form .form-submit label {
    display: none;
  }
  .inline form {
    display: inline-block;
    max-height: 48px;
  }
  .inline .form-row {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  .inline .form-row label {
    display: none;
  }
  .inline .form-row.as-string {
    position: relative;
    top: 2px;
  }
  .inline .form-row.as-checkbox {
    padding-top: 36px;
  }
  .inline .form-row.form-submit {
    padding-top: 8px;
  }
  .inline .form-row.as-select select {
    margin-top: 2px;
  }
  .inline .form-row.form-submit {
    padding-top: 7px;
  }
  .inline > .btn {
    position: relative;
    top: 12px !important;
  }
  .form-checkboxes label {
    display: block;
    padding-bottom: 7px;
    cursor: pointer;
    font-weight: normal;
  }
  .form-checkboxes label input[type=checkbox] {
    transform: scale(1.5);
    position: relative;
    top: 1px;
  }
  .error-message {
    display: inline-block;
    clear: both;
    position: relative;
    max-width: 300px;
    margin-top: 5px;
    color: #800;
    background-color: #fee;
    padding: 4px 10px;
    border: 1px solid #ffbbbb;
    border-radius: 4px;
  }
  .error-message::before, .error-message::after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
  }
  .error-message::before {
    left: 29px;
    border-width: 10px;
    border-bottom-color: #ffbbbb;
  }
  .error-message::after {
    left: 30px;
    border-width: 9px;
    border-bottom-color: #fee;
  }
  body.mobile fieldset {
    padding-left: 0;
  }
  body.mobile fieldset legend {
    position: relative;
    margin-left: 0;
  }
  .row > .col > .as-checkbox:first-child {
    margin-top: 27px;
  }
  .form {
    background-color: hsl(41, 49%, 92%);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .form label {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .form fieldset {
    border: none;
  }
  .form fieldset > legend {
    color: #777;
  }
  .form .text-sm.gray {
    margin-top: 5px;
  }
  .inline-dialog-content .form,
  #inline_popup .form {
    border-radius: 0;
    border-color: #ddd;
    border-left: none;
    border-right: none;
    padding: 15px 15px 25px 15px;
    margin: 20px -10px 15px -10px;
  }
  .paginate {
    clear: both;
    padding: 40px 0;
    text-align: center;
  }
  .paginate div {
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #fff;
  }
  .paginate div i, .paginate div span, .paginate div a {
    display: inline-block;
    width: 40px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #aaa;
  }
  .paginate div i {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .paginate div a {
    color: #444;
  }
  .paginate div a:hover {
    background-color: #f7f7f7;
  }
  table {
    border-spacing: 0;
    display: table !important;
    table-layout: fixed;
  }
  table td, table th {
    vertical-align: top;
  }
  table tr:hover {
    cursor: pointer;
  }
  table td.m {
    vertical-align: middle;
  }
  table.table, table.data-table {
    white-space: nowrap;
    table-layout: fixed;
    width: 100%;
  }
  table.table.wrap, table.data-table.wrap {
    white-space: wrap;
  }
  table.table th, table.data-table th {
    padding: 5px;
    text-align: left;
  }
  table.table td, table.data-table td {
    padding: 10px 6px;
    overflow: hidden;
  }
  table.table td a, table.data-table td a {
    color: #444;
  }
  table.table td .material-symbols-outlined, table.data-table td .material-symbols-outlined {
    color: #bbb;
    line-height: 10px;
    position: relative;
    top: 6px;
    margin-bottom: -16px;
  }
  table.table th.c, table.table td.c, table.data-table th.c, table.data-table td.c {
    text-align: center !important;
  }
  table.table th.r, table.table td.r, table.data-table th.r, table.data-table td.r {
    text-align: right !important;
  }
  table.table th, table.table td, table.data-table th, table.data-table td {
    border-bottom: 1px solid #ddd;
  }
  table.table th a:not(.btn), table.table td a:not(.btn), table.data-table th a:not(.btn), table.data-table td a:not(.btn) {
    color: #008;
    text-decoration: underline;
  }
  table.table tr:last-child td, table.data-table tr:last-child td {
    border: none !important;
  }
  table.table tr.active td, table.table tr.selected td, table.data-table tr.active td, table.data-table tr.selected td {
    font-weight: 600;
  }
  table.table tr.active td .material-symbols-outlined, table.table tr.selected td .material-symbols-outlined, table.data-table tr.active td .material-symbols-outlined, table.data-table tr.selected td .material-symbols-outlined {
    color: #444;
  }
  @media (max-width: 700px) {
    table.table, table.data-table {
      display: block !important;
      background: transparent;
      border: none;
    }
    table.table th, table.data-table th {
      display: none;
    }
    table.table tbody, table.data-table tbody {
      display: block;
      background: transparent;
    }
    table.table tr, table.data-table tr {
      display: block;
      margin-bottom: 15px;
      background: #fff;
      border: 1px solid #ddd;
    }
    table.table td, table.data-table td {
      display: block;
      width: 100% !important;
      border-bottom: 1px solid #ddd;
    }
    table.table td:empty, table.data-table td:empty {
      display: none;
    }
    table.table td.m\:inline, table.data-table td.m\:inline {
      display: inline-block;
      width: auto !important;
      vertical-align: top;
    }
    table.table td.m\:inline + td, table.data-table td.m\:inline + td {
      display: inline-block;
      width: calc(100% - 10px) !important;
      vertical-align: top;
    }
  }
  table.hover tr:hover td {
    background-color: #eef;
  }
  table tr.hover:hover td {
    background-color: #eef;
  }
  table.centered {
    width: 100%;
  }
  table.centered td {
    width: 50%;
    vertical-align: top;
  }
  table.centered td:first-child {
    text-align: right;
    padding-right: 20px;
  }
  table.centered td:nth-child(2) {
    font-weight: bold;
  }
  table.vcenter td {
    vertical-align: middle;
  }
  table.fixed {
    width: 100%;
    table-layout: fixed;
  }
  table.narrow th, table.narrow td {
    padding: 2px;
  }
  table.striped tr:nth-child(2) td {
    background-color: #eee;
  }
  table.tall td {
    padding: 10px 4px;
  }
  table.flex {
    display: table;
  }
  table.flex .flex-item {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  table.flex .flex-primary {
    width: 99%;
  }
  table.box {
    padding: 0;
  }
  table.box tr > *:first-child {
    padding-left: 10px;
  }
  table.spaced td, table.spaced th {
    padding: 12px;
  }
  table.spaced td:first-child, table.spaced th:first-child {
    padding-left: 0;
  }
  table.spaced td:last-child, table.spaced th:last-child {
    padding-right: 0;
  }
  .table {
    overflow-x: auto;
  }
  /* editable table - used in Fez components with inline inputs (invoice items, journal lines, etc.) */
  .editable-table {
    width: 100%;
    border-collapse: collapse;
  }
  .editable-table th {
    text-align: left;
    padding: 6px 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 2px solid #e5e7eb;
  }
  .editable-table td {
    padding: 4px 6px;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
  }
  .editable-table input, .editable-table select {
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #fff;
    height: 36px;
  }
  .editable-table input:focus, .editable-table select:focus {
    outline: none;
    border-color: oklch(58% 0.15 270deg);
    box-shadow: 0 0 0 3px oklch(58% 0.15 270deg / 0.15);
  }
  .editable-table input[type=number]::-webkit-inner-spin-button {
    margin-left: 5px;
  }
  .editable-table .num {
    text-align: right;
  }
  .editable-table .num input[type=number] {
    text-align: left !important;
  }
  .editable-table .num input:not([type=number]) {
    text-align: right;
  }
  .editable-table .check {
    text-align: center;
  }
  .editable-table .check input {
    width: auto;
  }
  .editable-table .btn-remove {
    cursor: pointer;
    color: #dc2626;
    font-size: 16px;
    border: none;
    background: none;
    padding: 2px 6px;
  }
  .editable-table .btn-remove:hover {
    color: #991b1b;
  }
  .editable-table tfoot td {
    font-weight: bold;
    border-top: 2px solid #e5e7eb;
    padding: 8px;
  }
  /* vendor data */
  .tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
  }
  [data-tippy-root] {
    max-width: calc(100vw - 10px);
  }
  .tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity;
  }
  .tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
  }
  .tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
  }
  .tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0;
  }
  .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
  }
  .tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0;
  }
  .tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
  }
  .tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0;
  }
  .tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
  }
  .tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  }
  .tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
  }
  .tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
  }
  .tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
  }
  body {
    font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  :is(h1, .h1) {
    font-size: 1.8rem;
    font-weight: 600;
  }
  body.mobile :is(h1, .h1) {
    font-size: 1.2rem;
  }
  :is(h2, .h2) {
    font-size: 1.6rem;
    font-weight: 600;
  }
  body.mobile :is(h2, .h2) {
    font-size: 1.2rem;
  }
  :is(h3, .h3) {
    font-size: 1.4rem;
    font-weight: 600;
  }
  body.mobile :is(h3, .h3) {
    font-size: 1.1rem;
  }
  :is(h4, .h4) {
    font-size: 1.2rem;
    font-weight: 600;
  }
  :is(h5, .h5) {
    font-size: 1.1rem;
    font-weight: 600;
  }
  :is(h6, .h6) {
    font-size: 1rem;
    font-weight: 400;
    font-variant: small-caps;
  }
  .li {
    display: list-item;
    list-style-type: circle;
    margin-left: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  ul.simple, ol.simple {
    list-style-type: circle;
    margin: 0 0 10px 18px;
  }
  ol {
    list-style-type: decimal;
  }
  dl.simple > dt {
    font-weight: 600;
  }
  dl.simple > dd {
    margin-bottom: 10px;
    margin-left: 15px;
  }
  dl.hor > dt {
    position: absolute;
    font-weight: 600;
    max-width: 140px;
  }
  dl.hor > dd {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-left: 150px;
    min-height: 40px;
  }
  dl.boxed {
    box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 0 0 25px 0;
    background: #fff;
  }
  dl.boxed > dt {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #655EE0;
    padding: 3px 5px 5px 10px;
  }
  dl.boxed > dt svg {
    margin-right: -4px;
    margin-top: 1px;
    fill: #fff;
  }
  dl.boxed > dt, dl.boxed > dt span:not(.btn) {
    color: #fff;
    font-weight: 400;
  }
  dl.boxed > dt .btn {
    margin-left: 3px;
  }
  dl.boxed > dt .btn svg {
    fill: #555;
  }
  dl.boxed > dt.drag {
    cursor: move;
  }
  dl.boxed > dt.lg {
    font-size: 1.1rem;
    padding-top: 4px;
  }
  dl.boxed > dt.gray {
    background-color: #999;
  }
  dl.boxed > dt * {
    vertical-align: middle;
  }
  dl.boxed > dd {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
    padding: 15px;
  }
  dl.boxed > dd img {
    max-width: 100%;
  }
  dl.icon {
    display: flex;
    margin-bottom: 15px;
  }
  dl.icon dt {
    flex: 0 0 40px;
  }
  dl.icon dt svg.icon {
    fill: #888;
    width: 32px !important;
    height: 32px !important;
  }
  dl.icon dd {
    width: 100%;
    margin: 0;
  }
}

/*# sourceMappingURL=auto-shared.css.map */
