@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,.editable-input .editable-checklist>div>label>span,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}

html{
    box-sizing:border-box;
    touch-action:manipulation;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

li{
	list-style-type: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:-webkit-any-link {
	border-bottom: none;
}

/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

body {
	background: #202024;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

select option {
		margin: 40px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
		border-radius: 0px 0px 5px 5px;
}

/* Type */

body, input, select, textarea {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14pt;
	font-weight: 300;
	line-height: 1.65;
}

@media screen and (max-width: 1680px) {

	body, input, select, textarea {
		font-size: 11pt;
	}

}

@media screen and (max-width: 1280px) {

	body, input, select, textarea {
		font-size: 11pt;
	}

}

@media screen and (max-width: 980px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 736px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 480px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

}

a {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	border-bottom: 1px dotted;
	outline: 0;
}

a:hover {
	color: #FFF;
	border: none;
}

strong, b {
	color: #fff;
	font-weight: 400;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px rgba(144, 144, 144, 0.25);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: solid 1px rgba(144, 144, 144, 0.25);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

	pre code {
		display: block;
		line-height: 1.75;
		padding: 1em 1.5em;
		overflow-x: auto;
	}

hr {
	border: 0;
	border-bottom: solid 1px rgba(144, 144, 144, 0.25);
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}


/* Section/Article */

section.special, article.special {
	text-align: center;
}

header p {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	margin: 0 0 1.5em 0;
}

header h2 + p {
	font-size: 1.25em;
	margin-top: -1em;
}

header h3 + p {
	font-size: 1.1em;
	margin-top: -0.8em;
}

header h4 + p,
header h5 + p,
header h6 + p {
	font-size: 0.9em;
	margin-top: -0.6em;
}

/* Form */

form {
	margin: 0 0 2em 0;
}

label {
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.25);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #3a3a3a;
	box-shadow: 0 0 0 1px #5e5e5e;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	color: #fff;
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(144, 144, 144, 0.25);
	border-left: 0;
	border-right: 0;
}
	table tbody tr:nth-child(1n) {
		background-color: rgba(85, 85, 85, 0.075);
	}
	table tbody tr:nth-child(2n + 1) {
		background-color: rgba(144, 144, 144, 0.075);
	}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top: solid 2px rgba(144, 144, 144, 0.25);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(144, 144, 144, 0.25);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}


/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #990000;
	border-radius: 4px;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 2.85em;
	line-height: 2.95em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	background-color: #be2c2c;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: #5ec0b0;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
	padding-left: 1.35em;
}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	.button.icon:before {
		margin-right: 0.5em;
	}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].tiny,
input[type="reset"].tiny,
input[type="button"].tiny,
.button.tiny {
	font-size: 0.7em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
	font-size: 1.35em;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
	background-color: rgba(255, 255, 255, 0.75) !important;
	box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #202024 !important;
	cursor: default;
	opacity: 0.25;
}

input[type="submit"].active,
input[type="reset"].active,
input[type="button"].active,
.button.active{
	background-color: #267714;
	
}

input[type="submit"].active:hover,
input[type="reset"].active:hover,
input[type="button"].active:hover,
.button.active:hover {
	background-color: #2be202;
}

input[type="submit"].active:active,
input[type="reset"].active:active,
input[type="button"].active:active,
.button.active:active {
	background-color: #3e9b29;
}

input[type="submit"].inactive,
input[type="reset"].inactive,
input[type="button"].inactive,
.button.inactive{
	background-color: #b71717;
}

input[type="submit"].inactive:hover,
input[type="reset"].inactive:hover,
input[type="button"].inactive:hover,
.button.inactive:hover {
	background-color: #e80d0d;
}

input[type="submit"].inactive:active,
input[type="reset"].inactive:active,
input[type="button"].inactive:active,
.button.inactive:active {
	background-color: #db2e2e;
}

@media screen and (max-width: 480px) {

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		padding: 0;
	}

}

/* Banner */

#banner {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 60px 40px 60px 40px;
	min-height: 350px;
	min-width: 680px;
	background-image: url("/static/images/banner.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#banner .inner {
	text-align: center;
	position: relative;
	z-index: 2;
}

#banner h1 {
	color: #fff;
	font-size: 4em;
	font-weight: 400;
	font-family: Impact;
	margin: 0;
}

