

.avatar {
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 2px;
}

.avatar-name {}

.avatar-name-left {
	display: flex;
}


/* header */

.litebans-header {
	display: block;
	text-align: center;
}

.col-lg-12 {
	text-align: center;
}


/* navbar */

.navbar {
	font-weight: bold;
}

.navbar-brand {
	font-weight: normal;
}

.navbar-active {
	font-weight: bolder;
}

.my-lg-0 {
	font-weight: lighter;
}


/* tables */

th {
	text-align: center;
}

table tr td {
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle !important;
	text-align: center;
}

p {
	margin-top: 2px;
}


/* table links */

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

tr.hover {
	cursor: pointer;
}


/* check form */

.litebans-check {
	text-align: left;
}

.litebans-check-form {
	margin-left: 15px;
}

.litebans-check-output {
	margin-left: 3px;
}


/* pager */

.litebans-pager {
	font-size: 30px;
}

.litebans-pager-number {
	margin-top: 24px;
	text-align: center;
	font-size: 15px;
}

.litebans-pager-left {
	float: left;
}

.litebans-pager-right {
	float: right;
}

.litebans-pager-active {
	color: darkcyan;
}

.litebans-pager-inactive {
	color: transparent;
}


/* index.php */

.litebans-index {
	text-align: center;
}

.litebans-index-main {
	font-weight: bold;
}

.litebans-index-sub {
	font-weight: lighter;
}


/* info.php */

.badge,
.badge-pill {
	font-weight: 100;
}

.litebans-label-container {
	display: inline-flex;
}

.litebans-label-info {
	margin-left: 15px;
	font-size: 17px;
	font-weight: 800;
}

.litebans-label-inactive {
	color: #fff;
	background-color: #f79720;
}

.litebans-label-expired {
	color: #fff;
	background-color: #777;
}

.litebans-label-active {
	color: #fff;
	background-color: #ee5555;
}

.litebans-label-permanent {
	color: #fff;
	background-color: #ee5555;
}

.litebans-label-ipban {
	color: #fff;
	background-color: #ee5555;
}


/* history.php */

.litebans-label-history {
	display: inline;
	font-size: 16px;
	font-weight: 800;
}

.litebans-label-ban {
	background-color: darkred;
}

.litebans-label-mute {
	background-color: dimgrey;
}

.litebans-label-warn {
	background-color: darkorange;
}

.litebans-label-kick {
	background-color: tomato;
}


/* prevent mouse selection */

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* prevent alignment */

.noalign-w {
	width: 0;
}

.noalign-h {
	height: 0;
}

body {
	background: #EFEFEF;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	color: #333;
}

.logo {
	text-align: center;
}

.body {
	margin-top: -45px;
}

