@import url('https://fonts.cdnfonts.com/css/times-new-roman');

.paraphrase_content {
	display: flex;
}

.paraphrase_form textarea {
	height:400px;
	border-radius:0;
	resize: none;
}
.academic_levels > * {
	display:inline-block;
	cursor:pointer;
}

.tool_header {
	font-family: 'Pathway Extreme', sans-serif;
	font-weight: 800;
	font-size: 48px !important;
	text-align: left !important;
	margin-bottom: 3% !important;
}

.academic_levels span,
.academic_levels label {
	font-family: 'Pathway Extreme', sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin-right: 3px;
	padding: 16px 0 16px 0;
	cursor: pointer;
	min-width: 70px;
}

.academic_levels input {
	display: none;
}

.academic_levels input[type="radio"]:checked+label {
	color: #6C54FF;
	border-bottom: 5px solid #6C54FF;
}

.academic_levels_block {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 15px 0;
	/*position: absolute;*/
	/*z-index: 1;*/
	position: relative;
}

.trigger_content {
	background: #111111;
	border: none;
	border-radius: 16px;
	color: #fff;
	width: 240px;
	text-align: center;
	padding: 16px 0;
}

.trigger_content:hover {
	background: #373737;
}

form#paraphrase_result_form textarea,
form#paraphrase_form textarea {
	background-color: #F9F9F9;
	border-color: #EFF0F3;
	/*background-image: url(../images/ew_logo_7.svg);*/
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 16px 20px;
	font-family: 'Times New Roman', sans-serif;
	font-size: 22px;
	line-height: 2;
}

.paraphrase_results {
	flex-direction: row-reverse;
}

.paraphrase_results button {
	margin: 10px 0 10px 0;
}

.accordion_tool {
	padding-right: 0;
	margin-bottom: 30px;
}

.accordion_tool .accordion_item {
	margin-bottom: 10px;
}

.accordion_tool .panel {
	margin: 10px 0 0 0;
	border-radius: 20px;
}

.accordion_tool .panel p {
	/*padding-bottom: 16px;*/
}

.paraphrase_button {
	background: #6C54FF;
	width: 240px;
	text-align: center;
	padding: 16px 0;
	border: none;
	color: #fff;
	border-radius: 16px;
}

.paraphrase_button:hover {
	background: #604ae5;
}

.buttons_block {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	border-top: 1px solid #e1e1e1;
	margin: 20px 0 0 0;
	align-items: center;
	position: relative;
}

button.download {
	background: #fff;
	text-align: center;
	padding: 16px 0;
	border: 1px solid #6C54FF;
	color: #111111;
	border-radius: 16px;
	font-weight: 600;
	width: 250px;
	position: relative;
}

button.off {
	border: 1px solid #afafaf;
	color: #afafaf;
}

button.download:hover {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(167,99,255,1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(167,99,255,1);
	box-shadow: 0px 0px 13px 0px rgba(167,99,255,1);
}

button.off:hover {
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}

button.download:after,
button.download:before {
	content: '';
	background-image: url('../images/ms_word_icon.svg');
	width: 32px;
	height: 27px;
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
}


button.off:after,
button.off:before {
	background-image: url('../images/ms_word_icon_off.svg');
}


button.download:after {
	content: '';
	background-image: url('../images/download_icon.svg');
	left: unset;
	right: 14px;
	width: 22px;
	height: 22px;
	top: 17px;
}

button.off:after {
	background-image: url('../images/download_icon_off.svg');
}

.counter_label {
	font-weight: 500;
	color: #BDBBBB;
}

.upload {
	position: relative;
	font-weight: 600;
	padding-left: 25px;
	cursor: pointer;
	color: #111111;
}

.upload:hover {
	/*text-decoration: underline;*/
}

.upload:before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	background-image: url('../images/upload_icon.svg');
	top: 0;
	left: -5px;
}

.result_level {
	color: #afafaf;
	border-bottom: 5px solid #afafaf;
}


@media screen and (max-width: 1630px){
	.academic_levels_block {
		align-items: center;
		flex-direction: column;
	}

	.academic_levels {
		text-align: center;
	}

	.tool_header {
		text-align: center !important;
		font-size: 35px !important;
		padding: 24px 0 20px 0;
	}

	.trigger_content {
		margin-bottom: 10px;
	}

	button.download {
		width: 97%;
	}

	.buttons_block {
		flex-direction: column;
	}

	.buttons_block div {
		width: 100%;
	}

	.paraphrase_button {
		width: 97%;
		margin: 20px 0 10px 0;
	}
}

