* {
  box-sizing: border-box; }

:root {
  --White: white; }

html, body {
  margin: 0;
  padding: 0;
  background-color: #2f2f2f;
  color: white; }

a {
  color: #6cd0ff;
  text-decoration: none; }
  a.active {
    color: white; }

.hidden {
  display: none; }

.flex-row-newline {
  width: 100%;
  border-bottom: 1px solid; }

.app {
  padding: 16px;
  padding: 1rem;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 50vh;
  max-width: 90%;
  margin: 0 auto; }
  .app .bodies-container .add-new {
    display: none; }
  .app.settings-open .user-settings {
    right: 0; }
  .app.settings-open .bodies-container {
    width: 30vw;
    height: calc(100vh - 5rem);
    overflow: auto;
    position: absolute;
    left: 0;
    bottom: 0; }
    .app.settings-open .bodies-container .dynamic-body {
      width: 400%; }
    .app.settings-open .bodies-container .add-new {
      display: block; }

.one-liner {
  display: inline-flex;
  background-color: #efefef;
  color: black;
  padding: 4.8px;
  padding: 0.3rem;
  border-radius: 5px;
  align-items: center;
  margin: 4.8px;
  margin: 0.3rem; }
  .one-liner img {
    width: 24px;
    width: 1.5rem;
    margin: 0 8px;
    margin: 0 0.5rem; }

.item-one-liner {
  display: inline-flex;
  align-items: center;
  background-color: #efefef;
  color: black;
  font-weight: bold;
  margin: 16px 0;
  margin: 1rem 0;
  padding: 4.8px;
  padding: 0.3rem;
  border-radius: 5px; }
  .item-one-liner button {
    margin-right: 16px;
    margin-right: 1rem; }
  .item-one-liner img {
    width: 24px;
    width: 1.5rem; }

.button {
  box-shadow: 0px 0px 0px black;
  background-color: lightgrey;
  border-radius: 5px;
  cursor: pointer;
  font-family: monospace;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6.4px;
  padding: 0.4rem;
  position: relative;
  transition: 100ms all ease; }
  .button:active, .button.active {
    box-shadow: inset -1px 2px 5px black; }
  .button--square {
    height: 60px;
    width: 60px; }
  .button--square-small {
    height: 30px;
    width: 30px; }
  .button--flex {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 38.4px;
    height: 2.4rem; }
    .button--flex img {
      margin-left: 8px;
      margin-left: 0.5rem; }
  .button.js-button-theme {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem; }
  .button.in-range:after {
    content: "";
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
    position: absolute;
    right: -8px;
    right: -0.5rem;
    top: -8px;
    top: -0.5rem;
    border-radius: 50%;
    border: 1px solid black;
    background-color: yellow; }
  .button img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none; }

input {
  width: 100%;
  padding: 8px;
  padding: 0.5rem;
  font-family: monospace; }
  input:focus {
    outline: #0093ff auto 1px; }
  input[type=checkbox] {
    width: auto; }

.input__icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 32px;
  width: 2rem;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.8px;
  padding: 0.3rem;
  margin: 0 4.8px;
  margin: 0 0.3rem; }
  .input__icon img {
    width: 100%; }

.input__icon-container {
  position: relative; }

textarea {
  min-height: 160px;
  min-height: 10rem;
  width: 100%;
  resize: vertical; }

.cke_editable {
  font-size: 16px; }

