.w50{
	width: 50%;
	float: left;
	position: relative;
}
.w48{
	width: 48%;
}
.htag_result_tables{
	display: flex;
	justify-content: center;
}
.f_right{
	float: right;
}
.d_inline{
	display: inline-block;
	width: 100%;
}
.result_area{
	margin-bottom: 50px;
}
.main_hg{
	background-color: #fdf0f6;
	background-image: url(background.png);
	background-size: cover;
	position: relative;
	margin-bottom: -7px;
}
.main_hg:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45%;
	background-color: rgba(255,255,255,0.6);
}
.main_hg .photo_block{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 50px 0;
	width: 460px;
	float: right;
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.15);
}
.tablesorter-header-inner .all_related span,
.tablesorter-header-inner .all_nich span {
	color: #4c81a9;
	text-decoration: underline;
}
#copied_text,
#copied_text_key {
    text-align: center;
    font-size: 14px;
    color: #f14072;
    display: none;
}
.copy_button a.cpBtnKey {
	margin-top: 20px;
}
.tablesorter-header-inner:hover span {
	text-decoration: none;
} 
.photo_block .name{
	padding: 25px;
}
.photo_block .name figure{
	width: 35px;
    height: 35px;
    background-color: #eee;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.photo_block .name > div{
	display: inline-block;
}
.photo_block .name > div p{
	margin-bottom: 0;
    width: 249px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.photo_block .name > div.dot{
	float: right;
}
.photo_block .name > div.dot img{
	width: 20px;
}
.foot_photo{
	padding: 15px 25px 25px;
}
.body_phot{
	text-align: center;
}
.foot_photo .likes > div{
	display: inline-block;
	float: left;
	padding-right: 5px;
}
.foot_photo .likes > div img{
	width: 20px;
}
.foot_photo .likes .mark{
	float: right;
	padding-right: 0;
}
.hashtext span{
	color: #5193b3;
}
.main_hg .title{
	margin-left: 20%;
	position: relative;
	z-index: 1;
	margin-top: 55px;
	font-size: 70px;
	line-height: 83px;
	font-weight: 600;
}
.column_attr.input_field{
	margin-left: 20%;
	z-index: 999;
	position: relative;
}
.file-input{
    margin: 40px 0 20px;
}
.file-input #file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-input #file + label {
    font-weight: 700;
    color: #8f8f8f;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #cecece;
    width: 360px;
    font-size: 32px;
    border-radius: 5px;
    overflow: hidden;
}
.file-input #file + label svg{
	margin: 8px 9px;
    position: absolute;
}
.file-input #file + label span{
	display: inline-block;
    line-height: 47px;
    border-left: 1px solid #cecece;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 46px;
}
.file-input #file:focus + label,
.file-input #file + label:hover {
    color: #333;
}