@media screen and (max-width: 660px){
	.buttons_block {
		flex-direction: column;
	}

	.buttons_block div {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

.text_area_block {
	position: relative;
	display: flex;
}

.eyes_closed, .eyes_open  {
	height: 105px; width: 102px;
}
.eyes_closed {
	background-image: url('../images/logo_blink_2.svg');
}
.eyes_open  {
	background-image: url('../images/logo_blink_1.svg');
	animation: blink normal 2s infinite linear;
}

@keyframes blink {
	0%,10% { opacity:0; }
	11%,20% { opacity:1; }
	21%,30% { opacity:0; }
	31%,100% { opacity:1; }
}

.ai_tool_content {
	text-align: justify;
}

.ai_tool_content h2 {
	font-size: 38px;
	margin: 0 0 5px 0;
}

.ai_tool_content h3 {
	margin: 0 0 16px 0;
	font-size: 20px;
	color: #959595;
	font-weight: 600;
}

.ai_tool_content p {
	text-indent: 32px;
	line-height: 2;
}

.ai_tool_content ul {
	line-height: 2;
}

@media screen and (max-width: 850px){
	.ai_tool_content {
		padding: 20px;
	}
}

.select_academic_levels select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	border-radius: 10px;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	appearance: none;
	position: relative;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 96% 52%;
	outline: none;
	cursor: pointer;
	width: 210px;
	margin: 0 4px 0 0;
	text-transform: capitalize;
	font-size: 14px;
}

#select_form_2 {
	color: #afafaf;
}

@media screen and (max-width: 1630px){
	.inputs_labels {
		display: none;
	}
	.select_academic_levels {
		display: flex !important;
		width: 100%;
	}

	.select_academic_levels select {
		width: 100%;
	}

	.academic_levels {
		text-align: center;
		display: flex;
		margin: 0 0 10px 0;
		width: 100%;
		justify-content: space-between;
	}

	.academic_levels span, .academic_levels label {
		padding: 10px 0 10px 0;
	}

	.trigger_content {
		width: 100%;
	}

	.text_area_block {
		flex-direction: column;
	}

}

@media screen and (max-width: 660px){
	.buttons_block button.download {
		width: 100%;
	}

	.buttons_block div {
		width: 100%;
	}

	.paraphrase_button {
		width: 100%;
	}
}

.inactive , .inactive:hover {
	background: #cdcdcd !important;
}

.error_border {
	border: 1px solid red !important;
}

.content_block, .paraphrase_form {
	width: 100%;
}

.academic_levels {
	margin-right: 30px;
}

.buttons_block_2 {
	justify-content: flex-end;
}

#paraphrase_button_2 {
	display: none;
}

@media screen and (max-width: 1400px) {
	.paraphrase_content {
		flex-direction: column;
	}

	.aiTool {
		padding: 3% 1% !important;
	}

	.academic_levels {
		margin-right: 0;
	}

	.academic_levels span,
	.academic_levels label {
		padding: 10px 0 10px 7px;
	}

	#paraphrase_button {
		display: none;
	}

	#paraphrase_button_2 {
		display: unset;
	}

	.counter_label {
		margin: 16px 0;
	}

	.counter_label {
		font-weight: 500;
		color: #BDBBBB;
	}

	button.download {
		width: 100%;
	}

	.paraphrase_button {
		width: 100%;
	}

	.tool_block {
		flex-direction: column;
		padding: 0 20px;
		margin: 0 auto 0 auto !important;
	}

	.tb_text {
		max-width: 540px;
	}

	.tb_right {
		flex-direction: column;
	}

	.tb_buttons {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}

	.tb_buttons .button {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.tb_right {
		flex-direction: column !important;
	}

	.tb_text_f {
		margin-top: 30px;
	}

	.aiTool h3 {
		font-size: 24px !important;
	}

	.tb_text h3 {
		font-size: 24px !important;
	}

	.ai_tool_content h2 {
		font-size: 24px !important;
	}

	.pre_title {
		font-size: 16px !important;
		margin-top: 20px !important;;
	}

	.aiTool p {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1630px){
	.buttons_block_2 {
		min-height: 145px;
	}

	.control_buttons {
		position: unset !important
	}
}

.aiTool h3 {
	color: #111;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-bottom: 16px;
}
.aiTool p {
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	/* line-height: 175%; */
	/* margin-bottom: 30px; */
	text-align: left;
}

.tool_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto 50px auto;
}

.tb_left {

}

.tb_right {
	flex-direction: row-reverse;
}

.tb_img {
	max-width: 610px;
	width: 100%;
}

.tb_text {
	max-width: 630px;
}

.pre_title {
	color: #6C54FF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.tb_text h3 {
	color: #111;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
	text-align: left;
}

.tb_text p {
	color: #666;
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 28px */
}

.tb_buttons {
	display: flex;
}

.tb_buttons a, .tb_buttons a:hover {
	text-decoration: none;
}

.tb_buttons .button {
	height: 45px;
	flex-shrink: 0;
	background-color: #6C54FF;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 8px;
	margin-right: 16px;
	font-size: 14px;
	background-position-y: center;
	background-position-x: 14px;
	padding-right: 22px;
}

.tb_buttons .button:hover {
	background-color: #604ae5;
}

.tb_buttons .chrome {
	width: 187px;
	background-image: url('../images/tool-img-3.png');
}
.tb_buttons .word {
	width: 217px;
	background-image: url('../images/tool-img-4.png');
}

.tb_text p {
	text-indent: 0 !important;
}

.language_labels {
	position: absolute;
	top: -66px;
	left: -20px;
}

.language_labels form {
	display: flex;
}

.language_labels form label {
	display: flex;
	flex-direction: column;
}