@media screen and (max-width: 980px) {

	#banner h1 {
		font-size: 5em;
	}

}

@media screen and (max-width: 736px) {

	#banner h1 {
		font-size: 3em;
	}

}

#banner p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.5em;
	font-weight: 300;
}

@media screen and (max-width: 980px) {

	#banner p {
		font-size: 1.5em;
	}

}

@media screen and (max-width: 480px) {

	#banner p {
		font-size: 1.25em;
	}

}

#banner a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	border-bottom: 1px dotted;
}

#banner a:hover {
	color: #FFF;
	border: none;
}

#banner .more {
	background-image: url("/static/images/arrow.svg");
	background-position: center 1.35em;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	color: rgba(255, 255, 255, 0.75);
	display: block;
	height: 4em;
	text-indent: 4em;
	overflow: hidden;
	white-space: nowrap;
	width: 4em;
	z-index: 2;
	margin: 0 auto 2em auto;
}

#banner .more:hover {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid #fff;
	color: #FFF;
}

#banner video {
	-moz-transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(50%) translateY(50%);
	-ms-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#banner:before {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	content: '';
	background-color: #42424f;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.45;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 1280px) {

	#banner video {
		display: none;
	}

}

@media screen and (max-width: 980px) {

	#banner br {
		display: none;
	}

}

@media screen and (max-width: 736px) {

	#banner {
		min-height: 0;
		padding: 6em 2em 4em 2em;
	}

		#banner br {
			display: none;
		}

}

body.is-loading #banner:before {
	opacity: 1;
}

.hide {
	display:none;
}
 .video {
	object-fit: cover;
}

/* Main */

	#main {
		padding: 4em 0 2em 0;
		display: flex;
		min-width: 680px;
	}

		@media screen and (max-width: 736px) {

			#main {
				padding: 3em 0 1em 0;
			}

		}

		#main .inner {
			background-color: rgba(0, 0, 0, 0.25);
			border-radius: 12px;
			display: inline-block;
			padding: 12px;
			margin: 0 auto;
		}

/* Footer */

	#footer .more {
		transform: rotate(180deg);
		background-image: url("/static/images/arrow.svg");
		background-position: center 1.35em;
		background-repeat: no-repeat;
		background-size: auto;
		border: 1px solid #fff;
		border-radius: 100%;
		color: rgba(255, 255, 255, 0.75);
		display: block;
		height: 4em;
		text-indent: 4em;
		overflow: hidden;
		white-space: nowrap;
		width: 4em;
		z-index: 2;
		margin: 0 auto 2em auto;
	}

	#footer .more:hover {
		background-color: rgba(255, 255, 255, 0.05);
		border: 1px solid #fff;
		color: #FFF;
	}

	.footer-container {
		clear: both;
	}

	#footer {
		padding: 4em 0 2em 0;
		background-color: #1b1b1f;
		text-align: center;
		clear: both;
		min-width: 680px;
		margin-top: 20px;
	}

	#footer .inner {
		margin: 0 auto;
	}

	@media screen and (max-width: 980px) {

		#footer .inner {
			width: 75%;
		}

	}

	@media screen and (max-width: 480px) {

		#footer .inner {
			width: 90%;
		}

	}

	#footer .copyright {
		color: rgba(255, 255, 255, 0.5);
		font-size: 0.9em;
		margin: 0 0 2em 0;
		padding: 0;
		text-align: center;
	}

	@media screen and (max-width: 736px) {

		#footer {
			padding: 3em 0 1em 0;
		}

	}

	tr.table-center,th.table-center,td.table-center,table.table-center{
		margin: 0 auto;
		text-align: center;
	}
	tr.table-left,th.table-left,td.table-left,table.table-left{
		margin: 0 auto;
		text-align: left;
	}

	
body {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: #19191d;
font-weight: 300; }

p {
color: #b3b3b3;
font-weight: 300; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
a, a:hover {
	text-decoration: none !important; 
}

.content {
padding: 7rem 0; 
}

h2 {
font-size: 20px;
color: #fff; 
}
  
table thead tr, table thead th {
	border-top: none;
	border-bottom: none !important;
	color: #fff; 
}

table tbody th, table tbody td {
	color: #777;
	font-weight: 400;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 300; 
}

table tbody th small, table tbody td small {
	color: #8c2b2b;
	font-weight: 300; 
}

table tbody tr:not(.spacer) {
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}

table tbody tr:not(.spacer):hover {
	-webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); 
}

