@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

/* common */
body {
	font-family: 'Zen Maru Gothic', sans-serif;
	margin: 0;
	padding-top: 50px;
	background-color: #EEE;
	background-blend-mode: multiply;
	background-image: linear-gradient(0deg, transparent calc(100% - 2px), #fff calc(100% - 2px)),
		linear-gradient(90deg, transparent calc(100% - 2px), #fff calc(100% - 2px)),
		url(../../img/bg.svg);
	background-size: 16px 16px, 16px 16px, cover;
	background-repeat: repeat, repeat, repeat;
	background-position: center center;
	position: relative;
}

div.root {
	width: 100%;
	height: 100%;
	min-height: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #333;
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer */
	-khtml-user-select: none;
	/* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none;
	/* Chrome, Safari, and Opera */
	-webkit-touch-callout: none;
	/* Disable Android and iOS callouts*/
	position: relative;
}

div#chaLoadingBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 999;
}

div#chaLoading {
	display: none;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
}

div#chaLoading>img {
	width: 500px;
	height: 500px;
}

div#chaMakingBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 999;
}

div#chaMaking {
	display: none;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
}

div#chaMaking>img {
	width: 750px;
	height: 200px;
}

/* 完成画面スタイルは /common/css/charat/result.css に移動 */

.suzuri-modal-content {
	position: absolute;
	background: #FFF;
	width: 100%;
}

.modal-close {
	background: #333;
	color: #FFF;
	text-align: center;
	border-radius: 0.3rem;
	padding: 0.4rem;
}

.goods-text {
	font-size: 0.9rem;
	margin: 0 1rem 1rem;
}

.suzuri_items {
	margin: 1rem;
}

.suzuri_items ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.suzuri_items ul li {
	flex-basis: 33%;
	box-sizing: border-box;
	list-style: none;
}

.suzuri_items ul li dd {
	margin: 0;
}

.suzuri_items ul li dd img {
	width: 100%;
}

.suzuri_items ul li dd p {
	font-size: 0.9rem;
	margin: 0;
}

#suzuri-sample {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 999;
	box-shadow: 1px 1px 10px #AAA;
	top: 200px;
}

#ohirome-sample {
	background-color: #f8f8f8;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

#suzuri-sample h3 {
	text-align: center;
}

#ohirome-sample h3 {
	text-align: center;
	width: 100%;
	font-size: 14px;
	margin: 0;
	color: #666;
}

#suzuri-sample img {
	width: 100%;
}

#imageContainer {
	display: flex;
	flex-wrap: nowrap;
	overflow: scroll;
}

#ohirome-sample img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
	margin: 4px;
}

div#chaMakeResultBtn {
	width: 100%;
	padding-top: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}

div#chaMakeResultBtn img {
	width: 70px;
	height: 70px;
	display: block;
	cursor: pointer;
}

div#chaMakeResultShareBtn {
	width: 80%;
	padding-top: 15px;
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	box-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-o-box-pack: justify;
	-ms-box-pack: justify;
}

div.chaMakeResultShareXX {
	text-align: center;
	color: white;
	font-size: 15px;
	border-radius: 4px;
	width: 190px;
	cursor: pointer;
}

div#chaMakeResultShareTW {
	background-color: #00A0E6;
}

div#chaMakeResultShareFB {
	background-color: #3B579D;
}

div#chaEditMenu {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

div#chaNameDialogBg {
	display: none;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

div#chaNameDialogBg>img#chaNameDialogTitle {
	position: absolute;
	top: 15%;
	left: 20%;
	width: 60%;
}

div#chaNameDialog {
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%;
}

div#chaNameDialog>img#chaNameDialogFrame {
	width: 100%;
	height: 100%;
}

div#chaNameDialog>div#chaNameDialogInput {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

div#chaNameDialog span.h1 {
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
}

div#chaNameDialog span.h3 {
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
}

div#chaNameDialog label.h3 {
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	cursor: pointer;
}

