/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #040c12;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

textarea, input, a, button {
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Teko', sans-serif;
	font-size: 16px;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus;

	{
	text-decoration: none !important;
	outline: none !important;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.wtool-inner {
	position: relative;
}

.wtool-listing-header {
	padding: 15px 20px 0 20px;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #0a1720;
	z-index: 5;
	border-bottom: 1px solid rgba(255, 255, 255, .04);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.header-logo {
	max-width: 70px;
	margin: 0 0 10px 0;
}

.wtool-listing-header h1 {
	font-size: 1.4em;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	letter-spacing: 3px;
	color: #fff;
}

.wtool-listing-wrapper {
	margin-top: 10px;
	padding: 200px 20px 0 20px;
}

.search-form-wrapper {
	padding: 10px 0 20px 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.search-input-wrapper {
	position: relative;
	background: #040c12;
	border-radius: 5px;
}

.search-input {
	border: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	border-radius: 5px;
	height: 45px;
	color: #fff;
	padding: 0 20px 0 45px;
	font-size: 1em;
}

.search-input::-webkit-input-placeholder {
	color: var(--main-color);
}

.search-input:-moz-placeholder {
	color: var(--main-color);
	opacity: 1;
}

.search-input::-moz-placeholder {
	color: var(--main-color);
	opacity: 1;
}

.search-input:-ms-input-placeholder {
	color: var(--main-color);
}

.search-input-wrapper span {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1em;
	color: var(--main-color);
}

.wtool-listing-title span {
	display: block;
	font-size: 1.4em;
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
}

.home-section-title-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e7edf5;
}

.title-icon {
	max-width: 20px;
	max-height: 20px;
	margin-right: 7px;
}

.home-section-title-wrapper h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
}

.wtool-li-item-row {
	position: relative;
	background: #11181e;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 20px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.wtool-li-item-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wtool-li-item-left {
	width: 100%;
	text-align: center;
}

.wtool-li-item-title {
	display: flex;
	width: calc(100% - 51px);
	padding-right: 15px;
}

.wtool-li-item-rating {
	display: flex;
	align-items: center;
	width: 51px;
	text-align: right;
	justify-content: right;
}

.rating-score {
	line-height: 1;
	position: relative;
	top: 3px;
	font-weight: 600;
	letter-spacing: 1px;
}

.wtool-li-item-header {
	display: flex;
}

.wtool-li-item-middle {
	width: 100%;
	padding: 20px 15px 20px 15px;
}

.wtool-li-item-row:last-child {
	margin-bottom: 0;
}

.wtool-li-item-title {
	margin: 15px 0 5px 0;
	font-size: 1.6em;
}

.wtool-li-item-description {
	font-size: 0.9em;
	color: #abaeb0;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0;
}

.wtool-li-item-btn {
	position: relative;
	color: #111111;
	background: var(--main-color);
	width: 100%;
	max-width: 140px;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 5px;
	display: flex;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	font-size: 1em;
	margin: 15px 0 0 0;
}

.wtool-li-item-btn:before {
	top: 3px;
	left: 3px;
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/btn-shape.svg);
}

.wtool-li-item-btn-active {
	border: 2px solid #fff;
}

.wtool-li-item-btn .button-icon {
	filter: invert(0%) sepia(7%) saturate(992%) hue-rotate(329deg) brightness(88%) contrast(87%);
	position: relative;
	margin-right: 5px;
	font-size: 1em;
}

.button-text {
	position: relative;
	top: 2px;
}

.app-element-icon {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}

.appdet-modal {
	position: fixed;
	width: auto;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #1b121d;
	background: -moz-linear-gradient(90deg, #1b121d 0, #120f2f 50%, #1b121d 100%);
	background: -webkit-linear-gradient(90deg, #1b121d 0, #120f2f 50%, #1b121d 100%);
	background: linear-gradient(90deg, #1b121d 0, #120f2f 50%, #1b121d 100%);
	z-index: 200 !important;
	overflow: hidden;
}

.appdet-content {
	overflow: auto;
	z-index: 1;
	max-width: 100%;
	height: 100%;
}

.appdet-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.appdet-close span {
	cursor: pointer;
	font-size: 1.2em;
}

.anifa {
	animation-duration: 0.6s;
}

.anifav {
	animation-duration: 0.3s;
}

.noscroll {
	overflow: hidden;
}

.step-app-img-wrapper {
	height: 30vh;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.step-app-details {
	margin: 0 auto;
	position: relative;
	padding-top: 27vh;
}

.step-app-details-inner {
	background: #040c12;
	padding: 40px 20px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	position: relative;
	z-index: 2;
	min-height: 650px;
	box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.35);
}

.appdet-title {
	color: #fff;
	font-size: 1.6em;
	margin: 0 0 15px 0;
}

.appdet-desc {
	color: #abaeb0;
	margin: 0;
	font-weight: 700;
}

.appdet-download-row {
	display: flex;
	align-items: center;
	margin: 30px 0 0 0;
}

.addr-left {
	width: 50px;
}

.addr-edition {
	display: block;
	font-size: 0.65em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--main-color);
	font-weight: 700;
}

.appdet-title-small {
	font-size: 0.95em;
	font-weight: 700;
	margin: 3px 0;
}

.addr-platforms {
	font-size: 0.8em;
	color: #abaeb0;
	display: block;
	font-weight: 700;
}

.addr-middle {
	padding: 0 10px;
	width: calc(100% - 130px);
}

.addr-right {
	width: 80px;
}

.addr-dl-btn, .verification-button {
	display: flex;
	align-items: center;
	color: #111;
	justify-content: center;
	padding: 0 5px;
	height: 40px;
	font-size: 0.75em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	background: var(--main-color);
	position: relative;
	border-radius: 3px;
	cursor: pointer;
}

.addr-dl-btn:before, .verification-button:before {
	top: 3px;
	left: 3px;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/btn-shape.svg);
}

.appdet-ratings {
	margin-top: 30px;
	margin-bottom: 10px;
}

.appdet-ratings h4 {
	margin: 0 0 10px 0;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #abaeb0;
	border-bottom: 2px solid #11181e;
	padding-bottom: 7px;
}

.ad-rating-rows-wrapper {
	display: flex;
}

.ad-rating-row {
	margin-bottom: 10px;
	width: 20%;
}

.ad-rating-row:last-child {
	margin-bottom: 0;
}

.ad-rr-left {
	font-size: 0.8em;
	font-weight: 900;
	color: #abaeb0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rating-icon {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	;
	font-size: 1.2em;
	margin-right: 5px;
}

.ad-rr-middle {
	padding: 0 20px;
}

.ad-rr-right {
	font-size: 0.9em;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.ad-rr-right .rating-icon {
	position: relative;
	top: -2.5px;
}

.ad-rr-bar {
	background: #11181e;
	border-radius: 5px;
	height: 100px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.02);
	transform: rotate(180deg);
}

.add-rr-bar-i {
	width: 100%;
	height: 0;
	background: var(--main-color);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, var(--main-color) 0%, #00abfb 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, var(--main-color) 0%, #00abfb 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, var(--main-color) 0%, #00abfb 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--main-color)', endColorstr='#00abfb', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	position: relative;
}

.wtool-li-item-hidden-meta {
	display: none !important;
}

.desktop-notice-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	text-align: center;
}

.desktop-notice-wrapper .desktop-notice-icon-1 {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	font-size: 15em;
}

.desktop-notice-wrapper h1 {
	font-size: 2.8em;
	font-weight: 900;
	margin: 15px auto 0 auto;
}

.desktop-notice-wrapper p {
	margin: 15px auto 0 auto;
	font-size: 1.2em;
}

.desktop-notice {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.desktop-notice-note {
	margin: 15px auto 0 auto;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.desktop-notice-wrapper .desktop-notice-icon-2 {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	margin-right: 10px;
}

.codproc-icon-img {
	max-width: 80px;
	max-height: 80px;
}

.code-proc-top {
	text-align: center;
}

.codeproc-title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.codeproc-subtitle {
	letter-spacing: 5px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 700;
	color: #abaeb0;
}

.code-proc-bot {
	margin-top: 80px;
}

.loader {
	width: 48px;
	height: 48px;
	border: 3px solid #FFF;
	border-radius: 50%;
	display: table;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	margin: 0 auto;
}

.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid;
	border-color: var(--main-color) transparent;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.code-wrap {
	min-height: 70px;
	margin: 40px 0 20px 0;
}

.console-code-wrapper {
	display: none;
	position: relative;
}

.s-c-wrapper {
	display: none;
	text-align: center;
}

.success-check {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	font-size: 4em;
}

.info-icon {
	filter: invert(75%) sepia(57%) saturate(451%) hue-rotate(345deg) brightness(102%) contrast(104%);
	font-size: 4em;
}

#code-generation {
	text-align: center;
	color: var(--main-color);
	background: #11181e;
	border-radius: 150px;
	padding: 10px 5px 7px 5px;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 6px;
	display: block;
	margin: 15px auto 0 auto;
}

.code-m {
	text-align: center;
	font-size: 1.6em;
}

.step-app-last {
	text-align: center;
	margin: -40px auto 0 auto;
}

.last-title {
	font-size: 1.6em;
	font-weight: 700;
}

.last-intro {
	color: #abaeb0;
}

.verification-code-title {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	font-weight: 700;
}

.verification-generated-code {
	text-align: center;
	color: var(--main-color);
	background: #11181e;
	border-radius: 150px;
	padding: 10px 5px 7px 5px;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 6px;
	display: block;
	margin: 0 auto 0 auto;
}

.h-v-time-left-wrapper {
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
}

#human_verification_timer_time {
	color: var(--main-color);
	display: block;
	line-height: 1;
}

.verification-button-wrapper {
	margin: 10px 0 0 0;
}

.verification-button {
	text-decoration: none !important;
}

.appdet-reviews {
	margin-top: 30px;
}

.appdet-reviews h4 {
	margin: 0 0 10px 0;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #abaeb0;
	border-bottom: 2px solid #11181e;
	padding-bottom: 7px;
}

.ad-review-row {
	display: flex;
	border-bottom: 1px dashed #11181e;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.ad-review-row:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.ad-review-row-left {
	width: 50px;
}

.ad-review-row-right {
	width: calc(100% - 50px);
	padding-left: 15px;
	font-size: 0.8em;
}

.review-name {
	font-weight: 900;
	letter-spacing: 2px;
}

.review-date {
	margin: 0 0 5px 0;
	color: #abaeb0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 700;
	color: var(--main-color);
}

.review-content {
	font-weight: 700;
	font-size: 0.95em;
	color: #abaeb0;
}

.appdet-add-review {
	margin-top: 30px;
}

.appdet-add-review h4 {
	margin: 0 0 10px 0;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #abaeb0;
	border-bottom: 2px solid #11181e;
	padding-bottom: 7px;
}

.review-textarea {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 10px 15px;
	font-size: 0.65em;
	color: #abaeb0;
	font-weight: 700;
	width: 100%;
}

.review-textarea::-webkit-input-placeholder {
	color: #abaeb0;
}

.review-textarea:-moz-placeholder {
	color: #abaeb0;
	opacity: 1;
}

.review-textarea::-moz-placeholder {
	color: #abaeb0;
	opacity: 1;
}

.review-textarea:-ms-input-placeholder {
	color: #abaeb0;
}

.add-review-btn {
	display: flex;
	align-items: center;
	color: #111;
	justify-content: center;
	padding: 0 5px;
	height: 30px;
	max-width: 120px;
	margin: 0 auto;
	font-size: 0.76em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin: 5px auto 0 auto;
}

.add-review-note {
	font-size: 0.75em;
	font-weight: 900;
	letter-spacing: 0.7px;
	color: #fc4347;
	text-align: center;
	display: none;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (min-width: 1440px) {
	.wtool-listing-header {
		padding: 40px 0;
	}
}

@media screen and (max-width: 480px) {
	.wtool-inner {
		min-height: 100vh;
		padding-bottom: 90px;
	}

	.wtool-li-item-t-l-w {
		width: 60px;
		padding-right: 15px;
	}

	.wtool-li-item-t-m-w {
		width: calc(100% - 60px);
		padding-right: 15px;
	}

	.wtool-li-item-t-r-w {
		width: 100px;
	}

	.wtool-li-item-version {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 320px) {
	.wtool-inner {
		min-height: calc(100vh - 68px);
	}
}