:root {
	--primary-color: #0075ff;
}
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #f4f6f9;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Blinker', sans-serif;
	font-size: 16px;
}
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;
}

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
.header {	
	background: var(--primary-color);
}
.header-content {
	padding: 15px 15px;
	text-align: center;
}
.header-logo {
	margin: 0 auto 10px auto;
	max-height: 60px;
}
.header h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.search-form-wrapper {
	padding: 0 15px;
	background: rgba(0, 0, 0, 0.25);
	position: relative;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 25%);
}
.search-input-wrapper {
	position: relative;
	background: none;
	border-radius: 0;
}
.search-input-icon {
	position: absolute;
	left: 0;
	top: 19px;
	color: rgba(0, 0, 0, 0.3);
}
.search-input {
	height: 60px;
	padding: 0 0 0 40px;
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
.search-input::-webkit-input-placeholder {
	color: #fff;
}
.search-input:-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.search-input::-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.search-input:-ms-input-placeholder {
	color: #fff;
}
.applist {
	padding: 30px 15px 30px 15px;
}
.approw-content {
	display: flex;
	align-items:center;
	justify-content: center;
	background: #fff;
	padding: 20px 15px;
	border-radius: 12px;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 8%);
	cursor: pointer;
	margin-bottom: 15px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	position: relative;
}
.approw {
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	position: relative;
}
.approw-active {
	transform: scale(0.85);
	opacity: 0.6;
	cursor: not-allowed;
}
.approw-dl .approw-content {
	padding-bottom: 65px;
}
.approw-left {
	width: 50px;
}
.approw-middle {
	width: calc(100% - 150px);
	padding: 0 15px;
}
.approw-right {
	width: 100px;
}
.approw-img {
	border-radius: 12px;
}
.approw-title {
	font-size: 1.2em;
	margin: 0 0 3px 0;
}
.approw-badge span {
	padding: 1px 3px;
	border: 1px solid #bfc4d8;
	width: 45px;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	font-size: 0.9em;
	color: #bfc4d8;
	line-height: 1;
}
.approw-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	height: 37px;
	border-radius: 10px;
	background: var(--primary-color);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.apprown-btn-icon {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	font-size: 1.2em;
	margin-right: 4px;
}
.approw-btn-text {
	font-size: 0.8em;
}
.approw-process-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: var(--primary-color);
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	display: none;
	padding: 5px 15px;
	text-align: center;
}
.ar-p-string {
	color: #fff;
	font-weight: 600;
	font-size: 0.95em;
}
.proccessing-loadbar {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 4px auto 0 auto;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50px;
}
.proccessing-loadbar div {
	font-size: 5px;
	text-indent: 9999px;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
}
.apprown-prc-icon {
	position: relative;
	top: 10px;
}
/*--------------------------------------------------------------
# Desktop
--------------------------------------------------------------*/
.desktop-notice-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	text-align: center;
}
.desktop-notice-wrapper .icon-nogo {
	color: var(--primary-color);
	font-size: 15em;
}
.desktop-notice-wrapper h1 {
	font-size: 3.6em;
	font-weight: 900;
	margin: 15px auto 0 auto;
	max-width: 500px;
}
.desktop-notice-wrapper p {
	margin: 15px auto 0 auto;
	font-size: 1.2em;
	max-width: 500px;
	color: #333;
}
.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;
	color: #333;
	justify-content: center;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 8%);
	padding: 10px 15px;
	border-radius: 10px;
	background: #fff;
}
.desktop-notice-wrapper .icon-nogo-2 {
	color: var(--primary-color);
	margin-right: 10px;
	filter: invert(34%) sepia(94%) saturate(3559%) hue-rotate(221deg) brightness(100%) contrast(102%);
	font-size: 1.2em;
}


/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 650px) {
	
}