/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #1d1d27;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Chakra Petch', 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;
	min-height: 100vh;
}
.wtool-listing-header {
	padding: 15px 20px 0 20px;
	text-align: center;
}
.header-logo {
	max-width: 60px;
	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;
}
.top-apps-wrapper {
	padding: 0 20px;
	margin-top: 10px;
	-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;
}	
.wtool-wrapper.desktop .top-apps-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
.top-apps-title {
	padding: 5px 15px 0 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #1c7df2;
	text-align: center;
}
.top-apps-content {
	padding: 0 15px;
}
.top-app-title {
	color: #fff;
	font-size: 0.85em;
	font-weight: 700;
	margin-top: 7px;
}
.top-app-img {
	max-width: 60px;
	border-radius: 7px;
	margin: 0 auto;
}
.top-apps-item-content {
	text-align: center;
	cursor: pointer;
}
.top-apps-inner {
	background: #15151e;
	border-radius: 7px;
}
.wtool-listing-wrapper {
	margin-top: 10px;
	padding: 0 20px;
}
.search-form-wrapper {
	padding: 10px 20px;
	-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;
	background: #15151e;
}
.search-input-wrapper {
	position: relative;
	background: #1d1d27;
	border-radius: 7px;
}
.search-input {
	border: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	border-radius: 7px;
	height: 45px;
	color: #fff;
	padding: 0 20px 0 45px;
	font-size: 0.9em;
}
.search-input::-webkit-input-placeholder {
	color: #6c757d;
}
.search-input:-moz-placeholder {
	color: #6c757d;
	opacity:  1;
}
.search-input::-moz-placeholder {
	color: #6c757d;
	opacity:  1;
}
.search-input:-ms-input-placeholder {
	color: #6c757d;
}
.search-input-wrapper span {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1em;
	color: #6c757d;
}
.logo-img {
	display: table;
	margin: 0 auto 5px auto;
	max-width: 200px;
	max-height: 70px;
}
.wtool-listing-title span {
	display: block;
	font-size: 1.4em;
	filter: invert(84%) sepia(29%) saturate(474%) hue-rotate(93deg) brightness(91%) contrast(88%);
}
.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: #15151e;
	padding: 10px 15px;
	border-radius: 5px;
	-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: 7px;
	cursor: pointer;
}
.wtool-li-item-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wtool-li-item-left {
	width: 50px;
}
.wtool-li-item-middle {
	width: calc(100% - 90px);
	padding: 0 15px;
}
.wtool-li-item-right {
	width: 40px;
}
.wtool-li-item-row:last-child {
	margin-bottom: 0;
}
.wtool-li-item-title {
	margin: 0 0 3px 0;
}
.wtool-li-item-version {
	color: #adb1b7;
}
.wtool-li-item-version-val {
	font-weight: 600;
	margin-left: 5px;
}
.wtool-li-item-badge {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.wtool-li-item-badge span {
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	width: 40px;
	background: transparent;
	font-weight: 400;
	font-size: 0.9em;
	border-radius: 5px;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
	margin-right: 5px;
}
.wtool-li-item-btn {
	position: relative;
	color: #fff;
	background: #1c7df2;
	width: 100%;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 3px 5px;
	display: flex;
	align-items: center;
	font-weight: 700;
	justify-content: center;
	font-size: 1.2em;
}
.wtool-li-item-btn-active {
	border: 2px solid #fff;
}
.wtool-li-item-btn .button-icon {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(338deg) brightness(104%) contrast(102%);
	position: relative;
	font-size: 1em;
}
.button-icon-2 {
	margin-right: 5px;
	color: #fff;
	font-size: 1.2em;
}
.app-element-icon {
	border-radius: 7px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.lowopac {
	opacity: 0.35;
	transform: scale(0.85);
}
.dl-prcs-o-wp {
	padding: 0 20px;
	margin-top: 10px;
}
.dl-prcs-wrapper {
	background: #fff;
	padding: 12px 15px;
	border-radius: 7px;
	position: relative;
	z-index: 5;
}
.dl-prcs-msg {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 0.85em;
}
.dl-prcs-msg-title {
	font-weight: 700;
	margin-left: 5px;
}
.dl-prcs-loader {
	margin-right: 5px;
	color: #1c7df2;
}
.dl-prcs-lb {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 5px auto 0 auto;
	background: #e7e7e7;
	border-radius: 10px;
}
.dl-prcs-lb div {
	font-size: 5px;
	text-indent: 9999px;
	background: #1c7df2;
	overflow: hidden;
	border-radius: 10px;
}
.mfp-bg {
	background: #121620;
	opacity: 0.8;
}
.modal-wrapper {
	max-width: 420px;
	margin: 0 auto;
	background: #1e2936;
	padding: 30px 50px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.5);
}
.qr-info-img {
    border-radius: 7px;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 30%);
}
.qr-info-apptitle {
	font-size: 1.8em;
	font-weight: 700;
	margin: 10px auto 0 auto;
}
.step-qr-wrapper h3 {
	color: #1c7df2;
	font-weight: 700;
	font-size: 1.2em;
}
.step-qr-wrapper span {
	display: block;
	margin: 0 0 15px 0;
}
.step-qr-wrapper {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 3px solid rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------------------------
# 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-title {
		font-size: 1.2em;
	}
	.wtool-li-item-version {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 320px) {
	.wtool-inner {
		min-height: calc(100vh - 68px);
	}
}