input#chaDivMyName {
	width: 98%;
	text-align: center;
	font-size: 1.4em;
	border: none;
	box-shadow: none;
	border-radius: 0.2em;
	margin-top: 2%;
	margin-bottom: 5%;
}

div#chaNameDialogCheck {
	width: 98%;
	display: flex;
	justify-content: center;
}

input#chaDivNameArc {
	text-align: center;
	font-size: 0.7em;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

div#chaNameDialogView {
	width: 100%;
	height: 75%;
}

div#chaNameDialogBtn {
	width: 100%;
	height: 25%;
}

div#chaNameDialogBtn>img {
	width: 49%;
	cursor: pointer;
}

/* create charactor area */
div#chaDivMain {
	position: relative;
	width: 100%;
	height: 93%;
	float: left;
}

div#chaDivMake {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	transform: scale(0.67);
	transform-origin: top center;
	/* 中心を軸に縮小 */
}

div#chaDivMakeMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}

div#chaDivColor, div#chaDivPattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	max-width: 200px;
	z-index: 102;
	opacity: 0;
}

div#chaDivSelColorBar, div#chaDivSelPatternBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	z-index: 103;
}

div#chaDivPickColor, div#chaDivPickPattern {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
}

div#chaDivSelColorScroll, div#chaDivSelPatternScroll {
	float: left;
	height: 100%;
	max-height: 350px !important;
	width: fit-content;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overscroll-behavior: contain;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 1rem;
	padding: .5rem;
	margin-top: 70px;
	margin-left: .5rem;
}
div#chaDivSelColor, div#chaDivSelPattern {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	position: inherit;
	z-index: 103;
}

div#chaDivSelGrad {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 85%;
}

#chaDivCategoryGroupScroll {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	justify-content: space-between;
	z-index: 103;
}

#chaDivCategoryGroup {
	display: flex;
	justify-content: unset;
	width: 100%;
}

#chaDivCategoryGroup .group {
	width: 80px;
	height: 40px;
	text-align: center;
	display: flex;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
	padding: 0 0.6rem;
	position: relative;
}

/* 隠すためのスタイル */
#chaDivCategoryGroup .group input[type="radio"] {
	display: none;
}

/* ラジオボタンがチェックされている時のスタイル変更 */
#chaDivCategoryGroup .group input[type="radio"]:checked+span {
	background-color: rgb(106, 221, 203);
}

#chaDivCategoryGroup .group span {
	width: 100%;
	/* 全体を覆うように設定 */
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#chaDivCategoryScroll {
	background-color: #333;
	width: 100%;
	height: 7%;
	float: left;
	opacity: 0;
	z-index: 888;
	overscroll-behavior: contain;
	position: absolute;
}

#chaDivCategory {
	width: 100%;
	height: 100%;
}

#chaDivPartsScroll {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid gray;
	width: 100%;
	height: 22%;
	float: left;
	opacity: 0;
	z-index: 888;
}

#chaDivParts {
	width: 100%;
	height: 100%;
}

div#chaDivMenu {
	display: none;
	width: 100%;
	height: 15%;
	float: left;
}

div#chaDivResult {
	display: none;
	width: 100%;
	height: 15%;
	float: left;
}

div#chaDivResult #chaDivResultImg img {
	float: right;
	margin-right: 4vw;
	width: 20%;
}

/* create menu */
div#chaDivMenu {
	text-align: center;
}

/* root */
div#chaDivRoot {
	float: none;
	width: 100%;
	min-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

/* contents */
div#chaDivCont {
	float: left;
	width: 700px;
	height: 700px;
	background-color: #333;
	position: relative;
}

/* edit menu */
object.chaObjEditMenuBtn {
	width: 360px;
	height: 60px;
	pointer-events: none;
}

object.chaObjEditExecBtn {
	width: 205px;
	height: 60px;
	pointer-events: none;
}

