/**
 * @package Enhanced Quick Reply
 * @version 1.0
 * @author Diego Andrés <diegoandres_cortes@outlook.com>
 * @copyright Copyright (c) 2022, SMF Tricks
 * @license https://www.mozilla.org/en-US/MPL/2.0/
 */

#quickreply div.cat_bar {
	display: none;
}
#quickreply .errorbox {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
#quickreply form {
	padding-top: 0.5em;
	position: relative;
	margin-left: 50px;
	padding-left: 15px;
}
#quickreply form:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 50px;
	height: 50px;
	left: -50px;
	border-radius: 100%;
}
#quickreply_options .roundframe {
	background: transparent;
	border-width: 1px 0 0;
	box-shadow: none;
	margin-top: 65px;
	margin-bottom: 0;
	margin-inline: 0;
	padding-inline: 2%;
	padding-top: 0.5em;
	padding-bottom: 0;
}
#quickreply_options .sceditor-insertemoticon,
#quickreply_options .sceditor-toolbar,
#quickreply_options #post_confirm_buttons,
#quickreply_options dl#post_header {
	display: none;
}
#quickreply_options textarea {
	max-height: 50px;
	padding-block: 1em;
	padding-inline: 1.5em;
	border-radius: 5px;
}
#quickreply_options .sceditor-container {
	min-height: unset !important;
}
@media (max-width: 480px) {
	#quickreply_options .sceditor-container {
		min-height: unset;
	}
	#quickreply form  {
		position: static;
		padding-left: 0;
		margin-left: 0;
	}
	#quickreply form:before {
		display: none;
	}
}