
:root {
    	--cm-text-color: #000000;
	--cm-base-color: #00FF00;
	--cm-point-color: #FF00FF;

		--cm-base-color-bb: #5aff5a;	
	--cm-base-color-b: #28ff28;
	--cm-base-color-d:  #00e100;
	--cm-base-color-dd:  #007d00;
	--cm-point-color-bb: #ff5aff;	
	--cm-point-color-b: #ff28ff;
	--cm-point-color-d:  #e100e1;
	--cm-point-color-dd:  #7d007d;
	--cm-point-color-v:  #ff00ff;
	--cm-point-color-t:  rgba(255, 0, 255, 0.22);
  --cm-point-color-r: #ff006a;
  --cm-point-color-r-t: rgba(255, 0, 106, 0.22);
  --cm-base-color-t:  rgba(0, 255, 0, 0.22);
	--cm-text-color-t:  rgba(0, 0, 0, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #ffffff;
	--cm-point-color-auto: #000000;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #ffffff26;
	--cm-point-color-auto-t: #00000026;
  --cm-point-color-auto-tt: #00000060;

    --cm-default-font: RoundedFixedsys;
  --cm-title-font: RoundedFixedsys;
  --cm-ani: 0.6s;
  --cm-form-color: #00FF00;}

  header#header {
  top: 0;
  width: 0px;
  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin: 0;
  }

.custommenu-wrapper {
      align-items: flex-start;
      justify-content: center}

.custommenu {
  flex-direction: row;
  width: auto;
  height: auto;
  top: 40px;
  font-size: 14px;
  border: 0px dotted var(--cm-text-color-t);
  border-radius: 0px;
  justify-content: center;
  }

.custommenu-item {
  padding: 0px;
  margin: 0 6px 0 6px;
  height: 100%;
}

.custommenu-main.disabled:not(.custommenu-folder) {
  display:none;
}
.custommenu-sub.disabled {
  display:none;
}


.custommenu-icon {
    width: 0px;
  height: 0px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 0px;
}

.custommenu-divider {
  width: 0px;
  height: 100%;
  border-right: 1px dotted var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('');
}

.cm-minimal .custommenu {
  align-items: flex-start;}
.cm-minimal .custommenu-item {
  border: 1px solid var(--cm-text-color-t);
  padding: 0px calc(0px + 4px);
  background: var(--cm-base-color);
  border-radius: var(--cm-radius);
  width: auto;
  height: 1.5em;
  box-sizing: content-box;
  margin: 6px;
  padding-right: calc(0px + 4px + 12px);
}

.cm-minimal .custommenu-sub {
  opacity: 0;
  background: var(--cm-base-color-d);
  animation: fadeInLeft var(--cm-ani);
  animation-fill-mode: forwards;
}

.cm-minimal .custommenu-sub:nth-child(1) {
    animation-delay: 0s;
}

.cm-minimal .custommenu-sub:nth-child(2) {
    animation-delay: 0.05s;
}

.cm-minimal .custommenu-sub:nth-child(3) {
    animation-delay: 0.1s;
}

.cm-minimal .custommenu-sub:nth-child(4) {
    animation-delay: 0.15s;
}

.cm-minimal .custommenu-sub:nth-child(5) {
    animation-delay: 0.2s;
}

.cm-minimal .custommenu-sub:nth-child(6) {
    animation-delay: 0.25s;
}

.cm-minimal .custommenu-sub:nth-child(7) {
    animation-delay: 0.3s;
}

.cm-minimal .custommenu-sub:nth-child(8) {
    animation-delay: 0.35s;
}

.cm-minimal .custommenu-sub:nth-child(9) {
    animation-delay: 0.4s;
}

.cm-minimal .custommenu-sub:nth-child(10) {
    animation-delay: 0.45s;
}

.cm-minimal .custommenu-folder-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  }

.cm-minimal .custommenu-folder {
  }

.cm-minimal .custommenu-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: unset;
  border-bottom: unset;
    width: 10px;
  }

.cm-minimal .custommenu-divider::before {
  content: '';
  position: absolute;
  top: calc(6px + 0px);;
  width: 10px;
  height: 1.5em;
  background-color: var(--cm-text-color);

    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="15" viewBox="0 0 20 60"><path d="M10 0 Q 0 15 10 30 T 10 60" fill="none" stroke="black" stroke-width="4"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="15" viewBox="0 0 20 60"><path d="M10 0 Q 0 15 10 30 T 10 60" fill="none" stroke="black" stroke-width="4"/></svg>');
  mask-size: 10px 15px;
  -webkit-mask-size: 10px 15px;
  mask-repeat: repeat-y;
  -webkit-mask-repeat: repeat-y;
  }

.cm-minimal .custommenu-name {
  width: 100%;
  padding: 0px 1em;
}