body {
	max-width: 900px;
	display: block;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	line-height: 1.6;
	font-size: 18px
}

p {
	margin-bottom: 1.5em
}

#ads,
#ads1 {
	text-align: center;
	margin: 20px 0
}

.controls .exchange,
.controls .row .icons i {
	color: #adadad;
	transition: transform .2s;
	cursor: pointer
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 25px
}

h1.entry-title,
h2 {
	background: #00979e;
	margin-bottom: 20px;
	padding: 5px;
	font-weight: 700;
	color: #fff;
	text-align: center
}

.wrapper {
	border-radius: 5px;
	border: 1px solid #ccc
}

.wrapper .text-input {
	display: flex;
	border-bottom: 1px solid #ccc
}

.text-input .to-text {
	border-radius: 0;
	border-left: 1px solid #ccc
}

.text-input textarea {
	height: 250px;
	width: 100%;
	border: none;
	outline: 0;
	resize: none;
	background: 0 0;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px
}

#phrases li {
	margin-bottom: 1em
}

.text-input textarea::placeholder {
	color: #b7b6b6
}

.controls,
.icons,
.icons i,
li {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.controls {
	list-style: none;
	margin: 0!important;
	padding: 10px 0
}

.controls .row .icons {
	width: 38%
}

.controls .row .icons i {
	width: 50px;
	font-size: 14px;
	justify-content: center
}

.controls .row.from .icons {
	padding-right: 15px;
	border-right: 1px solid #ccc
}

.controls .row.to .icons {
	padding-left: 15px;
	border-left: 1px solid #ccc
}

.controls .row select {
	color: #333;
	border: none;
	outline: 0;
	font-size: 18px;
	background: 0 0;
	padding-left: 5px
}

.text-input textarea::-webkit-scrollbar {
	width: 4px
}

.controls .row select::-webkit-scrollbar {
	width: 8px
}

.controls .row select::-webkit-scrollbar-track,
.text-input textarea::-webkit-scrollbar-track {
	background: #fff
}

.text-input textarea::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 8px
}

.container button:active,
.container button:hover {
	background-color: #3e8e41
}

.controls .row select::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 8px;
	border-right: 2px solid #fff
}

.controls .exchange {
	font-size: 16px
}

.controls i:active {
	transform: scale(.9)
}

.container button {
	width: 100%;
	padding: 14px;
	outline: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	font-size: 20px;
	border-radius: 10px;
	background: #00979e;
	box-shadow: 0 9px #999
}

.container button:active {
	box-shadow: 0 5px #666;
	transform: translateY(4px)
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px
}

.grid-container a {
	display: block;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.grid-container a:hover {
	background-color: #f4f4f4
}

footer {
	text-align: center;
	padding: 10px;
	background: #00979e;
	margin: 20px 0 0
}

footer a {
	color: #fff
}

@media (max-width:660px) {
	.wrapper .text-input {
		flex-direction: column
	}

	.text-input .to-text {
		border-left: 0;
		border-top: 1px solid #ccc
	}

	.text-input textarea {
		height: 200px;
	    width: auto;
	}

	.controls .row .icons {
		display: none
	}

	.container button {
		padding: 13px;
		font-size: 16px
	}

	.controls .row select {
		font-size: 16px
	}

	.controls .exchange {
		font-size: 14px
	}
}

.rank-math-list-item {
	display: list-item
}

#share-button {
	position: fixed;
	bottom: 120px;
	right: 10px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: url(./shareico.webp) center center/30px no-repeat;
	cursor: pointer;
	border: 0;
	border-radius: 25px;
	text-decoration: none;
	transition: .1s ease-out
}