.language_labels form label {
	padding: 15px 20px 25px 20px;
	cursor: pointer;
}

.language_labels form input[type="radio"]:checked+label {
	background: #fff;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}

.topSpace {
	margin-top: 80px !important;
}

.control_buttons {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}

.control_buttons div {
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.cb_restart { background-image: url('../images/tool-img-16.svg'); }
.cb_restart:hover { background-image: url('../images/tool-img-16-1.svg'); }
.cb_copy { background-image: url('../images/tool-img-17.svg'); }
.cb_copy:hover { background-image: url('../images/tool-img-17-1.svg'); }

.at_columns {
	display: flex;
	flex-wrap: wrap;
}

.at_columns .accordion_item {
	width: 48%;
	margin: 7px 1%;
}

.ai_metrics {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

.ai_metric {
	display: flex;
	align-items: center;
	max-width: 310px;
}

.ai_metric_text {
	margin-left: 16px;
	color: #666666;
}


.tools_labels form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 50px;
}

.tools_labels form label {
	padding: 15px 20px;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	margin: 5px;
}

.tools_labels form label:hover {
	background: #e6e2ff;
}

.tools_labels form input[type="radio"]:checked+label {
	background: #6C54FF;
	color: #fff;
}

.tools_buttons {
	display: flex;
	flex-wrap: wrap;
	max-width: 620px;
}

.tool_btn {
	background-color: #fff;
	max-width: 300px;
	display: flex;
	align-items: center;
	font-weight: bold;
	border-radius: 10px;
	margin: 5px;
	padding: 20px 20px;
	position: relative;
	justify-content: center;
	width: 100%;
	cursor: pointer;
}

.tool_btn:hover {
	background: #e6e2ff;
}

.tool_btn img {
	position: absolute;
	left: 10px;
}

.tools_buttons_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.tools_buttons_text {
	max-width: 660px;
}

.tools_buttons_text h3 {
	font-size: 32px;
}

.tools_buttons_text p {
	color: #666;
}

.accordion_tool .accordion_item .panel p {
	text-align: left !important;
	text-indent: 20px;
	padding: 20px;
}


@media screen and (max-width: 850px) {
	.language_labels {
		top: -65px;
		left: unset;
	}

	.language_labels form label {
		font-size: 12px;
		padding: 15px 10px 40px 10px;
	}

	.language_labels form label {
		margin-right: 0;
	}

	.orderlistSectionInner {
		padding: 20px 10px;
	}

	.ai_metrics {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		margin-bottom: 0;
	}

	.ai_metric {
		align-items: center;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.ai_metric_text {
		margin-left: 0;
		text-align: center;
	}

	.tools_buttons_block {
		flex-direction: column-reverse;
	}

	.tools_buttons_text {
		max-width: unset;
	}
}

/* -------------------------------------------- */


.ui_hint {
	position: absolute;
	background: #111111;
	color: #fff;
	padding: 1px 10px 3px 10px;
	top: -20px;
	border-radius: 5px;
	visibility: hidden;
}

.cb_restart:hover, .cb_copy:hover {
	.ui_hint {
		visibility: visible;
	}
}

.buttons_block_2 {
	justify-content: space-between;
}

.counter2 {
	margin-left: 15px;
}

@media screen and (max-width: 1630px){
	.buttons_block_2 {
		justify-content: flex-end;
		display: flex;
	}
	.counterBlock {
		padding-bottom: 19px;
		text-align: center;
	}
}

@media screen and (max-width: 1400px){
	.counterBlock {
		padding-bottom: 20px;
	}
	.paraphrase_button {
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 660px){
	.counterBlock {
		padding-bottom: 0;
	}
	.buttons_block_2 {
		padding: 0;
	}
}

.language_labels {
	position: absolute;
	top: -96px;
	left: -40px;
}


@media screen and (max-width: 850px){
	.language_labels {
		position: absolute;
		top: -70px;
		left: -8px;
	}
}

.aiTool {
	padding: 1% 5% !important;
}










.aiFormArea {
	background: #fff;
	border-radius: 0 12px 12px 12px;
	position: relative;
	margin-top: 70px;
}

.row .col-md-6 {
	width: 49% !important;
}

.aiFormArea {
	position: absolute;
	top: -177px;
	left: 357px;
	width: 170px;
}

.aiFormArea .tabs {
	display: flex;
	position: absolute;
	top: 14px;
	left: 0;
}

.aiFormArea .tabs a {
	color: #333 !important;
	text-decoration: none;
	margin-right: 16px;
	cursor: pointer;
}

.aiFormArea .tabs a:hover {
	text-decoration: underline;
}

.aiFormArea .tabs div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 12px 0 0;
	padding: 12px 20px;
}

.aiFormArea .tabs .active {
	color: #6C54FF;
	background: #fff;
}

.aiFormArea .tabs img {
	margin-right: 7px;
}

@media screen and (max-width: 800px) {
	.row .col-md-6 {
		width: 100% !important;
	}

	.aiFormArea .tabs div {
		padding: 12px;
	}
}

@media screen and (max-width: 850px) {
	.aiFormArea .tabs {
		display: none;
	}
}

.hireEditor {
	position: relative;
}

.uiHint {
	position: absolute;
	width: 300px;
	text-align: center;
	background: #fff;
	color: #000;
	padding: 10px;
	border-radius: 5px;
	display: none;
	bottom: -95px;
	right: 0;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.21);
}

#language_4_label:hover .uiHint,
.hireEditor:hover .uiHint {
	display: block;
	z-index: 1;
}


.block1 {
	background: #EEEFF2;
	padding: 20px 70px;
}

.hType1 {
	font-size: 26px !important;
	font-weight: 500 !important;
	margin-bottom: 16px !important;
}

.pType1 {
	font-family: 'Pathway Extreme', sans-serif;
	background: #e7e7e7;
	padding: 10px;
	border-radius: 20px;
}

.feature1 {
	display: flex;
	align-items: center;
}

.imgType1 {
	border-radius: 20px;
}


@media (max-width: 1200px) {
	.block1 {
		padding: 20px 20px;
	}
}

@media (max-width: 900px) {
	.feature1 {
		flex-direction: column;
	}

	.imgType1 {
		width: 100%;
		margin-bottom: 30px;
	}
}

.margFix {
	margin-bottom: 20px !important;
}

.taComments .comments {
	background: #fff;
	font-family: 'Pathway Extreme', sans-serif !important;
}

.customText {
	padding: 50px;
}

.padFix2 {
	padding: 10px 40px !important;
}

.ch1 {
	font-family: 'Pathway Extreme', sans-serif;
	font-weight: bold;
	font-size: 48px;
}

@media (max-width: 1400px) {
	.ch1 {
		font-size: 35px;
	}
}

@media (max-width: 900px) {

	.feature1 {
		margin: 0;
	}

	.customText {
		padding: 0;
	}

	.padFix2 {
		padding: 10px 13px !important;
	}

	.mobCen {
		text-align: center;
	}
}

.checkBoxList {
	list-style: none;
	margin: 0 0 26px 0;
	padding: 0 16px;
}

.checkBoxList li {
	display: flex;
	align-items: center;
}
.checkBoxList li input {
	width: 14px;
	margin-right: 10px;
}

.checkBoxList li input:checked + label {
	color: #8d8d8d;
	text-decoration: line-through;
}

.aiTool p {
	padding: 0;
}

@media (max-width: 1370px) {
	.customText {
		padding: 30px;
	}
}

@media (min-width: 1740px) {
	.customText {
		padding: 70px;
	}
}

.pType1 {
	padding: 10px 20px !important;
}

@media screen and (max-width: 850px) {
	.language_labels {
		position: absolute;
		top: -70px;
		left: -10px;
	}
	.customText {
		padding: 0;
	}
}

@media screen and (max-width: 1630px) {
	.academic_levels_block {
		align-items: center;
		flex-direction: row;
	}

	.academic_levels {
		margin: 0;
	}

	.select_academic_levels select {
		padding: 10px 10px 10px 10px;
	}
}

.upd_header_1 {
	font-family: 'Pathway Extreme', sans-serif;
	font-weight: bold !important;
	font-size: 48px !important;
	color: #6C54FF;
}

@media screen and (max-width: 660px) {
	.upd_header_1 {
		font-size: 32px !important;
	}
}

.buttons_block {
	justify-content: flex-start;
}

.counter_label {
	position: absolute;
	top: -30px;
}

.counter2 {
	margin-left: 11px;
}

.upload {
	margin-right: 60px;
}

.buttons_block {
	margin: 34px 0 0 0;
}

.control_buttons {
	position: absolute;
	left: 90px;
	top: -42px;
}

form#paraphrase_form textarea {
	margin-right: 10px;
}

form#paraphrase_result_form textarea {
	margin-left: 10px;
}

