
:root {
    	--cm-text-color: #FE2E9A;
	--cm-base-color: #ffffff;
	--cm-point-color: #fd9abb;

		--cm-base-color-bb: #7d7d7d;	
	--cm-base-color-b: #e1e1e1;
	--cm-base-color-d:  #e1e1e1;
	--cm-base-color-dd:  #7d7d7d;
	--cm-point-color-bb: #fff4ff;	
	--cm-point-color-b: #ffc2e3;
	--cm-point-color-d:  #df7c9d;
	--cm-point-color-dd:  #7b1839;
	--cm-point-color-v:  #ffe7ff;
	--cm-point-color-t:  rgba(253, 154, 187, 0.22);
  --cm-point-color-r: #fdb39a;
  --cm-point-color-r-t: rgba(253, 179, 154, 0.22);
  --cm-base-color-t:  rgba(255, 255, 255, 0.22);
	--cm-text-color-t:  rgba(254, 46, 154, 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: Galmuri9;
  --cm-title-font: Galmuri9;
  --cm-ani: 0.6s;
  --cm-form-color: #ffffff;}

  header#header {
  left: 0;
  width:100px;  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin-left: 100px;  padding-left: 60px;
  }

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

.custommenu {
  flex-direction: column;
  width: 100px;
  height: auto;
  left: 60px;
  font-size: 10px;
  border: 1px solid var(--cm-text-color-t);
  border-radius: 25px;
  justify-content: center;
  }

.custommenu-item {
  padding: 6px;
  margin: 2px 0 2px 0;
  width: 100%;
}



.custommenu-icon {
    height: 15px;
  }

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

.custommenu-divider {
  height: 0px;
  width: 100%;
  border-bottom: 1px solid var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('https://images.unsplash.com/photo-1603665185806-510f5376ce99?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}

.cm-separate.custommenu-wrapper .custommenu {
  border: 0;
  border-radius: 0;
    align-items: flex-start;
  }
.cm-separate .custommenu .custommenu-item {
  background: var(--cm-base-color);
  border: 1px solid;
  border-radius: 25px;
    width: 100px;
    }
.cm-separate .custommenu .custommenu-icon {
  margin-left: 10px;
}
.cm-separate .custommenu .custommenu-divider {
  margin: 5px 33%;
  border: 0;
  border-top: 10px dotted;
  border-top: 10px dotted;
  width: 33%; height:0;  color: var(--cm-base-color);
}
.cm-separate .custommenu .custommenu-folder-wrapper {
  display: flex;
  flex-direction: column;
}
.cm-separate .custommenu .custommenu-folder::after {
  content: '+';
  position: absolute;
  right: -7px;
  background: var(--cm-point-color);
  width: 14px;
  height: 14px;
  color: var(--cm-point-color-auto);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 100%;
  font-family: freesentation5;
}
.cm-separate .custommenu .custommenu-folder.open::after {
  content: '-';
}
.cm-separate .custommenu .custommenu-sub {
  display:none;
  background: var(--cm-text-color);
  color: var(--cm-form-color);
  }
.cm-separate .custommenu .custommenu-sub.open {
  display:inline-flex;
}