.file-input #file + label {
	cursor: pointer; /* "hand" cursor */
}
.file-input #file:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.uploadButton{
	background-color: #00c695;
	color: #fff;
	display: block;
    width: 360px;
    border-radius: 5px;
    text-align: center;
    padding: 13px 0;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.uploadButton:hover{
	text-decoration: none;
}
.scroll_button{
	width: 360px;
	text-align: center;
	margin-top: 15px;
}
.scroll_button a{
	position: relative;
	color: #333;
	font-size: 14px;
}
.scroll_button a svg{
	position: absolute;
	top: 120%;
	left: calc(50% - 7px);
	animation: 1.5s ease-in 1s godown infinite;
}
.result_area .description ul{
	margin: 70px auto 100px;
    text-align: center;
    font-size: 16px;
    display: flex;
}
.result_area .description ul li {
	list-style: none;
    width: 80%;
    margin: auto;
    padding: 0 20px;
}
.result_area h3{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.result_area thead th{
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.result_area table{
	border: 0;
}
.result_area .w48.f_right{
	position: relative;
}
.result_area .w48.f_right.htagLoad:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.8);
	background-image: url(../../img/imh-loading.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100px;
}
.result_area table td{
	border-right: 0;
	padding: 7px 0;
	font-size: 14px;
}
.result_area table td a{
	color: #4c81a9;
}

.result_area table td input[type=checkbox] {
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 1;
    position: relative;
}
.result_area table td input[type=checkbox]:disabled{
	opacity: 0.4;
	cursor: default;
} 
.result_area table td input[type=checkbox]:before {
    content: "";
    background-color: #cecece;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    top: -13px;
    position: absolute;
    transition: 0.2s;
    cursor: pointer;
    left: -8px;
}
.result_area table tr td:last-of-type,
.result_area thead th:last-of-type{
	text-align: center;
}
.result_area table td input[type=checkbox]:checked:before{
	background-color: #00c695;
}
.copy_button a{
	background-color: #00c695;
	display: block;
	width: 260px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	border-radius: 8px;
	font-weight: 600;
	position: relative;
}
.copy_button a:hover{
	text-decoration: none;
}
.copy_button a:before{
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #00c695;
	border-radius: 8px;
	position: absolute;
	transition: 1.3s;
	opacity: 1;
}
.copy_button a:hover:before{
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	opacity: 0;
	transition: 1s;
}
footer#footer{
	margin-top: 0;
}
.word_genereted{
	width: 50%;
    margin: 35px auto 0;
}
.word_genereted .descr{
	text-align: center;
	padding-bottom: 20px;
	line-height: 20px;
}
.word_genereted .inpWord{
	display: flex;
	align-items: center;
}
.word_genereted .inpWord input[name=keyword]{
	width: calc(100% - 140px);
	float: left;
	border-radius: 5px 0 0 5px;
}
.word_genereted .inpWord input[type=submit]{
    padding: 10px;
    float: left;
    border-radius: 0 5px 5px 0;
}
input.error{
	border-color: red;
	animation: shadow_puls 2s infinite;
}
.result_keygen {
    width: 50%;
    margin: auto;
    display: none;
}
.result_keygen textarea {
    color: #666;
}
.link_to_tiktok{
	margin-top: 50px;
    text-align: center;
    max-width: 360px;
    font-size: 14px;
}
.link_to_tiktok a{
	color: #333333;
}
@keyframes shadow_puls {
    0% {box-shadow: 0 0 0 0 red;}
    50% {box-shadow: 0 0 3px 0 red;}
    100% {box-shadow: 0 0 0 0 red;}
} 
@keyframes godown {
    0% {top: 120%;}
    50% {top: 145%;}
    100% {top: 120%;}
}

.hashtagFaq .wp-faq-schema-wrap.wp-faq-schema-accordion {
    border: unset;
    max-width: 800px;
    margin: 0 auto 50px;
}


@media screen and (max-width: 1024px){
	.photo_block,
	.file-input #file + label,
	.uploadButton,
	.scroll_button{
		width: 100% !important;
	}
}
@media screen and (max-width: 850px){
	.main_hg .title{
		font-size: 60px;
		line-height: 73px;
	}
	.word_genereted,
	.result_keygen {
		width: 80%;
    }
}
@media screen and (max-width: 700px){
	.main_hg .title {
	    font-size: 40px;
	    line-height: 49px;
	}
	.result_area thead th{
		font-size: 12px;
	}
	.htag_result_tables{
		flex-direction: column;
	}
}
@media screen and (max-width: 460px){
	.main_hg .w50,
	.w48{
		float: none;
		width: 100%;
	}
	.main_hg .w50:first-child{
		display: table-footer-group;
	}
	.main_hg .w50:last-child{
		display: table-header-group;
		padding: 0 10px;
		box-sizing: border-box;
		text-align: center;
	}
	.main_hg:after {
	    width: 100%;
	    height: 420px;
	}
	.main_hg .title{
		margin-left: 0;
	}
	.file-input{
		text-align: left;
	}
	.column_attr.input_field{
		margin: 0 15px;
	}
	.main_hg .title {
	    font-size: 45px;
	    line-height: 57px;
	}
	.uploadButton{
		font-size: 16px;
	}
	.result_area .description p{
		width: 91%;
		line-height: 22px;
		font-size: 14px;
	}
	.result_area h3{
		text-align: center;
	}
	.result_area thead th{
		font-size: 14px;
	}
	.result_area table td:last-of-type,
	.result_area thead th:last-of-type{
		text-align: center;
	}
	.result_area table td{
		font-size: 12px;
	}
	.result_area .description ul li {
		width: 100%;
		float: none;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.word_genereted,
	.result_keygen {
		width: 100%;
    }
	.word_genereted .inpWord{
		flex-direction: column;
	}
	.word_genereted .inpWord input[name=keyword],
	.word_genereted .inpWord input[type=submit]{
		width: 100%;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.word_genereted .inpWord input[type=submit]{
		margin-bottom: 0;
	}
}

.custom_preloader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.6);
}