div.svgDivMenuBtn {
	width: 360px;
	height: 60px;
	margin: 0 auto;
	margin-top: 15px;
}

div.svgDivExecBtn {
	width: 205px;
	height: 60px;
	margin: 0 auto;
	margin-top: 25px;
}

div.svgDivMenuBtn>a {
	display: inline-block;
	cursor: pointer;
}

div.svgDivExecBtn>a {
	display: inline-block;
	cursor: pointer;
}

/* ADS */
div#chaDivADS {
	float: left;
	width: 350px;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333;
}

div#chaDivADSL {
	float: left;
	width: 350px;
	height: 700px;
	background-color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#chaDivADS1 {
	width: auto;
	height: auto;
	text-align: center;
}

div#chaDivADS2 {
	float: left;
	width: 336px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	text-align: center;
}

div#chaDivADS3 {
	display: none;
}

.tippy-tooltip.viewertitle-theme {
	background-color: rgb(10, 10, 10);
	color: white;
	padding: 2px 1px;
	font-size: 16px;
	font-weight: 40;
	border-radius: 30px;
	width: 250px;
}

.tippy-tooltip.viewermes-theme {
	display: inline-block;
	text-align: left;
	color: white;
	padding: 40px 20px;
	font-size: 15px;
	font-weight: 40;
	border-radius: 2px;
	width: 380px;
	margin-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.6);

	.tippy-backdrop {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

div#chaDivCategoryScroll .newbutton {
	display: inline-block;
	text-align: center;
	width: 250px;
	height: 90%;
	line-height: 45px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid black;
	font-size: 16px;
	font-weight: 200;
}

div#chaDivCategoryScroll .newbutton:hover {
	color: #fff;
	background-color: #000;
	font-weight: 400;
}

div#chaFirstCheckBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 999;
}

div#chaFirstCheck {
	display: none;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
}

div#chaFirstCheck>img {
	width: 113px;
	height: 155px;
	outline: none;
}

div#chaFirstCheckButton>a {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 16px;
	width: 40%;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	text-decoration: none;
	background-color: #fff;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 200;
	cursor: pointer;
}

div#chaFirstCheckButton>a.startbutton {
	background-color: #4ED964;
	border: 2px solid #4ED964;
}

div#chaFirstCheckButton>a.cancelbutton {
	background-color: #666666;
	border: 2px solid #666666;
}

div#chaFirstCheckButton>a.startbutton:hover {
	color: #4ED964;
	background-color: #FFF;
	font-weight: 600;
}

div#chaFirstCheckButton>a.cancelbutton:hover {
	color: #fff;
	background-color: #000;
	font-weight: 600;
}

.tippy-tooltip.firstmes-theme {
	display: inline-block;
	text-align: center;
	color: black;
	padding: 30px 10px;
	font-size: 18px;
	font-weight: 40;
	border-radius: 5px;
	width: 400px;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 1);

	.tippy-backdrop {
		background-color: rgba(255, 255, 255, 1);
	}
}

.tippy-tooltip.toptipsmes-theme {
	display: inline-block;
	text-align: left;
	color: black;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 40;
	border-radius: 5px;
	width: 300px;
	margin-bottom: 0px;
	border: 3px solid #000;
	background-color: rgba(100, 230, 200, 0.9);


	.tippy-backdrop {
		background-color: rgba(100, 230, 200, 0.9);
	}
}

.tippy-tooltip.righttipsmes-theme {
	display: inline-block;
	text-align: left;
	color: black;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 40;
	border-radius: 5px;
	width: 300px;
	margin-left: 20px;
	border: 3px solid #000;
	background-color: rgba(100, 230, 200, 0.9);

	.tippy-backdrop {
		background-color: rgba(100, 230, 200, 0.9);
	}
}

.tippy-tooltip.lefttipsmes-theme {
	display: inline-block;
	text-align: left;
	color: black;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 40;
	border-radius: 5px;
	width: 300px;
	margin-right: 20px;
	border: 3px solid #000;
	background-color: rgba(100, 230, 200, 0.9);

	.tippy-backdrop {
		background-color: rgba(100, 230, 200, 0.9);
	}
}

