@charset "UTF-8";

/* obj/.ragtime.web.build/Ragtime.Common.css */

/* Src/Style/enterprise.less */
.ragtime-layout-enterprise {
  --r-scale-factor: 1;
  --r-space-default: 2.5px;
  --r-border-radius-default: 0;
  --r-border-radius-input: 0;
  --r-time-transition-default: 0.3s;
  --r-font-default:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  --r-font-size-default: 12px;
  --r-font-size-larger: calc(var(--r-font-size-default) * 1.2);
  --r-font-size-large: calc(var(--r-font-size-default) * 1.5);
  --r-font-size-smaller: calc(var(--r-font-size-default) / 1.2);
  --r-font-size-small: calc(var(--r-font-size-default) / 1.5);
  --r-color-background-default: white;
  --r-color-background-important: white;
  --r-color-title: #2e4a7e;
  --r-color-text: black;
  --r-color-text-active: #e95821;
  --r-color-text-disabled: gray;
  --r-color-border: #aeaeae;
  --r-color-border-input: var(--r-color-border);
  --r-color-info: #aeaeae;
  --r-color-link: #e95821;
}

/* Src/Style/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default {
  --r-scale-factor: 1;
  --r-space-default: calc(3px * var(--r-scale-factor));
  --r-border-radius-default: calc(7px * var(--r-scale-factor));
  --r-border-radius-input: calc(var(--r-border-radius-default) / 1.5);
  --r-time-transition-default: 0.3s;
  --r-font-default:
    Verdana,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  --r-font-size-default: calc(16px * var(--r-scale-factor));
  --r-font-size-larger: calc(var(--r-font-size-default) * 1.2);
  --r-font-size-large: calc(var(--r-font-size-default) * 1.5);
  --r-font-size-smaller: calc(var(--r-font-size-default) / 1.2);
  --r-font-size-small: calc(var(--r-font-size-default) / 1.5);
  --r-color-background-default: white;
  --r-color-background-important: #466a8a;
  --r-color-title: #666;
  --r-color-text: black;
  --r-color-text-active: #e95821;
  --r-color-text-disabled: #bbbbbb;
  --r-color-border: #aeaeae;
  --r-color-border-input: color-mix(in srgb, var(--r-color-border) 50%, transparent);
  --r-color-info: #aeaeae;
  --r-color-link: #e95821;
}

/* Src/Ui/Separator/Separator.less */
.ragtime-layout {
  --r-separator-size-default: calc(var(--r-space-default) * 5);
}

/* Src/Ui/CheckBox/CheckBox.less */
.dx-widget.dx-checkbox {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
  color: var(--r-color-text);
}

/* Src/Utils/Dialog/Style/enterprise.less */
.ragtime-layout-enterprise .dx-dialog-message {
  padding: 0;
  white-space: pre-wrap;
  text-align: center;
}

/* Src/Utils/Dialog/Style/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .dx-dialog .dx-overlay-content {
  border-radius: var(--r-border-radius-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-dialog .dx-dialog-message {
  padding: 0;
  white-space: pre-wrap;
  text-align: center;
}
.ragtime-layout-portal.ragtime-skin-default .dx-dialog .dx-popup-content.dx-dialog-content {
  font-size: var(--r-font-size-default);
  padding: calc(var(--r-space-default) * 5);
}
.ragtime-layout-portal.ragtime-skin-default .dx-dialog .dx-popup-bottom.dx-toolbar {
  padding: 0 calc(var(--r-space-default) * 4) calc(var(--r-space-default) * 4) calc(var(--r-space-default) * 4);
}
.ragtime-layout-portal.ragtime-skin-default .dx-dialog .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
  height: calc(var(--r-font-size-default) + var(--r-space-default)*6);
}

/* Src/Ui/Panel/enterprise.less */
.ragtime-layout-enterprise .r-panel {
  border: 1px none var(--r-color-border);
}
.ragtime-layout-enterprise .r-panel-role-navPanel {
  background-color: var(--r-color-navPanel-background);
}
.ragtime-layout-enterprise .r-panel-role-navTab {
  height: 24px;
}
.ragtime-layout-enterprise .r-panel-role-input {
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}

/* Src/Ui/Panel/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .r-panel {
  border-width: 1px;
  border-color: var(--r-color-border);
}
.ragtime-layout-portal.ragtime-skin-default .r-panel-role-navPanel {
  background-color: var(--r-color-navPanel-background);
}
.ragtime-layout-portal.ragtime-skin-default .r-panel-role-navTab {
  height: calc(var(--r-font-size-default) * 1.6);
}
.ragtime-layout-portal.ragtime-skin-default .r-panel-role-input {
  border-style: solid;
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}

/* Src/Ui/Text/Text.less */
.r-text {
  font-size: var(--r-font-size-default);
  color: var(--r-color-text);
}

/* Src/Ui/Button/enterprise.less */
.ragtime-layout-enterprise .dx-button {
  border-radius: 2px;
}
.ragtime-layout-enterprise .dx-button,
.ragtime-layout-enterprise .dx-popup-content .dx-button {
  background-color: transparent;
  margin: calc(var(--r-space-default) * 1);
}
.ragtime-layout-enterprise .dx-button.dx-button-has-text .dx-button-content,
.ragtime-layout-enterprise .dx-popup-content .dx-button.dx-button-has-text .dx-button-content {
  padding: 4px 8px 5px;
}
.ragtime-layout-enterprise .dx-button.dx-button-has-icon .dx-icon,
.ragtime-layout-enterprise .dx-popup-content .dx-button.dx-button-has-icon .dx-icon {
  width: auto;
  min-width: 14px;
}
.ragtime-layout-enterprise .dx-button.dx-state-active,
.ragtime-layout-enterprise .dx-popup-content .dx-button.dx-state-active {
  background-color: color-mix(in srgb, var(--r-color-text-active) 40%, transparent);
  border-color: #0c1321;
}
.ragtime-layout-enterprise .dx-button.dx-state-hover,
.ragtime-layout-enterprise .dx-popup-content .dx-button.dx-state-hover {
  box-shadow: 0 1px 2px transparent;
  background-color: #e6e6e6;
  border-color: #1e3051;
}
.ragtime-layout-enterprise .dx-button.r-button-role-toolButton,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-toolButton {
  border: none;
}
.ragtime-layout-enterprise .dx-button.r-button-role-toolButton .dx-button-content,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-toolButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-toolButton.dx-button-has-text .dx-icon,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-toolButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-popupMenuButton,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-popupMenuButton {
  border: none;
}
.ragtime-layout-enterprise .dx-button.r-button-role-popupMenuButton .dx-button-content,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-popupMenuButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-popupMenuButton.dx-button-has-text .dx-icon,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-popupMenuButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-toolButtonCompat,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-toolButtonCompat {
  border: 1px solid var(--r-color-border);
}
.ragtime-layout-enterprise .dx-button.r-button-role-toolButtonCompat .dx-button-content,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-toolButtonCompat .dx-button-content {
  padding: 3px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-toolButtonCompat.dx-button-has-text .dx-icon,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-toolButtonCompat.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-smallCommandButton,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-smallCommandButton {
  border: 1px solid var(--r-color-border);
}
.ragtime-layout-enterprise .dx-button.r-button-role-smallCommandButton .dx-button-content,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-smallCommandButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-smallCommandButton .dx-icon,
.ragtime-layout-enterprise .dx-popup-content .dx-button.r-button-role-smallCommandButton .dx-icon {
  color: #777;
}

/* Src/Ui/Button/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .dx-button {
  font-size: var(--r-font-size-default);
  background-color: transparent;
  border-radius: calc(var(--r-border-radius-default) * 0.8);
  border-color: var(--r-color-border);
  margin: calc(var(--r-space-default) * 1);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.dx-button-default {
  background-color: var(--r-color-background-important);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.dx-state-hover {
  background-color: color-mix(in srgb, var(--r-color-text-active) 20%, transparent);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.dx-state-active {
  background-color: color-mix(in srgb, var(--r-color-text-active) 40%, transparent);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button .dx-button-content {
  padding: calc(var(--r-space-default) * 2);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button .dx-button-text {
  height: var(--r-font-size-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button .dx-icon,
.ragtime-layout-portal.ragtime-skin-default .dx-button.dx-button-has-icon .dx-icon,
.ragtime-layout-portal.ragtime-skin-default .dx-button.dx-button-has-text .dx-icon {
  font-size: var(--r-font-size-default);
  line-height: var(--r-font-size-default);
  width: auto;
  min-width: var(--r-font-size-default);
  height: var(--r-font-size-default);
  min-height: var(--r-font-size-default);
  background-size: var(--r-font-size-default) var(--r-font-size-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.dx-button-has-text .dx-icon {
  margin-right: var(--r-space-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-toolButton {
  border: 1px solid var(--r-color-border);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-toolButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-toolButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-popupMenuButton {
  border: none;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-popupMenuButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-popupMenuButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-smallToolButton {
  border: none;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-smallToolButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-smallToolButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navButton {
  height: calc(var(--r-font-size-default) * 1.6);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-smallCommandButton {
  border: 1px solid var(--r-color-border);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-smallCommandButton .dx-button-content {
  padding: 3px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-smallCommandButton .dx-icon {
  color: #777;
}

/* Src/Utils/BusyIndicator/enterprise.less */
.ragtime-layout-enterprise .dx-loadpanel-content {
  border: 1px solid #2e4a7e;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

/* Src/Utils/BusyIndicator/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .dx-loadpanel-content {
  border: 1px solid var(--r-color-border);
  background: var(--r-color-background-default);
  border-radius: var(--r-border-radius-default);
}

/* Src/Ui/TextBox/enterprise.less */
.ragtime-layout-enterprise .dx-textbox {
  overflow: hidden;
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}
.ragtime-layout-enterprise .dx-textbox .dx-texteditor-input {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
  line-height: normal;
  color: var(--r-color-text);
  padding: 2px 3px 1px 3px;
}
.ragtime-layout-enterprise .dx-textbox .dx-placeholder {
  top: -2px;
}

/* Src/Ui/TextBox/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .dx-textbox {
  overflow: hidden;
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-textbox .dx-texteditor-input {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
  line-height: normal;
  color: var(--r-color-text);
  padding: var(--r-space-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-textbox .dx-placeholder {
  font-size: var(--r-font-size-smaller);
}

/* Src/Ui/Label/enterprise.less */
.ragtime-layout-enterprise .r-label {
  font-size: var(--r-font-size-default);
  font-weight: normal;
  color: var(--r-color-title);
}

/* Src/Ui/Label/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .r-label {
  font-size: var(--r-font-size-default);
  font-weight: normal;
  color: var(--r-color-title);
}

/* Src/Ui/NumberBox/enterprise.less */
.ragtime-layout-enterprise .dx-numberbox {
  overflow: hidden;
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}
.ragtime-layout-enterprise .dx-numberbox .dx-texteditor-input {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
  line-height: normal;
  color: var(--r-color-text);
  padding: 2px 3px 1px 3px;
}
.ragtime-layout-enterprise .dx-numberbox .dx-placeholder {
  top: -2px;
}

/* Src/Ui/NumberBox/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default .dx-numberbox {
  overflow: hidden;
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-numberbox .dx-texteditor-input {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
  line-height: normal;
  color: var(--r-color-text);
  padding: var(--r-space-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-numberbox .dx-placeholder {
  font-size: var(--r-font-size-smaller);
}

/* Src/Ui/LinkButton/LinkButton.less */
.r-linkButton {
  cursor: pointer;
  font-size: var(--r-font-size-default);
  color: var(--r-title-color);
  text-decoration: underline;
}

/* Src/Ui/EditGrid/Place/RowDrag.css */
.ag-theme-alpine .ag-cell.ragtime-editGrid-rowDrag-above::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top: 3px solid var(--ag-active-color);
}
.ag-theme-alpine .ag-cell.ragtime-editGrid-rowDrag-child {
  background-color: var(--ag-active-color);
  opacity: .5;
}
.ag-theme-alpine .ag-cell.ragtime-editGrid-rowDrag-below::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom: 3px solid var(--ag-active-color);
}