button.download {
	position: absolute;
	right: 0;
	top: 18px;
}

#gen_model {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	border-radius: 10px;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	appearance: none;
	position: relative;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 96% 52%;
	outline: none;
	cursor: pointer;
	width: 210px;
	margin: 0 4px 0 0;
	text-transform: capitalize;
	font-size: 14px;
}

.gen_model_label {
	font-family: 'Pathway Extreme', sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin-right: 3px;
	padding: 16px 0 16px 0;
	cursor: pointer;
	min-width: 70px;
}

.control_buttons.v2 {
	left: 80px;
}

.modelInfo {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/templates/images/qmark1.svg");
}

.toolTip2 {
	position: absolute;
	background-color: #101828;
	padding: 10px;
	border-radius: 10px;
	width: 450px;
	z-index: 1;
	bottom: 40px;
	display: none;
}

.toolTip2 p {
	font-size: 12px !important;
	color: #fff !important;
	margin: 0;
	line-height: 170%;
}

.toolTip2 .bottomArrow {
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #101828;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.modelInfo:hover .toolTip2 {
	display: block;
}



@media screen and (max-width: 1630px){
	button.download {
		position: relative;
		right: 0;
		top: 23px;
	}
	.upload {
		margin-right: 0;
	}
	.control_buttons {
		display: none;
	}
}

