.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-top-center {
  top: 10px;
  right: 0;
  width: 100%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 5px 10px;
  width: 300px;
  border-radius: 3px;
  box-shadow: 0 2px 5px #777777;
  text-align: center;
  color: #FFFFFF;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container > .toast {
  background-image: none !important;
  max-height: 300px;
  overflow-y: auto;
}
.toast {
  background-color: #000;
}
.toast-success {
  background-color: #5cb85c;
}
.toast-error {
  background-color: #d9534f;
}
.toast-info {
  background-color: #5bc0de;
}
.toast-warning {
  background-color: #f0ad4e;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.toast-close-button {
  float: right;
  background: transparent;
}

.dialog-confirm {
  max-width: 1024px;
}

.sio-universal-entity-select {
  width: 300px;
}
@media (max-width: 767px) {
  .sio-universal-entity-select {
    width: 95%;
  }
}
.sio-universal-entity-select .table-wrapper {
  width: 280px;
}
.sio-universal-entity-select .table-responsive {
  max-height: calc(100vh - 350px);
}
.sio-universal-entity-select .table-wrapper-small .table-responsive {
  max-height: calc(100vh - 500px);
}
@media (min-width: 768px) {
  .sio-universal-entity-select {
    width: 700px;
  }
  .sio-universal-entity-select .table-wrapper {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .sio-universal-entity-select {
    width: 950px;
  }
  .sio-universal-entity-select .table-wrapper {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .sio-universal-entity-select {
    width: 95vw;
  }
  .sio-universal-entity-select .table-wrapper {
    width: calc(95vw - 20px);
  }
}
.rs-picker-menu {
  z-index: 100000;
}

.documents-preview-body {
  height: 80vh;
}
.document-selector {
  background-color: #aaa;
  padding: 20px 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 80vh;
}
.thumbnail-container {
  margin: 10px 0;
  padding: 2px;
  border: #000 solid 1px;
  background-color: #fff;
  word-break: break-all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.thumbnail-container img {
  width: 100%;
}
.thumbnail-container div {
  padding: 10px 10px;
}
.thumbnail-label {
  padding: 5px;
  margin: -5px 0 20px 0;
  text-align: center;
  font-size: 12px;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
.document-selector-choice.active .thumbnail-container,
.document-selector-choice.active .thumbnail-container img,
.document-selector-choice.active .thumbnail-container div {
  border: #163B59 solid 1px;
}
.document-selector-choice.active .thumbnail-label {
  background: rgba(0, 40, 255, 0.7);
  color: #eee;
  border-radius: 10px;
}
.preview-sidebar {
  display: flex;
  flex-direction: column;
  height: 85vh;
}
.preview-sidebar .preview-form {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.preview-sidebar .preview-actions {
  flex-basis: auto;
}

: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-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-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.gjs-trt-trait--checkbox .gjs-label-wrp {
  width: 50%;
}
.gjs-layer.gjs-selected {
  border: 1px solid grey;
}
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;
}

/* To match tailwind */
.palette-container {
  margin: 0 -10px;
}
.palette-container .add-color {
  position: relative;
  top: -15px;
  margin: 0 10px;
  display: inline-block;
  background-color: #00bf00;
  color: #fff;
  border-radius: 20px;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 5px #000;
}
.palette-container .add-color:focus,
.palette-container .add-color:hover {
  background-color: #00d900;
}
.palette-container .add-color.no-items {
  top: 0;
}
.palette-colorpicker-container {
  position: relative;
  margin: 0 10px;
  display: inline-block;
}
.palette-colorpicker-container input.palette-colorpicker {
  width: 40px;
  height: 40px;
  border: none;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
.palette-colorpicker-container input.palette-colorpicker::-webkit-color-swatch-wrapper {
  padding: 0;
}
.palette-colorpicker-container input.palette-colorpicker::-webkit-color-swatch {
  border: none;
}
.palette-colorpicker-container .remove-color {
  position: absolute;
  bottom: -5px;
  right: -10px;
  z-index: 10;
  background-color: #163B59;
  color: #fff;
  border-radius: 15px;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 0 5px #000;
}
.palette-colorpicker-container .remove-color:focus,
.palette-colorpicker-container .remove-color:hover {
  background-color: #1b496d;
}

.custom-info {
  max-width: 250px;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-info img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #ddd;
  border-radius: 0.75rem !important;
  margin-bottom: 10px;
}
.info-content {
  background: white;
}
.info-content span {
  margin: 5px 0;
  font-size: 12px;
  color: #666;
}
.info-content a {
  outline: none !important;
  font-weight: 900;
  font-size: 16px;
}
.gmnoprint > div {
  border-radius: 6px !important;
  --tw-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
}
.gm-style .gm-style-iw-c,
.gmnoprint > div {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gm-style .gm-style-iw-c {
  top: -10px;
  border-radius: 0.75rem;
  padding: 0;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.gm-style .gm-style-iw-c:after,
.gm-style .gm-style-iw-t:after {
  display: none;
}
.gm-style-iw-d {
  max-height: none !important;
  overflow: hidden !important;
}
.gm-style-iw-ch,
.gm-style-iw-tc,
.gm-style-iw-tc:after {
  display: none !important;
}
.gm-style-iw-chr > button {
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-radius: 50% !important;
  position: absolute !important;
  background: white !important;
  opacity: 1 !important;
  top: 0px !important;
  right: 0 !important;
}
.gm-style-iw-chr > button span {
  width: 20px !important;
  height: 20px !important;
  margin: 9px !important;
}


/* To match tailwind */
.rs-picker-popup {
  z-index: 9999;
}
sio-date-range-input > .form-control {
  --rs-close-button-hover-color: #163B59;
  padding: 0;
  background-color: transparent;
  border-width: 0;
}
sio-date-range-input > .form-control .rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus,
sio-date-range-input > .form-control .rs-input-group:focus-within {
  outline: 0 !important;
}
sio-date-range-input > .form-control .rs-input-group-addon {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
sio-date-range-input > .form-control > .rs-picker-daterange > .rs-picker-input-group {
  border: 1px solid #ced4da !important;
  border-radius: 0;
}
sio-date-range-input > .form-control > .rs-picker-daterange > .rs-picker-input-group .rs-input {
  font-size: 12px!important;
}
sio-date-range-input > .form-control > .rs-picker-daterange > .rs-picker-input-group:has(.rs-date-range-input) {
  border: 1px solid #163B59 !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(22, 59, 89, 0.2);
}
sio-date-range-input > .form-control > .rs-picker-daterange > .rs-picker-input-group > * {
  color: #000;
}
sio-date-range-input > .form-control .rs-picker-toggle-active {
  box-shadow: 0 0 0 2px rgba(196, 84, 83, 0.2) !important;
}
sio-date-range-input > .form-control .rs-picker-toggle-active input {
  border: 1px solid #c45453 !important;
}
.sio-date-input {
  width: 100%;
}
.sio-date-input .rs-picker-toggle-value {
  color: black !important;
}
.sio-date-input .rs-picker-toggle:hover {
  border: 1px solid #c45453 !important;
}
.sio-date-input .rs-picker-toggle-active {
  box-shadow: 0 0 0 2px rgba(196, 84, 83, 0.2) !important;
  border: 1px solid #c45453 !important;
}
#tax-listbox {
  max-height: 200px !important;
}

/* 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;
}

.sio-thumbnail {
  text-align: center;
  width: 100%;
}
.sio-thumbnail img {
  max-width: 150px;
}
.sio-thumbnail video {
  max-width: 250px;
}

.sio-uploader {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  min-height: 100px;
}
.sio-file-dropzone {
  position: relative;
  width: 100%;
  min-height: 100px;
  border-radius: 4px;
  background-color: #eeeeee;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sio-file-dropzone .sio-file-input {
  display: flex;
  align-items: center;
}
.sio-file-dropzone .sio-file-input span {
  padding-left: 10px;
  color: #777777;
}
.sio-file-item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sio-file-item .sio-thumbnail img {
  margin-right: 5px;
}
.sio-file-item .sio-file-icon {
  height: 40px;
  width: 90px;
  margin-right: 10px;
}
.sio-file-item .sio-file-icon img {
  height: inherit;
}
.sio-file-item .sio-file-item-content {
  flex-grow: 1;
}
.sio-file-item .sio-file-item-size {
  color: #777777;
}
.sio-file-item .sio-file-actions div:not(:last-child),
.sio-file-item .sio-file-actions a:not(:last-child),
.sio-file-item .sio-file-actions button:not(:last-child) {
  margin-right: 5px;
}
.sio-file-item .progress {
  height: 5px;
  margin-bottom: 0px;
  margin-top: 5px;
}

