:root {
  --gjs-font-size: 14px;
  --gjs-primary-color: #18181b;
  --gjs-main-color: #18181b;
  --gjs-secondary-dark-color: #27272a;
  --gjs-border-color: #3f3f46;
  --gjs-secondary-color: #9ca3af;
  --gjs-quaternary-color: #c45453;
  --gjs-tertiary-color: rgb(251 207 232);
  --gjs-left-width: 17%;
}
.gjs-toolbar {
  background-color: var(--gjs-primary-color);
  padding: 0px 6px;
  padding-top: 2px;
  border-radius: 6px;
}
.gjs-field-slider-with-input {
  background-color: initial;
}
.scribe-gjs-select-btn span {
  color: black;
  font-weight: 500;
  font-size: 14px;
}
.gjs-clm-tag.gjs-three-bg {
  color: rgb(131 24 67);
}
.gjs-clm-tag.gjs-three-bg svg {
  fill: rgb(131 24 67);
}
.gjs-clm-tag.gjs-three-bg .gjs-clm-tag-status {
  display: none;
}
.gjs-field.gjs-field-text,
.gjs-field.gjs-field-number,
.gjs-field-select,
.gjs-field-class_select {
  flex: 1 1 0%;
  min-width: 0px;
  background: transparent;
  border: 1px solid #444444;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 8px;
  outline: none;
}
.toolbar-icon {
  position: relative;
  bottom: 6px;
}
.gjs-dashed *[data-gjs-highlightable] {
  outline: 1px dashed rgba(170, 170, 170, 0.7);
  outline-offset: -2px;
}
.gjs-cv-canvas-bg {
  background-color: #27272a;
}
.gjs-pn-devices-c {
  padding: 2px;
}
.gjs-block {
  border-color: var(--gjs-border-color);
}
.gjs-title {
  font-weight: bold;
}
.gjs-block-label {
  font-size: 13px;
}
.gjs-frame {
  height: calc(100% - 66px);
}
.gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color {
  height: calc(100% - 120px);
}
.gjs-frame-wrapper {
  top: -33px !important;
}
.gjs-title,
.gjs-block-label {
  font-weight: 400 !important;
}
.gjs-block__media {
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 12px;
}
.gjs-field.gjs-field-checkbox {
  border: 1px solid #c1c1c1;
}
.CodeMirror-sizer,
.gjs-mdl-header,
.gjs-mdl-title {
  font-size: 14px !important;
}
.cm-s-hopscotch.CodeMirror,
.cm-s-hopscotch .CodeMirror-gutters,
.gjs-one-bg {
  background: var(--gjs-main-color) !important;
}
.gjs-four-color {
  color: #c45453 !important;
}
.gjs-clm-tag.gjs-three-bg,
.gjs-clm-tag-close {
  color: black !important;
}
.gjs-clm-tag-close svg {
  fill: black !important;
}
.gjs-two-color {
  color: #9ca3af !important;
}
.gjs-pn-options {
  right: 50%;
  transform: translate(0%, 0);
}
.gjs-pn-buttons {
  margin-top: 3px;
}
.gjs-devices-c {
  display: none;
}
.gjs-am-assets {
  height: 224px !important;
}
.gjs-trt-trait {
  flex-direction: column;
  width: 100%;
  gap: 8px;
  padding: 5px 16px;
  margin-bottom: 12px;
}
.gjs-trt-trait .gjs-label-wrp {
  width: 100%;
  font-weight: bold;
  color: white;
}
.gjs-trt-trait .gjs-field-wrp {
  width: 100%;
}
.gjs-trt-trait--checkbox {
  flex-direction: row;
  gap: 16px;
}
.gjs-trt-trait--checkbox .gjs-label-wrp {
  width: 80%;
}
.gjs-trt-trait--checkbox .gjs-field-wrp {
  width: 20%;
}
.gjs-layer.gjs-selected {
  border: 1px solid grey;
}
.gjs-blocks-search-container {
  flex-shrink: 0;
}
.gjs-blocks-search-input::-moz-placeholder {
  color: var(--gjs-secondary-color);
  opacity: 0.8;
}
.gjs-blocks-search-input::placeholder {
  color: var(--gjs-secondary-color);
  opacity: 0.8;
}
.gjs-blocks-search-input:focus {
  outline: none;
  border-color: var(--gjs-color-blue, #3b97e3);
}
.gjs-btn-prim {
  width: 100%;
  margin: 4px 0px;
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
  background: #0991b2;
  color: #ffffff;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 4px;
}
.gjs-traits-label {
  display: none;
}
ux-dialog.editor-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
ux-dialog.editor-modal > ux-dialog-header {
  flex: 0 1 auto;
}
ux-dialog.editor-modal > ux-dialog-header button.dialog-close {
  display: none;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper {
  flex: 1 1 auto;
  height: auto;
  padding: 0;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor,
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider,
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions,
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout {
  width: 100%;
  height: 100%;
  position: inherit;
  top: auto;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout {
  display: flex;
  flex-flow: column;
  padding-top: 0;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout > .edit-post-header {
  flex: 0 1 auto;
  position: static;
  top: inherit;
  left: inherit;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout > .edit-post-layout__content {
  height: auto;
  flex: 1 1 auto;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout > .edit-post-layout__content > .edit-post-text-editor {
  display: flex;
  flex-flow: column;
  max-width: 100% !important;
  padding: 0 1em 1em 1em;
  margin: 0;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout > .edit-post-layout__content > .edit-post-text-editor > .edit-post-text-editor__toolbar {
  flex: 0 1 auto;
  display: flex;
  flex-flow: row;
  position: inherit;
  align-items: center;
}
ux-dialog.editor-modal > ux-dialog-body.gutenberg__editor_wrapper > .gutenberg__editor > .components-drop-zone__provider > .components-navigate-regions > .edit-post-layout > .edit-post-layout__content > .edit-post-text-editor > .edit-post-text-editor__body {
  flex: 1 1 auto;
  display: block;
  padding: 0 !important;
  margin: 0 0 150px 0 !important;
}

.sio-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 15, 18, 0.55);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.sio-modal-overlay--open {
  opacity: 1;
}
.sio-modal-overlay--open .sio-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.sio-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 48px);
  background: #ffffff;
  color: #18181b;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform: translateY(8px) scale(0.98);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.sio-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid #ececef;
}
.sio-modal__title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.sio-modal__close {
  border: 0;
  background: transparent;
  color: #71717a;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.sio-modal__close:hover {
  background: #f4f4f5;
  color: #18181b;
}
.sio-modal__close svg {
  width: 18px;
  height: 18px;
}
.sio-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 20px 22px;
}
.sio-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 22px;
  border-top: 1px solid #ececef;
  background: #fafafa;
}
.sio-modal__btn {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.sio-modal__btn--secondary {
  background: #ffffff;
  border-color: #d4d4d8;
  color: #3f3f46;
}
.sio-modal__btn--secondary:hover {
  background: #f4f4f5;
  border-color: #b8b8be;
}
.sio-modal__btn--primary {
  background: #18181b;
  color: #ffffff;
}
.sio-modal__btn--primary:hover {
  background: #2f2f35;
}
.sio-modal__btn--start {
  margin-right: auto;
}
.sio-modal__btn--danger {
  background: #dc2626;
  color: #ffffff;
}
.sio-modal__btn--danger:hover {
  background: #b91c1c;
}
.sio-modal__btn:focus-visible {
  outline: 2px solid #3b97e3;
  outline-offset: 2px;
}

.sio-media-picker {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sio-media-picker__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sio-media-picker__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 22px 14px;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  color: #18181b;
}
.sio-media-picker__option:hover:not(:disabled) {
  border-color: #0991b2;
  background: #f0fbfd;
  box-shadow: 0 4px 14px rgba(9, 145, 178, 0.08);
}
.sio-media-picker__option:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.sio-media-picker__icon {
  width: 28px;
  height: 28px;
  color: #0991b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sio-media-picker__icon svg {
  width: 100%;
  height: 100%;
}
.sio-media-picker__icon--lg {
  width: 40px;
  height: 40px;
}
.sio-media-picker__title {
  font-size: 14px;
  font-weight: 600;
}
.sio-media-picker__hint {
  font-size: 12px;
  color: #71717a;
}
.sio-media-picker__dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 28px 16px;
  border: 1.5px dashed #d4d4d8;
  border-radius: 12px;
  background: #fafafa;
  transition: border-color 0.15s ease, background 0.15s ease;
  text-align: center;
}
.sio-media-picker__dropzone--active {
  border-color: #0991b2;
  background: #ecfbfd;
}
.sio-media-picker__dropzone--disabled {
  opacity: 0.55;
  pointer-events: none;
}
.sio-media-picker__drop-title {
  font-size: 14px;
  font-weight: 500;
  color: #3f3f46;
}
.sio-media-picker__status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f4f4f5;
  border-radius: 10px;
  font-size: 13px;
  color: #3f3f46;
}
.sio-media-picker__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #d4d4d8;
  border-top-color: #0991b2;
  border-radius: 50%;
  animation: sio-media-picker-spin 0.8s linear infinite;
}
.sio-media-picker__file-input {
  display: none !important;
}
.sio-media-picker__error {
  padding: 10px 12px;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  border-radius: 10px;
  font-size: 13px;
}
@keyframes sio-media-picker-spin {
  to {
    transform: rotate(360deg);
  }
}

.sio-slide-sorter__empty {
  padding: 40px 16px;
  text-align: center;
  color: #71717a;
  font-size: 14px;
  background: #fafafa;
  border: 1px dashed #d4d4d8;
  border-radius: 12px;
}
.sio-slide-sorter__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.sio-slide-sorter__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.sio-slide-sorter__item:hover {
  border-color: #c7c7cd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sio-slide-sorter__item--ghost {
  opacity: 0.4;
  border-style: dashed;
  border-color: #3b97e3;
  background: #eff6ff;
}
.sio-slide-sorter__item--chosen {
  border-color: #3b97e3;
}
.sio-slide-sorter__item--drag {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transform: scale(1.01);
}
.sio-slide-sorter__item:only-child .sio-slide-sorter__remove {
  opacity: 0.4;
  pointer-events: none;
}
.sio-slide-sorter__handle {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #52525b;
  cursor: grab;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: background 0.15s ease, color 0.15s ease;
}
.sio-slide-sorter__handle:hover {
  background: #ffffff;
  color: #18181b;
}
.sio-slide-sorter__handle:active {
  cursor: grabbing;
}
.sio-slide-sorter__remove {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  color: #52525b;
  cursor: pointer;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: background 0.15s ease, color 0.15s ease;
}
.sio-slide-sorter__remove:hover {
  background: #fee2e2;
  color: #dc2626;
}
.sio-slide-sorter__thumb {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1.6;
  border-radius: 4px;
  overflow: hidden;
  background: #f4f4f5;
  border: 1px solid #e4e4e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sio-slide-sorter__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sio-slide-sorter__thumb--fallback {
  color: #71717a;
  font-size: 12px;
  font-weight: 600;
  background: repeating-linear-gradient(45deg, #f4f4f5, #f4f4f5 8px, #ececef 8px, #ececef 16px);
}
.sio-slide-sorter__label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 0 2px 2px;
}
.sio-slide-sorter__label-index {
  font-size: 12px;
  color: #a1a1aa;
}

/* To match tailwind */
.editor-styles-wrapper {
  padding-top: 40px;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper .h1 {
  font-size: 36px;
}
.editor-styles-wrapper h2,
.editor-styles-wrapper .h2 {
  font-size: 30px;
}
.editor-styles-wrapper h3,
.editor-styles-wrapper .h3 {
  font-size: 24px;
}
.editor-styles-wrapper h4,
.editor-styles-wrapper .h4 {
  font-size: 18px;
}
.editor-styles-wrapper h5,
.editor-styles-wrapper .h5 {
  font-size: 14px;
}
.components-panel__arrow {
  width: 24px;
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar {
  height: 48px;
}
.wp-block[data-align="center"] > .wp-block-embed {
  text-align: center;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal!important;
}
.gutenberg__editor_wrapper {
  position: relative;
}
.gutenberg__editor_wrapper .edit-post-layout {
  position: absolute;
}
.gutenberg__editor_wrapper .edit-post-layout.interface-interface-skeleton {
  left: 0;
  top: 0;
}
.gutenberg__editor_wrapper .edit-post-layout .interface-interface-skeleton__content {
  background-color: transparent;
}
.gutenberg__editor_wrapper .edit-post-layout .interface-interface-skeleton__body {
  padding-bottom: 0;
}
.gutenberg__editor_wrapper .edit-post-layout .interface-interface-skeleton__footer {
  display: none;
}
.gutenberg__editor_wrapper .edit-post-header .edit-post-fullscreen-mode-close__toolbar,
.gutenberg__editor_wrapper .edit-post-header .components-button.editor-post-preview,
.gutenberg__editor_wrapper .edit-post-header .components-button.block-editor-post-preview__button-toggle,
.gutenberg__editor_wrapper .edit-post-header .components-button.editor-post-publish-panel__toggle,
.gutenberg__editor_wrapper .edit-post-header .editor-post-save-draft,
.gutenberg__editor_wrapper .edit-post-header .editor-post-saved-state {
  display: none !important;
}
.gutenberg__editor_wrapper .block-editor-format-toolbar {
  display: flex;
}
.gutenberg__editor_wrapper .block-editor-block-mover,
.gutenberg__editor_wrapper .block-editor-block-toolbar .components-toolbar-group,
.gutenberg__editor_wrapper .block-editor-block-toolbar .components-toolbar-group > div,
.gutenberg__editor_wrapper .block-editor-block-toolbar .components-toolbar,
.gutenberg__editor_wrapper .block-editor-block-toolbar .components-toolbar > div {
  align-items: center;
}
.gutenberg__editor_wrapper .components-button.editor-post-trash.button-link-delete,
.gutenberg__editor_wrapper .components-panel__row.edit-post-post-visibility {
  display: none !important;
}
.gutenberg__editor_wrapper .edit-post-sidebar .edit-post-post-status {
  display: none;
}
.gutenberg__editor_wrapper .edit-post-sidebar > .edit-post-sidebar__panel-tabs > ul > li:first-child {
  display: none;
}
.gutenberg__editor_wrapper div.components-popover.edit-post-more-menu__content.components-dropdown-menu__popover div.components-dropdown-menu__menu > .components-menu-group {
  display: none;
}
.gutenberg__editor_wrapper div.components-popover.edit-post-more-menu__content.components-dropdown-menu__popover div.components-dropdown-menu__menu > .components-menu-group:nth-child(2) {
  display: block;
}
.gutenberg__editor_wrapper .editor-writing-flow .wp-block {
  max-width: 970px;
}
.gutenberg__editor_wrapper .editor-writing-flow .editor-block-mover .components-icon-button {
  padding: 0;
}
.gutenberg__editor_wrapper .editor-writing-flow .editor-media-placeholder__button.editor-media-placeholder__media-library-button {
  display: none !important;
}
@media (min-width: 782px) {
  .gutenberg__editor_wrapper .edit-post-layout__content {
    margin-left: 0;
  }
}
.gutenberg__editor_wrapper .block-editor-media-placeholder .components-placeholder__fieldset > .components-button.is-tertiary {
  display: none;
}
.gutenberg__editor_wrapper .wp-block-embed__wrapper {
  width: 100%;
  min-height: 100%;
}
.gutenberg__editor_wrapper .wp-block-embed__wrapper iframe {
  width: 100%;
  min-height: 300px;
  box-sizing: content-box;
  border: none;
}
.gutenberg__editor_wrapper .wp-block-html > iframe,
.gutenberg__editor_wrapper .wp-block-html > textarea {
  width: 100%;
  min-height: 10rem;
  overflow-y: scroll;
}
.block-library-html__edit {
  color: #000;
}
.editor-inner-blocks {
  width: 100%;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-type="sio/button"] {
  height: auto !important;
  text-align: center;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-type="sio/button"] > .wp-block {
  height: auto;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-type="sio/button"] > .wp-block > * {
  float: none !important;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-type="sio/button"] .text-right > textarea {
  text-align: right;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-type="sio/button"] textarea {
  max-width: 200px;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-type="sio/button"] .block-editor-block-mover {
  width: auto !important;
  padding-bottom: 0 !important;
}
.is-style-three-third .wp-block-group__inner-container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.is-style-940px .wp-block-group__inner-container {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.is-style-lead {
  font-size: 21px;
}
.is-style-box-shadow {
  padding: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.report-table tr:first-child > td {
  font-size: 110%;
  font-weight: bold;
}
.report-table td:first-child {
  width: 75%;
}
.report-table td:nth-child(2) {
  width: 12.5%;
}
.report-table td:nth-child(3) {
  width: 12.5%;
}

.email-message-body {
  width: 100%;
  min-width: 1px;
}

