
:root {
    	--cm-text-color: #A0A0A0;
	--cm-base-color: #ffffff;
	--cm-point-color: #FFAAAB;
		--cm-base-color-bb: #7d7d7d;	
	--cm-base-color-b: #e1e1e1;
	--cm-base-color-d:  #e1e1e1;
	--cm-base-color-dd:  #7d7d7d;
	--cm-point-color-bb: #ffffff;	
	--cm-point-color-b: #ffd2d3;
	--cm-point-color-d:  #e18c8d;
	--cm-point-color-dd:  #7d2829;
	--cm-point-color-v:  #ffffff;
	--cm-point-color-t:  rgba(255, 170, 171, 0.22);
  --cm-point-color-r: #ffdaaa;
  --cm-point-color-r-t: rgba(255, 218, 170, 0.22);
  --cm-base-color-t:  rgba(255, 255, 255, 0.22);
	--cm-text-color-t:  rgba(160, 160, 160, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #000000;
	--cm-point-color-auto: #000000;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #00000026;
	--cm-point-color-auto-t: #00000026;
  --cm-point-color-auto-tt: #00000060;

    --cm-default-font: OngleipKonkon;
  --cm-title-font: OngleipKonkon;
  --cm-ani: 0.6s;
  --cm-radius: 10px;
  --cm-padding: 5px;
  --cm-form-basecolor: #fbfbfb;
  --cm-form-basecolor-t: #fbfbfb75;
  --cm-form-textcolor: #1d1d1d;
}

  header#header {
  left: 0;
  width:auto;  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin-left: auto;  padding-left: 2%;
  }

.custommenu-wrapper {
  flex-direction: column;    align-items: flex-start;
      justify-content: center}

.custommenu {
  flex-direction: column;
  width: auto;
  height: auto;
  left: 2%;
  font-size: 13;
  border: 3 solid var(--cm-text-color-t);
  border-radius: 10px;
  justify-content: center;
  }

.custommenu-item {
  padding: 5px;
  margin: 3px 0 3px 0;
  width: 100%;
}

.custommenu-folder::before {
  margin-right: 5px;
}



.custommenu-icon {
    width: 10px;
  height: 10px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 10px;
}

.custommenu-divider {
  height: 0px;
  width: 100%;
  border-bottom: 3 solid 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: 5px calc(5px + 4px);
  background: var(--cm-base-color);
  border-radius: var(--cm-radius);
  width: auto;
  height: 1.5em;
  box-sizing: content-box;
  margin: 3px;
  padding-right: calc(5px + 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;
    height: 10px;
  }

.cm-minimal .custommenu-divider::before {
  content: '';
  position: absolute;
  left: 25%;;
  width: 50%;
  height: 10px;
  background-color: var(--cm-text-color);

    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 60 20"><path d="M0 10 Q 15 0 30 10 T 60 10" 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="15" height="10" viewBox="0 0 60 20"><path d="M0 10 Q 15 0 30 10 T 60 10" fill="none" stroke="black" stroke-width="4"/></svg>');
  mask-size: 15px 10px;
  -webkit-mask-size: 15px 10px;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  }

.cm-minimal .custommenu-name {
  width: 100%;
  padding: 0px 1em;
}