.logo img {
	width: var(--sleek-logo-size);
	margin-bottom: 50px;
	animation: pulse 4s infinite;
	animation-timing-function: ease-in-out;
	height: unset!important;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.header {
	background: var(--main-color-transparent);
	position: relative;
	overflow: hidden;
	margin: 0;
}

.header .logo {
	float: unset;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.headerbg {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	filter: blur(7px);
}

.navbar-default {
	background: transparent;
}

.navbar {
	border: 0;
}

.navbar-nav>li {
	transition: 0.05s;
	float: unset;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 12px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: #fff;
	border-left: 4px solid var(--main-color);
	color: #373737;
}

.navbar-nav {
	float: unset!important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	padding: 0!important
}

.navbar-default .navbar-nav>li>a {
	color: #373737;
	font-weight: bold;
	font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #373737;
	border-left: 4px solid var(--main-color);
}

.dropdown-menu {
	position: unset;
	float: unset;
	border: 0;
	box-shadow: unset;
	border-left: 4px solid var(--main-color);
}

.topbar {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: flow-root;
}

.topbar ul {
	list-style-type: none;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
}

.topbar .topbar-items {
	float: left;
	display: flex;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.topbar ul li {
	float: left;
	margin: 0;
	margin-right: 25px;
}

.topbar ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.topbar-server {
	margin-left: auto;
	text-align: right;
}

.topbar-server .text {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}

.topbar-server .ip {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.panel-default>.panel-heading {
	font-size: 14px;
	background: transparent;
	border: 0;
	text-align: center;
	color: var(--main-color);
	font-weight: bold;
	position: relative;
}

.panel-default {
	background: #fff;
	border: 0;
}

.panel-default>.panel-heading:after {
	position: absolute;
	content: "";
	width: 36px;
	height: 4px;
	right: calc(50% - 18px);
	bottom: 2px;
	background: var(--main-color);
	border-radius: 3px;
}

.topbar-items i {
	vertical-align: middle;
	font-size: 18px;
}

.topbar-items .text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.profile {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 12px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	padding: 15px;
}

.profile .information img {
	width: 45px;
	border-radius: 8px;
}

.profile .information .avatar {
	margin-top: auto;
	margin-bottom: auto;
}

.profile .information {
	display: flex;
}

.profile .information .info {
	margin-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
}

.profile .information .info .main {
	color: #828282;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.profile .information .info .sub {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile .information .settings {
	display: flex;
	margin-left: auto;
	font-size: 20px;
}

.profile .information .settings div {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
}

.profile .information .settings .logout i {
	color: #DB3434;
}

.profile .information .settings .basket i {
	color: var(--main-color);
}

.announce .bar {
	background: var(--main-color);
	animation: rainbow 15s infinite;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 15px;
	position: relative;
	margin-bottom: 10px;
}

.announce .bar .text {
	margin-left: 8px;
	margin-top: auto;
	margin-bottom: auto;
}

.announce .bar i {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 28px;
}

.announce .bar .button {
	z-index: 2;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	background: rgb(255, 255, 255, 0.2);
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.announce .bar .button a {
	color: #fff;
	font-weight: bold;
}

@keyframes rainbow {
	0% {
		background: var(--main-color);
	}
	20% {
		background: #db3434;
	}
	40% {
		background: #4ec344;
	}
	60% {
		background: #db34a0;
	}
	80% {
		background: #d8db34;
	}
	100% {
		background: var(--main-color);
	}
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

footer {
	padding: 0!important;
	margin: 0!important;
	border: 0!important;
}

footer .seekutils {
	background: #D0D0D0;
}

footer .seekrow {
	display: flex;
	justify-content: space-between;
	padding: 25px 25px 25px 25px;
}

footer .seekutils img {
	max-height: 250px;
	margin: auto;
	display: block;
}

footer .seekutils .block {
	flex: 1;
	margin: 0px 35px 0px 35px;
}

.seekcopyright {
	display: flex;
	background: #C4C4C4;
}

.seekrow .left {
	flex: 1;
	font-weight: bold;
	font-size: 12px;
	color: #828282;
	margin-top: auto;
	margin-bottom: auto;
}

.seekrow .right {
	flex: 1;
}

.seekrow .right img {
	display: block;
	margin-left: auto;
	width: 32px;
	filter: grayscale(1);
	transition: 1s;
}

.seekrow .right img:hover {
	filter: grayscale(0);
}

.seekrow .block .title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
	position: relative;
}

.seekrow .block .title:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 28px;
	border-radius: 4px;
	background: var(--main-color);
	left: calc(50% - 14px);
	bottom: -6px;
}

#ipvalue {
	opacity: 0;
	cursor: context-menu;
	position: fixed;
}

#CopyIP {
	cursor: pointer;
}

.seekutils .block li {
	margin: 15px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #7b7b7b;
	list-style-type: none;
}

.seekutils .block ul {
	padding: 0;
}

.seekutils .block li a {
	color: #2c3e50;
}

.seek_themechanger {
	position: fixed;
	left: 0;
	top: 50%;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	z-index: 999;
	user-select: none;
	line-height: 1;
	background: #fff;
	color: #272727;
	font-size: 20px;
}

.dark .seek_themechanger {
	background: #272727;
	color: #fff;
}

@media (max-width: 991px) {
	footer .seekrow {
		flex-direction: column;
	}
	.seekrow .right img {
		margin: auto;
	}
	.seek_themechanger {
		top: unset;
		bottom: 12px;
	}
}

.item-footer button {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	background: #61ec70;
	border: transparent;
	border-bottom: 3px solid #5eda64;
	font-weight: bold;
	text-transform: uppercase;
}

.item-footer button:hover,
.item-footer button:focus,
.item-footer button.focus,
.item-footer button:focus:active,
.item-footer button:hover:active {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	background: #51c55d;
	border: transparent;
	border-bottom: 3px solid #5eda64;
	font-weight: bold;
	text-transform: uppercase;
}

.announce .bar .text p {
	margin: 0;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:focus:active,
.btn-primary:hover:active {
	color: #ffffff;
	padding: 8px;
	border-radius: 4px;
	background: #51c55d;
	border: transparent;
}

.btn-secondary {
	padding: 8px;
	background: #ff3939;
	border-bottom: 3px solid #e83535;
	color: #fff;
	border-radius: 4px;
}

.navbar-nav {
	margin: 0;
}

body.dark {
	background: #1b1b1b;
	color: #e2e2e2;
}

.dark .panel-default {
	background: #272727;
	border: unset;
}

.dark .profile {
	background: #272727;
}

.dark .profile .information .info .main {
	color: #c1c1c1;
}

.dark .profile .information .info .sub {
	color: #fff;
}

.dark .navbar-nav>li {
	background: #272727;
}

.dark .navbar-default .navbar-nav>li>a {
	color: #e2e2e2;
}

.dark .topdonator-module .data p.text {
	color: #ececec;
}

.dark .top-donator .data b {
	color: #ececec;
}

.dark .seekcopyright {
	background: #404040;
}

.dark .seekrow .block .title {
	color: #ececec;
}

.dark .seekutils .block li a {
	color: #c5c5c5;
}

.dark footer .seekutils {
	background: #333333;
}

.dark .modal-content {
	background-color: #272727;
}

.dark .modal-header {
	border-bottom: 1px solid #4e4e4e;
}

.dark .modal-footer {
	border-top: 1px solid #4e4e4e;
}

.dark .navbar-nav>li>.dropdown-menu {
	background: #272727;
}

.dark .navbar-default .navbar-nav>.open>a,
.dark .navbar-default .navbar-nav>.open>a:hover,
.dark .navbar-default .navbar-nav>.open>a:focus {
	background: #272727;
	color: #e2e2e2;
}

.sk-cube-grid {
	width: 50px;
	height: 50px;
	position: fixed;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #fff;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

#preloader {
	position: fixed;
	background: var(--main-color);
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: 1s;
}

.loaded#preloader {
	animation: fadeOut 0.8s ease-out;
	animation-fill-mode: forwards;
}

.dark .dropdown-menu>li>a:hover,
.dark .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(255, 255, 255, 0.2);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(0, 0, 0, 0.2);
}

.dropdown-menu>li>a {
	color: #333;
}

.dark .dropdown-menu>li>a {
	color: #fff;
}

.dark .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #1b1b1b;
}