@media screen and (max-width: 1400px) {
	button.download {
		top: 0;
	}

	.counter_label {
		top: -46px;
	}

	.counter2 {
		margin-left: -36px;
	}

	.upload {
		margin-right: 0;
		top: -10px;
	}

	form#paraphrase_form textarea {
		margin-right: 0;
	}

	form#paraphrase_result_form textarea {
		margin-left: 0;
	}
}

@media screen and (max-width: 660px){
	.counter2 {
		margin-left: 0;
	}
	.toolTip2 {
		width: 300px;
		top: 40px;
		right: 0;
		bottom: unset;
	}
	.toolTip2 .bottomArrow {
		display: none;
	}
}

.userLimits {
	background: #ffe8e8;
	position: absolute;
	bottom: 1px;
	padding: 15px 20px;
	left: 1px;
	display: none;
}

.userLimits p {
	margin: 0;
	padding: 0;
}

.limitMessageClose {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 6px;
}

.aiTool {
	padding: 20px 80px !important;
}

.upd_header_1 {
	font-size: 32px !important;
	font-weight: 600 !important;
}

.topSpace {
	margin: 0 !important;
}

.language_labels {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.modelBlock {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 20px 0;
	position: relative;
}

.language_labels form label {
	padding: 10px;
	margin-right: 10px;
}

.hireEditor {
	display: flex;
	color: #000;
	padding-bottom: 3px;
}

.hireEditor a {
	padding: 10px;
}

.tabs a:hover span.t1 {
	color: var(--purple);
}

.language_labels form input[type="radio"]:hover+label,
.language_labels form input[type="radio"]:active,
.language_labels form input[type="radio"]:checked+label {
	background: none;
	/*border-bottom: 3px solid var(--purple);*/
	font-weight: unset;
}

.language_labels form label {
	position: relative;
}

.language_labels form input[type="radio"]:active .bottomBorder,
.language_labels form input[type="radio"]:checked+label .bottomBorder {
	display: block;
}

.language_labels form input[type="radio"]:hover+label .bottomBorder {
	display: block;
	background: #c8c8c8;
}

.academic_levels_block {
	padding: 0 0 44px 0;
	margin: 0 0 25px 0;
}

.aiToolPageOverride {
	background: #fff;
	border-radius: 16px;
	padding: 16px 24px;
	position: relative;
}

.hireEditor img {
	margin-right: 6px;
	opacity: 0.4;
}

.hireEditor,
.language_labels {
	color: #888888;
}

.gen_model_label {
	font-weight: 500;
	font-size: 14px;
}

#gen_model {
	font-weight: 500;
	appearance: none;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 96% 52%;
	text-transform: capitalize;
	padding: 15px 20px;
	font-family: var(--main-font), serif;
	border: 1px solid #DFEAF2;
	border-radius: 15px;
	cursor: pointer;
	color: #111;
	font-size: 14px;
	user-select: none;
	position: relative;
	z-index: unset;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none;
	width: 240px;
}

form#paraphrase_result_form textarea,
form#paraphrase_form textarea {
	width: 100%;
	outline: none;
	background: #F5F7FA;
	font-family: var(--main-font), sans-serif;
	font-size: 14px;
}

button.download,
.paraphrase_button {
	border-radius: 10px;
	font-family: var(--main-font), sans-serif;
	font-size: 14px;
}

button.download:after, button.download:before {
	top: 50%;
	transform: translateY(-50%);
}

.control_buttons.v1 {
	right: 0;
	top: 0;
	left: unset;
}

.filesBlock {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttons_block {
	border: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.counter_label {
	position: unset;
}

button.download {
	position: relative;
	right: 0;
	top: unset;
}

.buttons_block {
	padding-right: 20px;
}

.buttons_block_2 {
	padding-right: 0;
}

.filesBlock label {
	border: 1px dashed #D8D8D8;
	padding: 20px;
	width: calc(100% - 20px);
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9C9C9;
	font-size: 12px;
	font-weight: 600 !important;
}

.upload:before {
	width: 22px;
	height: 22px;
	position: absolute;
	top: unset;
	left: 50%;
	transform: translateX(-83px);
	opacity: 0.2;
}

.filesBlock:hover label {
	border: 1px dashed #b3b3b3;
	color: #878787;
}

.filesBlock:hover .upload:before {
	opacity: 0.5 !important;
}

.separator1 {
	width: 1px;
	height: calc(100% - 175px);
	background: grey;
	position: absolute;
	z-index: 2;
	border-left: 1px solid #e2e2e2;
	top: 87px;
	left: 50%;
}

@media screen and (max-width: 1630px) {
	.text_area_block {
		flex-direction: unset !important;
	}
}

@media screen and (max-width: 1400px) {
	.separator1 {
		display: none;
	}
}

form#paraphrase_form textarea {
	margin-right: 20px;
}

form#paraphrase_result_form textarea {
	margin-left: 20px;
}

@media screen and (max-width: 1400px) {
	.separator1 {
		display: none;
	}

	form#paraphrase_form textarea {
		margin-right: 0;
	}

	form#paraphrase_result_form textarea {
		margin-left: 0;
	}

	.filesBlock {
		width: calc(100% - 0px);
	}

	.filesBlock label {
		margin: 0;
	}

	.counter2 {
		margin-left: 0;
	}

	.buttons_block div {
		width: 100%;
		margin-bottom: 20px;
	}
}

