
@font-face {
	font-family: 'Freesentation6';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-6SemiBold.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation4';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-4Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation3';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-3Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation1';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-1Thin.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-8ExtraBold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-5Medium';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-4Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-3Light';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-1Thin';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

.skin-handle {
	cursor: move;
}

.skin-table {
	color: var(--skin-text-color);
  font-size: 14px;
	font-family: Freesentation5;
	overflow: hidden;
}

.skin-table-header {
	height: 30px;
}
.skin-table-title {
	font-size: 16px;
	font-weight: bold;
}
.skin-table-section {
	display: block;
	margin: 20px 0px;
}
.skin-table-row {
	display: flex;
}
.skin-table-column {
	display: flex;
	flex-direction: column;
}

.help-btn {
	display: inline-flex;
	width: 16px;
	height: 16px;
	background: var(--skin-text-color);
	color: var(--skin-base-color);
	border-radius: 3px;
	rotate: 45deg;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 4px 4px 4px 8px;
}

.help-btn.active {
	background: var(--skin-point-color);
}

.help-btn::before {
	content: '?';
	rotate: -45deg;
	position: absolute;
}

.help-text {
	width: 100%;
	background: var(--skin-base-color-d);
	color: var(--skin-base-color-auto);
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid var(--skin-base-color-dd);
	display: none;
	box-sizing: border-box;
}

.basecolor {
	background-color: var(--skin-base-color);
	color: var(--skin-text-color);
}
.basecolor:hover, .basecolor:active, .basecolor.active {
	color: var(--skin-base-color);
	background-color: var(--skin-text-color);
}
.pointcolor {
	background-color: var(--skin-point-color);
  color: var(--skin-point-color-auto);
}
.pointcolor:hover, .pointcolor:active, .pointcolor.active {
	color: var(--skin-point-color);
  background-color: var(--skin-point-color-auto);
}
.textcolor {
	background-color: var(--skin-text-color);
  color: var(--skin-base-color);
}
.textcolor:hover, .textcolor:active, .textcolor.active {
	color: var(--skin-text-color);
  background-color: var(--skin-base-color);
}

.texttext {
	color: var(--skin-text-color);
}

.texttext:hover {
	color: var(--skin-point-color);
}

.texttext:active {
	color: var(--skin-point-color-auto);
	background: var(--skin-point-color);
	text-shadow: none;
}



.skin-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border-radius: 5px;
	margin: 7px;
	font-family: var(--skin-default-font);
	border: unset;
}

.skin-btn.border-btn {
	border: 1px solid;
}

.skin-btn.small-btn {
	padding: 2px 10px;
}

.popstyle {
	box-shadow: 1px 2px 0px var(--skin-base-color-auto-t);
  transition: 0.3s;
}

.popstyle:hover, .popstyle.active {
  translate: 1px 1px;
  box-shadow: 0px 1px 0px var(--skin-base-color-auto-t);
}

.popstyle:active {
  translate: 2px 2px;
  box-shadow: 1px 1px 0px var(--skin-base-color-auto-t) inset;
}

.lightstyle:hover, .lightstyle.active {
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2) inset;
}

.lightstyle:active {
	box-shadow: 2px 2px 0px rgba(0,0,0,0.2) inset;
}

.clickstyle {
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 6px;
	border: 1px solid;
	rotate: 45deg;
	border-radius: 8px;
	box-shadow: 2px 1px 0px var(--skin-base-color-auto-t);
}
.clickstyle i {
	rotate: -45deg;
}

.clickstyle:hover, .clickstyle.active{
	translate: 1px 1px;
	box-shadow: 1px 0px 0px var(--skin-base-color-auto-t) inset;
}

.clickstyle:active {
	translate: 1px 1px;
	box-shadow: 2px 1px 0px var(--skin-base-color-auto-t) inset;
}

.icon-btn {
	width: 25px;
	height: 25px;
	background: var(--skin-base-color-d);
	padding: 0;
	border-radius: 100%;
	font-size: 11px;
	color: var(--skin-base-color-dd);
	margin: 5px 2px;
}


.outline {
	text-shadow: 0px 1px 0px var(--skin-text-color-auto), 0px -1px 0px var(--skin-text-color-auto), -1px 0px 0px var(--skin-text-color-auto), 1px 0px 0px var(--skin-text-color-auto);
}


.window-float {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	pointer-events: none;
	position: absolute;
	z-index: 1001;
}

.window-float > div {
	pointer-events: visible;
	max-width: calc(100% - 150px);
	max-height: calc(100% - 150px);
	overflow: auto;
}



.skin-table .clr-field button {
	border-radius: 5px;
	width: 24px;
	height: 24px;
	right: 3px;
}

.skin-table .clr-field button:after{
	box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .5);
}

