.input-group, #emoji_data {
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,droid sans,trebuchet ms;
}
.font {
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,droid sans,trebuchet ms;
}
textarea {
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,droid sans,trebuchet ms;
}
.copy_area {
	width:100%;height:150px;max-width:100%;max-height:250px;resize:auto;min-width:100%;min-height:50px;border:none;font-size:18px;margin-top:30px;
}
#copy_button, #remove_button {
	margin: 30px 30px;
}
#copy_remove_button {
	user-select: none;
}
@media(max-width:510px) {
	#copy_button, #remove_button {
		margin: 30px 10px;
	}
}
.fixed {
	color:#50546f;
	width: 100%;
	background: white;
	padding: 20px 0px;
	box-shadow: rgba(105, 105, 105, 0.72) 0px 7px 7px -1px;
}
.fixed input {
	width: 80% !important;
}
.float-panel {
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}
@media only screen and (min-width: 748px) {
	.mobile_page_title {
		visibility: hidden;
	}
}
.title {
	font-size: 26px;
    border-bottom: 3px solid blue;
    padding: 0 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
	text-align:center;
	color:#50546f;
	font-weight: 600;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,noto color emoji,droid sans,trebuchet ms;
}
@media(max-width:768px) {
	.title {
		font-size: 20px;
	}
}
@media(max-width:560px) {
	.title {
		font-size: 15px;
	}
}
.cool_text {
	font-size:23px!important;
	padding:36px 10px!important;
	width:100%;
	text-align:center;
	border: none;
	line-height:100px;
}
@media(max-width:992px) {
	.cool_text {
		font-size: 18px!important;
	}
}
#out_message {
	font-size:18px;
	display:inline;
}
input[type="text"] {
	box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.cool_text.active {
	border-right: 7px solid blue;
	border-left: 7px solid blue;
}
.font_size_slider {
	-webkit-appearance: none!important;
	width: 10%!important;
	height: 10px!important;
	background: blue!important;
	outline: none!important;
	opacity: 0.7!important;
	-webkit-transition: .2s!important;
	transition: opacity .2s!important;
	padding: 0px!important;
	margin: 50px 0px!important;
	border-radius: 0px!important;
}
.font_size_slider::-webkit-slider-thumb {
	-webkit-appearance: none!important;
	appearance: none!important;
	width: 25px!important;
	height: 25px!important;
	background: darkblue!important;
	cursor: pointer!important;
}
.create-text-box {
	position: sticky;
	z-index: 3;
	top: .5rem;
	border-radius:5px;
	margin-right:55px;
}
.text-area {
	width: 100%;
	text-align: left;
	padding: 10px;
	font-size: 17px;
}
#settings {
	position: sticky;
    top: 5px;
    z-index: 3;
	margin-bottom:0px;
}
.pen {
	position: absolute;
	top: 10px;
	font-size: 20px;
	right: 15px;
	border-bottom: 1px solid;
	user-select: none;
}
.link {
	margin: 30px 0px;
	box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
	padding: 15px;
	width: 100%;
	justify-content: left;
}
.cool_text:hover {
	border-right: 7px solid blue;
	border-left: 7px solid blue;
}
input, input.input-text, select, textarea {
	padding:8px 12px;
}
#btn1,#btn2,#btn3 {
	padding:8px 20px;
	width:100%;
}
.settings{
	font-weight:600; 
	margin-bottom:7px;
}
.shadow.btn.btn-dark.loadmore {
    min-width: 15%;
    margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 25%);
    border: none;
    font-weight: 600;
	font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,droid sans,trebuchet ms;
}
.input-wrapper input[type=button], .input-wrapper input[type=submit] {line-height: 0;}.input-wrapper {font-size:16px;padding:5px;}.cool_text_w {box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);}