.userLimits {
	left: 50%;
	transform: translateX(calc(-50% - 10px));
	padding: 10px;
	width: calc(100% - 40px);
	background: #F9F5FF;
	border: 1px solid var(--purple);
	border-radius: 8px;
	margin-bottom: 10px;
}

.userLimits p {
	text-align: center;
}

.limitMessageClose {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

.limitMessageClose:hover {
	color: red;
}

.userLimits p a,
#limit_word_counter,
.purple {
	color: var(--purple);
	position: relative;
}

.userLimits p a:before {
	content: '';
	background-image: url("/templates/img/goPremium.svg");
	height: 38px;
	width: 38px;
	position: absolute;
	left: -40px;
	top: -7px;
}

@media screen and (max-width: 1630px) {
	.buttons_block.buttons_block_2 {
		display: flex !important;
		justify-content: flex-start !important;
	}
	.counterBlock1.c2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 660px) {
	.counter_label {
		margin: 0;
	}
	.counterBlock1.c2 {
		margin-top: 20px;
	}
}

.academic_levels_block {
	padding: 0 0 41px 0;
}

@media screen and (max-width: 850px) {
	.academic_levels_block {
		font-size: 12px !important;
	}
	.hireEditor span,
	.language_labels form label {
		text-align: center;
	}
	.hireEditor img {
		display: none;
	}
	.aiTool {
		padding: 20px !important;
	}
	.academic_levels_block {
		padding-bottom: 55px;
	}
	#gen_model {
		width: 110%;
	}

	#language_4_label img {
		display: none;
	}
}

#language_4_label {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#language_4_label img {
	flex-direction: row;
	align-items: center;
	margin-right: 5px;
	opacity: 0.5;
}

.uiHint {
	z-index: 1;
}

.bottomBorder {
	width: 115px;
	height: 3px;
	background-color: #6c54ff;
	position: absolute;
	bottom: 0;
	border-radius: 20px 20px 0 0;
	display: none;
	left: -3px;
}

#language_4_label .bottomBorder {
	width: 135px;
}

@media screen and (max-width: 850px) {
	.bottomBorder {
		width: 91px;
	}
	#language_4_label .bottomBorder {
		width: 87px;
	}
	.academic_levels_block {
		padding-bottom: 36px;
	}
}
@media screen and (max-width: 450px) {
	.academic_levels_block {
		padding-bottom: 53px;
	}
}
p.pType1 {
	font-size: 16px;
	background: none;
}



.feature {
	color: #6c54ff;
	padding: 2px;
	border-radius: 20px;
	width: 130px;
	text-align: center;
	margin: 50px auto 16px;
	font-size: 14px;
	border: 1px solid #E9D7FE;
}

.pageContent h3 {
	font-size: 32px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 24px;
}

.pageContent p {
	font-size: 16px;
	color: #475467;
	line-height: 200%;
}

p.pType1 {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.buttonBlock2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

.buttonBlock2 .button1.btnMod1 {
	background: #fff;
	color: #344054;
	font-weight: 500;
	border: 1px solid #D0D5DD;
	margin-right: 10px;
	width: 136px;
	padding-left: 0;
	padding-right: 0;
}

.buttonBlock2 .button1.btnMod1:hover {
	background: #f9f9f9;
}

.buttonBlock2 .button1.btnMod2 {
	width: 111px;
	padding: 14px 0;
}

.btnMod1 .icon {
	background-image: url('/templates/img/main_page_icons.svg');
	background-position: -277px -3px;
	width: 23px;
	height: 23px;
	margin-right: 7px;
}

.pageContent .img1 {
	background-image: url('/templates/img/laptop_big.png');
	width: 100%;
	height: 400px;
	max-width: 820px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
}

.featuresBlock {
}

.feature2 {
	color: var(--purple);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

p.pType1.upd1 {
	max-width: 750px;
}

.section2,
.section1 {
	padding: 0 80px;
}

.section2 {
	padding-top: 80px;
	background: #fff;
}

.featuresList {
	display: flex;
	margin-top: 70px;
	justify-content: center;
	margin-bottom: 70px;
}

.featuresList .item {
	width: 30%;
	max-width: 324px;
	margin: 0 20px;
}

.featuresList .item .icon {
	background-image: url('/templates/img/main_page_icons.svg');
	background-position: -2px -36px;
	width: 40px;
	height: 40px;
	background-color: #F4EBFF;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(244 235 255 / 40%);
	margin: 0 auto 20px;
}

.featuresList .item .text1 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
}

.featuresList .item .text2 {
	color: #475467;
	margin-top: 10px;
	line-height: 200%;
	text-align: center;
}

.featuresList .item.i1 .icon {
	background-position: -302px 5px !important;
}

.featuresList .item.i2 .icon {
	background-position: -336px 5px !important;
}

.featuresList .item.i3 .icon {
	background-position: -370px 5px !important;
}

.feature.upd1 {
	background: #F9F5FF;
	border: none;
	padding: 4px 0;
}

.pageContent .img1.upd1 {
	background-image: url('/templates/img/tablet_phone_big.png');
	width: 880px;
	height: 600px;
	margin-top: 65px;
}

#gen_model_div .options .opt_selected .img_after {
	background-position: -217px -4px;
}

