body {
  font-family: sans-serif;
  color: #2c505a;
  display: flex;
  flex-direction: row;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: rgb(215.5, 227, 229.5);
}
body > div {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  border-left: 1px solid #52949e;
}
body > div:first-of-type {
  border-left: none;
}
body h2 {
  margin: 0;
}
body button {
  background-color: #12637f;
  color: #fc8c54;
  border: 0;
  padding: 0.2rem 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.8rem;
}
body a[href] {
  color: #f2605e;
  text-decoration: none;
  font-size: 0.8rem;
}
body a[href]:hover {
  text-decoration: underline;
}
body a[hx-get], body a[onclick] {
  cursor: pointer;
}
body a[onclick] {
  cursor: pointer;
}
body a[onclick]:hover {
  text-decoration: underline;
}
body svg {
  width: 0.9rem;
}
body code {
  color: #fc8c54;
}
body input, body select, body textarea {
  width: 100%;
  box-sizing: border-box;
  border-style: solid;
  padding: 0.2rem;
  border-color: #52949e;
  background-color: rgb(231.3, 238.2, 239.7);
  outline: none;
}
body div#slips-container {
  overflow-y: hidden;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body div#slips-container div.inner-menu {
  border-bottom: 1px solid #12637f;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
body div#slips-container div.inner-menu button:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body div#slips {
  user-select: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
body div#slips ol {
  padding: 1rem;
}
body div#slips hr {
  visibility: hidden;
}
body div#slips ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body div#slips ul li.slip-item {
  margin-top: 2rem;
  color: #52949e;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
body div#slips ul li.slip-item:first-of-type {
  margin-top: 0;
}
body div#slips ul li.slip-item div:first-of-type {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
body div#slips ul li.slip-item div.slip-item-data.remark {
  background-color: rgb(247.1, 249.4, 249.9);
  padding: 0.5rem;
  border-radius: 3px;
}
body div#slips ul li.slip-item:hover {
  color: #2c505a;
}
body div#slips ul li.slip-item:hover ul.buttons-container {
  visibility: visible;
}
body div#slips ul li.slip-item a.title {
  font-weight: bold;
  color: #2c505a;
  font-size: 1.1rem;
}
body div#slips ul li.slip-item div:empty {
  display: none;
}
body div#slips ul li.slip-item div.summary {
  font-size: 1rem;
}
body div#slips ul li.slip-item div.summary a {
  font-size: 1rem;
}
body div#slips ul li.slip-item p {
  margin: 0;
}
body div#slips ul li.slip-item ul.buttons-container {
  visibility: hidden;
  margin-left: 1rem;
  margin: 0;
}
body div#slips ul li.slip-item ul.buttons-container a {
  cursor: pointer;
}
body div#content-container {
  border-left: 1px solid #52949e;
  padding: 0;
  overflow-y: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body div#content-container:has(#content:empty) {
  display: none;
}
body div#content-container div#inner-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed #52949e;
  padding: 0.5rem;
  box-sizing: border-box;
}
body div#content-container div#inner-menu span.close-button {
  user-select: none;
  cursor: pointer;
}
body div#content-container div#inner-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 0.5rem;
}
body div#content-container div#inner-menu ul svg {
  cursor: pointer;
}
body div#content-container div#content {
  padding: 0;
  overflow-y: hidden;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body div#content-container div#content > div:first-of-type {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem;
}
body div#content-container div#content > div:last-of-type {
  padding: 0.5rem;
  border-top: 1px dashed #52949e;
}
body div#content-container div#content:has(form) {
  padding: 0.5rem;
  overflow-y: auto;
}
body div#content-container div#content div#meta {
  margin-bottom: 1rem;
}
body div#content-container div#content div#meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}
body div#content-container div#content div#meta ul li.groups {
  display: flex;
  flex-direction: row;
}
body div#content-container div#content div#meta ul li.groups ul {
  margin-left: 0.5rem;
}
body div#content-container form div {
  margin: 1rem 0;
}
body div#content-container form label {
  display: block;
}
body div#content-container hr {
  color: rgb(231.3, 238.2, 239.7);
}
body div#menu {
  display: flex;
  flex: 0 0 33.33%;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}
