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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #dedefd;
}
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;
}
.webapp-inner {
	position: relative;
	min-height: calc(100vh - 108px);
}
.webapp-listing-header {
	padding: 15px 20px 0 20px;
	text-align: center;
}
.header-logo {
	max-width: 40px;
	margin: 0 0 2px 0;
}
.webapp-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;
}
.webapp-listing-wrapper {
	padding: 15px 20px 0 20px;
}
header {
	z-index: 20;
	padding: 12px 20px;
	background: #30304d;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.085);
}
.search-input-wrapper {
	position: relative;
	background: #282840;
	border-radius: 50px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%
}
.sticky + .webapp-listing-wrapper {
  padding-top: 75px;
}
.search-input {
	border: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	border-radius: 50px;
	height: 45px;
	color: #fff;
	padding: 0 20px 0 45px;
	font-size: 0.9em;
}
.search-input::-webkit-input-placeholder {
	color: #77778e;
}
.search-input:-moz-placeholder {
	color: #77778e;
	opacity:  1;
}
.search-input::-moz-placeholder {
	color: #77778e;
	opacity:  1;
}
.search-input:-ms-input-placeholder {
	color: #77778e;
}
.search-input-wrapper span {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1em;
	color: #77778e;
}
.logo-img {
	display: table;
	margin: 0 auto 5px auto;
	max-width: 200px;
	max-height: 50px;
}
.webapp-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;
}
.app-option-item-row {
	position: relative;
	background: #30304d;
	padding: 10px 15px;
	box-shadow: 0 8px 24px #2a2635;
	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;
}
.app-option-item-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.app-option-item-left {
	width: 50px;
}
.app-option-item-middle {
	width: calc(100% - 100px);
	padding: 0 15px;
}
.app-option-item-right {
	width: 50px;
}
.app-option-item-row:last-child {
	margin-bottom: 0;
}
.app-option-item-title {
	margin: 0 0 3px 0;
}
.app-option-item-version {
	color: #77778e;
}
.app-option-item-version-val {
	font-weight: 600;
	margin-left: 5px;
}
.app-option-item-badge {
	display: flex;
	align-items: center;
	margin-top: 3px;
}
.app-option-item-badge span {
	display: table;
	padding: 3px 8px 3.5px 8px;
	color: #fff;
	background: #ffda0b;
	font-weight: 700;
	font-size: 0.7em;
	border-radius: 10px;
	line-height: 1;
	letter-spacing: 1px;
	margin-right: 5px;
}
.app-option-item-badge span.hot {
	background: #5e2dd8;
}
.app-option-item-btn {
	position: relative;
	color: #fff;
	background: #5e2dd8;
	border: 2px solid rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 7px 5px;
	display: flex;
	align-items: center;
	font-weight: 700;
	justify-content: center;
	font-size: 1.4em;
}
.app-option-item-btn-active {
	border: 2px solid #fff;
}
.app-option-item-btn .button-icon {
	filter: invert(100%) sepia(17%) saturate(2%) hue-rotate(353deg) brightness(115%) contrast(100%);
	color: #fff;
	position: relative;
	top: 1px;
}
.button-icon-2 {
	margin-right: 5px;
	color: #fff;
	font-size: 1.2em;
}
.app-element-icon {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.lowopac {
	opacity: 0.35;
	transform: scale(0.85);
}
.dl-prcs-wrapper {
	background: #fff;
	padding: 12px 15px;
	border-radius: 5px;
	position: relative;
	z-index: 5;
}
.dl-prcs-msg {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
}
.dl-prcs-msg-title {
	font-weight: 700;
	margin-left: 5px;
}
.dl-prcs-loader {
	margin-right: 5px;
	color: #5e2dd8;
}
.dl-prcs-lb {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 5px auto 0 auto;
	background: #e7e7e7;
	border-radius: 3px;
}
.dl-prcs-lb div {
	font-size: 6px;
	text-indent: 9999px;
	background: #5e2dd8;
	overflow: hidden;
	border-radius: 3px;
}
.webapp-nav-wrapper {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 110px;
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.25);
}
.webapp-nav-wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: flex;
}
.webapp-nav-wrapper ul li {
	width: 25%;
	text-align: center;
	padding: 22px 5px;
	font-weight: 700;
	font-size: 1.2em;
	position: relative;
	background: #30304d;
}
.webapp-nav-wrapper ul li:after {
	content: '';
	height: 100%;
	width: 2px;
	background: #212137;
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
}
.webapp-nav-wrapper ul li:last-child::after {
	display: none;
}
.webapp-nav-wrapper ul li .webapp-nav-icon {
	display: block;
	font-size: 1.7em;
	margin-bottom: 5px;
	filter: invert(51%) sepia(8%) saturate(726%) hue-rotate(201deg) brightness(92%) contrast(93%);
}
.webapp-nav-wrapper ul li.active {
	color: #8061ce;
}
.webapp-nav-wrapper ul li.active .webapp-nav-icon {
	filter: invert(44%) sepia(31%) saturate(2647%) hue-rotate(228deg) brightness(86%) contrast(85%);
}
.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(44%) sepia(31%) saturate(2647%) hue-rotate(228deg) brightness(86%) contrast(85%);
	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;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.webapp-inner {
		min-height: calc(100vh - 76px);
		padding-bottom: 90px;
	}
	.webapp-nav-wrapper {
		height: 75px;
	}
	.webapp-nav-wrapper ul li {
		width: 25%;
		text-align: center;
		padding: 15px 5px;
		font-size: 0.8em;
		position: relative;
	}
	.webapp-nav-wrapper ul li:after {
		width: 1px;
		right: 0;
	}
	.app-option-item-t-l-w {
		width: 60px;
		padding-right: 15px;
	}
	.app-option-item-t-m-w {
		width: calc(100% - 60px);
		padding-right: 15px;
	}
	.app-option-item-t-r-w {
		width: 100px;
	}
	.app-option-item-title {
		font-size: 1.2em;
	}
	.app-option-item-version {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 320px) {
	.webapp-inner {
		min-height: calc(100vh - 68px);
	}
	.webapp-nav-wrapper {
		height: 68px;
	}
	.webapp-nav-wrapper ul li {
		padding: 12px 4px;
		font-size: 0.75em;
	}
	.webapp-nav-wrapper ul li:after {
		width: 1px;
		right: 0;
	}
}