#gen_model_div .options .img_before {
	display: none;
}

#gen_model_div .options .img_before {

}

#gen_model_div .options .opt_12 .img_before,
#gen_model_div .options .opt_13 .img_before,
#gen_model_div .options .opt_14 .img_before,
#gen_model_div .options .opt_20 .img_before {
	background-position: -186px -2px;
	display: block;
}

.universities {
	padding: 50px 0;
	border-bottom: 1px solid #e9e9e9;
}

.universities .text {
	text-align: center;
	margin-bottom: 20px;
}

.universities .logos {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.universities .item {
	width: 100px;
	height: 100px;
	background-size: cover;
	margin: 0 10px;
	filter: grayscale(100%);
}

.universities .item.i1 {
	width: 209px;
	height: 43px;
}

.universities .item.i2 {
	width: 193px;
	height: 50px;
}

.universities .item.i3 {
	width: 165px;
	height: 53px;
}

.universities .item.i4 {
	width: 127px;
	height: 59px;
}

.stillQuestions {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stillQuestions .img {
	background-image: url('/templates/img/people_questions.png');
	width: 123px;
	height: 60px;
	margin: 40px auto 20px;
}

.stillQuestions .text2,
.stillQuestions .text1 {
	text-align: center;
	margin-bottom: 20px;
}

.stillQuestions .text1 {
	font-size: 20px;
	font-weight: 600;
}

.button1.btnMod3 {
	padding: 12px 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.universities .item:hover {
	cursor: pointer;
	filter: grayscale(0%);
}

@media screen and (max-width: 1200px) {
	.aiWriter {
		padding: 0 40px;
	}
	.pageContent .img1.upd1 {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.aiWriter {
		padding: 0 25px;
	}
	.aiWriter .form .row.double {
		flex-direction: column;
		justify-content: unset;
	}
	.aiWriter .form .row .col {
		width: 100%;
	}
	.info .toolTip {
		right: -45px;
		transform: unset;
	}
	.info .toolTip .bottomArrow {
		right: 42px;
		transform: unset;
	}
	.featuresList {
		flex-direction: column;
		margin-bottom: 0;
	}
	.featuresList .item {
		width: unset;
		max-width: unset;
		margin: 0 20px 20px;
	}
	.universities .logos {
		flex-wrap: wrap;
	}
	.universities .item {
		margin: 0 10px 20px 10px;
		filter: grayscale(100%);
	}
	.universities {
		padding: 0;
	}
	.universities .item.i4 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.pageContent .img1 {
		background-image: url('/templates/img/laptop_small.png');
		width: 100%;
		height: 250px;
		background-position: center;
	}
	.section2, .section1 {
		padding: 20px;
	}
	.reviews {
		display: flex;
		max-width: 460px;
		margin: 0 auto 0;
		flex-direction: column;
		align-items: center;
	}
	.reviews a .jabber, .reviews a .google {
		margin-bottom: 20px;
	}
	.feature {
		margin: 10px auto 20px;
	}
	.reviews a {
		width: unset;
	}
	.pageContent .img1.upd1 {
		background-image: url('/templates/img/phone_small.png');
		width: unset;
		height: 600px;
		margin-top: 50px;
	}
}

@media screen and (max-width: 600px) {
	.pageContent .img1.upd1 {
		height: 350px;
		background-position: center;
		margin-top: 30px;
	}
	.universities .item {
		width: 100% !important;
		background-size: inherit;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		justify-content: center;
	}
	.files {
		flex-direction: column;
	}
	.files p {
		text-align: center;
		padding-top: 20px;
	}
}

.inputError {
	border: 1px solid #E91E63 !important;
	box-shadow: 0 0 0 4px #e91e6314;
}

.pType2 {
	text-align: left;
	max-width: 1000px;
	margin: 0 auto 20px;
}

.pageContent h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.img2 {
	max-width: 800px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.img2 img {
	width: 100%;
}

.videoSection {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: var(--black-t1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBlock {
	background: var(--white);
	padding: 20px 20px 20px 20px;
	max-width: 1200px;
	width: 100%;
	border-radius: 10px;
	position: relative;
}

.videoBlock h2 {
	margin-bottom: 20px;
}

.closeVideo {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	height: 18px;
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.closeVideo:hover {
	color: red;
}

.pType2 {
	text-align: center;
}

#showVideo {
	cursor: pointer;
}

#showVideo:hover {
	opacity: 0.7;
}

.academic_levels_block {
	border-bottom: 1px solid #EBEEF2 !important;
}

.col-xl-12 { width: 100% }

#gen_model {
	color: #111;
}

#gen_model:hover {
	border: 1px solid #6c54ff !important;
	box-shadow: 0 0 0 4px rgba(108, 84, 255, 0.1);
}

.paraphrase_button, .download {
	cursor: pointer;
}


.hType3 {

}
.pType3{

}
.ulType2{
	margin: 0 auto;
	max-width: 470px;
	text-align: center;
	list-style: none;
	color: #475467;
	line-height: 150%;
}

@media screen and (max-width: 850px) {
	#gen_model {
		width: calc(100% - 120px) !important;
	}

	.toolTip2 .bottomArrow {
		top: -6px;
		border-top: 0;
		border-bottom: 10px solid #101828;
		display: block !important;
		left: unset;
		transform: unset;
		right: 4px;
	}
}



.hidden {
	display: none;
}


/* ======================================================= */
/* ======================================================= */
/* ======================================================= */

.separator1 {
    background: none !important;
}
@media screen and (max-width: 1630px) {
    .control_buttons {
        display: flex;
    }
    .control_buttons {
        position: absolute !important;
    }
    .separator1 {
        height: calc(100% - 247px) !important;
    }
}
@media screen and (max-width: 850px) {
    .control_buttons {
        display: none;
    }
}

.filesBlock label {
    color: #000 !important;
    border: 1px dashed #000 !important;
}

.upload:before {
    opacity: 0.9 !important;
}

.filesBlock:hover label {
    background: #f4f4f4 !important;
}

.filesBlock:hover .upload:before {
    opacity: 1 !important;
}


@media screen and (max-width: 1400px) {
    .paraphrase_content {
        flex-direction: unset !important;
    }
    #paraphrase_button {
        display: block !important;
    }
    #paraphrase_button_2 {
        display: none !important;
    }
}

@media screen and (max-width: 700px) {
    .paraphrase_content {
        flex-direction: column !important;
    }
    #paraphrase_button {
        display: none !important;
    }
    #paraphrase_button_2 {
        display: block !important;
    }
}