.dark .input-group .form-control:first-child,
.dark .form-control {
	background: #1b1b1b;
	border: 0;
	color: #949494;
}

.dark .progress {
	background-color: #1b1b1b;
}

.progress {
	background-color: #efefef;
	height: 20px;
}

.progress-bar {
	background-color: var(--main-color);
}

.dark .quantity input {
	background: #272727;
	border: 0;
}

 ::-webkit-scrollbar {
	width: 6px;
}

 ::-webkit-scrollbar-track {
	background: var(--main-color-transparent);
}

 ::-webkit-scrollbar-thumb {
	background: var(--main-color);
	border-radius: 4px;
}

 ::-webkit-scrollbar-thumb:hover {
	background: var(--main-color);
}

@media (max-width: 450px) {
	.seek-basket-reponsive {
		overflow-x: scroll;
	}
}

.table-responsive {
	border: 0;
}

.item-wrapper img {
	margin: auto;
}

.dark hr {
	border-top: 1px solid #383838;
}

.modal-currency {
	margin: auto 0px auto 0px;
}

.modal-buttons {
	margin-left: auto;
}

.dark .table-hover>tbody>tr:hover {
	background-color: rgb(0, 0, 0, 0.1);
}

.panel img {
	max-width: 100%;
	height: unset!important;
}

