﻿@charset "UTF-8";
/**
 * Shadow colors.
 * http://codepen.io/shyndman/pen/ojxmdY
 */
/**
 * The hand-designed reference shadow sets.
 * Source: http://codepen.io/shyndman/pen/ojxmdY
 */
/**
 * Animation durations.
 */
/**
 * Material Design element elevations
 * Source: https://material.google.com/material-design/elevation-shadows.html#elevation-shadows-elevation-android
 */
/**
* Returns the two reference shadows whose elevations bound the specified
* elevation. In the case where the supplied elevation exceeds the maximum
* reference elevation, the last two reference shadows are returned.
*/
/**
 * Performs linear interpolation between values a and b. Returns the value
 * between a and b proportional to x (when x is between 0 and 1. When x is
 * outside this range, the return value is a linear extrapolation).
 */
/**
 * Performs linear interpolation between shadows by interpolating each property
 * individually. Returns the value between shadow1 and shadow2 proportional to x
 * (when x is between 0 and 1. When x is outside this range, the return value is
 * a linear extrapolation).
 */
/**
 * Calculates the set of shadows at a given elevation.
 */
/**
 * Generates box-shadow and the transition for a given elevation
 * A single elevation will generate a single box-shadow set
 * Two elevations and a state will generate a default box-shadow set
 * and another set that is activated by the state
 * tested with :hover and :active
 */
/**
 * Generates the transition for a change between 2 elevations
 * The larger the elevation change the longer the animation takes
 */
/**
* Returns box-shadow and transition properties for Material Design elements
*/
/**
* CSS md-elevation-z# classes
*/
.md-elevation-z0 {
  box-shadow: none !important;
}