body div#menu > div {
  flex: 0;
  padding: 0.5rem;
}
body div#menu div {
  box-sizing: border-box;
}
body div#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body div#menu div.inner-menu {
  border-bottom: 1px dashed #52949e;
}
body div#menu div.inner-menu div.inner-menu-elements {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
body div#menu div.inner-menu div.inner-menu-elements a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
  color: #52949e;
  cursor: pointer;
}
body div#menu div.inner-menu div.inner-menu-elements a span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body div#menu div.inner-menu div.inner-menu-elements a.remove-slip-button, body div#menu div.inner-menu div.inner-menu-elements a.edit-slips-button {
  display: none;
}
body div#menu div.inner-menu div.inner-menu-elements a:hover {
  color: #fc8c54;
}
body div#menu div.inner-menu div.data-details-container {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body div#menu div.inner-menu div.data-details-container span {
  display: flex;
  cursor: pointer;
  color: #52949e;
}
body div#menu div.inner-menu div.data-details-container div#data-details span:hover {
  cursor: pointer;
  text-decoration: underline;
}
body div#menu div#applied-filters {
  font-size: 0.8rem;
}
body div#menu div#applied-filters:has(:not(ul:empty)) {
  border-bottom: 1px dashed #52949e;
}
body div#menu div#applied-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body div#menu:has(ul.applied-filters-list:not(:empty)) div.inner-menu-elements a.remove-slip-button, body div#menu:has(ul.applied-filters-list:not(:empty)) div.inner-menu-elements a.edit-slips-button {
  display: flex;
}
body div#menu div.groups {
  height: 100%;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #52949e;
  padding-bottom: 0;
  user-select: none;
}
body div#menu div.groups #search-group {
  display: inline-block;
  width: 100%;
}
body div#menu div.groups div.header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #52949e;
}
body div#menu div.groups div.header ul li {
  cursor: pointer;
  user-select: none;
}
body div#menu div.groups div.header ul li.selected {
  color: #fc8c54;
}
body div#menu div.groups div.header ul li:has(input) {
  flex: 1;
  cursor: default;
}
body div#menu div.groups #groups-list {
  margin-top: 1rem;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  box-sizing: border-box;
}
body div#menu div.groups #groups-list ul {
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
body div#menu div.groups #groups-list ul.blocks {
  font-size: 0.8rem;
}
body div#menu div.groups #groups-list ul.blocks li:hover {
  cursor: pointer;
  text-decoration: underline;
}
body div#menu div#group-detail-container > div:first-of-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body div#menu div#group-detail-container > div:first-of-type span {
  cursor: pointer;
}
body div#menu div#group-detail-container:has(#group-detail:empty) {
  display: none;
}
body div#menu div#group-detail-container form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: end;
}
body div#menu div#group-detail-container form label {
  white-space: nowrap;
}
body div#menu div#group-detail-container form div {
  flex: 1;
}
body div#menu div#group-detail-container form div:has(input[type=color]) {
  flex: 0;
}
body ul.tags {
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body ul.tags li {
  display: inline;
  font-weight: bold;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 3px;
}

.loader-container {
  min-height: 100%;
  width: 100%;
  display: flex;
  margin: 3rem 0;
}
.loader-container .loader {
  margin: auto;
  width: 100px;
  aspect-ratio: 1/1;
  border: 20px solid #b0c7cc;
  border-bottom-color: #12637f;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.group-editor-container {
  margin-top: 1rem;
}
div.group-editor-container:first-child {
  margin-top: 0;
}
div.group-editor-container .crossed {
  text-decoration: line-through;
}
div.group-editor-container span {
  font-weight: bold;
}
div.group-editor-container ul.groups-editor {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
div.group-editor-container ul.groups-editor li {
  cursor: pointer;
}
div.group-editor-container ul.groups-editor li.group {
  cursor: pointer;
}
div.group-editor-container ul.groups-editor:has(li.group) li.empty-li {
  display: none;
}
div.group-editor-container ul.search-results {
  font-size: 0.8rem;
  color: #52949e;
}
div.group-editor-container ul.search-results.tags {
  padding-left: 0;
}
div.group-editor-container ul.search-results li {
  cursor: pointer;
}
div.group-editor-container div.search-bar {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
div.group-editor-container div.search-bar input {
  border-width: 0;
  border-bottom-width: 1px;
}

/*# sourceMappingURL=stylesheet.css.map */
