/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ------ General Reset ------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}

ul, ol {
	list-style: none;
}

a, .link {
	display: inline-block;
	text-decoration: none;
}

a:hover, .link:hover,
a:focus, .link:focus {
	text-decoration: none;
}

input[type="search"],
input[type="text"] {
	cursor: text;
	-webkit-appearance: textfield;
	appearance: auto;
	-webkit-rtl-ordering: logical;
}

/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ------- Input Reset -------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */

input[type="text"],
input[type="password"],
textarea,
select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input::-ms-clear {
	display: none;
}

a,
button,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

button {
	white-space: normal;
}

button[disabled] {
	opacity: 0.5;
	cursor: default;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select {
	-webkit-appearance: none;
}

/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ---- Input Placeholder ----
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */

::-webkit-input-placeholder {
	color: #808080;
	font-family: 'Inter', sans-serif;
	/*font-size: 14px;*/
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: normal;
}

:-moz-placeholder {
	color: #808080;
	font-family: 'Inter', sans-serif;
	/*font-size: 14px;*/
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: normal;
}

::-moz-placeholder {
	color: #808080;
	font-family: 'Inter', sans-serif;
	/*font-size: 14px;*/
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: normal;
}

:-ms-input-placeholder {
	color: #808080;
	font-family: 'Inter', sans-serif;
	/*font-size: 14px;*/
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: normal;
}

/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * ------ Base Elements ------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */
html,
body {
	color: #252324;
	font-family: 'Inter', sans-serif;
	/*font-size: 13px;*/
	font-size: 14px;
	font-weight: 400;
}

b,
strong {
	font-weight: 600;
}