.tippy-tooltip.firstmes-theme .tippy-arrow {
	border-top-color: #fff;
}

.tippy-tooltip.toptipsmes-theme .tippy-arrow {
	border-top-color: rgba(100, 230, 200, 0.9);
}

.tippy-tooltip.righttipsmes-theme .tippy-arrow {
	border-right-color: rgba(100, 230, 200, 0.9);
}

.tippy-tooltip.lefttipsmes-theme .tippy-arrow {
	border-left-color: rgba(100, 230, 200, 0.9);
}

footer {
	background-color: #00293C;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #FFFFF3;
	position: fixed;
	width: 100%;
	min-width: 1400px;
	height: 300px;
	bottom: 0;
}

footer .footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem;
}

footer .footer-wrap img {
	width: 60%;
	margin: 1rem 0;
}

footer .footer-wrap h2 {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
}

footer .footer-wrap ul {
	width: 100%;
	padding: 0;
	text-align: center;
	list-style: none;
}

footer .footer-wrap ul li {
	position: relative;
	font-size: 0.7rem;
	display: inline-block;
	padding-right: 0.8rem;
	color: #FFF;
}

footer .footer-wrap ul li a {
	text-decoration: none;
	color: #FFF;
	transition: .3s ease;
}

footer .footer-wrap ul li a:hover {
	text-decoration: underline;
	color: #5EA8A7;
}

footer .footer-wrap ul li:not(:last-child)::after {
	content: '|';
	position: absolute;
	right: 0;
}

footer .footer-wrap .copyright {
	font-size: 0.7rem;
}

.text-center {
	text-align: center;
}

a.image-link {
	display: inline-block;
}

#backToTopButton {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	height: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease;
	background-color: #5EA8A7;
	border-radius: 3rem;
}

#backToTopButton img {
	width: 50%;
}

#backToTopButton.show {
	opacity: 1;
}

.sns-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.sns-icons {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 80%;
}

.sns-icons img {
	width: 100%;
	max-width: 40px;
	height: unset;
	object-fit: contain;
	transition: opacity 0.3 ease;
}

.sns-icons img:hover {
	opacity: 0.8;
}

/* .paypal-modal は /common/css/charat/result.css に移動 */

#toggleUI {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 103;
	margin: 0.5rem 0 0 0.5rem;
	text-align: center;
	font-size: 0.8rem;
}

.toggle-button-002 {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 25px;
	border-radius: 50px;
	border: 3px solid #BBBBBB;
	box-sizing: content-box;
	cursor: pointer;
	transition: border-color .4s;
}

.toggle-button-002:has(:checked) {
	border-color: rgb(106, 221, 203);
}

.toggle-button-002::after {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #BBBBBB;
	content: '';
	transition: left .4s;
}

.toggle-button-002:has(:checked)::after {
	left: 25px;
	background-color: rgb(106, 221, 203);
}

.toggle-button-002 input {
	display: none;
}

#chaDivZoom{
	display: none;
}

#chaDivRestore {
	display: none;
	background-color: rgba(255, 255, 255, 1);
	width: 80%;
	height: 80%;
	padding: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	box-shadow: 0 0 2rem #555;
	overflow: hidden;
	margin: 0 auto;
}

#chaDivRestore #dropzone {
	width: 200px;
	height: 200px;
	border: 2px dashed #aaa;
	text-align: center;
	line-height: 300px;
	font-size: 24px;
	z-index: 9999;
	margin: 1rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 20px;
	line-height: normal;

}

#chaDivRestore #dropzone span {
	display: block;
	margin-bottom: 20px;
}

#chaDivRestore #dropzone-close {
	margin: 0 auto !important;
}