/* Src/Ui/EditGrid/Decorations/Decorations.less */
.ag-theme-alpine .ag-cell.ragtime-editGrid-decoration-target {
  background-color: var(--ag-active-color);
  opacity: 0.5;
}
.ag-theme-alpine .ag-cell.ragtime-editGrid-decoration-highlight {
  background-color: red;
  opacity: 0.5;
}

/* Src/Ui/Splitter/internal.less */
.r-splitter {
  display: grid;
}
.r-splitter .rsp-panel {
  position: relative;
  display: flex;
}
.r-splitter .rsp-gutter {
  position: relative;
}
.r-splitter .rsp-gutter-rows.rsp-gutter-hidden {
  height: 0 !important;
  border: none !important;
}
.r-splitter .rsp-gutter-columns.rsp-gutter-hidden {
  width: 0 !important;
  border: none !important;
}
.r-splitter .rsp-collapse-button {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
}
.r-splitter .rsp-collapse-button.rsp-collapse-button-columns {
  top: calc(50% - 1em);
}
.r-splitter .rsp-collapse-button.rsp-collapse-button-rows {
  left: calc(50% - 1em);
}

/* Src/Ui/Splitter/Splitter.less */
.r-splitter .rsp-gutter.rsp-gutter-columns.rsp-gutter-can-resize:not(.rsp-gutter-collapsed) {
  cursor: col-resize;
}
.r-splitter .rsp-gutter.rsp-gutter-columns.rsp-gutter-border-start {
  border-left: 1px solid var(--r-color-border);
}
.r-splitter .rsp-gutter.rsp-gutter-columns.rsp-gutter-border-end {
  border-right: 1px solid var(--r-color-border);
}
.r-splitter .rsp-gutter.rsp-gutter-columns.rsp-gutter-border-edges {
  border-top: 1px solid var(--r-color-border);
  border-bottom: 1px solid var(--r-color-border);
}
.r-splitter .rsp-gutter.rsp-gutter-rows.rsp-gutter-can-resize:not(.rsp-gutter-collapsed) {
  cursor: row-resize;
}
.r-splitter .rsp-gutter.rsp-gutter-rows.rsp-gutter-border-start {
  border-top: 1px solid var(--r-color-border);
}
.r-splitter .rsp-gutter.rsp-gutter-rows.rsp-gutter-border-end {
  border-bottom: 1px solid var(--r-color-border);
}
.r-splitter .rsp-gutter.rsp-gutter-rows.rsp-gutter-border-edges {
  border-left: 1px solid var(--r-color-border);
  border-right: 1px solid var(--r-color-border);
}
.r-splitter .rsp-gutter.rsp-gutter-shaded {
  background-color: #eee;
}
.r-splitter .rsp-gutter .rsp-collapse-button {
  cursor: pointer;
  border: 1px solid var(--r-border-color);
  background-color: var(--r-color-background-default);
}

/* Src/Ui/Title/Title.less */
.r-title {
  color: var(--r-color-title);
  font-size: calc(var(--r-font-size-default) * 1.15);
  font-weight: bold;
}
.r-title .icon {
  margin-right: 0.2em;
}
.r-title.r-underline-separator {
  padding-bottom: calc(var(--r-space-default) * 1.5);
  border-bottom: 1px solid var(--r-border-color);
}

/* Src/Ui/NavPanel/enterprise.less */
.ragtime-layout-enterprise {
  --r-color-navPanel-background: #DFDFE0;
}
.ragtime-layout-enterprise .dx-button.r-button-role-navButton {
  border: none;
  text-align: left;
}
.ragtime-layout-enterprise .dx-button.r-button-role-navButton .dx-button-content {
  color: var(--r-title-color);
  padding: 2px;
  background-color: var(--r-color-navPanel-background);
  overflow: visible;
}
.ragtime-layout-enterprise .dx-button.r-button-role-navButton.dx-button-default .dx-button-content {
  color: #e95821;
}
.ragtime-layout-enterprise .dx-button.r-button-role-navButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-enterprise .dx-button.r-button-role-navControlButton {
  border: none;
  text-align: center;
}
.ragtime-layout-enterprise .dx-button.r-button-role-navControlButton .dx-button-content {
  color: var(--r-title-color);
  padding: 0px;
  background-color: var(--r-color-navPanel-background);
}
.ragtime-layout-enterprise .dx-button.r-button-role-navControlButton .dx-icon {
  font-size: 8pt;
}

