@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
	background-color: rgb(5, 8, 11);
	color: white;
	
	font-family: 'Nunito', sans-serif;
}

body, html {
	margin: 0px;
	max-width: 1630px;
	margin: 0 auto;
}

#network {
  width: 100%;
	margin: 0 auto;
}

#network .center-wrapper {
	display: flex;
}

#network .left {
	width: 100%;
}

#network .center-wrapper #menu-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 2em;
	margin: 0;
	padding: 0;
}

#network #menu-tabs li:first-child, #network .right {
	display: none;
}

ul {
	list-style: none;
}

#network #menu-tabs li a, #main-nav li a {
	font-size: 14px;
  font-weight: 500;
	color: white;
	text-decoration: none;
	height: 122px;
	line-height: 122px;
	display: block;
}

#main-nav {
	margin-bottom: 24px;
}

#sub-nav li a {
	color: white;
	text-decoration: none;
}

#sub-nav li a:hover {
	color: #22c55e;
}

#network #menu-tabs li, #main-nav li {
	display: block;
	position: relative;
}

#network #menu-tabs li:after, #main-nav li:after {
	content: '';
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
  position: absolute;
  left: 50%;
  bottom: var(--sp-0);
  height: 4px;
  width: 40%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0px);
  border-radius: var(--sp-10);
  transition: all 0.2s linear;
}

#network #menu-tabs li:hover::after,  #main-nav li:hover:after {
	opacity: 1;
  width: 93%;
}

#header {
	margin-bottom: 122px;
}

.success {
	background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
	padding: 1em;
	border-radius: 8px;
	margin-bottom: 32px;
}

.error {
		background: linear-gradient(90deg, #c52222 0%, #a31616 100%);
	padding: 1em;
	border-radius: 8px;
	margin-bottom: 32px;
}

table {
	width: 100%;
	background: #0b0e11;
	padding: 1em;
	border-radius: 8px;
}

table tr.title {
		font-size: 14px;
  font-weight: 700;
	color: white;
	text-decoration: none;
text-align: left;
}

td:has(select) {
text-align: left;
}

fieldset table tr.title td {
	padding: 16px;
	padding-left: 0;
}

table tr.list td, table tr.title td, tr.offline td, tr.offline td {
	padding: 16px;
	/*! text-align: center; */
}

table tr.list tr.offline {
	cursor: pointer;
}

a {
	color: #22c55e;
	font-weight: 700;
}

td.fat {
	font-size: 18px;
  font-weight: 700;
	display: table-cell;
	vertical-align: middle;
text-align: left;

}

.details tr.title td.fat, .section-title .left, legend span.title  {
	font-size: 18px;
  font-weight: 700;

	padding: 0 !important;
	text-align: left !important;
	display: flex;
	align-items: center;
}

.details tr.title td.fat {
	display: table-cell;
	vertical-align: middle;
}

td._right {
	display: table-cell;
  vertical-align: middle;
	text-align: right !important;
}

td._right img {
	padding: 8px;
}

.section-title .left, .section .section-title, span.title {
	display: flex;
	align-items: center;
	font-weight: 700;
	padding-bottom: 1rem;
}

.details tr.title td.fat::before, legend span.title::before, .section .section-title::before, span.title::before {
	content: '';
  display: inline-block;
  background-color: #22c55e;
  position: relative;
  width: 30px;
  height: 4px;
  border-radius: 10px;
  margin-right: 12px;
  transition: all 0.3s ease;
}

input, select, checkbox, button {
	background: #13171b;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 8px;
}

#tooltip {
	position: absolute;
	background: rgb(126, 162, 27);
	padding: 8px;
	border-radius: 4px;
	transition: none;
}

tr.info td {
	padding: 8px 0;
}

table.details {
		background: #13171b;
}

table.details td.fat {
	padding-bottom: 16px !important;
}

tr.info td:first-child {
	font-weight: 600;
}

.current_page_mark {
	background: #22c55e !important;
}

#paginator {
	padding: 8px;
	border-radius: 4px;
}

#paginator table {
	background: none !important;
}

.smallfont {
	margin-top: 16px;
}

.smallfont > span:last-child {
	text-align: right;
}

.smallfont > span:last-child:after {
	display: block;
	content: "Styl wykonany na wzór stylu NightShoot od szablonet.pl";
	font-weight: 400;
	font-size: 11px;
	opacity: 0.5;
}

#sidebar {
	display: flex;
	gap: 16px;
}

#sidebar > div {
	flex: 50%;
	padding: 16px;
	box-sizing: border-box;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 4px;
}

#sidebar .section {
	background: #0b0e11;
}

.nice-list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.nice-list li .left {
	font-weight: 700;
}

table, fieldset, table * {
	border: none !important;
}

#main-nav ul {
  display: flex;
  gap: 1rem;
}

#main-ul ul a {
  transition: color 0.3s ease-in-out;
}

#main-nav ul a:hover {
   color: white;
}

#main-nav ul {
  display: flex;
  gap: 2rem;
}

#main-ul ul a {
  transition: color 0.3s ease-in-out;
}

#main-nav ul a:hover {
   color: white;
}

ul.tabbed {
  margin-left: 0;
	padding-left: 0;
  display: flex;
  gap: 1rem;
}

.clearer {
	display: none;
}