.md-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.md-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-z10 {
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.md-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.md-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.md-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.md-elevation-z14 {
  box-shadow: 0px 7px 9px -5px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.md-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.md-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.md-elevation-z18 {
  box-shadow: 0px 9px 11px -6px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.md-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.md-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.md-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.md-elevation-z22 {
  box-shadow: 0px 10px 14px -7px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.md-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.md-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

/**
* CSS transistion class
*/
md-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

/**
* CSS classes for Material Design elements
*/
.md-elevation-dialog {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.md-elevation-picker {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.md-elevation-nav-drawer {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-elevation-right-drawer {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-elevation-bottom-sheet {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-elevation-fab {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-elevation-fab:active {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.md-elevation-sub-menu-3 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.md-elevation-sub-menu-2 {
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.md-elevation-sub-menu-1 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-menu {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-bottom-nav-bar {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-card {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-elevation-card:hover {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-raised-button {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-elevation-raised-button:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-elevation-snackbar {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-app-bar {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-refresh-indicator {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-quick-entry {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-elevation-quick-entry:active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-search-bar {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-elevation-search-bar:active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.md-elevation-switch {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

.marker-root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.marker-root > header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 56px;
  box-sizing: content-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.marker-root > header .title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
}
.marker-root > header .title > .line:first-child {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  flex-direction: row;
  gap: 12px;
}
.marker-root > header .title > .line.sec {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
}
.marker-root > header .title > .line.sec a {
  color: #e40d7e;
}
.marker-root > header .title .logos {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.marker-root > header .title .logos > .logo {
  width: auto;
  object-fit: scale-down;
}
.marker-root > header .title .logos > .logo.my {
  height: 18px;
  /*padding: 18px 0;*/
}
.marker-root > header .title .logos > .logo.ctlife {
  height: 22px;
  /*padding: 16px 0;*/
}
.marker-root > header .title .logos > .logo + .logo {
  margin-left: 12px;
}
.marker-root > header .title .app-name {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #e40d7e;
}
.marker-root > header > .toolbar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  background-color: white;
  pointer-events: auto;
}
.marker-root > header > .toolbar > .btn.icon {
  margin: 0;
  border-radius: 4px;
}
.marker-root > header > .toolbar > .btn.icon + .btn.icon {
  margin-left: 2px;
}
.marker-root > header > .toolbar > .input-field {
  margin-left: 2px;
}
.marker-root > header > .toolbar > .input-field + .btn.icon {
  margin-left: 2px;
}
.marker-root > header > .actions {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  margin-left: auto;
  padding-right: 8px;
}
.marker-root > main {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.marker-root > main > .panel {
  width: 300px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.marker-root > main > .panel.scrollable {
  overflow-y: auto;
}
.marker-root > main > .panel.scrollable > section {
  overflow: visible;
}
.marker-root > main > .panel.scrollable > section.fill {
  flex-shrink: 0;
  flex: 1;
}
.marker-root > main > .panel > section {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  min-height: 128px;
}
.marker-root > main > .panel > section.fill {
  flex: 1;
}
.marker-root > main > .panel > section.collapsible.collapsed {
  min-height: fit-content;
}
.marker-root > main > .panel > section.collapsible.collapsed > .content {
  display: none;
}
.marker-root > main > .panel > section.collapsible.collapsed + section {
  margin-top: 0;
}
.marker-root > main > .panel > section.help {
  max-height: 50vh;
}
.marker-root > main > .panel > section.help.collapsed {
  min-height: 0;
}
.marker-root > main > .panel > section > header {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 16px;
  text-align: center;
}
.marker-root > main > .panel > section > header > .btn.icon {
  position: absolute;
  right: 16px;
  top: 5.5px;
  right: 5.5px;
  margin: 0;
}
.marker-root > main > .panel > section > header.with-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.marker-root > main > .panel > section > header.with-dropdown select {
  flex: 1;
  height: 38px;
  line-height: 38px;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
  border: none;
  text-align: right;
  padding-right: 8px;
  cursor: pointer;
  margin-top: -8px;
  margin-bottom: -8px;
}
.marker-root > main > .panel > section > header.with-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.marker-root > main > .panel > section > header.with-button span {
  flex: 1;
  text-align: left;
}
.marker-root > main > .panel > section > header.with-button button {
  margin-top: -8px;
  margin-bottom: -8px;
}
.marker-root > main > .panel > section > .content {
  padding: 8px;
}
.marker-root > main > .panel > section > .content.help {
  padding: 16px;
}
.marker-root > main > .panel > section > .content.full-width {
  padding: 8px 0;
}
.marker-root > main > .panel > section > .content.scrollable {
  flex: 1;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.marker-root > main > .panel > section > .content.menu > label {
  display: block;
  font-size: 1rem;
  padding: 0 8px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.marker-root > main > .panel > section > .content.menu > label > i {
  font-size: 18px;
  margin-right: 6px;
}
.marker-root > main > .panel > section > .content.menu > .variants {
  display: flex;
  flex-direction: row;
  gap: 2px;
  margin-bottom: 12px;
}
.marker-root > main > .panel > section > .content.menu > .variants > .menu-item {
  flex: 1;
  font-size: 0.8rem;
  justify-content: center;
}
.marker-root > main > .panel > section > .content.menu + .menu {
  margin-top: 16px;
}
.marker-root > main > .panel > section + section {
  /*margin-top: 16px;*/
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}
.marker-root > main > .panel.left {
  border-right: 1px solid rgba(0, 0, 0, 0.17);
}
.marker-root > main > .panel.right {
  border-left: 1px solid rgba(0, 0, 0, 0.17);
}
.marker-root > main > .canvas-container {
  position: relative;
  flex: 1;
}
.marker-root > main > .canvas-container > canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.marker-root.hide-panels > main > .panel {
  display: none;
}
.marker-root.drag-over {
  background-color: magenta;
}
.marker-root .drop-target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  padding: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  gap: 8px;
  color: #e40d7e;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.1s;
}
.marker-root .drop-target:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 32px;
  border: 2px dashed #e40d7e;
  border-radius: 16px;
}
.marker-root .drop-target.drag-over {
  opacity: 1;
  pointer-events: auto;
}
.marker-root .modal {
  position: fixed;
  top: 50%;
  max-width: 720px;
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, -50%) translateY(100vh);
  opacity: 0;
  pointer-events: none;
  background-color: white;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  z-index: 2;
  transition: opacity cubic-bezier(0.4, 0, 1, 1) 0.33s, transform cubic-bezier(0.4, 0, 1, 1) 0.33s;
  display: flex;
  flex-direction: column;
}
.marker-root .modal.open {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.marker-root .modal.open ~ .modal-scrim {
  opacity: 1;
  pointer-events: auto;
}
.marker-root .modal > header {
  padding: 16px;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
}
.marker-root .modal > main {
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  overflow-y: auto;
  flex: 1;
}
.marker-root .modal > footer {
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.marker-root .modal > footer > :last-child {
  margin-left: auto;
}
.marker-root .modal ~ .modal-scrim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.33s;
}
.marker-root .tool, .marker-root .renderable {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.marker-root .tool > .thumb, .marker-root .renderable > .thumb {
  border: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: border-color 0.15s;
}
.marker-root .tool > .text, .marker-root .renderable > .text {
  margin-left: 8px;
  transition: color 0.15s;
  flex: 1;
}
.marker-root .tool.active, .marker-root .renderable.selected {
  background-color: rgba(228, 13, 126, 0.2);
}
.marker-root .tool.active > .thumb, .marker-root .renderable.selected > .thumb {
  border-color: #e40d7e;
}
.marker-root .tool.active > .text, .marker-root .renderable.selected > .text {
  color: #e40d7e;
  font-weight: 600;
}
.marker-root .tool-grid {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marker-root .tool-grid > .tool > .text {
  display: none;
}
.marker-root .tool-grid:after {
  content: "";
  flex: 1;
}
.marker-root .tool {
  border-radius: 8px;
}
.marker-root .btn {
  display: inline-flex;
  padding: 8px 12px;
  margin: 2px;
  border-radius: 12px;
  text-transform: uppercase;
  border: none;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.marker-root .btn.flat {
  background: none;
  box-shadow: none;
}
.marker-root .btn.flat.accent {
  background: none;
  color: #e40d7e;
}
.marker-root .btn.flat.sec {
  color: rgba(0, 0, 0, 0.6);
}
.marker-root .btn.icon {
  box-shadow: none;
  background: none;
  width: 36px;
  height: 36px;
  margin: -5px 0;
  padding: 0;
  border-radius: 32px;
}
.marker-root .btn.color {
  box-shadow: none;
  background: none;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 38px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 2px;
  --color: magenta;
}
.marker-root .btn.color:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
}
.marker-root .btn > i {
  font-size: 1rem;
}
.marker-root .btn > i.right {
  margin-left: 8px;
}
.marker-root .input-field label {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 0 4px;
}
.marker-root .input-field label + * {
  margin-top: 4px;
}
.marker-root .input-field input, .marker-root .input-field select {
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.marker-root .input-field.invalid {
  outline-color: #ae1a1a;
}
.marker-root .input-field input[type=color] {
  position: relative;
  overflow: hidden;
  background: none;
  padding: 2px;
}
.marker-root .input-field input[type=color]:focus {
  outline: 2px solid black;
}
.marker-root .input-field input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.marker-root .input-field input[type=color]::-webkit-color-swatch {
  border-radius: 2px;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: static;
}
.marker-root .input-field input[type=range] {
  appearance: none;
  height: 38px;
  border-radius: 4px;
  margin: 0;
}
.marker-root .input-field input[type=range]::-webkit-slider-runnable-track {
  background: none;
  border: none;
  color: none;
  margin: 0;
}
.marker-root .input-field input[type=range]::-webkit-slider-thumb {
  appearance: none;
  height: 32px;
  width: 8px;
  border-radius: 2px;
  background-color: #e40d7e;
}
.marker-root .input-field input[type=number] {
  text-align: center;
  appearance: none;
}
.marker-root .input-field input[type=number]::-webkit-outer-spin-button, .marker-root .input-field input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}
.marker-root .input-field input[type=text] {
  padding: 0 8px;
}
.marker-root .input-field select {
  padding: 0 8px;
}
.marker-root .input-field .range-and-value {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.marker-root .input-field .range-and-value > [type=range] {
  flex: 1;
  margin: 0;
  margin-right: -1px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.marker-root .input-field .range-and-value > [type=number] {
  width: 56px;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.marker-root .input-field .range-and-value > .btn.icon:first-child {
  margin-right: 8px;
}
.marker-root .input-field .range-and-value > .btn.icon:last-child {
  margin-left: 8px;
}
.marker-root .input-field .colors {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.marker-root .input-field .colors [type=color] {
  flex: 1;
}
.marker-root .input-field .colors .btn.color {
  margin-left: 8px;
}
.marker-root .input-field + .input-field {
  margin-top: 16px;
}
.marker-root .cbx-container {
  padding: 8px;
  cursor: pointer;
  border-radius: 12px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.marker-root .cbx-container > input, .marker-root .cbx-container span {
  cursor: pointer;
  margin: 0;
}
.marker-root .cbx-container > input {
  margin-left: 4px;
}
.marker-root .cbx-container > span {
  margin: 0 8px;
}
.marker-root .horiz-fields {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}
.marker-root .horiz-fields > .cbx-container {
  margin-top: 20px;
}
.marker-root .horiz-fields > .fill {
  flex: 1;
}
.marker-root .menu-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.8);
  padding: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  text-align: left;
}
.marker-root .menu-item > i {
  font-size: 18px;
  margin-right: 6px;
}
.marker-root .menu-item + .menu-item {
  margin-top: 2px;
}
.marker-root .help b {
  color: #e40d7e;
}
.marker-root .help .material-icons-outlined {
  font-size: 1rem;
  color: #e40d7e;
}
.marker-root .help ul {
  padding-inline-start: 24px;
}
.marker-root .bullet {
  margin: 0 8px;
}
.marker-root .bullet:before {
  content: "•";
}
.marker-root .no-display {
  display: none !important;
}
.marker-root .text-right {
  text-align: right;
}
.marker-root .text-justify {
  text-align: justify;
}
.marker-root .nowrap {
  white-space: nowrap;
}
.marker-root .rotate-90 {
  transform: rotate(90deg);
}
.marker-root hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 24px;
}
.marker-root p:first-child {
  margin-top: 0;
}
.marker-root p:last-child {
  margin-bottom: 0;
}