form#paraphrase_result_form #text_result {
    width: 100%;
    outline: none;
    font-family: var(--main-font), sans-serif;
    font-size: 14px;
    border-color: #EFF0F3;
    background: #F5F7FA no-repeat 50%;
    padding: 16px 20px;
    line-height: 2;
    height: 400px;
    margin-left: 20px;
    overflow: scroll;
    max-width: unset !important;
}










.text_area_block {
    position: relative;
    display: flex;
}

#text_result {
    border: 1px solid #ccc;
    padding: 12px;
    max-width: 600px;
    font-size: 18px;
    line-height: 1.6;
}

.synonym-word {
    cursor: pointer;
    /*background-color: #e0f0ff;*/
    border-bottom: 1px dashed #007bff;
    padding: 0 2px;
    border-radius: 3px;
    display: inline-block;
}

#synonyms {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 4px;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#synonyms li {
    padding: 6px 12px;
    cursor: pointer;
}

#synonyms li:hover {
    background-color: #f0f0f0;
}

.hidden {
    display: none;
}

form#paraphrase_form textarea {
    padding: 16px 20px 80px 20px;
}

.filesBlock label {
    background: #f5f7fa;
}


span.ai {
    background: #ffd4d4;
    padding: 5px;
}

span.human {
    background: #c4ffc4;
    padding: 5px;
}

.videoSection {
    z-index: 9999;
}

.img2 {
    max-width: 700px;
}

.pType2 {
    max-width: 700px;
}

.pageContent h3 {
    max-width: 700px;
    margin: 20px auto 10px auto;
}

.pageContent p {
    text-align: justify;
    text-indent: 20px;
}

.pageContent h3 {
    font-size: 25px;
}

.pageContent h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

.ulType2 {
    margin: 0 auto;
    max-width: 470px;
    text-align: left;
    list-style: disc;
    color: #475467;
    line-height: 250%;
}

button.download {
    width: 50%;
    background: #fff;
    color: #fff;
    border: none;
    padding: 17px 20px;
    cursor: pointer;
    border-radius: 10px;
    font-family: var(--main-font), sans-serif;
    font-size: 14px;
    border: 1px solid #6c54ff;
    color: #000;
    font-weight: 600;
}

.detect {
    width: 50%;
    background: #fff;
    color: #000;
    border: 1px solid #6c54ff;
    padding: 17px 20px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--main-font), sans-serif;
}

.detect:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(167,99,255,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(167,99,255,1);
    box-shadow: 0px 0px 13px 0px rgba(167,99,255,1);
}

.btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    min-width: 400px;
}

@media screen and (max-width: 1600px) {
    .btns {
        min-width: unset;
    }
}

.detect.dis {
    background: #f0f0f0;
    color: #999;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

@media screen and (max-width: 660px) {
    .detect {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    #text_result {
        margin-left: 0 !important;
    }
}

.upload:before {
    display: none !important;
}

.filesBlock label {
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.filesBlock label span {
    text-align: center;
}

@media screen and (max-width: 700px) {
    #paraphrase_button {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .buttons_block {
        padding-right: 0;
    }
}

.control_buttons.v1 {
    right: calc(50% - 110px);
}

@media screen and (max-width: 1150px) {
    .control_buttons.v1 {
        right:0;
    }

    button.download:after, button.download:before {
        display: none;
    }
}