table tbody tr th, table tbody tr td {
	background: #25252b;
	border: none;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}

table tbody tr th a, table tbody tr td a {
	color: #b3b3b3; 
}

table tbody tr th:first-child, table tbody tr td:first-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px; 
}

table tbody tr th:last-child, table tbody tr td:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px; 
}

table tbody tr.spacer td {
	padding: 0 !important;
	height: 13px;
	border-radius: 0 !important;
	background: transparent !important; 
}

table tbody tr.active th, table tbody tr.active td, table tbody tr:hover th, table tbody tr:hover td {
	color: #fff;
	background: #2e2e36; 
}

table tbody tr.active th a, table tbody tr.active td a, table tbody tr:hover th a, table tbody tr:hover td a {
	color: #fff; 
}

/* Custom Select CSS */

.select-css {
	text-align: left;
	border-radius: 5px;
	background: #282828;
}
.select-css-small {
	padding-top:.25rem;
	padding-bottom:.25rem;
	padding-left:.5rem;
	font-size:.875rem;
	text-align: left;
	border-radius: 5px;
	background: #282828;
}

.input-css-small {
	padding-top:.25rem;
	padding-bottom:.25rem;
	padding-left:.25rem;
	font-size:.875rem;
	text-align: left;
	border-radius: 5px;
	width: 35px;
	background: #282828;
	overflow: hidden;
	border: none;
}
input[type="miningpercent"]::-webkit-inner-spin-button,
input[type="miningpercent"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.select-css-small option, .select-css-small::selection, .select-css option {
	border-radius: 0px 0px 5px 5px;
}

.form-css {
    border-radius: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
  
::-webkit-scrollbar-thumb {
	background: rgba(90, 90, 90);
}
  
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}

.types {
	border-radius: 4px;
}

.dark {
	background-color: #1b1b1f;
}

/* Customize Bootstrap */

.pagination{
    --bs-pagination-padding-x:0.75rem;
    --bs-pagination-padding-y:0.375rem;
    --bs-pagination-font-size:1rem;
    --bs-pagination-color:#b3b3b3;
    --bs-pagination-bg:var(--bs-body-bg);
    --bs-pagination-border-width:var(--bs-border-width);
    --bs-pagination-border-color:#b3b3b3;
    --bs-pagination-border-radius:var(--bs-border-radius);
    --bs-pagination-hover-color:#fff;
    --bs-pagination-hover-bg:#2e2e36;
    --bs-pagination-hover-border-color:#ec0606;
    --bs-pagination-focus-color:var(--bs-link-hover-color);
    --bs-pagination-focus-bg:var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color:#ffffff;
    --bs-pagination-active-bg:#2e2e36;
    --bs-pagination-active-border-color:#2984ce;
    --bs-pagination-disabled-color:#777;
    --bs-pagination-disabled-bg:#3b3b3b;
    --bs-pagination-disabled-border-color:#777;
    /*--bs-table-active-color:var(--bs-body-color);
    --bs-table-active-bg:rgba(0, 0, 0, 0.1);
    --bs-table-hover-color:var(--bs-body-color);
    --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
    --bs-table-active-bg:#bacbe6;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#bfd1ec;
    --bs-table-hover-color:#000;
    */
    display:flex;
    padding-left:0;
    list-style:none
}

.page-link{
    position:relative;
    display:block;
    padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size:var(--bs-pagination-font-size);
    color:var(--bs-pagination-color);
    text-decoration:none;
    background-color:#25252b;
    border:var(--bs-pagination-border-width) solid #777;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.navbar-toggler{
    margin-left: 12px;
    padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size:var(--bs-navbar-toggler-font-size);
    line-height:1;
    background-color: #2e2e2e;
	border-radius: 3px;
	border-color: #fff;
    color:var(--bs-navbar-color);
    border:var(--bs-border-width) solid var(#fff);
    border-radius:var(--bs-navbar-toggler-border-radius);
    transition:var(--bs-navbar-toggler-transition)
}

/* User Portal */

.charinfo {
	display: flex;
	align-items: flex-start;
	}

.charinfo .portrait-wrapper {
	position: relative;
	margin-right: 10px;
}

.portrait {
	width: 100px;
	height: 100px;
	border-radius: 4px;
	object-fit: cover;
}

.charinfo .content-wrapper {
	flex: 1;
	padding: 0 10px;
	border-radius: 4px;
}

.charinfo .text-right {
	flex: 1;
	text-align: right;
}

.form-chars {
	margin-right: 10px;
	display: inline-block;
}

.status {
	border-radius: 5px;
	height:24px;
	text-align: center;
}

/* Winter Edition */

.snowflake {
	position: absolute;
	width: 10px;
	height: 10px;
	background: linear-gradient(white, white);
	/* Workaround for Chromium's selective color inversion */
	border-radius: 50%;
	filter: drop-shadow(0 0 10px white);
}

/* Search Field */

.input-group {
	position: relative;
	display: flex;
	align-items: stretch;
}

.input-group-append {
	margin-left: -1px;
	margin-top: 3px;
}

.input-group-append .btn {
	border-radius: 0 4px 4px 0;
}

#selectedCharsList {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

#selectedCharsList li {
	display: inline-block;
	margin-right: 5px;
}

#selectedCharsList li button {
	margin-left: 5px;
}