/* Src/Ui/NavPanel/portal-default.less */
.ragtime-layout-portal.ragtime-skin-default {
  --r-color-navPanel-background: var(--r-color-background-default);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navButton {
  border: none;
  text-align: left;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navButton .dx-button-content {
  color: var(--r-title-color);
  padding: 2px;
  background-color: var(--r-color-navPanel-background);
  overflow: visible;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navButton.dx-button-default .dx-button-content {
  color: #e95821;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navButton.dx-button-has-text .dx-icon {
  margin-right: 4px;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navControlButton {
  border: none;
  text-align: center;
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navControlButton .dx-button-content {
  color: var(--r-title-color);
  padding: 0px;
  background-color: var(--r-color-navPanel-background);
}
.ragtime-layout-portal.ragtime-skin-default .dx-button.r-button-role-navControlButton .dx-icon {
  font-size: 8pt;
}

/* Src/Ui/Html/Style.less */
.r-html {
  white-space: normal;
  overflow-wrap: break-word;
  overflow: auto;
}
.r-html iframe {
  border: none;
}
.r-html h1,
.r-html h2,
.r-html h3,
.r-html h4,
.r-html h5 {
  margin-bottom: 0.5em;
}
.r-html p {
  margin-bottom: 0.8em;
  text-indent: 1em;
}
.r-html ul,
.r-html ol {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 3em;
}
.r-html ol {
  list-style-type: decimal;
}
.r-html li {
  display: list-item;
}
.r-html ul ul,
.r-html ol ul {
  list-style-type: circle;
  margin-left: 2em;
}
.r-html ol ol,
.r-html ul ol {
  list-style-type: lower-latin;
  margin-left: 2em;
}

/* Src/TableViewer/Ui/Decorations/Decorations.less */
.ag-theme-alpine .ag-cell.ragtime-tableViewer-decoration-target {
  background-color: var(--ag-active-color);
  opacity: 0.5;
}

/* vanilla-extract-css-ns:Src/Style/Theme.css.ts.vanilla.css?source=LlRoZW1lX21hcmtlcnNfY3VycmVudF9fMWtxcTN3czAgewogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTMzLCAxOTQsIDI1NSwgMC4zKTsKfQouVGhlbWVfbWFya2Vyc19mb3VuZF9fMWtxcTN3czEgewogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwgMjU1LCAwLCAwLjMpOwp9Ci5UaGVtZV9tYXJrZXJzX2hhc05vdGVzX18xa3FxM3dzMiB7CiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgxMzMsIDE5NCwgMjU1LCAwLjMpOwp9 */
.Theme_markers_current__1kqq3ws0 {
  background-color: rgba(133, 194, 255, 0.3);
}
.Theme_markers_found__1kqq3ws1 {
  background-color: rgba(0, 255, 0, 0.3);
}
.Theme_markers_hasNotes__1kqq3ws2 {
  background-color: rgba(133, 194, 255, 0.3);
}

/* node_modules/gridstack/dist/gridstack.min.css */
.grid-stack {
  position: relative;
}
.grid-stack-rtl {
  direction: ltr;
}
.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}
.grid-stack-placeholder > .placeholder-content {
  background-color: rgba(0, 0, 0, .1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
}
.grid-stack > .grid-stack-item {
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item.size-to-content:not(.size-to-content-max) > .grid-stack-item-content {
  overflow-y: hidden;
}
.grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack-item.ui-resizable-autohide > .ui-resizable-handle,
.grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
  display: none;
}
.grid-stack-item > .ui-resizable-ne,
.grid-stack-item > .ui-resizable-nw,
.grid-stack-item > .ui-resizable-se,
.grid-stack-item > .ui-resizable-sw {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.grid-stack-item > .ui-resizable-ne {
  transform: translate(0, 10px) rotate(45deg);
}
.grid-stack-item > .ui-resizable-sw {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-nw {
  transform: translate(0, 10px) rotate(-45deg);
}
.grid-stack-item > .ui-resizable-se {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0;
}
.grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0;
}
.grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
}
.grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
}
.grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack-item.ui-draggable-dragging {
  will-change: left, top;
  cursor: move;
}
.grid-stack-item.ui-resizable-resizing {
  will-change: width, height;
}
.ui-draggable-dragging,
.ui-resizable-resizing {
  z-index: 10000;
}
.ui-draggable-dragging > .grid-stack-item-content,
.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, .2);
  opacity: .8;
}
.grid-stack-animate,
.grid-stack-animate .grid-stack-item {
  transition:
    left .3s,
    top .3s,
    height .3s,
    width .3s;
}
.grid-stack-animate .grid-stack-item.grid-stack-placeholder,
.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  transition:
    left 0s,
    top 0s,
    height 0s,
    width 0s;
}
.grid-stack > .grid-stack-item[gs-y="0"] {
  top: 0;
}
.grid-stack > .grid-stack-item[gs-x="0"] {
  left: 0;
}
.gs-12 > .grid-stack-item {
  width: 8.333%;
}
.gs-12 > .grid-stack-item[gs-x="1"] {
  left: 8.333%;
}
.gs-12 > .grid-stack-item[gs-w="2"] {
  width: 16.667%;
}
.gs-12 > .grid-stack-item[gs-x="2"] {
  left: 16.667%;
}
.gs-12 > .grid-stack-item[gs-w="3"] {
  width: 25%;
}
.gs-12 > .grid-stack-item[gs-x="3"] {
  left: 25%;
}
.gs-12 > .grid-stack-item[gs-w="4"] {
  width: 33.333%;
}
.gs-12 > .grid-stack-item[gs-x="4"] {
  left: 33.333%;
}
.gs-12 > .grid-stack-item[gs-w="5"] {
  width: 41.667%;
}
.gs-12 > .grid-stack-item[gs-x="5"] {
  left: 41.667%;
}
.gs-12 > .grid-stack-item[gs-w="6"] {
  width: 50%;
}
.gs-12 > .grid-stack-item[gs-x="6"] {
  left: 50%;
}
.gs-12 > .grid-stack-item[gs-w="7"] {
  width: 58.333%;
}
.gs-12 > .grid-stack-item[gs-x="7"] {
  left: 58.333%;
}
.gs-12 > .grid-stack-item[gs-w="8"] {
  width: 66.667%;
}
.gs-12 > .grid-stack-item[gs-x="8"] {
  left: 66.667%;
}
.gs-12 > .grid-stack-item[gs-w="9"] {
  width: 75%;
}
.gs-12 > .grid-stack-item[gs-x="9"] {
  left: 75%;
}
.gs-12 > .grid-stack-item[gs-w="10"] {
  width: 83.333%;
}
.gs-12 > .grid-stack-item[gs-x="10"] {
  left: 83.333%;
}
.gs-12 > .grid-stack-item[gs-w="11"] {
  width: 91.667%;
}
.gs-12 > .grid-stack-item[gs-x="11"] {
  left: 91.667%;
}
.gs-12 > .grid-stack-item[gs-w="12"] {
  width: 100%;
}
.gs-1 > .grid-stack-item {
  width: 100%;
}

/* node_modules/gridstack/dist/gridstack-extra.min.css */
.gs-2 > .grid-stack-item {
  width: 50%;
}
.gs-2 > .grid-stack-item[gs-x="1"] {
  left: 50%;
}
.gs-2 > .grid-stack-item[gs-w="2"] {
  width: 100%;
}
.gs-3 > .grid-stack-item {
  width: 33.333%;
}
.gs-3 > .grid-stack-item[gs-x="1"] {
  left: 33.333%;
}
.gs-3 > .grid-stack-item[gs-w="2"] {
  width: 66.667%;
}
.gs-3 > .grid-stack-item[gs-x="2"] {
  left: 66.667%;
}
.gs-3 > .grid-stack-item[gs-w="3"] {
  width: 100%;
}
.gs-4 > .grid-stack-item {
  width: 25%;
}
.gs-4 > .grid-stack-item[gs-x="1"] {
  left: 25%;
}
.gs-4 > .grid-stack-item[gs-w="2"] {
  width: 50%;
}
.gs-4 > .grid-stack-item[gs-x="2"] {
  left: 50%;
}
.gs-4 > .grid-stack-item[gs-w="3"] {
  width: 75%;
}
.gs-4 > .grid-stack-item[gs-x="3"] {
  left: 75%;
}
.gs-4 > .grid-stack-item[gs-w="4"] {
  width: 100%;
}
.gs-5 > .grid-stack-item {
  width: 20%;
}
.gs-5 > .grid-stack-item[gs-x="1"] {
  left: 20%;
}
.gs-5 > .grid-stack-item[gs-w="2"] {
  width: 40%;
}
.gs-5 > .grid-stack-item[gs-x="2"] {
  left: 40%;
}
.gs-5 > .grid-stack-item[gs-w="3"] {
  width: 60%;
}
.gs-5 > .grid-stack-item[gs-x="3"] {
  left: 60%;
}
.gs-5 > .grid-stack-item[gs-w="4"] {
  width: 80%;
}
.gs-5 > .grid-stack-item[gs-x="4"] {
  left: 80%;
}
.gs-5 > .grid-stack-item[gs-w="5"] {
  width: 100%;
}
.gs-6 > .grid-stack-item {
  width: 16.667%;
}
.gs-6 > .grid-stack-item[gs-x="1"] {
  left: 16.667%;
}
.gs-6 > .grid-stack-item[gs-w="2"] {
  width: 33.333%;
}
.gs-6 > .grid-stack-item[gs-x="2"] {
  left: 33.333%;
}
.gs-6 > .grid-stack-item[gs-w="3"] {
  width: 50%;
}
.gs-6 > .grid-stack-item[gs-x="3"] {
  left: 50%;
}
.gs-6 > .grid-stack-item[gs-w="4"] {
  width: 66.667%;
}
.gs-6 > .grid-stack-item[gs-x="4"] {
  left: 66.667%;
}
.gs-6 > .grid-stack-item[gs-w="5"] {
  width: 83.333%;
}
.gs-6 > .grid-stack-item[gs-x="5"] {
  left: 83.333%;
}
.gs-6 > .grid-stack-item[gs-w="6"] {
  width: 100%;
}
.gs-7 > .grid-stack-item {
  width: 14.286%;
}
.gs-7 > .grid-stack-item[gs-x="1"] {
  left: 14.286%;
}
.gs-7 > .grid-stack-item[gs-w="2"] {
  width: 28.571%;
}
.gs-7 > .grid-stack-item[gs-x="2"] {
  left: 28.571%;
}
.gs-7 > .grid-stack-item[gs-w="3"] {
  width: 42.857%;
}
.gs-7 > .grid-stack-item[gs-x="3"] {
  left: 42.857%;
}
.gs-7 > .grid-stack-item[gs-w="4"] {
  width: 57.143%;
}
.gs-7 > .grid-stack-item[gs-x="4"] {
  left: 57.143%;
}
.gs-7 > .grid-stack-item[gs-w="5"] {
  width: 71.429%;
}
.gs-7 > .grid-stack-item[gs-x="5"] {
  left: 71.429%;
}
.gs-7 > .grid-stack-item[gs-w="6"] {
  width: 85.714%;
}
.gs-7 > .grid-stack-item[gs-x="6"] {
  left: 85.714%;
}
.gs-7 > .grid-stack-item[gs-w="7"] {
  width: 100%;
}
.gs-8 > .grid-stack-item {
  width: 12.5%;
}
.gs-8 > .grid-stack-item[gs-x="1"] {
  left: 12.5%;
}
.gs-8 > .grid-stack-item[gs-w="2"] {
  width: 25%;
}
.gs-8 > .grid-stack-item[gs-x="2"] {
  left: 25%;
}
.gs-8 > .grid-stack-item[gs-w="3"] {
  width: 37.5%;
}
.gs-8 > .grid-stack-item[gs-x="3"] {
  left: 37.5%;
}
.gs-8 > .grid-stack-item[gs-w="4"] {
  width: 50%;
}
.gs-8 > .grid-stack-item[gs-x="4"] {
  left: 50%;
}
.gs-8 > .grid-stack-item[gs-w="5"] {
  width: 62.5%;
}
.gs-8 > .grid-stack-item[gs-x="5"] {
  left: 62.5%;
}
.gs-8 > .grid-stack-item[gs-w="6"] {
  width: 75%;
}
.gs-8 > .grid-stack-item[gs-x="6"] {
  left: 75%;
}
.gs-8 > .grid-stack-item[gs-w="7"] {
  width: 87.5%;
}
.gs-8 > .grid-stack-item[gs-x="7"] {
  left: 87.5%;
}
.gs-8 > .grid-stack-item[gs-w="8"] {
  width: 100%;
}
.gs-9 > .grid-stack-item {
  width: 11.111%;
}
.gs-9 > .grid-stack-item[gs-x="1"] {
  left: 11.111%;
}
.gs-9 > .grid-stack-item[gs-w="2"] {
  width: 22.222%;
}
.gs-9 > .grid-stack-item[gs-x="2"] {
  left: 22.222%;
}
.gs-9 > .grid-stack-item[gs-w="3"] {
  width: 33.333%;
}
.gs-9 > .grid-stack-item[gs-x="3"] {
  left: 33.333%;
}
.gs-9 > .grid-stack-item[gs-w="4"] {
  width: 44.444%;
}
.gs-9 > .grid-stack-item[gs-x="4"] {
  left: 44.444%;
}
.gs-9 > .grid-stack-item[gs-w="5"] {
  width: 55.556%;
}
.gs-9 > .grid-stack-item[gs-x="5"] {
  left: 55.556%;
}
.gs-9 > .grid-stack-item[gs-w="6"] {
  width: 66.667%;
}
.gs-9 > .grid-stack-item[gs-x="6"] {
  left: 66.667%;
}
.gs-9 > .grid-stack-item[gs-w="7"] {
  width: 77.778%;
}
.gs-9 > .grid-stack-item[gs-x="7"] {
  left: 77.778%;
}
.gs-9 > .grid-stack-item[gs-w="8"] {
  width: 88.889%;
}
.gs-9 > .grid-stack-item[gs-x="8"] {
  left: 88.889%;
}
.gs-9 > .grid-stack-item[gs-w="9"] {
  width: 100%;
}
.gs-10 > .grid-stack-item {
  width: 10%;
}
.gs-10 > .grid-stack-item[gs-x="1"] {
  left: 10%;
}
.gs-10 > .grid-stack-item[gs-w="2"] {
  width: 20%;
}
.gs-10 > .grid-stack-item[gs-x="2"] {
  left: 20%;
}
.gs-10 > .grid-stack-item[gs-w="3"] {
  width: 30%;
}
.gs-10 > .grid-stack-item[gs-x="3"] {
  left: 30%;
}
.gs-10 > .grid-stack-item[gs-w="4"] {
  width: 40%;
}
.gs-10 > .grid-stack-item[gs-x="4"] {
  left: 40%;
}
.gs-10 > .grid-stack-item[gs-w="5"] {
  width: 50%;
}
.gs-10 > .grid-stack-item[gs-x="5"] {
  left: 50%;
}
.gs-10 > .grid-stack-item[gs-w="6"] {
  width: 60%;
}
.gs-10 > .grid-stack-item[gs-x="6"] {
  left: 60%;
}
.gs-10 > .grid-stack-item[gs-w="7"] {
  width: 70%;
}
.gs-10 > .grid-stack-item[gs-x="7"] {
  left: 70%;
}
.gs-10 > .grid-stack-item[gs-w="8"] {
  width: 80%;
}
.gs-10 > .grid-stack-item[gs-x="8"] {
  left: 80%;
}
.gs-10 > .grid-stack-item[gs-w="9"] {
  width: 90%;
}
.gs-10 > .grid-stack-item[gs-x="9"] {
  left: 90%;
}
.gs-10 > .grid-stack-item[gs-w="10"] {
  width: 100%;
}
.gs-11 > .grid-stack-item {
  width: 9.091%;
}
.gs-11 > .grid-stack-item[gs-x="1"] {
  left: 9.091%;
}
.gs-11 > .grid-stack-item[gs-w="2"] {
  width: 18.182%;
}
.gs-11 > .grid-stack-item[gs-x="2"] {
  left: 18.182%;
}
.gs-11 > .grid-stack-item[gs-w="3"] {
  width: 27.273%;
}
.gs-11 > .grid-stack-item[gs-x="3"] {
  left: 27.273%;
}
.gs-11 > .grid-stack-item[gs-w="4"] {
  width: 36.364%;
}
.gs-11 > .grid-stack-item[gs-x="4"] {
  left: 36.364%;
}
.gs-11 > .grid-stack-item[gs-w="5"] {
  width: 45.455%;
}
.gs-11 > .grid-stack-item[gs-x="5"] {
  left: 45.455%;
}
.gs-11 > .grid-stack-item[gs-w="6"] {
  width: 54.545%;
}
.gs-11 > .grid-stack-item[gs-x="6"] {
  left: 54.545%;
}
.gs-11 > .grid-stack-item[gs-w="7"] {
  width: 63.636%;
}
.gs-11 > .grid-stack-item[gs-x="7"] {
  left: 63.636%;
}
.gs-11 > .grid-stack-item[gs-w="8"] {
  width: 72.727%;
}
.gs-11 > .grid-stack-item[gs-x="8"] {
  left: 72.727%;
}
.gs-11 > .grid-stack-item[gs-w="9"] {
  width: 81.818%;
}
.gs-11 > .grid-stack-item[gs-x="9"] {
  left: 81.818%;
}
.gs-11 > .grid-stack-item[gs-w="10"] {
  width: 90.909%;
}
.gs-11 > .grid-stack-item[gs-x="10"] {
  left: 90.909%;
}
.gs-11 > .grid-stack-item[gs-w="11"] {
  width: 100%;
}

/* vanilla-extract-css-ns:Src/Dashboard/Control.css.ts.vanilla.css?source=LkNvbnRyb2xfY29udHJvbF9ob3N0X18xZ2x0OTcyIHsKICBmb250LWZhbWlseTogdmFyKC0tci1mb250LWRlZmF1bHQpOwogIGZvbnQtc2l6ZTogdmFyKC0tci1mb250LXNpemUtZGVmYXVsdCk7CiAgd2lkdGg6IDIwMGVtOwp9Ci5Db250cm9sX2NvbnRyb2xfc2Nyb2xsV3JhcF9fMWdsdDk3MyB7CiAgb3ZlcmZsb3c6IGF1dG87CiAgcG9zaXRpb246IGFic29sdXRlOwogIGluc2V0OiAwOwp9Ci5Db250cm9sX2NvbnRyb2xfZ3NQYW5lbF9fMWdsdDk3NCB7CiAgZmxleC1ncm93OiAxOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBwYWRkaW5nLXRvcDogMC41ZW07CiAgcGFkZGluZy1ib3R0b206IDAuNWVtOwp9Ci5Db250cm9sX3dpZGdldF9oYXNCb3JkZXJfXzFnbHQ5NzYgewogIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLXItY29sb3ItYm9yZGVyKTsKICBib3JkZXItcmFkaXVzOiB2YXIoLS13aWRnZXQtYm9yZGVyUmFkaXVzX18xZ2x0OTcwKTsKICBib3gtc2hhZG93OiB2YXIoLS13aWRnZXQtYm94U2hhZG93X18xZ2x0OTcxKTsKICBpbnNldDogMC40ZW0gIWltcG9ydGFudDsKfQouQ29udHJvbF93aWRnZXRfZWRpdG9yTW9kZV9fMWdsdDk3NyB7CiAgYm9yZGVyOiAxcHggZGFzaGVkIHZhcigtLXItY29sb3ItYm9yZGVyKTsKICBib3JkZXItcmFkaXVzOiB2YXIoLS13aWRnZXQtYm9yZGVyUmFkaXVzX18xZ2x0OTcwKTsKfQoucmFndGltZS1sYXlvdXQtZW50ZXJwcmlzZSAuQ29udHJvbF9jb250cm9sX2hvc3RfXzFnbHQ5NzIgewogIC0td2lkZ2V0LWJvcmRlclJhZGl1c19fMWdsdDk3MDogMnB4OwogIC0td2lkZ2V0LWJveFNoYWRvd19fMWdsdDk3MTogMXB4IDFweCAzcHggMXB4IGdyYXk7Cn0KLnJhZ3RpbWUtbGF5b3V0LXBvcnRhbCAuQ29udHJvbF9jb250cm9sX2hvc3RfXzFnbHQ5NzIgewogIC0td2lkZ2V0LWJvcmRlclJhZGl1c19fMWdsdDk3MDogOHB4OwogIC0td2lkZ2V0LWJveFNoYWRvd19fMWdsdDk3MTogMnB4IDJweCAzcHggMXB4IGdyYXk7Cn0= */
.Control_control_host__1glt972 {
  font-family: var(--r-font-default);
  font-size: var(--r-font-size-default);
  width: 200em;
}
.Control_control_scrollWrap__1glt973 {
  overflow: auto;
  position: absolute;
  inset: 0;
}
.Control_control_gsPanel__1glt974 {
  flex-grow: 1;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.Control_widget_hasBorder__1glt976 {
  border: 1px solid var(--r-color-border);
  border-radius: var(--widget-borderRadius__1glt970);
  box-shadow: var(--widget-boxShadow__1glt971);
  inset: 0.4em !important;
}
.Control_widget_editorMode__1glt977 {
  border: 1px dashed var(--r-color-border);
  border-radius: var(--widget-borderRadius__1glt970);
}
.ragtime-layout-enterprise .Control_control_host__1glt972 {
  --widget-borderRadius__1glt970: 2px;
  --widget-boxShadow__1glt971: 1px 1px 3px 1px gray;
}
.ragtime-layout-portal .Control_control_host__1glt972 {
  --widget-borderRadius__1glt970: 8px;
  --widget-boxShadow__1glt971: 2px 2px 3px 1px gray;
}

/* vanilla-extract-css-ns:Src/Subscriptions/EventLog/Viewer.css.ts.vanilla.css?source=LlZpZXdlcl9ib2R5X19vZnc3dXowIHsKICBmb250LWZhbWlseTogdmFyKC0tci1mb250LWRlZmF1bHQpOwogIGZvbnQtc2l6ZTogMWVtOwp9Ci5WaWV3ZXJfZGl2aXNpb25UaXRsZV9fb2Z3N3V6MSB7CiAgZm9udC1zaXplOiBsYXJnZXI7CiAgZm9udC13ZWlnaHQ6IGJvbGQ7CiAgbWFyZ2luLWJvdHRvbTogdmFyKC0tci1zcGFjZS1kZWZhdWx0KTsKfQouVmlld2VyX3NlcGFyYXRvcl9fb2Z3N3V6MiB7CiAgaGVpZ2h0OiAyZW07Cn0= */
.Viewer_body__ofw7uz0 {
  font-family: var(--r-font-default);
  font-size: 1em;
}
.Viewer_divisionTitle__ofw7uz1 {
  font-size: larger;
  font-weight: bold;
  margin-bottom: var(--r-space-default);
}
.Viewer_separator__ofw7uz2 {
  height: 2em;
}

/* Src/Ui/Icon/Icon.less */
.r-icon {
  font-size: var(--r-font-size-default);
  color: var(--r-color-text);
}

/* Src/Ui/ImageViewer/ImageViewer.less */
.r-image-viewer {
  position: relative;
}
.r-image-viewer .r-image-viewer-container {
  position: absolute;
  inset: 0;
}
.r-image-viewer .r-image-viewer-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Src/Ui/RichText2/ContentStyle/default/index.scss */
.rt2-contentStyle-default {
  font-family: var(--r-font-default);
  font-size: larger;
}
.rt2-contentStyle-default h1 {
  font-size: 2em;
  font-weight: bold;
}
.rt2-contentStyle-default h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.rt2-contentStyle-default h3 {
  font-size: 1.17em;
  font-weight: bold;
}
.rt2-contentStyle-default h4 {
  font-size: 1em;
  font-weight: bold;
}
.rt2-contentStyle-default h5 {
  font-size: 0.83em;
  font-weight: bold;
}
.rt2-contentStyle-default h6 {
  font-size: 0.67em;
  font-weight: bold;
}
.rt2-contentStyle-default p:not(:last-child) {
  margin: 0.5em 0;
}
.rt2-contentStyle-default blockquote {
  padding-left: 1em;
  border-left: 5px solid #aaa;
  margin-left: 0;
  margin-right: 0;
  background-color: #eee;
}
.rt2-contentStyle-default {
}
.rt2-contentStyle-default .prosemirror-flat-list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 32px;
  margin-bottom: 0;
  position: relative;
  display: list-item;
  list-style: none;
}
.rt2-contentStyle-default .prosemirror-flat-list.ProseMirror-selectednode {
  outline: none;
}
.rt2-contentStyle-default .prosemirror-flat-list.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=bullet] {
  list-style: disc;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=ordered] {
  counter-increment: prosemirror-flat-list-counter;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=ordered] > * {
  contain: style;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=ordered]::before {
  position: absolute;
  right: 100%;
  font-variant-numeric: tabular-nums;
  content: counter(prosemirror-flat-list-counter, decimal) ". ";
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=ordered]:first-child,
.rt2-contentStyle-default :not(.prosemirror-flat-list[data-list-kind=ordered]) + .prosemirror-flat-list[data-list-kind=ordered] {
  counter-reset: prosemirror-flat-list-counter;
}
@supports (counter-set: prosemirror-flat-list-counter 1) {
  .rt2-contentStyle-default [data-list-order]:is(.prosemirror-flat-list[data-list-kind=ordered]:first-child, :not(.prosemirror-flat-list[data-list-kind=ordered]) + .prosemirror-flat-list[data-list-kind=ordered]) {
    counter-set: prosemirror-flat-list-counter var(--prosemirror-flat-list-order);
  }
}
@supports not (counter-set: prosemirror-flat-list-counter 1) {
  .rt2-contentStyle-default [data-list-order]:is(.prosemirror-flat-list[data-list-kind=ordered]:first-child, :not(.prosemirror-flat-list[data-list-kind=ordered]) + .prosemirror-flat-list[data-list-kind=ordered]) {
    counter-increment: prosemirror-flat-list-counter var(--prosemirror-flat-list-order);
  }
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=task] > .list-marker {
  position: absolute;
  right: 100%;
  text-align: center;
  width: 1.5em;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=task] > .list-marker,
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=task] > .list-marker * {
  cursor: pointer;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=toggle] > .list-marker {
  position: absolute;
  right: 100%;
  text-align: center;
  width: 1.5em;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=toggle] > .list-marker::before {
  content: "⏷";
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=toggle][data-list-collapsable][data-list-collapsed] > .list-marker::before {
  content: "⏵";
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=toggle][data-list-collapsable] > .list-marker {
  cursor: pointer;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=toggle]:not([data-list-collapsable]) > .list-marker {
  opacity: 40%;
  pointer-events: none;
}
.rt2-contentStyle-default .prosemirror-flat-list[data-list-kind=toggle][data-list-collapsable][data-list-collapsed] > .list-content > *:nth-child(n+2) {
  display: none;
}
.rt2-contentStyle-default .rt2-image:has(img.rt2-image-align-inline) {
  margin: 0 calc(var(--r-space-default) * 1);
}
.rt2-contentStyle-default .rt2-image:has(img.rt2-image-align-left) {
  margin: 0 calc(var(--r-space-default) * 2) calc(var(--r-space-default) * 1) 0;
}
.rt2-contentStyle-default .rt2-image:has(img.rt2-image-align-right) {
  margin: 0 0 calc(var(--r-space-default) * 1) calc(var(--r-space-default) * 2);
}
.rt2-contentStyle-default .rt2-image:has(img.rt2-image-align-block) {
  margin: calc(var(--r-space-default) * 2) 0;
}
.rt2-contentStyle-default table {
  margin: 0;
}
.rt2-contentStyle-default th,
.rt2-contentStyle-default td {
  min-width: 2em;
  border: 1px solid #ddd;
  padding: calc(var(--r-space-default) * 1) calc(var(--r-space-default) * 2);
}
.rt2-contentStyle-default .tableWrapper {
  margin: calc(var(--r-space-default) * 2) 0;
}
.rt2-contentStyle-default sub,
.rt2-contentStyle-default sup {
  font-size: smaller;
}
.rt2-contentStyle-default a {
  color: #0000FF !important;
  text-decoration: underline;
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Features/Palette/Palette.css.ts.vanilla.css?source=LlBhbGV0dGVfcGFsZXR0ZV9fcDU5bmViMCB7CiAgb3ZlcmZsb3c6IGF1dG87Cn0KLlBhbGV0dGVfY29udGFpbmVyX19wNTluZWIxIHsKICBkaXNwbGF5OiBncmlkOwogIGdyaWQtYXV0by1mbG93OiByb3c7CiAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZW0gM2VtIDNlbSAzZW0gM2VtIDNlbSAzZW0gM2VtIDsKICBncmlkLWdhcDogMC4yNWVtOwp9Ci5QYWxldHRlX2l0ZW1fX3A1OW5lYjIgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKICBwYWRkaW5nOiBjYWxjKHZhcigtLXItc3BhY2UtZGVmYXVsdCkgKiAyKTsKICBhbGlnbi1pdGVtczogY2VudGVyOwogIGJvcmRlcjogMXB4IHNvbGlkIHRyYW5zcGFyZW50OwogIGJvcmRlci1yYWRpdXM6IHZhcigtLXItYm9yZGVyLXJhZGl1cy1kZWZhdWx0KTsKfQouUGFsZXR0ZV9pdGVtX19wNTluZWIyLlBhbGV0dGVfc2VsZWN0ZWRJdGVtX19wNTluZWIzIHsKICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1yLWNvbG9yLXRleHQtYWN0aXZlKTsKfQouUGFsZXR0ZV9jb2xvcl9fcDU5bmViNCB7CiAgaGVpZ2h0OiAyZW07CiAgd2lkdGg6IDJlbTsKICBmbGV4LXNocmluazogMDsKICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1yLWNvbG9yLWJvcmRlcik7CiAgYm9yZGVyLXJhZGl1czogdmFyKC0tci1ib3JkZXItcmFkaXVzLWRlZmF1bHQpOwp9Ci5QYWxldHRlX3RleHRfX3A1OW5lYjUgewogIG1hcmdpbi1sZWZ0OiAxZW07Cn0= */
.Palette_palette__p59neb0 {
  overflow: auto;
}
.Palette_container__p59neb1 {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 3em 3em 3em 3em 3em 3em 3em 3em;
  grid-gap: 0.25em;
}
.Palette_item__p59neb2 {
  display: flex;
  flex-direction: row;
  padding: calc(var(--r-space-default) * 2);
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--r-border-radius-default);
}
.Palette_item__p59neb2.Palette_selectedItem__p59neb3 {
  border: 1px solid var(--r-color-text-active);
}
.Palette_color__p59neb4 {
  height: 2em;
  width: 2em;
  flex-shrink: 0;
  border: 1px solid var(--r-color-border);
  border-radius: var(--r-border-radius-default);
}
.Palette_text__p59neb5 {
  margin-left: 1em;
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Style.css.ts.vanilla.css?source=LlN0eWxlX2hvc3RfXzExeTcwcnkxIHsKICAtLW1lbnUtYmFyLWhlaWdodF9fMTF5NzByeTA6IDA7CiAgb3ZlcmZsb3c6IGF1dG87CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9Ci5TdHlsZV9ob3N0X18xMXk3MHJ5MSAuUHJvc2VNaXJyb3JbY29udGVudGVkaXRhYmxlPXRydWVdIHsKICBtaW4taGVpZ2h0OiBjYWxjKDEwMCUgLSB2YXIoLS1tZW51LWJhci1oZWlnaHRfXzExeTcwcnkwKSk7Cn0KLlByb3NlTWlycm9yW2NvbnRlbnRlZGl0YWJsZT0iZmFsc2UiXSAuUHJvc2VNaXJyb3Itc2VsZWN0ZWRub2RlIHsKICBvdXRsaW5lOiBub25lOwp9Ci5TdHlsZV9jb250cm9sU3R5bGVfY29udHJvbF9fMTF5NzByeTIgewogIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLXItY29sb3ItYm9yZGVyKTsKfQouU3R5bGVfY29udHJvbFN0eWxlX2NvbnRyb2xfXzExeTcwcnkyIC5Qcm9zZU1pcnJvciB7CiAgcGFkZGluZzogY2FsYyh2YXIoLS1yLXNwYWNlLWRlZmF1bHQpICogMik7Cn0KLlN0eWxlX2NvbnRyb2xTdHlsZV9iYXJlX18xMXk3MHJ5MyAuUHJvc2VNaXJyb3IgewogIHBhZGRpbmc6IGNhbGModmFyKC0tci1zcGFjZS1kZWZhdWx0KSAqIDIpOwp9 */
.Style_host__11y70ry1 {
  --menu-bar-height__11y70ry0: 0;
  overflow: auto;
  position: relative;
}
.Style_host__11y70ry1 .ProseMirror[contenteditable=true] {
  min-height: calc(100% - var(--menu-bar-height__11y70ry0));
}
.ProseMirror[contenteditable=false] .ProseMirror-selectednode {
  outline: none;
}
.Style_controlStyle_control__11y70ry2 {
  border: 1px solid var(--r-color-border);
}
.Style_controlStyle_control__11y70ry2 .ProseMirror {
  padding: calc(var(--r-space-default) * 2);
}
.Style_controlStyle_bare__11y70ry3 .ProseMirror {
  padding: calc(var(--r-space-default) * 2);
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Features/BlockId/Style.css.ts.vanilla.css?source=LlN0eWxlX2N1cnJlbnRCbG9ja01hcmtlcl9fMXRjNnJ0ODAgewogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTMzLCAxOTQsIDI1NSwgMC4zKTsKfQ== */
.Style_currentBlockMarker__1tc6rt80 {
  background-color: rgba(133, 194, 255, 0.3);
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Features/Image/Style.css.ts.vanilla.css?source=LlN0eWxlX25vZGVWaWV3SG9zdF9fY2JsNzltNCB7CiAgbWFyZ2luLXRvcDogMWVtOwogIG1hcmdpbi1ib3R0b206IDFlbTsKfQouU3R5bGVfbm9kZVZpZXdIb3N0X19jYmw3OW00OmhhcyhpbWcuU3R5bGVfYWxpZ25fbGVmdF9fY2JsNzltMSkgewogIGZsb2F0OiBsZWZ0OwogIG1hcmdpbi1yaWdodDogMWVtOwp9Ci5TdHlsZV9ub2RlVmlld0hvc3RfX2NibDc5bTQ6aGFzKGltZy5TdHlsZV9hbGlnbl9yaWdodF9fY2JsNzltMikgewogIGZsb2F0OiByaWdodDsKICBtYXJnaW4tbGVmdDogMWVtOwp9Ci5TdHlsZV9ub2RlVmlld0hvc3RfX2NibDc5bTQ6aGFzKGltZy5TdHlsZV9hbGlnbl9ibG9ja19fY2JsNzltMykgewogIGRpc3BsYXk6IGJsb2NrICFpbXBvcnRhbnQ7CiAgZmxvYXQ6IG5vbmU7CiAgY2xlYXI6IGJvdGg7CiAgbWFyZ2luLWxlZnQ6IGF1dG87CiAgbWFyZ2luLXJpZ2h0OiBhdXRvOwp9Ci5TdHlsZV91cGxvYWRQbGFjZWhvbGRlcl9fY2JsNzltNSB7CiAgY29sb3I6ICNlZWU7CiAgbWFyZ2luOiBjYWxjKHZhcigtLXItc3BhY2UtZGVmYXVsdCkgKiAxKTsKfQ== */
.Style_nodeViewHost__cbl79m4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.Style_nodeViewHost__cbl79m4:has(img.Style_align_left__cbl79m1) {
  float: left;
  margin-right: 1em;
}
.Style_nodeViewHost__cbl79m4:has(img.Style_align_right__cbl79m2) {
  float: right;
  margin-left: 1em;
}
.Style_nodeViewHost__cbl79m4:has(img.Style_align_block__cbl79m3) {
  display: block !important;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.Style_uploadPlaceholder__cbl79m5 {
  color: #eee;
  margin: calc(var(--r-space-default) * 1);
}

/* Src/Ui/RichText2/Features/Table/style.less */
.ProseMirror {
}
.ProseMirror .tableWrapper {
  overflow-x: auto;
}
.ProseMirror table {
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
}
.ProseMirror td,
.ProseMirror th {
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.ProseMirror .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 4px;
  z-index: 20;
  background-color: #adf;
  pointer-events: none;
}
.ProseMirror.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
.ProseMirror .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Features/ImageGallery/NodeView.css.ts.vanilla.css?source=#H4sIAAAAAAAACpVVTW/bMAy991dwhwLJULX5aNfWOW23XnYZsGvASHSiTpYMifna0P8+SI4/EgdtenJEMnzvkc/y7U+n6Lem7XzlAs/nj08b81xM4d8VQIF+qW0GEo0cbNAPhPAilChJKMpxbXgIX2E8nF29Xd2e75OtMAzaHBq9tHNDeVMxGiao3DjkDGLms928Xq6akvFRu5T6bL+FcfJPXTKp+ikdSoP7DFISvuiidJ7R8qwFs85SPEpD6DNYOF7NmiGKqCwDXLPrBBO/OtpluURjyO9rFvfHJJZeq9glPgVTURpkEtKZdWFDBuPc97PebatUQoNC28F0dH0D91QMY/VWK15lMB6NruNxRRW1+lyiUtouMzhvg4SHZQaj2wcqjrVQUfL+xSotkZ2vJT0kSYmjd9sMxnAHoUQL04Z7JahKjdPUtBUNzwhThVquVayZU25oFwNpr0IzFSEDSZYpDeh1HVjneyGdZbLcTUlnnG/FpqNg2rFQOuDCkDo1vbaNrb610noSWsETuIPJxVgARltqpVZKU1VS1yWfO8si6L8U1/F8ug6Lm5ro40VEp3BXLeVS/yWD1U57zxkWNy8FLinUhJ76hJox9bYan0JpT5K1sxl4t23B4i+3IZ+bKGGllSLbA/+xZna2Bn9O4KfGXzivyGcwLncQnNHqZFFVftgXxlTUnfHMHZIILl5Jssh19J6zjNoevWuTcjfrXMOHY58Re7ShRE/VfVQVCI9Kr0NrrKNw5819j3gv84sMSSZVVyyStI+GVPlUst7QCaCO+//uCeuG8iJPNqH+jgFKF/TBEmQwgh5jlp42XUiVINt/4SI4s+Z0mWsbiA9+OtzWD9EYR0OjHXf70YX9qk9Cr10ayQsHMnndMU8dP7iiz7rp7T+/I0GB4AcAAA== */
.NodeView_host__78vl9m3 {
  margin: calc(var(--r-space-default) * 1);
}
.NodeView_host__78vl9m3:has(.NodeView_align_left__78vl9m0) {
  float: left;
}
.NodeView_host__78vl9m3:has(.NodeView_align_right__78vl9m1) {
  float: right;
}
.NodeView_host__78vl9m3:has(.NodeView_align_block__78vl9m2) {
  display: block !important;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.NodeView_gallery__78vl9m4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto min(30%, 4em);
  width: 100%;
  height: 100%;
  padding: var(--r-space-default);
  gap: 0.5em;
}
.NodeView_emptyIndicator__78vl9m5 {
  grid-row: 1 / span 3;
  grid-column: 1 / 1;
  min-width: 10em;
  min-height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--r-color-text-disabled);
}
.NodeView_hint__78vl9m6 {
  grid-column: 1 / 1;
  grid-row: 2 / 2;
  color: var(--r-color-text-disabled);
  line-height: 1em;
  text-align: center;
  font-size: 0.9em;
}
.NodeView_nav__78vl9m7 {
  grid-column: 1 / 1;
  grid-row: 3 / 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5em;
}
.NodeView_navImages__78vl9m8 {
  grid-column: 2 / 2;
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow: hidden;
}
.NodeView_navButton__78vl9m9 {
  height: 100%;
  border: 1px solid var(--r-color-border);
}
.NodeView_navItem__78vl9ma {
  display: block;
  object-fit: contain;
  padding: 2px;
  margin: 2px;
  border: 1px solid transparent;
  border-radius: var(--r-border-radius-default);
}
.NodeView_navItem__78vl9ma.NodeView_navItemSelected__78vl9mb {
  border: 1px solid var(--r-color-text-active);
}
.NodeView_imageArea__78vl9mc {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  overflow: hidden;
  position: relative;
}
.NodeView_prevArea__78vl9md {
  position: absolute;
  inset: 0;
  right: 50%;
}
.NodeView_nextArea__78vl9me {
  position: absolute;
  inset: 0;
  left: 50%;
}
.NodeView_imageItself__78vl9mf {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Features/ImageGallery/Editor/Style.css.ts.vanilla.css?source=LlN0eWxlX2NvbnRlbnRfX3hnMGhpZTAgewogIGZsZXgtZ3JvdzogMTsKICBkaXNwbGF5OiBncmlkOwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMTBlbSBtaW5tYXgoMCwgMWZyKTsKICBnYXA6IDFlbTsKICBwYWRkaW5nOiAxZW07CiAgbWluLWhlaWdodDogMDsKfQouU3R5bGVfdGh1bWJuYWlsc19feGcwaGllMSB7CiAgZ3JpZC1jb2x1bW46IDEgLyAxOwogIG92ZXJmbG93OiBhdXRvOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICBnYXA6IDFlbTsKfQouU3R5bGVfdGh1bWJuYWlsc0l0ZW1fX3hnMGhpZTIgewogIGJvcmRlcjogMnB4IHNvbGlkIHZhcigtLXItY29sb3ItYm9yZGVyKTsKICBib3JkZXItcmFkaXVzOiB2YXIoLS1yLWJvcmRlci1yYWRpdXMtZGVmYXVsdCk7CiAgcGFkZGluZzogMWVtOwp9Ci5TdHlsZV90aHVtYm5haWxzSXRlbV9feGcwaGllMi5TdHlsZV90aHVtYm5haWxzSXRlbVNlbGVjdGVkX194ZzBoaWUzIHsKICBib3JkZXItY29sb3I6IHZhcigtLXItY29sb3ItdGV4dC1hY3RpdmUpOwp9Ci5TdHlsZV90aHVtYm5haWxzSW1hZ2VfX3hnMGhpZTQgewogIHdpZHRoOiAxMDAlOwogIG9iamVjdC1maXQ6IGNvbnRhaW47Cn0KLlN0eWxlX3ByZXZpZXdfX3hnMGhpZTUgewogIGdyaWQtY29sdW1uOiAyIC8gMjsKICBkaXNwbGF5OiBncmlkOwogIGdyaWQtdGVtcGxhdGUtcm93czogbWlubWF4KDAsIDFmcikgYXV0bzsKICBnYXA6IDFlbTsKICBtaW4taGVpZ2h0OiAwOwp9Ci5TdHlsZV9wcmV2aWV3SW1hZ2VfX3hnMGhpZTYgewogIGdyaWQtcm93OiAxIC8gMTsKICB3aWR0aDogMTAwJTsKICBvYmplY3QtZml0OiBjb250YWluOwp9Ci5TdHlsZV9kZXNjcmlwdGlvbl9feGcwaGllNyB7CiAgZ3JpZC1yb3c6IDIgLyAyOwogIHdpZHRoOiAxMDAlOwogIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLXItY29sb3ItYm9yZGVyKTsKICBib3JkZXItcmFkaXVzOiB2YXIoLS1yLWJvcmRlci1yYWRpdXMtZGVmYXVsdCk7Cn0= */
.Style_content__xg0hie0 {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 10em minmax(0, 1fr);
  gap: 1em;
  padding: 1em;
  min-height: 0;
}
.Style_thumbnails__xg0hie1 {
  grid-column: 1 / 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.Style_thumbnailsItem__xg0hie2 {
  border: 2px solid var(--r-color-border);
  border-radius: var(--r-border-radius-default);
  padding: 1em;
}
.Style_thumbnailsItem__xg0hie2.Style_thumbnailsItemSelected__xg0hie3 {
  border-color: var(--r-color-text-active);
}
.Style_thumbnailsImage__xg0hie4 {
  width: 100%;
  object-fit: contain;
}
.Style_preview__xg0hie5 {
  grid-column: 2 / 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1em;
  min-height: 0;
}
.Style_previewImage__xg0hie6 {
  grid-row: 1 / 1;
  width: 100%;
  object-fit: contain;
}
.Style_description__xg0hie7 {
  grid-row: 2 / 2;
  width: 100%;
  border: 1px solid var(--r-color-border);
  border-radius: var(--r-border-radius-default);
}

/* vanilla-extract-css-ns:Src/Ui/RichText2/Menu/Style.css.ts.vanilla.css?source=LlN0eWxlX2hvc3RfXzF1eXBobWQwIHsKICBwb3NpdGlvbjogc3RpY2t5OwogIHRvcDogMDsKICB6LWluZGV4OiAxOwogIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXItY29sb3ItYmFja2dyb3VuZC1kZWZhdWx0KTsKICBvdmVyZmxvdzogaGlkZGVuOwp9Ci5TdHlsZV9idXR0b25fXzF1eXBobWQxIHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgd2lkdGg6IDJlbTsKICBoZWlnaHQ6IDJlbTsKICByaWdodDogMC41ZW07CiAgdG9wOiAwLjVlbTsKICBmb250LXNpemU6IDAuN2VtOwogIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLXItY29sb3ItYm9yZGVyKTsKICBib3JkZXItcmFkaXVzOiA0cHg7CiAgcGFkZGluZzogMC41ZW07CiAgdHJhbnNpdGlvbjogb3BhY2l0eSB2YXIoLS1yLXRpbWUtdHJhbnNpdGlvbi1kZWZhdWx0KTsKfQ== */
.Style_host__1uyphmd0 {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--r-color-background-default);
  overflow: hidden;
}
.Style_button__1uyphmd1 {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0.5em;
  top: 0.5em;
  font-size: 0.7em;
  border: 1px solid var(--r-color-border);
  border-radius: 4px;
  padding: 0.5em;
  transition: opacity var(--r-time-transition-default);
}

/* Src/Ui/TagBox2/TagBox2.less */
.r-tagbox-2 {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
}
.r-tagbox-2 .rtb2-items {
  padding: var(--r-space-default);
  gap: var(--r-space-default);
  border-width: 1px;
  border-style: solid;
  border-color: var(--r-color-border-input);
  border-radius: var(--r-border-radius-input);
  margin: var(--r-space-default);
}

/* Src/Ui/TagBox/TagBox.less */
.dx-widget.dx-tagbox {
  font-size: var(--r-font-size-default);
  font-family: var(--r-font-default);
}
.dx-widget.dx-tagbox .dx-tag-content {
  margin: var(--r-space-default);
  border-radius: calc(var(--r-border-radius-input) / 1.2);
}

/* node_modules/video.js/dist/video-js.min.css */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "";
}
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "";
}
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "";
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "";
}
.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "";
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "";
}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: 0;
}
.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-1-1,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
  padding-top: 100%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: .5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  border-radius: .3em;
  transition: all .4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.81666em;
  margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, .8);
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .8),
      rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
}
.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: 700;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, .7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s, opacity .1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
  display: block;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  top: -.3333333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, .5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, .75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition:
    visibility .1s,
    opacity .1s,
    height .1s,
    width .1s,
    left 0s,
    top 0s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width .1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s 1s,
    left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s,
    left 1s 1s,
    top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
  animation: vjs-spinner-show 0s linear .3s forwards;
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display:grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: .5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image:
    linear-gradient(
      0deg,
      #fff 88%,
      #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, .75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image:
    linear-gradient(
      -180deg,
      #fff 88%,
      #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}
.video-js :focus:not(:focus-visible) {
  outline: 0;
}

/* vanilla-extract-css-ns:Src/Ui/Accordion/Accordion.css.ts.vanilla.css?source=#H4sIAAAAAAAACpWTwW7bMAyG73kKHbMBCpK2wxbltOOeImAk2iEmiwZFO/GGvvtgZXWcos26o3///MifplffvWcJxGl/5Kz7/aYX7bd+bX4vjAmU2wiDM7VQ2C2MqTipraChODjTgyytFVvEgBV0UT9Nrky/8JVnlGbG58Xq2r2FhHF/RAgot6NsyigthECpdsZD9MsXbG7BX5Hms3ksAxzA/6yFuxSs58hynaM82tn7BH0pmaJWEc8lRMSzDSTolTg5I3waZYhUJ0uKTXbGY1KUUe4yis0Y0asziROOou8kj81bpovvo4ndkXuUkruiqCjOHITqoybMeblebb/cXV9WUPzhOU3Eh8JqQGpKtpD+tcinux1oDn/8b/jDXbiSRpzoT4X+5mcsxuvFnfDS+8AxvMk/cBhuN/21wMdlV5FPzkCnvLuGObAqNx+7ORVImcZbsa1wi6KDM9yCJx1evQ+dwOWoXphKDdq5Y/Y3zWSlhlJtqy79PUqEjO9HxXMLKWCY4n67xL0M5czm/VLPMUKbZ7Xb29r1bvH8B1m5pSc9BAAA */
.Accordion_host__1vrtv9c0 {
  display: grid;
  font-family: var(--r-font-default);
  font-size: var(--r-font-size-default);
}
.Accordion_panel_header_host__1vrtv9c1 {
  padding: calc(var(--r-space-default) * 3);
  background-color: var(--r-color-background-nav);
  display: flex;
  flex-direction: row;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.Accordion_panel_header_host__1vrtv9c1:hover {
  filter: brightness(0.95);
}
.Accordion_panel_header_stateIcon__1vrtv9c2 {
  margin-right: calc(var(--r-space-default) * 4);
}
.Accordion_panel_header_icon__1vrtv9c3 {
  margin-right: calc(var(--r-space-default) * 2);
}
.Accordion_panel_header_title__1vrtv9c4 {
  color: var(--r-color-title);
  font-weight: bold;
}
.Accordion_panel_body_host__1vrtv9c7 {
  overflow: auto;
  margin-bottom: calc(var(--r-space-default) * 3);
  transition-property: opacity;
  transition-duration: var(--r-time-transition-default);
  transition-timing-function: ease;
}
.Accordion_panel_body_expanded__1vrtv9c8 {
  opacity: 1;
}
.Accordion_panel_body_collapsed__1vrtv9c9 {
  opacity: 0;
}

/* vanilla-extract-css-ns:Src/Rrl/Widget/Widget.css.ts.vanilla.css?source=LldpZGdldF9ob3N0X18xcnBlYmVjMCB7CiAgcG9zaXRpb246IGFic29sdXRlOwogIGluc2V0OiAwLjVlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7Cn0KLldpZGdldF9pY29uX18xcnBlYmVjMSB7CiAgbWFyZ2luOiBhdXRvIDAuNWVtIGF1dG8gMDsKICBjb2xvcjogdmFyKC0tci1jb2xvci10ZXh0LWFjdGl2ZSk7Cn0KLldpZGdldF90ZXh0X18xcnBlYmVjMiB7CiAgbWFyZ2luLXRvcDogYXV0bzsKICBtYXJnaW4tYm90dG9tOiBhdXRvOwp9 */
.Widget_host__1rpebec0 {
  position: absolute;
  inset: 0.5em;
  display: flex;
  flex-direction: row;
}
.Widget_icon__1rpebec1 {
  margin: auto 0.5em auto 0;
  color: var(--r-color-text-active);
}
.Widget_text__1rpebec2 {
  margin-top: auto;
  margin-bottom: auto;
}

/* vanilla-extract-css-ns:Src/Settings/Widgets/Shortcut.css.ts.vanilla.css?source=LlNob3J0Y3V0X2hvc3RfXzdpYjRsMzAgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICBpbnNldDogMC41ZW07CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93Owp9Ci5TaG9ydGN1dF9pY29uX183aWI0bDMxIHsKICBtYXJnaW46IGF1dG8gMC41ZW0gYXV0byAwOwogIGNvbG9yOiB2YXIoLS1yLWNvbG9yLXRleHQtYWN0aXZlKTsKfQouU2hvcnRjdXRfdGV4dF9fN2liNGwzMiB7CiAgbWFyZ2luLXRvcDogYXV0bzsKICBtYXJnaW4tYm90dG9tOiBhdXRvOwp9Ci5TaG9ydGN1dF9jb3VudF9fN2liNGwzMyB7CiAgbWFyZ2luLXRvcDogMC41ZW07Cn0= */
.Shortcut_host__7ib4l30 {
  position: absolute;
  inset: 0.5em;
  display: flex;
  flex-direction: row;
}
.Shortcut_icon__7ib4l31 {
  margin: auto 0.5em auto 0;
  color: var(--r-color-text-active);
}
.Shortcut_text__7ib4l32 {
  margin-top: auto;
  margin-bottom: auto;
}
.Shortcut_count__7ib4l33 {
  margin-top: 0.5em;
}

/* vanilla-extract-css-ns:Src/Application/CommandInterface/Widget/Widget.css.ts.vanilla.css?source=LldpZGdldF9ob3N0X19wbzB5eW0wIHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgaW5zZXQ6IDAuNWVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQouV2lkZ2V0X2ljb25fX3BvMHl5bTEgewogIG1hcmdpbjogYXV0byAwLjVlbSBhdXRvIDA7CiAgY29sb3I6IHZhcigtLXItY29sb3ItdGV4dC1hY3RpdmUpOwp9Ci5XaWRnZXRfdGV4dF9fcG8weXltMiB7CiAgbWFyZ2luLXRvcDogYXV0bzsKICBtYXJnaW4tYm90dG9tOiBhdXRvOwp9 */
.Widget_host__po0yym0 {
  position: absolute;
  inset: 0.5em;
  display: flex;
  flex-direction: row;
}
.Widget_icon__po0yym1 {
  margin: auto 0.5em auto 0;
  color: var(--r-color-text-active);
}
.Widget_text__po0yym2 {
  margin-top: auto;
  margin-bottom: auto;
}

/* vanilla-extract-css-ns:Src/Dashboard/Widgets/Title/Title.css.ts.vanilla.css?source=LlRpdGxlX2hvc3RfX3cyYnlvdzAgewogIGRpc3BsYXk6IGZsZXg7CiAgYWxpZ24taXRlbXM6IGNlbnRlcjsKICBqdXN0aWZ5LWNvbnRlbnQ6IGxlZnQ7CiAgcG9zaXRpb246IGFic29sdXRlOwogIGluc2V0OiAwOwp9Ci5UaXRsZV90ZXh0X193MmJ5b3cxIHsKICBmb250LXdlaWdodDogYm9sZDsKfQouVGl0bGVfZWRpdGluZ19fdzJieW93MiB7CiAgb3BhY2l0eTogMC41Owp9 */
.Title_host__w2byow0 {
  display: flex;
  align-items: center;
  justify-content: left;
  position: absolute;
  inset: 0;
}
.Title_text__w2byow1 {
  font-weight: bold;
}
.Title_editing__w2byow2 {
  opacity: 0.5;
}
/*# sourceMappingURL=Ragtime.Common.css.map */