#particles-header {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 768px) {
	.body .sidebar {
		width: 25%;
	}
	.body .content {
		width: 75%;
	}
}

.module .payments {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

.module .seekdonator .avatar {
	width: 64px;
	height: 100px;
	overflow: hidden;
	margin-top: -10px;
	margin-left: 10px
}

.module .seekdonator .avatar img {
	width: 64px;
	max-width: 64px!important;
}

.panel-body.seekdonator {
	padding: 0;
}

.module .seekdonator {
	display: flex;
}

.module .seekdonator .info {
	float: unset;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
	flex: 1;
}

.module .seekdonator .info .ign {
	margin: 0;
	color: #373737;
	font-weight: bold;
	font-size: 15px;
}

.module .seekdonator .info .amount {
	font-size: 10px;
	color: #000000;
}

.dark .module .seekdonator .info .ign {
	color: #ececec;
}

.dark .module .seekdonator .info .amount {
	color: #ececec;
}

.dark .table-striped>tbody>tr:nth-child(odd)>td,
.dark .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.dark .table>thead>tr>th,
.table>tbody>tr>th,
.dark .table>tfoot>tr>th,
.dark .table>thead>tr>td,
.dark .table>tbody>tr>td,
.dark .table>tfoot>tr>td {
	border-top: 1px solid #383838;
}

.dark .page-header {
	border-bottom: 1px solid #383838;
}

.dark .table>thead>tr>th {
	border-bottom: 2px solid #383838;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0;
}

@media (max-width: 767px) {
	.visible-desk {
		display: none;
	}
}

.info-box {
	display: flex;
	background: #fff;
	margin: 10px 0px;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.dark .info-box {
	background: #272727;
}

.info-box .litebans-check {
	margin: auto 0px auto auto;
}

.info-box h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-shadow: unset;
	margin: auto 0px;
}

.dark .info-box h1 {
	color: #fff;
}

.info-box .btn-primary,
.info-box .btn-primary:hover,
.info-box .btn-primary:focus,
.info-box .btn-primary.focus,
.info-box .btn-primary:focus:active,
.info-box .btn-primary:hover:active {
	color: #ffffff;
	padding: 8px;
	border-radius: 4px;
	background: #51c55d;
	border: transparent;
	padding: 8px 12px;
	font-size: 14px;
	border-radius: 0px 4px 4px 0px;
}

.info-box .form-control {
	padding: 0.45rem 0.5rem;
	border-radius: 4px 0px 0px 4px;
}

.litebans-check-output.show {
	margin-left: 3px;
	background: #F44336;
	margin: 0px 0px 5px 0px;
	padding: 12px;
	color: #fff;
	border-radius: 5px;
}

.litebans-check-output br {
	display: none;
}

.sleek-navbar li {
	display: inline-block;
	background: var(--main-color);
	margin: 8px;
	padding: 4px;
	border-radius: 4px;
}

.sleek-navbar {
	display: flow-root;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: fit-content;
}

.sleek-navbar li .badge-secondary {
	background-color: rgba(255, 255, 255, 0.2);
}

.sleek-content {
	background: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin: 0px 0px 15px 0px;
}

.dark .sleek-content {
	background: #272727;
}

.sleek-body {
	margin-top: -55px;
	z-index: 1;
	position: relative;
}

.dark .table-bordered thead th,
.dark .table-bordered thead td {
	border: 1px solid #313131;
}

.dark .table-bordered th,
.dark .table-bordered td {
	border: 1px solid #313131;
}

a {
	color: #141414;
}

.dark a {
	color: #ffffff;
}

.sleek-navbar a {
	color: #fff;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.index-info {
	margin: 55px 0;
}

.form-group {
	margin: 0;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

