/*

Tulip 				#F38E8C
Emerald green 		#3E8C85
Light green bud 	#C8D7A1
Old Dutch 			#F2E1C3
Outerspace blue 	#3D4865
Raisin black 		#202223

*/


#loading {
	width: 100%;
	height: 90vh;
	margin: 0;
	padding: 0;
	align-content: center;
	text-align: center;
}
#result, #no-result, #extra {
	display: none;
}
#extra:has(div div ul li) {
	display: block;
}
#no-result .container {
	padding: 20px 20px 20px 150px;
	border-radius: 10px;
	background: transparent url('/images/warning.png') no-repeat;
	background-size: contain;
}
#extensions, #checks {
	padding: 20px 0px;
	/*border-radius: 10px;*/
	/*background: rgba(200, 215, 161, 0.1);*/
	/*outline: 1px solid #3E8C85;*/
}
#extensions li{
	line-height: 2em;
	margin-bottom: 10px;
	list-style: none;
	border-left: 1px solid silver;
	padding-left: 20px;
}
#extensions li a{
	font-weight: normal;
	font-style: normal;
	font-size: small;
}
.check.fail{
	padding-right: 20px;
	background: transparent url('/images/warning.png') no-repeat;
	background-size: contain;
	background-position: right;
}
small{
	font-size: small;
	vertical-align: baseline;
}
.badge{
	font-size: small;
	border-radius: 5px;
	padding: 4px 8px;
	color: #fff;
	background: #3E8C85;
	font-style: normal;
}
.badge.ghost{
	color: #202223;
	background-color: transparent !important;
	border: 1px solid silver;
}
i.icon {
	display: inline-block;
	height: 26px;
	width: 28px;
	transform: translateY(3px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
i.icon.chrome {
	background-image: url("/images/chrome_icon.png");
}
i.icon.edge {
	background-image: url("/images/edge-icon.png");
}
i.icon.any {
	background-image: url("/images/chrome_icon.png");
}
i.icon.config {
	background-image: url("/images/equalizer.png");
	transform: translateY(6px);
	height: 18px;
	width: 18px;
}
.onerror {
	display: none;
}
.mono{
	font-family: monospace;
}
#multiple-warning, #update-warning, #dev-warning, #beta-info, #web-warning, #web-info {
	display: none;
}
#web-info:has(ul > li) 
{
	display: block;
}
div.warning{
	color: crimson;
	padding: 20px 20px 20px 100px;
	margin: 20px 0 0 0 ;
	border-radius: 10px;
	background: rgba(243, 142, 140, 0.1) url('/images/warning.png') no-repeat;
	background-size: contain;
	outline: 1px solid #F38E8C;
}
div.linked{
	color: #3E8C85;
	padding: 20px 20px 20px 100px;
	margin: 20px 0 0 0 ;
	border-radius: 10px;
	background: rgba(140, 226, 243, 0.1) url('/images/unlink.svg') no-repeat;
	background-size: contain;
	outline: 1px solid #3E8C85;
}
div.light{
	background-size: 48px !important;
	background-position: left 20px top 12px !important;
	* {
		font-size: 16px;
		font-weight: lighter;
	}
}

div.linked:has(li.error){
	color: crimson;
	padding: 20px 20px 20px 100px;
	margin: 20px 0 0 0 ;
	border-radius: 10px;
	background: rgba(243, 142, 140, 0.1) url('/images/broken-link.svg') no-repeat;
	background-size: contain;
	outline: 1px solid #F38E8C;
}

div.linked:has(li.error) .onerror {
	display: block;
}
div.linked:has(li.error) .noerror {
	display: none;
}

ul#connections li{
	list-style: none;
}

ul#connections li::before{
  content: '';
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-image: url('../images/check-square.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: -0.5em 0.5em -0.5em -1em;
}

ul#connections li.error::before{
  background-image: url('../images/close-square.svg');
}

li.error {
	color: crimson;
	font-weight: bold;
}


strong {
	font-weight: bold;
	color: crimson;
}

@font-face {
	font-family: 'Filson Soft';
	src: url('../fonts/filson/FilsonSoftRegular.woff2') format('woff2'),
	url('../fonts/filson/FilsonSoftRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Filson Soft';
	src: url('../fonts/filson/FilsonSoft-Bold.woff2') format('woff2'),
	url('../fonts/filson/FilsonSoft-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/* GENERAL */

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


*, html, body, input {
	font-family: 'Filson Soft', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #202223;
	text-align: left;
}
body{
	align-content: center;
	min-height: 95vh;
}
body.ok {
	background-color: rgba(200, 215, 161, 0.1);
}
body.warning {
	background-color: rgba(243, 142, 140, 0.1);
}

.container {
	width: 900px;
	margin: 40px auto;
	display: table;
}

table{}
table tbody{
	background-color: #efefef;
}
table th{
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	padding: 1px 10px;
	white-space: nowrap;
	vertical-align: baseline;
}
table td{
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	padding: 1px 10px;
	white-space: normal;
	vertical-align: baseline;
}

/* FONTS */

.h1, h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 55px;
	margin: 0;
}

p {
	font-size: 18px;
	margin: 5px 0 10px 0;
}


/* HEADER */

.connect {
	width: 250px;
	margin: 10px 0 ;
}
.logo {
	width: 80px;
	margin: 0 0 20px;
}

@media (max-width: 480px) {
	.h1, h1 {
		font-size: 60px;
		line-height: 75px;
	}
	p {
		font-size: 24px;
		margin: 5px 0 10px 0;
	}
}