@font-face {
	font-family: Quicksand;
	src: url(../font/Quicksand.woff2);
}

a {
	color: #57a;
	text-decoration: none;
}

body {
	font-family: Quicksand;
	margin: 0;
	padding: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.header {
	background: #dbe1f1;
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.left,
.right {
	margin: 0 190px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header > .left > img {
	width: 60px;
	height: 60px;
	margin: 0 10px;
}

.header > .left > span {
	font-size: 150%;
	color: #57a;
}

.header > .right > .chakra-link {
	padding: 10px 12px;
	border: 1px solid #57a;
	border-radius: 5px;
}

.main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}

#top,
#bottom,
#center {
	margin: 15px;
}

.text {
	width: 720px;
	height: 220px;
	padding: 20px;
	font-size: large;
	outline: none;
	border-radius: 5px;
	resize: none;
	box-sizing: border-box;
	border: 2px solid #a9b6da;
}

.multiline {
	display: block;
	margin: 5px 0;
}

.box-btn {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#copy {
	border: none;
	font-size: 14px;
	border-radius: 5px;
	padding: 7px 30px;
	background: #57a;
	color: #fff;
}

#copy-ok {
	background: #dbe1f1;
	border: #fff 1px solid;
	font-size: 14px;
	border-radius: 5px;
	padding: 7px 30px;
	color: #57a;
}

.footer {
	text-align: center;
	font-size: 80%;
	color: #57a;
	margin-top: 15px;
	padding: 2px;
	background: #dbe1f1;
}

#split {
	outline: none;
	border-radius: 2px;
	border: 2px solid #a9b6da;
	padding: 0 5px;
}

.row-rule,
.inline-rule {
	width: 15px;
	height: 15px;
}

#output-type {
	border: 2px solid #a9b6da;
	border-radius: 2px;
	outline: none;
}

.right > a:hover {
	background: #ecf0fa;
}

.right > a:active {
	background: #dbe1f1;
}

@media (max-width: 750px) {
	.text {
		width: 650px;
	}

	#center {
		margin: 0 45px;
	}
}

@media (max-width: 720px) {
	.line {
		display: block;
		margin: 5px 0;
	}

	#split,
	.blank {
		margin: 5px 0;
	}
}

@media (max-width: 690px) {
	.text {
		width: 500px;
	}

	.inline {
		display: block;
		margin: 5px 0;
	}

	#split,
	.blank {
		margin: 5px 0;
	}
}

@media (max-width: 660px) {
	.left,
	.right {
		margin: 0 50px;
	}

	.header > .left > img {
		width: 50px;
		height: 50px;
	}

	.header > .left > span {
		font-size: 120%;
	}

	.text {
		width: 100%;
		height: 160px;
	}

	.inline {
		display: block;
		margin: 5px 0;
	}

	#split,
	.blank {
		margin: 5px 0;
	}

	.footer {
		padding: 1px;
	}
}
