:root {
  /*----- Base -----*/
  --ck-color-base-foreground: #eee;
  --ck-color-base-background: #fff;
  --ck-color-base-border: #ced4da;
  --ck-color-base-action: #00a256;
  --ck-color-base-focus: #4f8f88;
  --ck-color-base-text: #495057;
  --ck-color-base-active: #5da8a0;
  --ck-color-base-active-focus: #5da8a0;
  --ck-color-base-error: #df234b;
  /*----- Generic -----*/
  --ck-color-focus-border-coordinates: #5da8a0;
  --ck-color-focus-border: var(--ck-color-focus-border-coordinates);
  --ck-color-focus-outer-shadow: transparent;
  --ck-color-focus-disabled-shadow: transparent;
  --ck-color-focus-error-shadow: transparent;
  --ck-color-text: var(--ck-color-base-text);
  --ck-color-shadow-drop: transparent;
  --ck-color-shadow-drop-active: transparent;
  --ck-color-shadow-inner: transparent;
  /*----- Buttons -----*/
  --ck-color-button-default-background: transparent;
  --ck-color-button-default-hover-background: hsl(0, 0%, 94.1%);
  --ck-color-button-default-active-background: hsl(0, 0%, 94.1%);
  --ck-color-button-default-disabled-background: transparent;
  --ck-color-button-on-background: rgba(93, 168, 160, 0.2);
  --ck-color-button-on-hover-background: rgba(93, 168, 160, 0.2);
  --ck-color-button-on-active-background: rgba(93, 168, 160, 0.2);
  --ck-color-button-on-disabled-background: rgba(93, 168, 160, 0.5);
  --ck-color-button-on-color: #5da8a0;
  --ck-color-button-action-background: var(--ck-color-base-action);
  --ck-color-button-action-hover-background: #008a49;
  --ck-color-button-action-active-background: #008245;
  --ck-color-button-action-disabled-background: rgba(0, 162, 86, 0.5);
  --ck-color-button-action-text: var(--ck-color-base-background);
  --ck-color-button-save: #00a256;
  --ck-color-button-cancel: #df234b;
  --ck-color-switch-button-off-background: hsl(0, 0%, 57.6%);
  --ck-color-switch-button-off-hover-background: hsl(0, 0%, 49%);
  --ck-color-switch-button-on-background: var(--ck-color-button-action-background);
  --ck-color-switch-button-on-hover-background: #2ead50;
  --ck-color-switch-button-inner-background: var(--ck-color-base-background);
  --ck-color-switch-button-inner-shadow: hsla(0, 0%, 0%, 0.1);
  /*----- Dropdown -----*/
  --ck-color-dropdown-panel-background: var(--ck-color-base-background);
  --ck-color-dropdown-panel-border: var(--ck-color-base-border);
  /*----- Input -----*/
  --ck-color-input-background: var(--ck-color-base-background);
  --ck-color-input-border: var(--ck-color-base-border);
  --ck-color-input-error-border: var(--ck-color-base-error);
  --ck-color-input-text: var(--ck-color-base-text);
  --ck-color-input-disabled-background: hsl(0, 0%, 95%);
  --ck-color-input-disabled-border: var(--ck-color-base-border);
  --ck-color-input-disabled-text: hsl(0, 0%, 46%);
  /*----- List -----*/
  --ck-color-list-background: var(--ck-color-base-background);
  --ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background);
  --ck-color-list-button-on-background: var(--ck-color-button-on-color);
  --ck-color-list-button-on-background-focus: var(--ck-color-button-on-color);
  --ck-color-list-button-on-text: var(--ck-color-base-background);
  /*----- Table -----*/
  --ck-color-selector-focused-cell-background: rgba(93, 168, 160, 0.2);
  /*----- Panel -----*/
  --ck-color-panel-background: var(--ck-color-base-background);
  --ck-color-panel-border: var(--ck-color-base-border);
  /*----- Toolbar -----*/
  --ck-color-toolbar-background: var(--ck-color-base-background);
  --ck-color-toolbar-border: var(--ck-color-base-border);
  /*----- Tooltip -----*/
  --ck-color-tooltip-background: var(--ck-color-base-text);
  --ck-color-tooltip-text: var(--ck-color-base-background);
  /*----- Engine -----*/
  --ck-color-engine-placeholder-text: hsl(0, 0%, 44%);
  /*----- Upload -----*/
  --ck-color-upload-bar-background: #4f8f88;
  /*----- Link -----*/
  --ck-color-link-default: #5da8a0;
  --ck-color-link-selected-background: #4f8f88;
  --ck-color-link-fake-selection: #4a8680;
  /**
	 * An opacity value of disabled UI item.
	 */
  --ck-disabled-opacity: .5;
  /**
	 * The geometry of the of focused element's outer shadow.
	 */
  --ck-focus-outer-shadow-geometry: 0 0 0 3px;
  /**
	 * A visual style of focused element's outer shadow.
	 */
  --ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);
  /**
	 * A visual style of focused element's outer shadow (when disabled).
	 */
  --ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);
  /**
	 * A visual style of focused element's outer shadow (when has errors).
	 */
  --ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);
  /**
	 * A visual style of focused element's border or outline.
	 */
  --ck-focus-ring: 1px solid var(--ck-color-focus-border);
  /**
	 * A visual style of element's inner shadow (i.e. input).
	 */
  --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;
  /**
	 * A visual style of element's drop shadow (i.e. panel).
	 */
  --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);
  /**
	 * A visual style of element's active shadow (i.e. comment or suggestion).
	 */
  --ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active);
  /**
     * Default border-radius value.
     */
  --ck-border-radius: 2px;
  /**
	 * A visual style of element's fonts.
	 */
  --ck-font-size-base: 13px;
  --ck-line-height-base: 1.84615;
  --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  --ck-font-size-tiny: 0.7em;
  --ck-font-size-small: 0.75em;
  --ck-font-size-normal: 1em;
  --ck-font-size-big: 1.4em;
  --ck-font-size-large: 1.8em;
  /* This is super-important. This is **manually** adjusted so a button without an icon
	is never smaller than a button with icon, additionally making sure that text-less buttons
	are perfect squares. The value is also shared by other components which should stay "in-line"
	with buttons. */
  --ck-ui-component-min-height: 2.3em;
}
/*# sourceMappingURL=./ckeditor.css.map */