.dropdown-item {
	--bs-dropdown-link-active-bg: rgba(0, 0, 0, 0.3);
}

body {
	background-color: #151515;
}

body, html {
	min-height: 100dvh;
	width: 100dvw;
	padding: 0 0;
	margin: 0 0;
	overflow-x: hidden;
}

.navbar {
	z-index: 9001;
 	background-color: #222;
	box-shadow: 0px 0px 5px #000;
}

.navbar-admin {
	background: linear-gradient(20deg, #222, #222 33%, #450000 100%);
}

.rotate-90 {
	transform: rotate(90deg);
}

.d-flex.h-100 {
	min-height: 100dvh;
}

#register-page, #signin-page, #verification-page, #report-page {
	min-height: calc(100dvh - 9rem);
	margin-top: 6rem;
	margin-bottom: 3rem;
}

.modal {
	z-index: 9002;
}

.modal-body {
	max-height: 80vh;
	overflow: auto;
	margin-top: var(--bs-modal-padding);
	padding-top: 0;
}

.list-border-bottom {
	opacity: 0.85;
	border: 0;
	border-bottom: 1px solid #ffffff;
	border-radius: 5px;

	transition: all 0.2s ease-in-out;
}

.list-border-bottom:hover {
	opacity: 1;
	border-bottom: 1px solid #00aa00;
}

.patch-notes h1 {
	border-bottom: 2px solid #ffffff;
	padding-top: 1rem;
}

.bg-video {
	position: fixed;
	right: 50%;
	bottom: 50%;
	min-width: 100%;
	min-height: 100%;
	z-index: -99;
	transform: translate(50%,50%);
}

.bg-video-overlay {
	position: fixed;
	background-image: url('/images/bg_video_overlay.png');
	background-repeat: repeat;
	background-color: #000000AA;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -98;
}

.default-bg-color {
	background-color: #151515;
}

.page-list li {
	list-style: none;
}

.match-history {
	vertical-align: middle;
}
tr.no-bg {
	background-image: none;
	background-color: #00000000;
}
tr.no-bg > td {
	background-image: none;
	background-color: #00000000;
}


tr.match-win {
	background-image: linear-gradient(to left, var(--bs-success-bg-subtle), #111);
}
tr.match-loss {
	background-image: linear-gradient(to left, var(--bs-danger-bg-subtle), #111);
}
tr.match-win > td {
	background-color: rgba(0,0,0,0);
}
tr.match-loss > td {
	background-color: rgba(0,0,0,0);
}

.supporter-bg-area {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 100%;
	z-index: -998;
}

.supporter-bg-animation {
	background-image: url(/images/bg/supporter.jpg), url(/images/bg/supporter.jpg), url(/images/bg/supporter_sm.jpg); 
	background-repeat: repeat, repeat, repeat;
	background-blend-mode: multiply;
	background-size: 2400px;
	animation: supporter-bg-animation 480s linear infinite; 
}

.fog-bg-animation {
	background-image: url(/images/bg/fog.png), url(/images/bg/fog.png), url(/images/bg/fog.png); 
	background-repeat: repeat-x, repeat-x, repeat-x;
	background-blend-mode: multiply;
	animation: fog-bg-animation 90s linear infinite;
	background-position-y: bottom;
	opacity: 80%;

}

tr.supporter-bg-animation > td {
	background-color: rgba(0,0,0,0.5);
}

.supporter-bg-color {
	background-color: #000;
	z-index: -999;
	position: absolute;
	width: 100%;
	height: 100%;
}

.supporter-bg-gradient {
	background-image: linear-gradient(to top, rgba(0,0,0,0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));
	z-index: -997;
	position: fixed;
	width: 100%;
	height: 100%;
}

.pulse {
	animation: pulse-animation 2s linear infinite; 
}

@keyframes supporter-bg-animation {
	from {	background-position: -1200px 9600px, 600px 7200px, 0px 4800px; }
	to { background-position: 	 0px 0px,       -600px 0px,  0px 0px; }
}

@keyframes fog-bg-animation {
	from {	background-position-x: -2000px, 1600px, -1200px; background-size: 400px, 800px, 1200px; }
	to { background-position-x: 	 0px, 0px, 0px; background-size: 400px, 800px, 1200px; }
}

@keyframes pulse-animation {
	0% {	opacity: 100%; }
	50% {	opacity: 50%; }
	100% {	opacity: 100%; }
}

.text-online {
	color:#00aa00;
}

.roles {
	display: inline-block;
	white-space: nowrap;
}

.roles > img.role-icon:not(:first-of-type) {
	margin-left: 0.5rem;
}

.role-icon {
	width: 27px;
	height: 27px;
}

ul.no-list-style {
	list-style: none;
}

img.clan-image {
	max-width: 200px;
	max-height: 200px;
	width: 200px;
	height: 200px;
}

img.clan-image-sm {
	max-width: 100px;
	max-height: 100px;
	width: 100px;
	height: 100px;
}

img.clan-icon {
	max-width: 70px;
	max-height: 70px;
	width: 70px;
	height: 70px;
}

img.clan-icon-sm {
	max-width: 27px;
	max-height: 27px;
	width: 27px;
	height: 27px;
}

table.clan-stats > tbody > tr > td:not(:first-of-type) {
	padding-left: 1rem;
	text-align: right;
}

.tab-pane {
	background-color: var(--bs-body-bg);
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}

.clan-description {
	background-color: var(--bs-body-bg);
}

.clan-description img {
	max-width: 100%;
}

.bg-grade-1 {
	background-color: #2b2b2b;
}
.bg-grade-2 {
	background: radial-gradient(#008004, #004102 150%);
}
.bg-grade-3 {
	background: radial-gradient(#005780, #002c41 150%);
}
.bg-grade-4 {
	background: radial-gradient(#805900, #402d00 150%);
}
.bg-grade-5 {
	background: radial-gradient(#2b0000, #6b0000 150%);
}