#chaDivRestore ul {
	list-style: none;
	padding: 0;
	font-size: 0.9rem;
	width: 60%;
	margin: 0 auto;
}

#chaDivRestore ul li {
	margin-bottom: 1rem;
}

#chaDivRestore #fileInput {
	margin-top: 0;
}

#chaDivRestore input[type="file"] {
	width: 100%;
	box-sizing: border-box;
}

#chaDivRestore #errorMessage {
	font-size: 1rem;
	color: red;
	margin-top: 1rem;
}

#chaDivSubMenu {
	position: absolute;
	width: 100%;
	height: 23%;
	background-color: #FFF;
	z-index: 889;
	bottom: 0;
	display: flex;
}

#partsScalingArea .leftmenubtn img, #partsRotateArea .leftmenubtn img, #partsReverseArea img {
	width: 100%;
	height: 100%;
}

#partsAdjustArea {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #FAFAFA;
	justify-content: center;
	align-items: center;
}

.leftarea, .rightarea {
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	font-size: 0.8rem;
	padding: 0.5rem;
	background-color: #EEE;
}

.rightarea {
	display: flex;
	align-items: center;
}

.moveBtns {
	width: 100px;
	height: 100px;
	position: relative;
	display: flex;
}

.movebtn {
	position: absolute;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: lightseagreen;
	border: 2px solid #333;
	border-radius: 50%;
	box-sizing: border-box;
}

.movebtn::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
}

.movebtn:nth-child(1) {
	/* 上の矢印の位置 */
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.movebtn:nth-child(1)::before {
	/* 上向きの三角形 */
	border-width: 0 0.5rem 0.75rem 0.5rem;
	border-color: transparent transparent #fafafa transparent;
}

.movebtn:nth-child(2) {
	/* 右の矢印の位置 */
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.movebtn:nth-child(2)::before {
	/* 右向きの三角形 */
	border-width: 0.5rem 0 0.5rem 0.75rem;
	border-color: transparent transparent transparent #fafafa;
}

.movebtn:nth-child(3) {
	/* 下の矢印の位置 */
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.movebtn:nth-child(3)::before {
	/* 下向きの三角形 */
	border-width: 0.75rem 0.5rem 0 0.5rem;
	border-color: #fafafa transparent transparent transparent;
}

.movebtn:nth-child(4) {
	/* 左の矢印の位置 */
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

.movebtn:nth-child(4)::before {
	/* 左向きの三角形 */
	border-width: 0.5rem 0.75rem 0.5rem 0;
	border-color: transparent #fafafa transparent transparent;
}

#partsScalingArea, #partsRotateArea, #partsReverseArea {
	margin-left: 1rem;
}

#partsScalingArea .leftmenubtn, #partsRotateArea .leftmenubtn, #partsReverseArea .leftmenubtn {
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#partsScalingArea .leftmenubtn:nth-child(1), #partsRotateArea .leftmenubtn:nth-child(1) {
	margin-bottom: 1rem;
}

#reversebtn {
	display: flex;
	align-items: center;
}

#reversebtn img, #lrselecterbtn img {
	width: 3rem;
	height: 3rem;
}

div#chaDivOpacity {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 102;
	margin-top: 70px;
}

#chaDivOpacity .rangeslider {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#chaDivOpacity .range {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}


#chaDivOpacity input[type="range"] {
	-webkit-appearance: slider-vertical;
	width: 100%;
	background: transparent;
	outline: none;
}

#chaDivOpacity input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

#chaDivOpacity input[type="range"]::-webkit-slider-runnable-track {
	width: 9px;
	background: #bdbdbd;
	border-radius: 3rem;
	transition: all 0.5s;
	cursor: pointer;
}

#chaDivOpacity input[type="range"]:hover::-webkit-slider-runnable-track {
	background: rgb(106, 221, 203);
}

#chaDivOpacity .rangeslider label {
	font-size: 0.8rem;
}

@media screen and (max-height: 999px) {
	footer {
		position: relative;
	}
}