@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  color: #010101;
  font-size: 20px;
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-rendering: optimizeLegibility;
  appearance: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  overflow: hidden;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
}

#admin-login {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100dvh;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#admin-login form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: min-content;
  max-width: 400px;
  border-radius: 10px;
  padding: 20px;
}
#admin-login form img {
  filter: invert(1);
  width: min-content;
  height: 1.75rem;
  margin-bottom: 0.5rem;
}
#admin-login form h1 {
  text-transform: uppercase;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 10px;
  display: none;
}
#admin-login form input[type=text], #admin-login form input[type=password] {
  height: 3rem;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 0.8rem;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.05);
}
#admin-login form input[type=submit] {
  background-color: black;
  height: 2.75rem;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

#admin-setup {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100dvh;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#admin-setup div {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  height: min-content;
  max-width: 400px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #ddd;
}
#admin-setup div a {
  display: block;
  height: min-content;
  width: 100%;
  line-height: 1rem;
  background-color: white;
  padding: 20px;
  text-decoration: none;
}
#admin-setup div a:hover {
  background-color: #f2f2f2;
}

#admin-dashboard {
  width: 100%;
  height: 100dvh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 3rem 1fr;
  background-color: #FFF;
}
#admin-dashboard #admin-dashboard-header {
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu select {
  width: min-content;
  height: 2rem;
  background: none;
  border: 1px solid #ddd;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.5;
  padding: 0 1.25rem 0 0.5rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M6%209l6%207%206-7%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-color: #fff;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu select:hover {
  background-color: #f2f2f2;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu select + #admin-posttype-tabs {
  padding-left: 0.5rem;
  border-left: 1px solid #ddd;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu #admin-posttype-tabs {
  display: flex;
  width: min-content;
  height: 2rem;
  gap: 0.25rem;
  white-space: nowrap;
  z-index: 1;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu #admin-posttype-tabs button {
  width: min-content;
  height: 100%;
  background: none;
  border: 1px solid #ddd;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.5;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu #admin-posttype-tabs button.selected {
  opacity: 1;
  background-color: black;
  color: white;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu #admin-posttype-tabs button:hover:not(.selected) {
  cursor: pointer;
  opacity: 1;
  background-color: #f2f2f2;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu a {
  margin-left: auto;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.6rem;
  font-weight: 600;
  text-decoration: none;
  width: auto;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  background-color: #000;
  color: white;
  text-transform: uppercase;
}
#admin-dashboard #admin-dashboard-header #admin-dashboard-body-menu a:hover {
  background-color: #e5e5e5;
  color: black;
}
#admin-dashboard #admin-dashboard-header > a {
  margin-left: 0.25rem;
  flex-shrink: 0;
  padding: 0 1rem;
  border-radius: 0.25rem;
  border: 0.1rem solid black;
  height: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  font-weight: 600;
}
#admin-dashboard #admin-dashboard-header > a:hover {
  background-color: black;
  color: white;
}
#admin-dashboard #admin-dashboard-body {
  display: none;
  pointer-events: none;
}
#admin-dashboard #admin-dashboard-body.selected {
  display: block;
  pointer-events: initial;
}
#admin-dashboard #admin-dashboard-body #admin-model-list {
  width: 100%;
  margin: 0 auto;
  height: calc(100dvh - 3rem);
  display: grid;
  grid-template-rows: 2rem 1fr;
  overflow-y: auto;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-head {
  display: grid;
  align-items: center;
  padding: 0 0.5rem;
  box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.05);
  z-index: 100;
  position: relative;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-head span {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-head span:last-child {
  width: 7rem;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body {
  width: 100%;
  height: 100%;
  border: 1px solid #DEDDD3;
  overflow: auto;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item {
  width: 100%;
  height: 2rem;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0 0.5rem;
  margin: 1px 0;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item:nth-child(2n) {
  background-color: #f9f9f9;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item:hover {
  outline: #aaa solid 1px;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 2rem;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item span.boolean {
  text-align: center;
  color: green;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div {
  width: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  padding: 0 0.5rem;
  align-items: center;
  overflow: visible;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div a, #admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div button {
  width: 3rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 600;
  background: white;
  border: 1px solid #DEDDD3;
  cursor: pointer;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div a {
  color: #000;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div a:hover {
  background: #e5e5e5;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div button {
  color: red;
}
#admin-dashboard #admin-dashboard-body #admin-model-list #model-list-body .model-list-item div button:hover {
  background-color: red;
  color: white;
}

#editor-container {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  background-color: #FFF;
}
#editor-container:has(#editor-side) {
  grid-template-columns: auto 1fr;
}
#editor-container:has(#editor-side) #editor-main {
  grid-column: 2/3;
}
#editor-container #editor-nav {
  grid-column: 1/-1;
  grid-row: 1/2;
  width: 100%;
  max-width: 100%;
  height: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #DEDDD3;
  padding: 0.5rem;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.05);
}
#editor-container #editor-nav button {
  width: 131px;
  height: 100%;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.05);
}
#editor-container #editor-nav button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#editor-container #editor-nav button:first-child:hover {
  background-color: #f2f2f2;
}
#editor-container #editor-nav button:last-child {
  background-color: black;
  color: white;
}
#editor-container #editor-nav button:last-child.success {
  background-color: green;
}
#editor-container #editor-nav button:last-child.error {
  background-color: red;
}
#editor-container #editor-nav span {
  width: 100%;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#editor-container .disabled {
  pointer-events: none;
  opacity: 0.5;
}
#editor-container #editor-side {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.5rem 0 0.5rem 0.5rem;
  gap: 0.5rem;
  overflow-y: auto;
}
#editor-container #editor-side * {
  flex-shrink: 0;
}
#editor-container #editor-side .plus-minus-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 6px;
}
#editor-container #editor-side .plus-minus-buttons button {
  cursor: pointer;
}
#editor-container #editor-side .plus-minus-buttons button:hover {
  background-color: #e5e5e5;
}
#editor-container #editor-main {
  grid-column: 1/3;
  grid-row: 2/3;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 0.5rem;
}
#editor-container #editor-main .rich-text-editor-container {
  min-height: 40vh;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  transition: border-color 0.25s;
}
#editor-container #editor-main .rich-text-editor-container > span {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.6;
  border-bottom: 1px solid #ddd;
}
#editor-container #editor-main .rich-text-editor-container:hover {
  border-color: #aaa;
}
#editor-container #editor-main .rich-text-editor-container:hover > .ck-editor > .ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border-color: #aaa;
}
#editor-container #editor-main .rich-text-editor-container:hover > .ck-editor > .ck-editor__main .ck-content {
  border-color: #aaa;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor {
  overflow: visible;
  height: 100%;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top {
  overflow: visible;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top .ck-sticky-panel {
  overflow: visible;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  overflow: visible;
  border: none;
  border-bottom: 1px solid #ddd;
  transition: border-color 0.25s;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
  overflow: visible;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar .ck-toolbar__items {
  overflow: visible;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar .ck-toolbar__items button {
  cursor: pointer;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar .ck-toolbar__items .ck-dropdown {
  overflow: visible;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main {
  height: calc(100% - 40px);
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content {
  height: 100%;
  overflow: auto;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border: none;
  box-shadow: none !important;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content *:first-child {
  margin-top: 0;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content h2, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content h3, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content h4, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content h5, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content h6 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content * + h2, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content * + h3, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content * + h4, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content * + h5 {
  margin-top: 1.5rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content p {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content p:last-child {
  margin-bottom: 0;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  line-height: 0;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure img {
  width: 100%;
  max-width: min-content;
  height: auto;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure figcaption {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.7rem;
  padding: 0.5rem;
  line-height: 1.4;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure:has(table) {
  width: 100%;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-left, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-right {
  margin-bottom: 1.5rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-left + p, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-right + p {
  padding-top: 1rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-left {
  float: left;
  margin-right: 1.5rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-right {
  float: right;
  margin-left: 1.5rem;
}
@media (max-width: 800px) {
  #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure {
    width: 100% !important;
  }
  #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-left, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-right {
    float: none;
  }
  #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-left + p, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content figure.image-style-align-right + p {
    padding-top: 0;
  }
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content sub, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content sup {
  display: inline;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
  line-height: 1 !important;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content p + sub, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content sub + p {
  margin-top: 1rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content a {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content a:has(sup:only-of-type) {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 0.6;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content a:has(sup:only-of-type):after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  border-bottom: 1px solid black;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content strong {
  font-weight: 600;
  font-style: inherit;
  font-size: inherit;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content em, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content i {
  font-weight: inherit;
  font-style: italic;
  font-size: inherit;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ul, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ol {
  overflow: visible;
  margin-bottom: 0.5rem;
  margin-left: 1.75rem;
  font-size: inherit;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ul li, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ol li {
  line-height: 1.4;
  overflow: visible;
  margin: 0.33rem 0;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ul li::before, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ol li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ul li span, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ol li span {
  font-size: inherit;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ul li {
  list-style-type: none;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content ul li::before {
  content: "•";
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content blockquote {
  padding-left: 1rem;
  font-size: 0.9rem;
  margin: 1rem 0;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.05);
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table tbody tr, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table thead tr {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table tbody tr:last-child, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table thead tr:last-child {
  border-bottom: none;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table tbody tr th, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table tbody tr td, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table thead tr th, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table thead tr td {
  width: auto;
  border-right: 1px solid #ddd;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table tbody tr th:last-child, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table tbody tr td:last-child, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table thead tr th:last-child, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content table thead tr td:last-child {
  border-right: none;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content span, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content li * {
  display: inline;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content p, #editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main .ck-content li {
  font-size: 0.8rem;
}
#editor-container #editor-main .rich-text-editor-container > .ck-editor > .ck-editor__main:has(.ck-source-editing-area) {
  overflow: auto;
}
#editor-container #editor-main table.portal-form-details {
  display: table;
  width: 100%;
  height: min-content;
  border-collapse: collapse;
}
#editor-container #editor-main table.portal-form-details tr {
  border-bottom: 1px solid #ddd;
}
#editor-container #editor-main table.portal-form-details tr:nth-child(2n) {
  background-color: #f2f2f2;
}
#editor-container #editor-main table.portal-form-details tr th, #editor-container #editor-main table.portal-form-details tr td {
  padding: 0.5rem 0.25rem;
  overflow: visible;
}
#editor-container #editor-main table.portal-form-details tr th:first-child, #editor-container #editor-main table.portal-form-details tr td:first-child {
  font-size: 0.7rem;
  width: 1%;
  white-space: nowrap;
}
#editor-container #editor-main table.portal-form-details tr th:last-child, #editor-container #editor-main table.portal-form-details tr td:last-child {
  font-size: 0.9rem;
}
#editor-container .ui {
  display: block;
  width: 100%;
  min-height: 60px;
  border: 1px solid #ddd;
  position: relative;
  flex-shrink: 0;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.05);
  transition: border 0.25s;
}
#editor-container .ui.disabled {
  opacity: 0.75;
  pointer-events: none;
}
#editor-container .ui:hover {
  border: 1px solid #aaa;
}
#editor-container .ui > span {
  padding: 0 10px;
  position: absolute;
  top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
#editor-container .text-label, #editor-container .date-label, #editor-container .time-label {
  height: 60px;
}
#editor-container .text-label:has(textarea), #editor-container .date-label:has(textarea), #editor-container .time-label:has(textarea) {
  height: 120px;
}
#editor-container .text-label input[type=text], #editor-container .text-label input[type=date], #editor-container .text-label input[type=time], #editor-container .text-label textarea, #editor-container .date-label input[type=text], #editor-container .date-label input[type=date], #editor-container .date-label input[type=time], #editor-container .date-label textarea, #editor-container .time-label input[type=text], #editor-container .time-label input[type=date], #editor-container .time-label input[type=time], #editor-container .time-label textarea {
  font-size: 0.8rem;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0 10px;
  padding-top: 20px;
  line-height: 35px;
}
#editor-container .text-label textarea, #editor-container .date-label textarea, #editor-container .time-label textarea {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 30px;
  height: calc(100% - 30px);
  line-height: 1.4;
  resize: none;
  overflow-y: auto;
}
#editor-container .image-label {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/11.5;
  height: auto;
}
#editor-container .image-label input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  inset: 0;
}
#editor-container .image-label img {
  position: relative;
  aspect-ratio: 16/9;
  width: calc(100% - 20px);
  object-fit: cover;
  top: 30px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  cursor: pointer;
}
#editor-container .image-label:not(:has(img)):after {
  position: relative;
  aspect-ratio: 16/9;
  width: calc(100% - 20px);
  top: 30px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  background-color: #f2f2f2;
}
#editor-container .file-label {
  position: relative;
  cursor: pointer;
}
#editor-container .file-label input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  inset: 0;
}
#editor-container .file-label div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5rem;
  width: 100%;
  height: 100%;
  padding: 0 10px 10px;
  padding-top: 30px;
  align-items: center;
  pointer-events: none;
}
#editor-container .file-label div span:last-child {
  font-family: monospace;
  font-size: 0.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#editor-container .list-field-multi {
  height: auto;
  display: grid;
  grid-template-columns: 1rem 1fr;
  grid-row-gap: 6px;
  grid-column-gap: 8px;
  padding: 10px;
}
#editor-container .list-field-multi > span {
  grid-column: 1/-1;
  position: relative;
  top: 0;
  padding: 0;
  padding-bottom: 5px;
}
#editor-container .list-field-multi input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  outline: #ccc solid 1px;
  border-radius: 4px;
  border: 4px solid white;
}
#editor-container .list-field-multi input[type=checkbox]:hover {
  outline: #aaa solid 1px;
}
#editor-container .list-field-multi input[type=checkbox]:checked {
  background-color: black;
}
#editor-container .list-field-multi label {
  font-size: 0.7rem;
  padding-top: 3.5px;
}
#editor-container .list-field-select {
  padding: 6px;
}
#editor-container .list-field-select:after {
  width: 10px;
  height: 10px;
  content: "☰";
  font-size: 0.7rem;
  display: block;
  position: absolute;
  top: calc(50% + 8px);
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
#editor-container .list-field-select select {
  width: 100%;
  margin-top: 22px;
  border-radius: 4px;
  font-size: 0.7rem;
  border: 1px solid #ddd;
  padding: 5px 20px 3px 6px;
  background-color: #f2f2f2;
  text-overflow: ellipsis;
  position: relative;
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
#editor-container hr {
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.ck-body-wrapper .ck-body .ck-balloon-panel {
  overflow: visible;
}
.ck-body-wrapper .ck-body .ck-balloon-panel .ck-balloon-rotator {
  overflow: visible;
}
.ck-body-wrapper .ck-body .ck-balloon-panel .ck-balloon-rotator .ck-balloon-rotator__content {
  overflow: visible;
}
.ck-body-wrapper .ck-body .ck-balloon-panel .ck-balloon-rotator .ck-balloon-rotator__content .ck-toolbar {
  overflow: visible;
}
.ck-body-wrapper .ck-body .ck-balloon-panel .ck-balloon-rotator .ck-balloon-rotator__content .ck-toolbar .ck-toolbar__items {
  overflow: visible;
}
.ck-body-wrapper .ck-body .ck-balloon-panel .ck-balloon-rotator .ck-balloon-rotator__content .ck-toolbar .ck-toolbar__items .ck-dropdown {
  overflow: visible;
}

#editor-container:has(.buzz-post) {
  display: block;
  position: relative;
  overflow-y: auto;
}
#editor-container:has(.buzz-post) #editor-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
}
#editor-container:has(.buzz-post) #editor-side {
  position: absolute;
  left: 0;
  top: 3rem;
  height: auto;
}
#editor-container:has(.buzz-post) #editor-main {
  padding-top: 3.5rem;
  padding-left: calc(200px + 0.5rem);
  height: min-content;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container {
  display: grid;
  grid-template-rows: 2.5rem 1fr;
  grid-gap: 0.5rem;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container #lang-tabs {
  width: 100%;
  height: 2.5rem;
  display: flex;
  gap: 0.25rem;
  border-bottom: 1px solid #f2f2f2;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container #lang-tabs button {
  width: 5rem;
  height: 2rem;
  border-radius: 6px;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container #lang-tabs button.selected {
  background-color: black;
  color: white;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container .lang-content {
  display: none;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container .lang-content.selected {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container .lang-content.selected > * {
  flex-shrink: 0;
}
#editor-container:has(.buzz-post) #editor-main #editor-main-buzz-lang-container .lang-content .rich-text-editor-container {
  height: 80vh;
}

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