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-width: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-height: 100%;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "''";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, label, input, textarea, button, select {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

action, function, on, init, map-value, property, on-property-change, map-property {
  display: none;
}

body, label, input, textarea, button, select {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

input, textarea, select {
  border-radius: 5px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  min-height: 36px;
  padding: 5px 8px;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 0px;
  padding: 0px;
  margin: 0px;
}

.hidden {
  display: none !important;
}

[view~="vstack"] {
  display: flex;
  flex-direction: column;
}

[view~="vstack"][alignment="left"] {
  align-items: flex-start;
}

[view~="vstack"][alignment="center"] {
  align-items: center;
}

[view~="vstack"][alignment="right"] {
  align-items: flex-end;
}

[view~="vstack"] > [h-position="left"] {
  align-self: flex-start;
}

[view~="vstack"] > [h-position="center"] {
  align-self: center;
}

[view~="vstack"] > [h-position="right"] {
  align-self: flex-end;
}

[view~="vstack"] > [v-size="expand"] {
  flex-grow: 1.0;
}

[view~="vstack"] > [v-size="fixed"] {
  flex-shrink: 0.0;
}

[view~="vstack"] > [v-size="fraction"] {
  flex-shrink: 0.0;
}

[view~="vstack"] > [view~="vstack"], [view~="vstack"] > [view~="hstack"], [view~="vstack"] > [view~="zstack"] {
  width: 100%;
}

[view~="vstack"] > [h-size="expand"] {
  width: 100%;
}

[view~="vstack"] > [h-size="intrinsic"] {
  width: unset;
}

[view~="vstack"] > [v-size="expand"] {
  align-self: stretch;
}

[view~="vstack"] > [view~="spacer"] {
  width: auto !important;
}

[view~="hstack"] {
  display: flex;
  flex-direction: row;
}

[view~="hstack"][alignment="top"] {
  align-items: flex-start;
}

[view~="hstack"][alignment="middle"] {
  align-items: center;
}

[view~="hstack"][alignment="bottom"] {
  align-items: flex-end;
}

[view~="hstack"] > [v-position="top"] {
  align-self: flex-start;
}

[view~="hstack"] > [v-position="middle"] {
  align-self: center;
}

[view~="hstack"] > [v-position="bottom"] {
  align-self: flex-end;
}

[view~="hstack"] > [h-size="expand"] {
  flex-grow: 1.0;
}

[view~="hstack"] > [h-size="fixed"] {
  flex-shrink: 0.0;
}

[view~="hstack"] > [h-size="fraction"] {
  flex-shrink: 0.0;
}

[view~="hstack"] > [view~="vstack"], [view~="hstack"] > [view~="zstack"] {
  width: 100%;
}

[view~="hstack"] > [v-size="expand"] {
  align-self: stretch;
}

[view~="hstack"] > [h-size="intrinsic"] {
  width: unset;
}

[view~="hstack"] > [h-size="expand"] {
  width: 100%;
}

[view~="hstack"] > [view~="spacer"] {
  height: auto !important;
}

[view~="zstack"] {
  position: relative;
}

[view~="zstack"] > [zstack-overlay] {
  position: absolute;
}

[view~="zstack"] > [h-size="expand"] {
  width: 100%;
}

[view~="zstack"] > [v-size="expand"] {
  height: 100%;
}

[view~="spacer"] {
  flex-shrink: 1.0;
  flex-grow: 1.0;
  align-self: stretch !important;
}

[view~="spacer"][h-size="fixed"] {
  flex-grow: 0.0;
}

[view~="spacer"][h-size="fraction"] {
  flex-grow: 0.0;
}

[view~="spacer"][h-size="intrinsic"] {
  flex-grow: 0.0;
}

[view~="spacer"][v-size="fixed"] {
  flex-grow: 0.0;
}

[view~="spacer"][v-size="fraction"] {
  flex-grow: 0.0;
}

[view~="spacer"][v-size="intrinsic"] {
  flex-grow: 0.0;
}

[view~="body-text"][data-style="bold"] {
  font-weight: bold;
}

[view~="body-text"][data-style="secondary"] {
  color: rgb(136, 136, 136);
}

[view~="modal-container"] {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

[view~="modal-container"] > .background {
  pointer-events: none;
  background-color: black;
  opacity: 0.0;
}

[view~="action-button"] {
  border-radius: 5px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  background-color: rgb(61, 108, 153);
  padding: 5px 8px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.0;
}

[view~="action-button"]:hover {
  background-color: rgb(47, 96, 142);
}

[view~="action-button"].secondary {
  background-color: rgb(220, 223, 226);
  color: rgb(0, 0, 0);
}

[view~="action-button"].secondary:active, [view~="action-button"].secondary:hover, [view~="action-button"].secondary.active {
  background-color: rgb(213, 220, 226);
}

[view~="action-button"].inline {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: unset;
  margin: -5px 0px;
}

[view~="action-button"].inline:active, [view~="action-button"].inline:hover, [view~="action-button"].inline.active {
  background-color: rgb(220, 223, 226);
}

[view~="action-button"].transparent {
  background-color: transparent;
  color: rgb(0, 0, 0);
}

[view~="action-button"].transparent:active, [view~="action-button"].transparent:hover, [view~="action-button"].transparent.active {
  background-color: rgb(220, 223, 226);
}

[view~="action-button"].destructive {
  background-color: rgb(209, 31, 31);
  color: white;
}

[view~="action-button"].destructive:active, [view~="action-button"].destructive:hover, [view~="action-button"].destructive.active {
  background-color: rgb(209, 31, 31);
}

[view~="action-form"] > input[type=submit].form-trigger {
  display: none;
}

[view~="alternative-content"] > :not(.selected) {
  display: none;
}

[view~="content-column"] > * {
  max-width: 1280px;
  padding: 0px 16px;
}

[view~="data-table-header"] {
  font-weight: bold;
  column-gap: 16px;
}

[view~="data-table-row"] {
  column-gap: 16px;
}

[view~="data-table-row"] > * {
  line-break: anywhere;
}

[view~="data-table-row"] > [h-size="fixed"] {
  flex-shrink: 0.0;
  flex-grow: 0.0;
}

[view~="data-table-row-separator"] {
  background-color: rgb(220, 223, 226);
  width: 100%;
  height: 1px;
  margin: 4px 0px;
}

[view~="data-table-row-separator"].header {
  height: 2px;
}

[view~="form-status-container"] {
  color: rgb(209, 31, 31);
}

[view~="growing-text-area"] {
  border-radius: 5px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  background: white;
  padding: 0px;
  position: relative;
}

[view~="growing-text-area"][data-focus-state="focussed"] {
  border-color: rgb(23, 73, 165);
  box-shadow: 0 0 0 1px rgb(23, 73, 165);
}

[view~="growing-text-area"] .background {
  padding: 6px 7px;
  visibility: hidden;
}

[view~="growing-text-area"] textarea {
  resize: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  min-height: 0px;
  padding: 6px 7px;
  border-radius: 0px;
  border-width: 0px;
  background: transparent;
  outline: none;
}

[view~="internal-link"] {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

[view~="internal-link"]:hover {
  text-decoration: underline;
}

[view~="internal-link"].highlighted {
  text-decoration: underline;
  color: rgb(47, 96, 142);
}

[view~="loading-bar"] {
  position: relative;
  background-color: rgb(201, 217, 232);
  max-width: unset !important;
  overflow: hidden;
}

[view~="loading-bar"].loading::before {
  content: "";
  position: absolute;
  background-color: rgb(111, 150, 186);
  top: 0;
  left: -50%;
  width: 40%;
  height: 100%;
  animation: loading-bar 1.5s linear infinite;
}

@keyframes loading-bar {
  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 80%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

[view~="loading-indicator"] {
  position: relative;
  width: 20px;
  height: 20px;
}

@keyframes loading-indicator {
  to {
    transform: rotate(360deg);
  }
}

[view~="loading-indicator"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-top-color: rgb(0, 0, 0);
  animation: loading-indicator .6s linear infinite;
}

[view~="modal-dialog"] {
  position: absolute;
  top: 20%;
  left: 50%;
  margin: auto;
  width: 300px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(136, 136, 136);
  border-radius: 5px;
  transform: translate(-50%, 0);
  padding: 16px 24px;
}

[view~="modal-dialog"] > h5 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 4px;
}

[view~="modal-dialog"] > .bottom-bar {
  margin-top: 16px;
  margin-bottom: 4px;
}

[view~="modal-dialog"] > .bottom-bar > [view~="action-button"] {
  padding: 5px 24px;
}

@keyframes modal-dialog-show {
  0% {
    transform: translate(-50%, 0) scale(1.5);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

[view~="modal-form"] .error-container {
  color: red;
}

[view~="modal-window"] {
  position: absolute;
  top: 10%;
  left: 50%;
  margin: auto;
  width: 600px;
  min-height: 200px;
  max-height: 75%;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(136, 136, 136);
  border-radius: 5px;
  transform: translate(-50%, 100vh);
}

[view~="modal-navigation-button"] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: unset;
  background: unset;
  cursor: pointer;
}

[view~="modal-navigation-button"]::before, [view~="modal-navigation-button"]::after {
  position: absolute;
  content: ' ';
  background-color: rgb(51, 51, 51);
}

[view~="modal-navigation-button"].secondary::before, [view~="modal-navigation-button"].secondary::after {
  background-color: rgb(170, 170, 170);
}

[view~="modal-navigation-button"].close::before, [view~="modal-navigation-button"].close::after {
  left: 45%;
  top: 10%;
  height: 80%;
  width: 2px;
}

[view~="modal-navigation-button"].close::before {
  transform: rotate(45deg);
}

[view~="modal-navigation-button"].close::after {
  transform: rotate(-45deg);
}

[view~="modal-navigation-button"].back::before, [view~="modal-navigation-button"].back::after {
  left: 45%;
  height: 40%;
  width: 2px;
}

[view~="modal-navigation-button"].back::before {
  transform: rotate(45deg);
  top: 19%;
}

[view~="modal-navigation-button"].back::after {
  transform: rotate(-45deg);
  top: 44%;
}

[view~="modal-navigation"] {
  overflow: hidden;
}

[view~="modal-navigation"][data-back-button-state="hidden"] > .top-bar > button:first-child {
  visibility: hidden;
}

[view~="modal-navigation"] > .top-bar {
  padding: 5px 8px;
  border-bottom-color: rgb(238, 238, 238);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: rgb(250, 250, 250);
}

[view~="modal-navigation"] > .top-bar > h2 {
  font-weight: bold;
  font-size: 16px;
}

[view~="modal-navigation"] > .scroll-container {
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px 16px;
}

[view~="modal-navigation"] > .bottom-bar {
  padding: 5px 16px;
  border-top-color: rgb(238, 238, 238);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgb(250, 250, 250);
}

@media (max-width: 700px) {
  [view~="modal-navigation"] {
    max-height: calc(100vh - 24px);
  }

  [view~="modal-navigation"] > .scroll-container {
    padding: 16px 12px;
    overflow-x: hidden;
  }

  [view~="modal-navigation"] > .bottom-bar {
    padding: 6px 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
}

[view~="navigation-bar"] {
  background-color: rgb(239, 243, 247);
  border-top-color: rgb(201, 217, 232);
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: 12px;
}

[view~="navigation-bar"] > .content {
  padding: 8px 0px;
}

[view~="navigation-bar"] > h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}

[view~="navigation-bar"] > a {
  color: black;
  text-decoration: none;
}

[view~="navigation-item"] > [view~="zstack"] > :first-child {
  font-weight: 500.0;
  visibility: hidden;
}

[view~="navigation-item"] > [view~="zstack"] > :nth-child(2) {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

[view~="navigation-item"] > [view~="zstack"] > a {
  display: flex;
  gap: 0;
  justify-content: space-around;
  padding: 4px 8px;
  margin: 6px 0px;
  color: black;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

[view~="navigation-item"] > [view~="zstack"] > a:hover {
  background-color: rgb(220, 223, 226);
}

[view~="navigation-item"] > .marker-container {
  position: relative;
  align-self: stretch;
  margin: 0px 4px;
}

[view~="navigation-item"].selected .selection-marker {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: rgb(47, 96, 142);
}

[view~="navigation-item"].selected > [view~="zstack"] > :first-child {
  visibility: visible;
}

[view~="login-controller"] > .login-panel {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
}

[view~="expenses-controller"][view~="vstack"] > .expense-hidden-submit-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  border-width: 0px;
  opacity: 0.0;
  overflow: hidden;
}

[view~="expenses-controller"][view~="vstack"] .expense-action-button {
  position: relative;
  min-width: 24px;
  height: 24px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="expenses-controller"][view~="vstack"] .expense-mobile-tables {
  display: none;
}

[view~="expenses-controller"][view~="vstack"] .expense-mobile-item {
  box-sizing: border-box;
  padding: 10px 0px;
  border-bottom-color: rgb(238, 238, 238);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

[view~="expenses-controller"][view~="vstack"] .expense-mobile-item-actions {
  flex-shrink: 0.0;
}

[view~="expenses-controller"][view~="vstack"] .expense-mobile-item-meta {
  font-size: 13px;
}

@media (max-width: 700px) {
  [view~="expenses-controller"][view~="vstack"] .expense-quick-entry-form {
    flex-direction: column;
    align-items: stretch;
  }

  [view~="expenses-controller"][view~="vstack"] .expense-quick-entry-form > [h-size="fixed"] {
    width: 100% !important;
  }

  [view~="expenses-controller"][view~="vstack"] .expense-desktop-tables {
    display: none;
  }

  [view~="expenses-controller"][view~="vstack"] .expense-mobile-tables {
    display: block;
    width: 100%;
  }
}

[view~="expense-categories-controller"][view~="vstack"] .expense-category-percentage-cell {
  align-items: center;
}

[view~="expense-categories-controller"][view~="vstack"] .expense-category-percentage-value {
  min-width: 48px;
}

[view~="expense-categories-controller"][view~="vstack"] .expense-category-percentage-bar {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background-color: rgb(220, 223, 226);
  overflow: hidden;
}

[view~="expense-categories-controller"][view~="vstack"] .expense-category-percentage-fill {
  height: 100%;
  border-radius: 4px;
  background-color: rgb(47, 96, 142);
}

[view~="todos-controller"][view~="vstack"] > .todo-hidden-submit-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  border-width: 0px;
  opacity: 0.0;
  overflow: hidden;
}

[view~="todos-controller"][view~="vstack"] .todo-action-button {
  position: relative;
  min-width: 24px;
  height: 24px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="todos-controller"][view~="vstack"] .todo-header-icon {
  width: 24px;
  height: 24px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="todos-controller"][view~="vstack"] .todo-completed-button {
  background-color: transparent;
}

[view~="todos-controller"][view~="vstack"] .todo-completed-header {
  background-color: transparent;
}

[view~="todos-controller"][view~="vstack"] .todo-completed-icon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: rgb(52, 168, 83);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="todos-controller"][view~="vstack"] .todo-completed-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

[view~="todos-controller"][view~="vstack"] .todo-completed-button:active, [view~="todos-controller"][view~="vstack"] .todo-completed-button:hover, [view~="todos-controller"][view~="vstack"] .todo-completed-button.active {
  background-color: transparent;
}

[view~="todos-controller"][view~="vstack"] .todo-completed-button:active .todo-completed-icon, [view~="todos-controller"][view~="vstack"] .todo-completed-button:hover .todo-completed-icon, [view~="todos-controller"][view~="vstack"] .todo-completed-button.active .todo-completed-icon {
  background-color: rgb(46, 150, 76);
}

[view~="todos-controller"][view~="vstack"] .todo-comment-item {
  padding: 8px 0px;
}

[view~="todos-controller"][view~="vstack"] .todo-finished-item {
  text-decoration: line-through;
  color: rgb(119, 119, 119);
}

[view~="todos-controller"][view~="vstack"] .todo-mobile-sections {
  display: none;
}

[view~="todos-controller"][view~="vstack"] .todo-mobile-item {
  box-sizing: border-box;
  padding: 10px 0px;
  border-bottom-color: rgb(238, 238, 238);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

[view~="todos-controller"][view~="vstack"] .todo-mobile-item-actions {
  flex-shrink: 0.0;
  padding-top: 6px;
}

[view~="todos-controller"][view~="vstack"] .todo-mobile-status-button {
  padding-top: 6px;
}

[view~="todos-controller"][view~="vstack"] .todo-mobile-item-meta {
  font-size: 13px;
}

[view~="todos-controller"][view~="vstack"] .todo-overdue-due-on {
  color: #dc2626;
}

[view~="todos-controller"][view~="vstack"] .todo-table-actions {
  justify-content: flex-end;
}

@media (max-width: 700px) {
  [view~="todos-controller"][view~="vstack"] .todo-quick-entry-form {
    flex-direction: column;
    align-items: stretch;
  }

  [view~="todos-controller"][view~="vstack"] .todo-quick-entry-form > [h-size="fixed"] {
    width: 100% !important;
  }

  [view~="todos-controller"][view~="vstack"] .todo-desktop-sections {
    display: none;
  }

  [view~="todos-controller"][view~="vstack"] .todo-mobile-sections {
    display: block;
    width: 100%;
  }
}

[view~="data-tables-controller"][view~="vstack"] .data-tables-action-button {
  min-width: 24px;
  height: 24px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="data-table-edit"] .data-column-formula-checkbox-box {
  min-height: 36px;
  align-items: center;
  justify-content: center;
}

[view~="data-table-edit"] .data-column-formula-checkbox-box img {
  width: 16px;
  height: 16px;
}

[view~="data-table-edit"] .data-column-summary-checkbox-box {
  min-height: 36px;
  align-items: center;
  justify-content: center;
}

[view~="data-table-edit"] .data-column-summary-checkbox-box img {
  width: 16px;
  height: 16px;
}

[view~="data-table-controller"][view~="vstack"] .data-hidden-submit-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  border-width: 0px;
  opacity: 0.0;
  overflow: hidden;
}

[view~="data-table-controller"][view~="vstack"] .data-action-button {
  min-width: 24px;
  height: 24px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="data-table-controller"][view~="vstack"] .data-sortable-row-fields {
  width: 100%;
}

[view~="data-table-controller"][view~="vstack"] .data-record-pending {
  color: rgb(136, 136, 136);
}

[view~="data-table-controller"][view~="vstack"] .data-record-section-header-meta {
  font-size: 13px;
}

[view~="data-table-controller"][view~="vstack"] .data-record-summary {
  font-weight: bold;
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  flex-shrink: 0.0;
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="gray"] {
  background-color: rgb(136, 136, 136);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="red"] {
  background-color: rgb(211, 47, 47);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="orange"] {
  background-color: rgb(245, 124, 0);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="yellow"] {
  background-color: rgb(251, 192, 45);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="green"] {
  background-color: rgb(52, 168, 83);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="blue"] {
  background-color: rgb(25, 118, 210);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="purple"] {
  background-color: rgb(123, 31, 162);
}

[view~="data-table-controller"][view~="vstack"] .data-enum-color-dot[data-color="pink"] {
  background-color: rgb(194, 24, 91);
}

[view~="data-table-controller"][view~="vstack"] .data-boolean-true-icon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: rgb(52, 168, 83);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="data-table-controller"][view~="vstack"] .data-boolean-true-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

[view~="data-table-controller"][view~="vstack"] .data-boolean-false-icon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: rgb(211, 47, 47);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[view~="data-table-controller"][view~="vstack"] .data-boolean-false-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

@media (max-width: 700px) {
  [view~="data-table-controller"][view~="vstack"] .data-record-quick-entry-form {
    flex-direction: column;
    align-items: stretch;
  }

  [view~="data-table-controller"][view~="vstack"] .data-sortable-row-fields {
    flex-direction: column;
    align-items: stretch;
  }
}

[view~="sortable-list-row"] {
  padding: 0px;
  background-color: rgb(248, 248, 248);
}

[view~="sortable-list-row"]:not(:last-of-type) {
  margin-bottom: 1px;
}

[view~="sortable-list-row"] > [view~="hstack"] {
  padding: 6px 0px;
}

[view~="sortable-list-row"].over-top > [view~="sortable-list-separator"].top {
  visibility: visible;
}

[view~="sortable-list-row"].over-bottom > [view~="sortable-list-separator"].bottom {
  visibility: visible;
}

[view~="sortable-list-row"] .content {
  align-self: center;
}

[view~="sortable-list-separator"] {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: rgb(47, 96, 142);
  visibility: hidden;
}

[view~="sortable-list-separator"].top {
  top: -1px;
}

[view~="sortable-list-separator"].bottom {
  top: 2px;
}

[view~="sortable-list-drag-item"] {
  height: 32px;
  min-width: 32px;
  cursor: move;
  background-image: url(drag.X7QEQ565.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

[view~="sortable-list-delete-button"] {
  height: 32px;
  width: 32px;
  background-image: url(delete.F4USZ5V4.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: unset;
  background-color: unset;
  cursor: pointer;
}

[view~="todo-visibility-button-row"] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 8px;
}

@media (max-width: 700px) {
  input, textarea, select {
    font-size: 16px;
  }

  input[type="date"] {
    display: block;
    width: 100%;
    width: -webkit-fill-available;
    max-width: 100%;
    max-width: -webkit-fill-available;
    min-width: 0px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }

  [view~="modal-window"] {
    top: 8px;
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    min-height: 0px;
    box-sizing: border-box;
    overflow: hidden;
  }
}