.ui-autocomplete {
	font-size:.875rem;
	text-align: left;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	background: #282828;
}

.ui-autocomplete li {
	margin: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.ui-autocomplete-input:focus {
	color: #fff;
	background: #282828;
}

/* Alert Error */
.alert-error{
    --bs-alert-color:#842029;
    --bs-alert-bg:#f8d7da;
    --bs-alert-border-color:#f5c2c7
}
.alert-error .alert-link{
    color:#6a1a21
}

/* DataTable customize */

.dataTables_wrapper .dataTables_length select::selection{
    border-radius: 0px 0px 5px 5px;
    background-color:#282828;
}

.dataTables_wrapper .dataTables_length select{
    border:1px solid #aaa;
    border-radius:3px;
    padding:5px;
    background-color:#282828;
    padding:4px
}

.form-group{
	width: 200px;	
}

.mobilemin{
	min-width: 680px;
}

.iframe {
	padding: 15px;
}

/* Customize Sweetalert */

  /* Deaktiviere das Overlay */
  .swal2-container {
    background: transparent !important;
    box-shadow: none !important;
    width: 300px !important; /* Ändere die Breite des Modals nach Bedarf */
    color: #fff !important; /* Textfarbe auf Weiß setzen */
    font-family: Arial, sans-serif !important; /* Schriftart festlegen */
  }

  /* Entferne das Outline vom Icon */
  .swal2-icon.swal2-error .swal2-icon-content {
    outline: none !important;
  }

  /* Ändere den Hintergrund des Modals auf Dunkel */
  .swal2-popup {
    left: 50% !important;
    top: 25% !important;
    transform: translate(-50%, -50%) !important;
	position: fixed;
	translate: middle;
  }

  /* Ändere die Farbe des Titels auf Rot */
  .swal2-title {
    color: red !important;
  }

  /* Ändere die Farbe des Texts auf Rot */
  .swal2-content {
    color: red !important;
  }

  /* Ändere die Farbe des Schließen-Icons */
  .swal2-close {
    color: #fff !important;
  }

/* Base HTML */

/* Definieren Sie die CSS-Regeln für das Bild */
	.logo {
	position:absolute; /* Positionieren Sie das Bild absolut */
	top: 70px; /* Abstand vom oberen Rand */
	left: 70px; /* Abstand vom linken Rand */
	margin: 15;
	z-index: 3; /* Setzen Sie den z-Index auf 10 */
}
.header-title {
	font-family: Arial, sans-serif; /* Schriftart auswählen */
	font-size: 24px; /* Schriftgröße festlegen */
	color: #333; /* Textfarbe festlegen */
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Textschatten hinzufügen */
	margin: 0; /* Außenabstand entfernen, um sicherzustellen, dass der Text oben klebt */
	padding: 20px; /* Innenabstand hinzufügen, um den Text zu zentrieren */
	border-radius: 5px; /* Runde Ecken hinzufügen */
}
/* Media Query für kleinere Bildschirme */
@media screen and (max-width: 768px) {
	.header-title {
		font-size: 14px; /* Ändern Sie die Schriftgröße für kleinere Bildschirme */
		padding: 10px; /* Verringern Sie den Innenabstand */
	}
}

/* Custom Attributes */

.margin-zero{
	margin:0;
}

.padding-tiny{
	padding:.375rem .75rem;
}

.padding-up{
	padding-top: 5px;
}

.vertical {
	vertical-align: middle;
}

.inline {
    display: inline-block;
}

.center {
	align-self: center;
	text-align: center;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,.navbar{
	margin:0px 0px 5px 0px;
    padding:0px 0px 0px 0px;
    border:0;
}

/* Pulse Animation */

@keyframes pulse {
	0%,
	100% {
	  animation-timing-function: ease-in;
	}
	50% {
	  transform: scale(1.05);
	}
  }
  
  .pulse {
	border-radius: 5px;
	animation: pulse 4s infinite;
  }
  
  .pulse:hover {
	transform: scale(1.05);
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
	/* animation-play-state: paused; */
	}


/* Hover Div */

.HoverDiv {
	display: inline;
	width: 160px;
}

.HoverDiv img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.HoverDiv:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.HoverDiv img {
	border-radius: 4px;
	transition: 0.3s;
	z-index: 1;
}

.HoverDiv img:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
/* Border Animation */

/* Gemeinsame Stile für alle Elemente mit der Klasse "rainbow" */
.rainbow {
    --border-size: 2px;
    border-radius: var(--border-size) solid transparent;
    /* Paint an image in the border */
    border-image: conic-gradient(
        from var(--angle),
        #0802822a,
        #000000c3,
        #0d03d22a
    )1;
}

/* Gemeinsame Stile für alle Elemente mit der Klasse "grey" */
.grey {
    --border-size: 12px;
    border-radius: var(--border-size) solid transparent;
    /* Paint an image in the border */
    border-image: conic-gradient(
        from var(--angle),
		#565757f2, 
		#1d1e1ead, 
		#565757f2, 
		#1d1e1e51, 
		#565757f2
    )1 stretch;
}

/* Hover-Effekt für Bilder mit der Klasse "grey" */
.grey:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Gemeinsame Stile für alle Elemente mit der Klasse "grey" */
.red {
    --border-size: 12px;
    border-radius: var(--border-size) solid transparent;
    /* Paint an image in the border */
    border-image: conic-gradient(
        from var(--angle),
		#d10808f2, 
		#1d1e1ead, 
		#d10808f2, 
		#1d1e1e51, 
		#d10808f2
    )1 stretch;
}

/* Hover-Effekt für Bilder mit der Klasse "grey" */
.red:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Animate when Houdini is available */
@supports (background: paint(houdini)) {
  
    @property --angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }

    @keyframes rotation {
        to {
            --angle: 360deg;
        }
    }
  
    .rainbow, .grey, .red {
        animation: rotation 3s linear infinite;
    }
}

.rainbow-effect {
    max-width: 100%;
    vertical-align: bottom;
    position: relative;
}

.rainbow-effect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px; /* Höhe der Animation anpassen */
    background: linear-gradient(90deg, #0ebeff, #ffdd40, #ae63e4, #47cf73, #0ebeff, #ffdd40, #ae63e4, #47cf73);
    background-size: 200% 200%;
    animation: rainbow-border 1.5s linear infinite;
}

@keyframes rainbow-border {
    0% { background-position: 0% 50% }
    100% { background-position: 200% 50% }
}

/* CSS Standard Thinks */
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


/* Override html,body,a,b,strong,small settings */

body{
    line-height:1.2;
    font-family:sans-serif;
    text-align:left
}

a{
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}

a:hover{
	color: #ffae00;
}

fieldset {
	color: #767676;
}

b,strong{
    font-weight:bolder
}

small{
    font-size:80%
}

/* Show Link Icon on link class */
.link:hover::after {
	content: "🔗";
	margin-left: 5px;
}

.myImg:hover::after{
	content: "🟢";
	margin-left: 5px;
}
.mobile {
    display: block; /* Hide the div by default */
	min-width: 678px;
	width: 100%;
}
@media (min-width:900px){
    .mobile{
        display: none;
    }
}

 /* Style the Image Used to Trigger the Modal */
 .zoom {
    opacity: 0.7;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.zoom:hover {
  opacity: 1;
  transform: scale(1.1);
}