.input-select {
  position: relative; }
  .input-select.focus .input-select__items {
    display: block; }
  .input-select.focus .input__icon img {
    content: url(../svg/arrowhead-up.svg); }
  .input-select .js-input-select-filter:focus + .input-select__items {
    display: block; }
  .input-select__items {
    background-color: lightgrey;
    display: none;
    left: 0;
    max-height: 320px;
    max-height: 20rem;
    overflow: auto;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%; }
  .input-select__item, .input-select__subitem {
    color: black;
    cursor: pointer;
    height: 100%;
    padding: 8px;
    padding: 0.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .input-select__item img, .input-select__subitem img {
      width: 24px;
      width: 1.5rem; }
    .input-select__item:hover, .input-select__subitem:hover {
      background-color: lightblue; }
    .input-select__item.selected, .input-select__subitem.selected {
      background-color: lightgreen; }
    .input-select__item.sub-selected, .input-select__subitem.sub-selected {
      background-color: #93f593; }
      .input-select__item.sub-selected .open-indicator, .input-select__subitem.sub-selected .open-indicator {
        border: 2px solid white; }
    .input-select__item.hidden, .input-select__subitem.hidden {
      display: none; }
    .input-select__item[data-opened="0"] .input-select__item-subitems, .input-select__subitem[data-opened="0"] .input-select__item-subitems {
      display: none; }
    .input-select__item[data-opened="1"] .input-select__item-subitems, .input-select__subitem[data-opened="1"] .input-select__item-subitems {
      display: block; }
    .input-select__item[data-opened="1"] .open-indicator, .input-select__subitem[data-opened="1"] .open-indicator {
      background-color: greenyellow;
      border: 2px solid greenyellow;
      box-shadow: 0px 0px 0px 2px greenyellow; }
    .input-select__item[data-opened="1"].sub-selected .open-indicator, .input-select__subitem[data-opened="1"].sub-selected .open-indicator {
      border: 2px solid white; }
    .input-select__item .open-indicator, .input-select__subitem .open-indicator {
      background-color: greenyellow;
      border: 2px solid lightgray;
      box-shadow: 0px 0px 0px 2px greenyellow;
      position: absolute;
      right: 0;
      width: 16px;
      width: 1rem;
      height: 16px;
      height: 1rem;
      top: 8px;
      top: 0.5rem;
      border-radius: 50%;
      margin: 0 8px;
      margin: 0 0.5rem; }
  .input-select__item-subitems {
    width: 100%;
    padding: 8px;
    padding: 0.5rem; }
  .input-select__subitem {
    padding-left: 8px;
    padding-left: 0.5rem;
    border-left: 1px solid #787474; }
    .input-select__subitem:hover {
      background-color: #98bfcc; }
    .input-select__subitem.selected {
      background-color: #78c978; }

.input-multiselect {
  position: relative; }
  .input-multiselect.focus .input-multiselect__items {
    display: block; }
  .input-multiselect.focus .input__icon img {
    content: url(../svg/arrowhead-up.svg); }
  .input-multiselect .js-input-multiselect-filter:focus + .input-multiselect__items {
    display: block; }
  .input-multiselect__selected-container {
    border: 1px solid; }
  .input-multiselect__selected-item {
    display: inline-flex;
    position: relative;
    vertical-align: top;
    margin-right: 4.8px;
    margin-right: 0.3rem; }
    .input-multiselect__selected-item .one-liner {
      height: 36.8px;
      height: 2.3rem; }
      .input-multiselect__selected-item .one-liner img {
        width: auto;
        height: 100%; }
  .input-multiselect__selected-item__delete {
    font-weight: bold;
    cursor: pointer;
    color: red;
    background: #2f2f2f;
    position: absolute;
    top: 0;
    right: -4.8px;
    right: -0.3rem;
    border-radius: 50%;
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    padding: 8px;
    padding: 0.5rem; }
  .input-multiselect__items {
    background-color: lightgrey;
    display: none;
    left: 0;
    max-height: 320px;
    max-height: 20rem;
    overflow: auto;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%; }
  .input-multiselect__item {
    color: black;
    cursor: pointer;
    height: 100%;
    padding: 8px;
    padding: 0.5rem; }
    .input-multiselect__item:hover {
      background-color: lightblue; }
    .input-multiselect__item.selected {
      background-color: lightgreen; }

.input-gallery__images, .gallery__images {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  width: 100%;
  border: 2px dashed transparent; }
  .input-gallery__images .switchable.switch-ready, .gallery__images .switchable.switch-ready {
    border: 2px solid; }
  .input-gallery__images .switchable.switch-to, .gallery__images .switchable.switch-to {
    padding: 3px; }
  .input-gallery__images.highlight, .gallery__images.highlight {
    border: 2px dashed #32b44a; }

.input-gallery__item, .gallery__item {
  background-color: #f3f3f3;
  border-radius: 5px;
  display: inline-flex;
  height: 48px;
  height: 3rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 0;
  width: 48px;
  width: 3rem; }
  .input-gallery__item:first-child, .gallery__item:first-child {
    height: 160px;
    height: 10rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    width: 160px;
    width: 10rem; }
  .input-gallery__item.deleting, .gallery__item.deleting {
    opacity: 0.5; }
  .input-gallery__item img, .input-gallery__item video, .gallery__item img, .gallery__item video {
    border-radius: 5px;
    width: 100%; }

.input-gallery .js-insert-before-helper, .gallery .js-insert-before-helper {
  display: inline; }

.input-gallery__add-btn, .gallery__add-btn {
  display: inline-flex;
  height: 48px;
  height: 3rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 48px;
  width: 3rem;
  align-items: center;
  justify-content: center;
  vertical-align: top; }

.input-gallery__trash, .gallery__trash {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  height: 64px;
  height: 4rem;
  width: 0;
  background-color: #ff4242;
  transition: 300ms all ease; }
  .input-gallery__trash--revealed, .gallery__trash--revealed {
    opacity: 0.7;
    width: 160px;
    width: 10rem; }
  .input-gallery__trash.delete-ready, .gallery__trash.delete-ready {
    height: 80px;
    height: 5rem;
    opacity: 1; }
  .input-gallery__trash img, .gallery__trash img {
    pointer-events: none; }

.input-gallery__content, .gallery__content {
  position: relative;
  max-width: 480px;
  max-width: 30rem; }

.input__container {
  display: flex;
  align-items: center; }

.input__clear {
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid blue;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.flatpickr-day.special {
  background-color: lightpink; }

.flatpickr-day.special-nobook {
  background-color: lightblue; }

html {
  font-family: monospace; }

.bold {
  font-weight: bold;
  color: #920092; }

.warning {
  font-weight: bold;
  color: red; }

.all-good {
  font-weight: bold;
  color: lightgreen; }

.system-title {
  color: #b5fede; }

.used-in {
  color: yellow; }

.container {
  margin: 64px 0;
  margin: 4rem 0; }
  .container.top {
    margin-top: 0; }

.languages-selection {
  align-items: center;
  display: flex;
  flex-flow: row wrap; }
  .languages-selection__item {
    margin: 0 4.8px;
    margin: 0 0.3rem;
    opacity: 0.5; }
    .languages-selection__item:hover {
      opacity: 1; }
    .languages-selection__item.selected {
      opacity: 1; }
    .languages-selection__item .button {
      margin: 0; }

.button .loader {
  padding: 16px !important;
  padding: 1rem !important; }

.loader {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  transition: 300ms all ease;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  z-index: 1;
  padding: 32px !important;
  padding: 2rem !important;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden; }
  .loader.display {
    display: flex; }
  .loader.show {
    opacity: 1;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px); }

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
    max-height: 2rem;
    max-width: 2rem; }
  50% {
    transform: rotateY(180deg);
    max-height: 1.5rem;
    max-width: 1.5rem; }
  100% {
    transform: rotateY(360deg);
    max-height: 2rem;
    max-width: 2rem; } }

@keyframes scale {
  0% {
    transform: rotateY(0deg);
    max-height: 2rem;
    max-width: 2rem; }
  50% {
    transform: rotateY(-180deg);
    max-height: 2.5rem;
    max-width: 2.5rem; }
  100% {
    transform: rotateY(-360deg);
    max-height: 2rem;
    max-width: 2rem; } }

@keyframes scale2 {
  0% {
    transform: rotateY(0deg);
    max-height: 2.5rem;
    max-width: 2.5rem; }
  50% {
    transform: rotateY(-180deg);
    max-height: 1.5rem;
    max-width: 1.5rem; }
  100% {
    transform: rotateY(-360deg);
    max-height: 2.5rem;
    max-width: 2.5rem; } }
  .loader.show .loader__circle {
    animation: scale 1500ms linear infinite; }
  .loader.show .loader__move-circle {
    animation: rotate 2000ms linear infinite; }
  .loader.show .loader__intercept-circle {
    animation: scale2 1800ms linear infinite; }
  .loader__circle {
    transform-origin: 50% 50%;
    border: 2px solid purple;
    border-radius: 50%;
    position: absolute;
    max-height: 32px;
    max-height: 2rem;
    max-width: 32px;
    max-width: 2rem;
    height: 100%;
    width: 100%; }
  .loader__move-circle {
    transform-origin: 50% 50%;
    border: 2px solid lime;
    border-radius: 50%;
    position: absolute;
    max-height: 32px;
    max-height: 2rem;
    max-width: 32px;
    max-width: 2rem;
    height: 100%;
    width: 100%; }
  .loader__intercept-circle {
    transform-origin: 50% 50%;
    border: 2px solid orange;
    border-radius: 50%;
    position: absolute;
    max-height: 32px;
    max-height: 2rem;
    max-width: 32px;
    max-width: 2rem;
    height: 100%;
    width: 100%; }

.modals {
  position: fixed;
  z-index: 11; }

.modal {
  background-color: #f3f3f3;
  box-shadow: 0 0 10px black;
  color: black;
  border-radius: 5px;
  min-width: 320px;
  min-width: 20rem;
  max-width: 92vw;
  padding: 32px;
  padding: 2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw; }
  .modal.visible {
    display: block; }
  .modal__content {
    padding: 16px 0;
    padding: 1rem 0;
    position: relative;
    max-height: 60vh;
    overflow: auto; }
  .modal__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.notifications {
  position: fixed;
  top: 48px;
  top: 3rem;
  left: 0;
  z-index: 999; }
  .notifications .notification {
    opacity: 0;
    transition: 300ms opacity ease, 300ms max-height ease;
    overflow: hidden; }
    .notifications .notification.show {
      opacity: 1; }
    .notifications .notification__content {
      color: black;
      background-color: #f3f3f3;
      padding: 8px 16px;
      padding: 0.5rem 1rem;
      border-radius: 5px;
      margin: 8px 16px;
      margin: 0.5rem 1rem;
      box-shadow: 0 0 7px #a6a6a6;
      display: inline-flex;
      position: relative;
      transition: 300ms top ease; }

.gallery {
  position: relative; }
  .gallery__images {
    position: relative; }

.media-viewer {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 13;
  background: #181818f0; }
  .media-viewer.show {
    display: flex; }
  .media-viewer.one-picture .media-viewer__previous, .media-viewer.one-picture .media-viewer__next {
    display: none; }
  .media-viewer[data-view_type="video"] .media-viewer__video {
    display: block; }
  .media-viewer[data-view_type="video"] .media-viewer__audio {
    display: none; }
  .media-viewer[data-view_type="video"] .media-viewer__image {
    display: none; }
  .media-viewer[data-view_type="audio"] .media-viewer__audio {
    display: block; }
  .media-viewer[data-view_type="audio"] .media-viewer__video {
    display: none; }
  .media-viewer[data-view_type="audio"] .media-viewer__image {
    display: none; }
  .media-viewer[data-view_type="image"] .media-viewer__audio {
    display: none; }
  .media-viewer[data-view_type="image"] .media-viewer__video {
    display: none; }
  .media-viewer[data-view_type="image"] .media-viewer__image {
    display: block; }
  .media-viewer__content {
    background-color: white;
    max-height: 80vh;
    max-width: 80%;
    position: relative;
    z-index: 1; }
  .media-viewer__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 48px;
    margin: 3rem;
    z-index: 1; }
  .media-viewer__background-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .media-viewer__image, .media-viewer__video {
    max-height: 80vh;
    max-width: 100%;
    height: auto;
    width: auto;
    position: relative;
    display: block; }
  .media-viewer__video {
    display: none; }
  .media-viewer__previous {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 48px;
    margin: 3rem;
    z-index: 1; }
  .media-viewer__next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 48px;
    margin: 3rem;
    z-index: 1; }

.media-viewer-preview {
  display: flex;
  flex-flow: row wrap; }
  .media-viewer-preview__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 48px;
    height: 3rem;
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    width: 48px;
    width: 3rem;
    border-radius: 5px;
    box-shadow: 0 0 6px #626262; }

.ui-accordion__panel.ui-accordion-panel-open .ui-accordion__container {
  display: block; }

.ui-accordion__container {
  display: none; }

.table {
  width: 100%;
  position: relative; }
  .table__container {
    width: 100%;
    position: relative;
    max-height: 80vh;
    overflow: auto; }
  .table__row {
    background-color: #2f2f2f; }
    .table__row:hover {
      background-color: #666666; }
  .table__cell {
    text-align: left; }
  .table__header {
    position: sticky;
    top: 0;
    z-index: 3; }
    .table__header th:first-child {
      background-color: #cece00;
      position: sticky;
      left: 0;
      z-index: 1;
      text-align: center; }
    .table__header th:last-child {
      background-color: #cece00;
      position: sticky;
      right: 0;
      z-index: 1;
      word-break: break-word; }
    .table__header th[data-sort] {
      background-color: yellow; }
    .table__header th[data-sort=ASC]:after {
      content: "\2193"; }
    .table__header th[data-sort=DESC]:after {
      content: "\2191"; }
  .table__content td:first-child {
    background-color: black;
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: center; }
  .table__content td:last-child {
    background-color: black;
    position: sticky;
    right: 0;
    z-index: 1;
    text-align: center;
    white-space: nowrap; }
  .table__footer {
    background-color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5.6px;
    padding: 0.5rem 0.35rem; }
  .table__selected-actions {
    background-color: black;
    display: flex; }
    .table__selected-actions button {
      margin-right: 8px;
      margin-right: 0.5rem; }
      .table__selected-actions button:last-child {
        margin-right: 0; }
  .table__pagination {
    width: 100%;
    text-align: center; }

table {
  width: 100%;
  border-collapse: collapse; }

/* Zebra striping */
tr:nth-of-type(odd) {
  background-color: #424242; }

thead tr {
  background-color: yellow !important;
  color: black;
  font-weight: bold; }

td, th {
  padding: 6px;
  text-align: left; }

.admin-buttons {
  background-color: white;
  border-radius: 5px;
  display: inline-flex;
  flex-flow: row;
  margin: 0 16px;
  margin: 0 1rem;
  opacity: 0.5;
  z-index: 1;
  transition: 300ms all ease; }
  .admin-buttons:hover, .admin-buttons:focus {
    opacity: 1; }
    .admin-buttons:hover .button, .admin-buttons:focus .button {
      display: block !important; }
  .admin-buttons.hidden {
    display: none; }
  .admin-buttons .button {
    margin-right: 8px;
    margin-right: 0.5rem; }
    .admin-buttons .button.in-range:after {
      content: "";
      height: 16px;
      height: 1rem;
      width: 16px;
      width: 1rem;
      position: absolute;
      right: -8px;
      right: -0.5rem;
      top: -8px;
      top: -0.5rem;
      border-radius: 50%;
      border: 1px solid black;
      background-color: yellow; }

.file-upload {
  background-color: #ffffffde;
  box-shadow: 0 0 2px black;
  bottom: 0;
  height: 50vh;
  position: fixed;
  right: 0;
  z-index: 4;
  width: 50%;
  transition: 300ms height ease-out; }
  @media (max-width: 640px) {
    .file-upload {
      width: 100%; } }
  .file-upload.hidden {
    height: 0; }
    .file-upload.hidden .js-open-file-upload {
      display: block; }
    .file-upload.hidden .js-close-file-upload {
      display: none; }
    .file-upload.hidden .file-upload__icon {
      opacity: 0.7; }
  .file-upload:hover .file-upload__icon {
    opacity: 1; }
  .file-upload .js-open-file-upload {
    display: none; }
  .file-upload .js-close-file-upload {
    display: block; }
  .file-upload__icon {
    height: 48px;
    height: 3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -24px;
    top: -1.5rem;
    width: 48px;
    width: 3rem;
    opacity: 0.7;
    transition: 150ms opacity ease; }
    .file-upload__icon img {
      width: 100%; }
    .file-upload__icon:hover {
      opacity: 1; }
  .file-upload__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: var(--White);
    box-shadow: 0 0 4px black;
    padding: 8px;
    padding: 0.5rem; }
    .file-upload__header .file-input {
      display: none; }
  .file-upload__content {
    overflow: auto;
    height: calc(100% - 2rem); }
  .file-upload .image-list-heading {
    width: 100%;
    padding: 16px;
    padding: 1rem;
    background-color: lightblue; }
    .file-upload .image-list-heading h1 {
      margin: 0;
      color: black; }
  .file-upload__image-list {
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    padding-left: 0; }
    .file-upload__image-list__item {
      border: 3px solid transparent;
      border-radius: 5px;
      cursor: pointer;
      color: black;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 192px;
      height: 12rem;
      margin: 3.2px;
      margin: 0.2rem;
      padding: 8px;
      padding: 0.5rem;
      position: relative;
      width: 176px;
      width: 11rem;
      transition: 200ms border ease; }
      .file-upload__image-list__item:hover {
        border: 3px solid lightgreen; }
      .file-upload__image-list__item.selected {
        border: 3px solid #1da51d; }
      .file-upload__image-list__item.loading .image-viewer__loader {
        opacity: 1; }
      .file-upload__image-list__item__loader {
        background-color: var(--White);
        border-radius: 5px;
        left: 50%;
        opacity: 0;
        padding: 16px;
        padding: 1rem;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: 300ms opacity ease; }

@keyframes Breathe {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
      .file-upload__image-list__item .list-item-loader-progress {
        animation: Breathe 3000ms linear infinite;
        background-color: green;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        transition: 300ms all ease;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
      .file-upload__image-list__item[data-progress="25"] .list-item-loader-progress {
        width: 25%; }
      .file-upload__image-list__item[data-progress="50"] .list-item-loader-progress {
        width: 50%; }
      .file-upload__image-list__item[data-progress="75"] .list-item-loader-progress {
        width: 75%; }
      .file-upload__image-list__item[data-progress="100"] .list-item-loader-progress {
        width: 100%; }
      .file-upload__image-list__item .js-processing {
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.8); }
      .file-upload__image-list__item.processing .js-processing {
        display: flex; }
      .file-upload__image-list__item img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto; }
      .file-upload__image-list__item .label {
        bottom: 0;
        background-color: var(--White);
        left: 0;
        position: absolute;
        color: black; }
      .file-upload__image-list__item .floating-buttons {
        padding: 8px;
        padding: 0.5rem;
        position: absolute;
        right: 0;
        top: 0; }

.user-settings {
  position: fixed;
  right: -70vw;
  width: 70vw;
  height: calc(100vh - 5rem);
  bottom: 0;
  transition: 300ms all ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .user-settings.open {
    right: 0; }

.settings .discount-code, .settings .company-address, .settings .terminal-provider, .settings__form {
  padding: 16px;
  padding: 1rem;
  border: 1px solid;
  margin: 16px 0;
  margin: 1rem 0; }

.client-settings__footer {
  padding: 16px 0;
  padding: 1rem 0; }

.discount-codes__footer {
  padding: 16px 0;
  padding: 1rem 0; }

.email-settings .languages-selection {
  padding: 16px 0;
  padding: 1rem 0; }

.js-toggle-ui-accordion-panel {
  cursor: pointer; }
  .js-toggle-ui-accordion-panel:hover {
    background-color: rgba(255, 255, 255, 0.205); }

.dynamic-header {
  background-color: #2f2f2f;
  color: white;
  box-shadow: 0 0 7px black;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 48px;
  height: 3rem;
  left: 0;
  padding: 16px;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .dynamic-header img {
    height: 100%; }
  .dynamic-header__title {
    text-transform: capitalize; }
  .dynamic-header__menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-right: 16px;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0; }
  .dynamic-header__menu-content {
    flex-direction: column;
    align-items: center;
    background-color: #2f2f2f;
    color: white;
    border-top: 0px solid black;
    border-right: 0px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    box-shadow: -4px 4px 0px black;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    max-height: calc(100vh - 3rem);
    overflow: auto;
    padding: 32px 0;
    padding: 2rem 0; }
    .dynamic-header__menu-content.open {
      display: flex; }
    .dynamic-header__menu-content .language-select {
      background: var(--DyHeaderBackgroundColor);
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      padding: 8px;
      padding: 0.5rem;
      width: 100%; }
      .dynamic-header__menu-content .language-select__item {
        margin: 8px;
        margin: 0.5rem; }
        .dynamic-header__menu-content .language-select__item:last-child {
          margin-right: 0; }
        .dynamic-header__menu-content .language-select__item.selected a {
          opacity: 1; }
        .dynamic-header__menu-content .language-select__item a {
          display: flex;
          opacity: 0.5; }

.navbar {
  display: flex;
  flex-direction: column; }
  .navbar h3 {
    margin: 0; }
  .navbar__item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    padding: 0.5rem; }
  .navbar__subitem {
    border-left: 1px solid;
    padding: 8px;
    padding: 0.5rem;
    margin: 8px;
    margin: 0.5rem;
    border-radius: 5px; }
  .navbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: #4f4f4f;
    color: black;
    border-radius: 5px;
    padding: 3.2px;
    padding: 0.2rem; }
    .navbar__row .button {
      margin-left: 8px;
      margin-left: 0.5rem; }

.tooltips {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 11; }
  .tooltips .tooltip {
    box-shadow: 0px 0px 0px black;
    background-color: #efefef;
    border-radius: 5px;
    color: black;
    border: 1px solid;
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
    padding: 0.5rem;
    position: relative;
    transition: 300ms all ease;
    position: fixed;
    z-index: 11;
    pointer-events: none; }
    .tooltips .tooltip.fade-in {
      opacity: 1; }
    .tooltips .tooltip.fade-out {
      opacity: 0; }

.search {
  background-color: #535353;
  overflow: hidden;
  position: relative;
  top: 48px;
  top: 3rem;
  width: 100%; }
  .search.open .search__content {
    height: 60vh; }
  .search.no-results .search__no-results {
    display: block; }
  .search__content {
    height: 0;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    width: 75vw;
    transition: 300ms all ease; }
    @media (max-width: 768px) {
      .search__content {
        width: 100%; } }
  .search__buttons {
    background-color: #535353;
    border-top: 1px solid;
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 8px;
    padding: 0.5rem; }
  .search__inputs {
    padding: 32px;
    padding: 2rem; }
  .search__footer {
    box-shadow: 0 0 7px black;
    background-color: #2f2f2f;
    color: white;
    margin: 0 auto;
    position: relative; }
    .search__footer button {
      margin: 8px;
      margin: 0.5rem; }
  .search__global {
    background-color: #2f2f2f;
    color: white;
    padding: 32px;
    padding: 2rem;
    position: relative;
    z-index: 1; }
    .search__global .global-search {
      width: 50%;
      margin: 0 auto;
      display: flex; }
      .search__global .global-search input {
        margin-right: 16px;
        margin-right: 1rem; }
  .search__no-results {
    display: none;
    padding: 16px;
    padding: 1rem;
    text-align: center; }
  .search__results {
    display: flex;
    flex-flow: row wrap;
    background-color: #2f2f2f;
    color: white;
    padding: 32px;
    padding: 2rem;
    position: relative; }
    .search__results--author {
      flex-flow: row;
      overflow: auto; }
    .search__results--view-squares .search__results__item {
      flex-flow: row wrap;
      height: 320px;
      height: 20rem;
      width: 25%; }
      .search__results--view-squares .search__results__item__container {
        flex: 1;
        flex-direction: column; }
      .search__results--view-squares .search__results__item__image {
        flex: 1.5;
        height: 50%; }
      .search__results--view-squares .search__results__item__text {
        flex: 1;
        padding: 0; }
      .search__results--view-squares .search__results__item__info {
        display: none; }
    .search__results__item {
      display: flex;
      flex-flow: column;
      padding: 16px;
      padding: 1rem;
      width: 100%;
      position: relative; }
      .search__results__item__container {
        display: flex;
        position: relative; }
      .search__results__item__image {
        width: 160px;
        width: 10rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .search__results__item__image img {
          max-height: 100%;
          max-width: 100%; }
      .search__results__item__text {
        padding: 8px;
        padding: 0.5rem; }

.highlighted {
  background-color: pink;
  font-weight: bold;
  color: black; }

.search-results-item {
  width: 432px;
  width: 27rem;
  min-width: 320px;
  min-width: 20rem;
  position: relative;
  box-shadow: 0 0 10px black; }
  .search-results-item__row {
    display: flex;
    align-items: center;
    padding: 3.2px;
    padding: 0.2rem;
    word-break: break-word; }
    .search-results-item__row__label {
      display: inline;
      font-weight: bold;
      color: yellow;
      margin-right: 16px;
      margin-right: 1rem; }
    .search-results-item__row__select-value {
      display: inline-flex;
      flex-flow: row wrap;
      align-items: center; }
      .search-results-item__row__select-value img {
        width: 24px;
        width: 1.5rem; }
      .search-results-item__row__select-value a > .one-liner {
        box-shadow: 0 0 0 black;
        transition: 300ms all ease; }
        .search-results-item__row__select-value a > .one-liner:hover {
          box-shadow: 0 0 10px white; }
  .search-results-item .gallery__item {
    height: 48px;
    height: 3rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 48px;
    width: 3rem; }
    .search-results-item .gallery__item:first-child {
      height: 80px;
      height: 5rem;
      margin-bottom: 16px;
      margin-bottom: 1rem;
      margin-right: 100%;
      width: 80px;
      width: 5rem; }
  .search-results-item .admin-buttons {
    margin: 0;
    position: absolute;
    right: -16px;
    right: -1rem;
    top: -16px;
    top: -1rem; }

.dashboard-author {
  background-color: lightgrey;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 160px;
  height: 10rem;
  margin: 16px;
  margin: 1rem;
  padding: 16px;
  padding: 1rem; }
  .dashboard-author__art {
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin: 3.2px;
    margin: 0.2rem;
    padding: 8px;
    padding: 0.5rem;
    position: relative;
    transition: 300ms all ease; }
    .dashboard-author__art:hover {
      height: 100%;
      z-index: 1; }
      .dashboard-author__art:hover .dashboard-author__art__title {
        display: block; }
    .dashboard-author__art img {
      height: auto;
      max-height: 100%;
      width: auto; }
    .dashboard-author__art__title {
      background-color: #2f2f2f;
      color: white;
      bottom: 0;
      display: none;
      left: 0;
      margin: 16px;
      margin: 1rem;
      padding: 3.2px;
      padding: 0.2rem;
      position: absolute; }

.author__paintings {
  display: flex;
  flex-flow: row wrap; }
  .author__paintings__item {
    padding: 16px;
    padding: 1rem; }

.item-details {
  margin: 0 auto;
  position: relative;
  width: 75vw; }
  @media (max-width: 768px) {
    .item-details {
      width: 100%; } }
  .item-details[data-editing="0"] .form-item__input {
    display: none; }
  .item-details[data-editing="0"] .form-item__readonly {
    display: block; }
  .item-details[data-editing="0"] .item-details__submit {
    display: none; }
  .item-details[data-editing="1"] .form-item__input {
    display: block; }
  .item-details[data-editing="1"] .form-item__readonly {
    display: none; }
  .item-details[data-editing="1"] .item-details__submit {
    display: block; }
  .item-details__admin-buttons {
    display: flex;
    justify-content: flex-end; }
  .item-details__content, .item-details__form {
    display: flex; }
    .item-details__content > *, .item-details__form > * {
      flex: 1;
      padding: 16px;
      padding: 1rem;
      position: relative;
      width: 50%; }
  .item-details__image img {
    width: 100%; }
  .item-details__form.changed {
    background-color: pink; }

.form {
  position: relative; }
  @media (max-width: 640px) {
    .form {
      width: 100%; } }
  .form__add-new {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2; }
    .form__add-new .js-add-new {
      margin: 0; }
  .form__new-item-options {
    position: fixed;
    background-color: lightgrey;
    border-radius: 5px;
    box-shadow: 0 0 4px black;
    width: 160px;
    width: 10rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms all ease;
    display: flex;
    flex-flow: wrap; }
    .form__new-item-options.open {
      transform: translate(-50%, -50%) scale(1); }
    .form__new-item-options button {
      margin: 8px;
      margin: 0.5rem; }
  .form__admin-actions {
    margin: 16px 0;
    margin: 1rem 0; }
  .form .required {
    background-color: yellow;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-radius: 50%;
    margin-left: 8px;
    margin-left: 0.5rem;
    right: -20.8px;
    right: -1.3rem;
    position: relative; }
    .form .required.hidden {
      display: none; }
    .form .required.all-good {
      background-color: #1da51d; }
    .form .required.need-attention {
      background-color: #cf1717; }
  .form button[type=submit] label {
    pointer-events: none; }
  .form textarea {
    min-height: 160px;
    min-height: 10rem; }

.form-item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 8px 0;
  padding: 0.5rem 0;
  transition: 300ms all ease; }
  .form-item:focus-within {
    z-index: 1; }
  .form-item.exists {
    background-color: pink;
    color: black;
    padding: 8px;
    padding: 0.5rem; }
  .form-item.setup .input-setup__content {
    display: flex; }
  .form-item--submit {
    margin-top: 16px;
    margin-top: 1rem; }
  .form-item label {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    padding: 0.5rem 0; }
  .form-item .js-input {
    font-size: 16px; }
  .form-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .form-item__header-info {
    display: flex;
    align-items: center;
    padding: 16px 0;
    padding: 1rem 0; }
  .form-item__type-icon {
    box-shadow: 0px 0px 0px black;
    background-color: lightgrey;
    border-radius: 5px;
    font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6.4px;
    padding: 6.4px;
    padding: 0.4rem;
    position: relative;
    transition: 100ms all ease;
    height: 25px;
    width: 25px;
    margin-left: 8px;
    margin-left: 0.5rem; }
  .form-item__value {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .form-item__input {
    width: 100%; }
    .form-item__input .input-setup {
      border: 1px solid purple;
      margin: 16px;
      margin: 1rem; }
      .form-item__input .input-setup__expand {
        display: flex;
        justify-content: flex-start; }
      .form-item__input .input-setup__content {
        padding: 16px;
        padding: 1rem;
        display: none;
        flex-flow: row wrap; }
      .form-item__input .input-setup__item {
        padding: 8px;
        padding: 0.5rem; }
  .form-item__refresh-value {
    position: relative; }
    .form-item__refresh-value .refresh-value-setup {
      position: absolute;
      z-index: 1;
      padding: 16px;
      padding: 1rem;
      border-radius: 5px;
      box-shadow: 0px 0px 0px black;
      background-color: lightgrey;
      display: none;
      color: black;
      min-width: 320px;
      min-width: 20rem; }
      .form-item__refresh-value .refresh-value-setup.show {
        display: block; }
  .form-item__admin-buttons {
    position: absolute;
    right: 0;
    top: 0; }
    .form-item__admin-buttons .button.in-range:after {
      content: "";
      height: 16px;
      height: 1rem;
      width: 16px;
      width: 1rem;
      position: absolute;
      right: -8px;
      right: -0.5rem;
      top: -8px;
      top: -0.5rem;
      border-radius: 50%;
      border: 1px solid black;
      background-color: yellow; }
  .form-item__add-new-after {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -8px;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%); }
  .form-item.changed .form-item__status {
    background-color: yellow; }
  .form-item__status {
    border-radius: 50%;
    height: 8px;
    height: 0.5rem;
    position: absolute;
    right: -4px;
    right: -0.25rem;
    top: -4px;
    top: -0.25rem;
    width: 8px;
    width: 0.5rem; }
  .form-item .js-input-select-filter, .form-item .js-input-multiselect-filter {
    background-color: #efefef; }

.section-hrzntl {
  display: flex;
  flex-direction: row;
  overflow: auto; }
  .section-hrzntl__item {
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    margin: 16px;
    margin: 1rem;
    padding: 16px;
    padding: 1rem; }
    .section-hrzntl__item[data-parent="1"] {
      margin-top: 32px;
      margin-top: 2rem; }

.raha__items {
  position: relative; }

.raha .raha-record div {
  border: 1px solid;
  margin: 8px;
  margin: 0.5rem;
  padding: 8px;
  padding: 0.5rem; }

.raha .raha-record input {
  max-width: 160px;
  max-width: 10rem; }

.raha .raha-record .income-items {
  display: flex;
  flex-flow: row wrap; }

.openai {
  word-break: break-word; }
  .openai.limit .js-api-limit {
    display: block; }
  .openai .js-api-limit {
    display: none;
    padding: 8px;
    padding: 0.5rem;
    margin: 8px 0;
    margin: 0.5rem 0;
    border: 2px solid mediumvioletred; }
  .openai .js-uploaded-image-name:not(:empty) {
    display: inline-block;
    padding: 8px;
    padding: 0.5rem;
    margin: 8px 0;
    margin: 0.5rem 0;
    border: 2px solid green; }
  .openai input {
    font-size: 16px; }
  .openai #afile {
    display: none; }
  .openai a {
    word-break: break-word; }
  .openai[data-mode=image] .openai__mode-options[data-type=text] {
    display: none; }
  .openai[data-mode=image] .openai__mode-options[data-type=image-variation] {
    display: none; }
  .openai[data-mode=text] .openai__mode-options[data-type=text] {
    display: block; }
  .openai[data-mode=text] .openai__mode-options[data-type=image-variation] {
    display: none; }
  .openai[data-mode=image-variation] .openai__mode-options[data-type=text] {
    display: none; }
  .openai[data-mode=image-variation] .openai__mode-options[data-type=image-variation] {
    display: block; }
  .openai .openai__mode-options {
    display: none; }
  .openai__image {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 32px;
    padding: 2rem; }
    .openai__image img {
      max-width: 600px;
      margin: 0 auto;
      width: 100%; }
  .openai__inputs {
    border: 1px solid;
    padding: 16px;
    padding: 1rem; }
    .openai__inputs input {
      width: auto; }
    .openai__inputs label {
      padding-left: 8px;
      padding-left: 0.5rem; }
  .openai__mode {
    display: flex;
    align-items: center;
    margin: 8px;
    margin: 0.5rem; }
  .openai__mode-option {
    display: flex;
    align-items: center;
    margin: 8px;
    margin: 0.5rem; }
  .openai__results {
    position: relative;
    margin: 16px;
    margin: 1rem;
    padding: 16px;
    padding: 1rem; }
    .openai__results .js-open-ai-text br:nth-child(1), .openai__results .js-open-ai-text br:nth-child(2) {
      display: none; }
  .openai__footer {
    padding: 16px;
    padding: 1rem;
    border-top: 1px solid; }
  .openai__api-key {
    padding: 16px;
    padding: 1rem;
    border-top: 1px solid; }

.time-tracker__header {
  display: flex; }
  .time-tracker__header h1 {
    margin: 0 16px;
    margin: 0 1rem;
    padding: 0; }

.time-tracker__content {
  display: flex;
  flex-direction: column; }

.time-tracker__footer {
  display: flex; }

.time-tracker__row {
  background-color: #2f2f2f;
  position: relative;
  margin: 16px 0;
  margin: 1rem 0; }
  .time-tracker__row:hover .time-tracker__row-info {
    display: flex; }

.time-tracker__row-header {
  padding: 8px;
  padding: 0.5rem; }
  .time-tracker__row-header h2 {
    margin: 0; }

.time-tracker__row-col {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.time-tracker__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  padding: 8px;
  padding: 0.5rem;
  width: 100%; }

.time-tracker__row-info {
  background-color: #2f2f2f;
  width: 100%;
  position: absolute;
  display: none;
  border: 1px solid;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  padding: 0 0.5rem;
  z-index: 1;
  top: 100%;
  left: 0; }
  .time-tracker__row-info input, .time-tracker__row-info textarea {
    font-size: 16px; }
  .time-tracker__row-info > div {
    padding: 16px;
    padding: 1rem; }

.collections__header {
  padding: 8px 0;
  padding: 0.5rem 0; }

.collections__container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .collections__container {
      grid-template-columns: 100%; } }

.collection-creator {
  border: 1px solid;
  padding: 32px;
  padding: 2rem; }
  .collection-creator__header {
    display: flex;
    align-items: center; }
    .collection-creator__header button {
      margin: 0 16px;
      margin: 0 1rem; }
  .collection-creator__settings {
    padding: 8px 0;
    padding: 0.5rem 0; }
    .collection-creator__settings .connect-collection {
      border: 1px solid palegoldenrod;
      padding: 16px;
      padding: 1rem; }
  .collection-creator .form-item {
    box-shadow: 0 0 0 black;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: 300ms all ease;
    z-index: 0; }
    .collection-creator .form-item:hover {
      box-shadow: 0 0 10px black;
      border: 1px solid #b5fede;
      z-index: 1; }
    .collection-creator .form-item:focus-within {
      box-shadow: 0 0 10px black;
      border: 1px solid #b5fede;
      z-index: 1; }
  .collection-creator .connect-collection__fields {
    margin: 16px 0;
    margin: 1rem 0; }
  .collection-creator .connect-collection .ecommerce-field {
    margin: 8px 0;
    margin: 0.5rem 0; }
  .collection-creator .connect-collection__choice {
    align-items: center;
    display: flex; }
  .collection-creator .connect-collection__item {
    align-items: center;
    display: flex; }
  .collection-creator .connect-collection .button.in-range:after {
    content: "";
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
    position: absolute;
    right: -8px;
    right: -0.5rem;
    top: -8px;
    top: -0.5rem;
    border-radius: 50%;
    border: 1px solid black;
    background-color: yellow; }

.collections-item {
  background-color: #2f2f2f;
  margin: 32px;
  margin: 2rem;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 16px;
  padding: 1rem;
  border: 1px solid;
  transition: 300ms background-color ease;
  padding-bottom: 0; }
  .collections-item:hover {
    background-color: #414141; }
    .collections-item:hover .button {
      display: initial; }
  .collections-item.exists {
    background-color: pink;
    color: black; }
  .collections-item--submit {
    margin-top: 16px;
    margin-top: 1rem; }
  .collections-item__subitems {
    border: 1px solid #b5fede;
    padding: 32px;
    padding: 2rem; }
  .collections-item label {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    padding: 0.5rem 0; }
  .collections-item .js-input {
    font-size: 16px; }
  .collections-item .button {
    display: none; }
    .collections-item .button.in-range {
      display: initial; }
  .collections-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .collections-item__value {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .collections-item__value label, .collections-item__value h3, .collections-item__value h1, .collections-item__value a {
      margin-right: 8px;
      margin-right: 0.5rem; }
  .collections-item__actions {
    padding: 8px;
    padding: 0.5rem; }
  .collections-item__admin-buttons {
    position: absolute;
    right: -16px;
    right: -1rem;
    top: -16px;
    top: -1rem; }
    .collections-item__admin-buttons .button.in-range:after {
      content: "";
      height: 16px;
      height: 1rem;
      width: 16px;
      width: 1rem;
      position: absolute;
      right: -8px;
      right: -0.5rem;
      top: -8px;
      top: -0.5rem;
      border-radius: 50%;
      border: 1px solid black;
      background-color: yellow; }
  .collections-item__add-new-after {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -16px;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%); }
  .collections-item.changed .form-item__status {
    background-color: yellow; }
  .collections-item__status {
    border-radius: 50%;
    height: 8px;
    height: 0.5rem;
    position: absolute;
    right: -4px;
    right: -0.25rem;
    top: -4px;
    top: -0.25rem;
    width: 8px;
    width: 0.5rem; }

.collection-items {
  position: relative; }
  .collection-items__header {
    display: flex;
    align-items: center; }
    .collection-items__header button {
      margin: 0 16px;
      margin: 0 1rem; }
  .collection-items__container {
    box-shadow: inset 0 0 10px black;
    border-radius: 5px;
    padding: 8px 32px;
    padding: 0.5rem 2rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .collection-items__container[data-sortable_group*=collection] .collection-items__item {
      transition: 300ms background-color ease;
      background-color: #2f2f2f; }
      .collection-items__container[data-sortable_group*=collection] .collection-items__item:hover {
        background-color: #414141;
        cursor: grab; }
  .collection-items__filter {
    display: flex; }
  .collection-items__search {
    display: flex;
    align-items: center;
    padding: 16px;
    padding: 1rem; }
    .collection-items__search input {
      max-width: 288px;
      max-width: 18rem; }
  .collection-items__group-bridge {
    background-color: rgba(243, 243, 243, 0.2);
    border: 1px solid #b5fede;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 480px;
    height: 30rem;
    width: 480px;
    width: 30rem;
    z-index: 10;
    padding: 16px;
    padding: 1rem;
    box-shadow: inset 0 0 10px black; }
    .collection-items__group-bridge.removing {
      border: 1px solid #f3f3f3; }
    .collection-items__group-bridge.visible {
      display: block; }
  .collection-items__item {
    width: 432px;
    width: 27rem;
    min-width: 320px;
    min-width: 20rem;
    position: relative;
    box-shadow: 0 0 10px black; }
    .collection-items__item:hover .parent-data {
      opacity: 1; }
    .collection-items__item[data-observe_state="warning"] {
      box-shadow: 0 0 10px red; }
    .collection-items__item .item-row {
      display: flex;
      align-items: center;
      padding: 3.2px;
      padding: 0.2rem;
      word-break: break-word; }
      .collection-items__item .item-row__label {
        display: inline;
        font-weight: bold;
        color: yellow;
        margin-right: 16px;
        margin-right: 1rem; }
      .collection-items__item .item-row__select-value {
        display: inline-flex;
        flex-flow: row wrap;
        align-items: center; }
        .collection-items__item .item-row__select-value img {
          width: 24px;
          width: 1.5rem; }
        .collection-items__item .item-row__select-value a > .one-liner {
          box-shadow: 0 0 0 black;
          transition: 300ms all ease; }
          .collection-items__item .item-row__select-value a > .one-liner:hover {
            box-shadow: 0 0 10px white; }
    .collection-items__item .gallery__item {
      height: 48px;
      height: 3rem;
      margin-right: 8px;
      margin-right: 0.5rem;
      margin-bottom: 8px;
      margin-bottom: 0.5rem;
      padding: 0;
      width: 48px;
      width: 3rem; }
      .collection-items__item .gallery__item:first-child {
        height: 80px;
        height: 5rem;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        margin-right: 100%;
        width: 80px;
        width: 5rem; }
  .collection-items .admin-buttons {
    margin: 0;
    position: absolute;
    right: -16px;
    right: -1rem;
    top: -16px;
    top: -1rem; }
  .collection-items .parent-data {
    position: absolute;
    left: 0;
    top: -32px;
    top: -2rem;
    max-width: 75%;
    opacity: 0.5;
    transition: 300ms opacity ease; }
  .collection-items #import_to_collection {
    visibility: hidden;
    position: fixed;
    top: -99999%; }

.collection-detail-view {
  border: 1px solid;
  border-radius: 10px;
  display: inline-block;
  min-width: 50%;
  max-width: 100%;
  margin: 16px;
  margin: 1rem;
  padding: 16px;
  padding: 1rem;
  position: relative; }
  .collection-detail-view .admin-buttons {
    position: absolute;
    right: -8px;
    right: -0.5rem;
    margin: 0;
    top: -8px;
    top: -0.5rem; }
  .collection-detail-view .item-row {
    display: flex;
    align-items: center;
    padding: 3.2px;
    padding: 0.2rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px dashed yellowgreen;
    padding: 8px;
    padding: 0.5rem; }
    .collection-detail-view .item-row__label {
      display: inline;
      font-weight: bold;
      color: yellow;
      margin-right: 16px;
      margin-right: 1rem; }
    .collection-detail-view .item-row__select-value {
      display: inline-flex;
      flex-flow: row wrap;
      align-items: center; }
      .collection-detail-view .item-row__select-value img {
        width: 24px;
        width: 1.5rem; }
      .collection-detail-view .item-row__select-value a > .one-liner {
        box-shadow: 0 0 0 black;
        transition: 300ms all ease; }
        .collection-detail-view .item-row__select-value a > .one-liner:hover {
          box-shadow: 0 0 10px white; }
  .collection-detail-view__subitems {
    border: 1px solid #b5fede;
    display: inline-block;
    max-width: 100%;
    margin: 16px 0;
    margin: 1rem 0;
    padding: 16px;
    padding: 1rem; }
    .collection-detail-view__subitems__header {
      display: flex;
      align-items: center; }
      .collection-detail-view__subitems__header .button {
        margin: 0 16px;
        margin: 0 1rem; }
    .collection-detail-view__subitems__item-adder {
      position: relative;
      left: 16px;
      left: 1rem; }
    .collection-detail-view__subitems .collection-items__header-actions {
      display: none; }
  .collection-detail-view .cl-observe-uses {
    background-color: green;
    color: white;
    padding: 4.8px;
    padding: 0.3rem;
    border-radius: 5px; }
    .collection-detail-view .cl-observe-uses.warning {
      background-color: red; }

.collection-edit-view__header {
  display: flex;
  align-items: center; }
  .collection-edit-view__header button {
    margin: 0 16px;
    margin: 0 1rem; }
  .collection-edit-view__header .item-actions {
    display: inline-flex;
    align-items: center; }

.collection-edit-view form {
  border: 1px solid;
  padding: 32px;
  padding: 2rem;
  border-radius: 10px; }

.client-checkout {
  padding: 16px;
  padding: 1rem;
  margin: 16px 0;
  margin: 1rem 0;
  border: 1px solid;
  transition: 300ms background-color ease; }
  .client-checkout:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .client-checkout > div {
    border-bottom: 1px solid;
    padding: 9.6px 0;
    padding: 0.6rem 0; }
  .client-checkout__confirm {
    display: flex;
    align-items: center;
    padding: 6.4px;
    padding: 0.4rem; }
  .client-checkout .discount-code {
    max-width: 320px;
    max-width: 20rem; }
  .client-checkout .js-discount-string-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11.2px;
    padding: 0.7rem;
    background: white;
    border-radius: 50%;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    color: red;
    font-weight: bold;
    font-size: 19.2px;
    font-size: 1.2rem;
    cursor: pointer; }
  .client-checkout span img {
    width: 24px;
    width: 1.5rem; }

.checkouts__filters {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  padding: 16px;
  padding: 1rem;
  border: 1px solid; }
  .checkouts__filters > div {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    .checkouts__filters > div label {
      display: block;
      padding: 8px 0;
      padding: 0.5rem 0; }
  .checkouts__filters .js-sort-by-date {
    position: relative;
    margin-right: 24px;
    margin-right: 1.5rem; }
    .checkouts__filters .js-sort-by-date[data-direction=ASC]:after {
      content: "\2193"; }
    .checkouts__filters .js-sort-by-date[data-direction=DESC]:after {
      content: "\2191"; }
    .checkouts__filters .js-sort-by-date:after {
      color: white;
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25.6px;
      font-size: 1.6rem; }

.checkouts__stats {
  padding: 16px 0;
  padding: 1rem 0; }

.import {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2f2f2f;
  border: 1px solid #3e3e3e;
  border-radius: 5px;
  box-shadow: 0 0 10px black;
  max-height: 90vh;
  max-width: 800px;
  max-width: 50rem;
  overflow: hidden;
  padding: 16px;
  padding: 1rem; }
  .import__close {
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 16px;
    margin: 1rem;
    padding: 8px;
    padding: 0.5rem;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem; }
    .import__close img {
      width: 100%; }
  .import .hidden {
    display: none; }
  .import__header {
    padding: 16px 0;
    padding: 1rem 0; }
  .import__content {
    overflow: auto;
    max-height: 80vh; }
  .import__footer {
    padding: 16px 0;
    padding: 1rem 0; }
  .import__row {
    border: 1px solid transparent;
    padding: 8px 16px;
    padding: 0.5rem 1rem; }
    .import__row:hover {
      border: 1px solid green; }
  .import__incoming {
    flex: 1; }
  .import__existing {
    flex: 1; }
  .import__relate {
    border: 1px solid;
    padding: 8px;
    padding: 0.5rem; }
  .import__merge {
    border: 1px solid;
    padding: 8px;
    padding: 0.5rem; }
/*# sourceMappingURL=app.css.map */