
:focus {
	outline: 0;
}

body.no-scroll {
    overflow: hidden;
}

.google-auto-placed {
	display:none;
}
.ribbon {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
	overflow: hidden;
	width: 72px;
	height: 72px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 90px;
	display: block;
	background: rgba(30, 30, 30, 0.7);
	background: linear-gradient(rgba(59, 0, 0, 1) 0%, rgba(122, 0, 0, 1) 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 13px;
	right: -21px;
	border: 1px solid black;
	border-bottom: 1px solid black;
}



.active-menu {
	color: #fff !important;
	font-weight: bold;
}


.donate-link {
	color: #ef0000 !important;
	font-weight: bold;
}

.active-link {
	color: #bf0000 !important;
	font-weight: bold;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}


.w-5 {
	width: 5% !important;
}

.w-10 {
	width: 10% !important;
}

.w-80 {
	width: 80% !important;
}

.w-90 {
	width: 90% !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #202020;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-bottom-color: transparent;
	border-top-color: #2980b9;
}

.nav-pills .nav-link {
	font-size: 0.8rem;
	border-radius: .25rem;
	text-transform: uppercase;
	padding: 17px 10px 16px;
	line-height: 1;
	background-color: #f5f5f5;
	font-weight: 500;
	color: rgba(0, 0, 0, .6);
	margin: .5rem;
}

.nav-pills .nav-link:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.nav-tabs > li {
		display: block;
		width: 100%;
	}
}

.breadcrumb {
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;

	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	border: 1px solid #000; /* 2a2a2a*/
	background: linear-gradient(180deg, rgba(59, 0, 0, 1) 0%, rgba(122, 0, 0, 1) 100%);
	color: #fff;

	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.tc_body {
	min-width: 100px;

	padding: 0 1rem 1rem 1rem;
	margin: 0px 10px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px #000 solid;
	border-top: 0;
	background: #313131;
	color: #9a9a9a;
}


.nav-wrap {
	width: 100%;
	height: 18px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: rgb(59, 0, 0);
	background: linear-gradient(180deg, rgba(59, 0, 0, 1) 0%, rgba(122, 0, 0, 1) 100%);
}

.nav-wrap-sml {
	height: 8px;
}

.wrapper {
	border: 1px solid #000;
	border-top: 0;
	background: rgba(30, 30, 30, 0.6);

	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;

	-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}

.coding-title {
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0px;
	margin-top: 5px;
	border: 1px solid #000;
	border-bottom: 1px black dotted;
	background: #660000;
	border-left: 3px solid #660000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	color: white;

	border: 1px solid #000; /* 2a2a2a*/
	background: linear-gradient(180deg, rgba(59, 0, 0, 1) 0%, rgba(122, 0, 0, 1) 100%);
	color: #fff;

	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);

}

.code-image {
	padding: .25rem;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;

	background-color: #141414;
	border: 1px solid #000000;
}

.page #news .article {
	background: #1a1a1a;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
	border-top: 1px solid #393939;
	padding: 0;
	margin: 10px 10px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 12px;
	border-left: 4px solid #7B0000;
}


.news-article {
	padding-top: .5rem 
}
.news-article:after {
	content: "";
	display: table;
	clear: both;
}
.news-article:has(.news-date) .news-content {
	border-bottom-right-radius: 0;
}

.news-article a {
	text-decoration: none;
}

.news-title {
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0px;
	border: 1px solid #000;
	border-bottom: 1px black dotted;
	background: #282828;
	border-left: 3px solid #620000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	color: white;
}

.news-title span:first-child {
	margin-left: .25rem 
}

.news-content {
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0;

	border: 1px solid #000;
	border-top: none;
	border-left: 3px solid #620000;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	background: #282828;
	padding-top: 5px;
}

.news-content p {
	padding: 0.5em;
	margin: 0;
}

.news-content a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.news-date-left {
	padding: 3px;
	font-size: 0.75rem;
	border: 1px solid #000;
	border-top: 1px black dotted;
	background: #1e1e1e;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: white;
	margin-top: -1px;
	margin-left: 10px;
}

.news-date {
	padding: 3px;
	font-size: 0.75rem;
	border: 1px solid #000;
	border-top: 1px black dotted;

	background: #1e1e1e;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: white;
	margin-top: -1px;
	text-align: right;
}

.news-ticker {
	width: 100%;
	height: auto;
	padding: 5px;
	padding-left: 0.6em;

	margin: 5px 0px 0px;
	border: 1px solid #000;

	background: #282828;
	color: white;

	border-left: 3px solid #620000;
    border-radius: 5px;
}

.news-ticker .ticker-date {
	font-size: 0.75rem;
	font-weight: normal;
}

.tags {
	text-align: left !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .75rem;
    font-weight: bold;

}

.tags span {
	padding: 2px 6px;
	margin: 0 5px 2px 0;
	color: #999;
	border: 1px dashed #515151;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
@keyframes ants { to { background-position: 100% 100% } }

.tags span:hover {
	border: 1px dashed #c10000;
	background-color: #620000;
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(#620000, #620000) padding-box,
	            repeating-linear-gradient(-45deg, #c10000 0, #c10000 25%, transparent 0, transparent 50%) 0 / 4px 4px;
	animation: ants 6s linear infinite;
}

/* Card */
.card-container {
    margin-top: 0.5rem;
    overflow: hidden;
}

.card-container p {
	padding: 0;
	margin: 0;
}

.card-header {
    width: 100%;
    padding: 5px;
    margin: 0;
	border: 1px solid #000;
    background: #282828;
    border-bottom: 1px black dotted;
    border-left: 3px solid #620000;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    color: white;
}

.card-body {
    width: 100%;
    padding: 5px;
    background: #282828;
    color: white;
    margin: 0;
    border: 1px solid #000;
    border-left: 3px solid #620000;
	border-radius: 5px;
}

.card-footer {
    width: 100%;
    padding: 5px;
    background: #282828;
    border-radius: 0 0 5px 5px;
	border: 1px solid #000;
    color: white;
    border-left: 3px solid #620000;
    border-top: none;
}

.card-footer-left, .card-footer-right {
    padding: 3px;
    font-size: 0.75rem;
    border: 1px solid #000;
    border-top: 1px black dotted;
    background: #1e1e1e;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    color: white;
    display: inline-flex;
    align-items: center;
	margin-top: -1px;
}

.card-footer-right {
    float: right;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-footer-left {
    float: left;
    display: flex;
    align-items: center;
    padding: 5px;
	border-left: 3px solid #620000;
}

.card-footer i,
.card-footer-left i,
.card-footer-right i {
    color: #a0a0a0;
    margin-right: 5px;
}

.card-footer-left .btn-group {
    display: flex;
    gap: 5px;
}

.card-footer-left .btn-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: white;
    background: #282828;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.card-footer-left .btn-group a:hover {
    background: #620000;
    border-color: #c10000;
    color: white;
}

.card-notification {
    width: 100%;
    padding: 5px;
    padding-left: 0.6em;
    margin: 5px 0 0;
    border: 1px solid #000;
    background: #282828;
    color: white;
    border-left: 3px solid #620000;
    border-radius: 5px;
}

.card-notification .notification-date {
    font-size: 0.75rem;
    font-weight: normal;
}



.card-container:has(.card-header) .card-body {
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.card-container:has(.card-footer) .card-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px black dotted;
}

.card-container:has(.card-footer-left):has(.card-footer) .card-body {
    border-bottom-left-radius: 0;
}
.card-container:has(.card-footer-left) .card-footer {
    border-bottom-left-radius: 0;
}

.card-container:has(.card-footer-right):has(.card-footer) .card-body {
    border-bottom-right-radius: 0;
}

.card-container:has(.card-footer-right) .card-footer {
    border-bottom-right-radius: 0;
}

.card-container:has(.card-footer-left) .card-footer {
    border-bottom-left-radius: 0;
}

.card-container:has(.card-footer-right) .card-body {
    border-bottom-right-radius: 0;
}

.card-container:has(.card-footer-left) .card-body {
    border-bottom-left-radius: 0;
}



/* Release Card */

.release-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column; /* Ensures stacked layout on smaller screens */
}

.release-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0px;
    border: 1px solid #000;
    border-bottom: 1px black dotted;
    background: #282828;
    border-left: 3px solid #620000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    color: white;
    flex-wrap: nowrap; /* Prevents wrapping on large screens */
    text-align: center;
}

.release-title span {
    flex-grow: 1;
    text-align: center;
}

.release-id {
    position: absolute;
    right: 0.5rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .release-title {
        flex-direction: column;
        align-items: center;
    }
    .release-id {
        position: relative;
        right: auto;
        text-align: center;
        padding-top: 4px;
    }
}

.release-content {
    width: 100%;
    padding: 5px;
    margin: 0;
    border: 1px solid #000;
    border-top: none;
    border-left: 3px solid #620000;
	border-radius: 0 0 5px 5px;
    background: #282828;
    padding-top: 5px;
}


.release-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Text (Description) */
.release-text {
    flex: 1;
    padding: 12px 18px;
    font-size: 1rem;
    color: #e0e0e0;
    line-height: 1.7;
    border: 1px solid #515151c4;
    background: rgb(49 49 49);
    border-left: 2px solid #515151;
    border-radius: 0 4px 4px 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    order: 1; /* Text comes first on larger screens */
}
.release-text p {
	margin: 0;
}

.release-image {
    flex-shrink: 0;
    max-width: 200px;

    order: 2; /* Image comes second on larger screens */
}

.release-image img {

}

@media (max-width: 992px) {
    .release-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .release-image {
        max-width: 100%;
        text-align: center;
        order: -1; /* Moves the image above the text */
    }

    .release-text {
        text-align: left;
        order: 2; /* Text follows the image */
    }
}

/* Image */
.release-carousel {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: none;
}

.carousel-slide.active {
    display: block;
}

.carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
	opacity: 0.5;
}

.carousel-prev:hover, .carousel-next:hover {
	opacity: 1;
}

.carousel-prev { left: 5px; }
.carousel-next { right: 5px; }

.images_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	margin-top: .5rem;
	gap: .25rem;
}

.images_container img {
	margin: .15rem;
}

.container_videos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .container_videos {
        grid-template-columns: 1fr;
    }
}


/* Lightbox General Styles */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: #222;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.1);
    text-align: center;
}

.lightbox-image-container {
    max-width: 100%;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 4px;
	cursor: zoom-in;
	
	filter: grayscale(0.3);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.lightbox-img:hover {
	filter: none;
}

.lightbox-img-display {
    border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	position: relative;
	z-index: 2;
}

/* Lightbox Buttons */
.lightbox-close, .lightbox-prev, .lightbox-next, .lightbox-fullscreen {
    position: absolute;
    background: none;
    border: none;
    color: #ffffffad;
    font-size: 24px;
    cursor: pointer;
	z-index: 3;
	transition: opacity 0.2s ease, z-index 0.2s ease;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover, .lightbox-fullscreen:hover {
	color: #fff;
	opacity: 1;
}


.lightbox-content.zoomed .lightbox-prev,
.lightbox-content.zoomed .lightbox-next,
.lightbox-content.zoomed .lightbox-close,
.lightbox-content.zoomed .lightbox-fullscreen {
	z-index: 1;
	opacity: 0.6;
}

.lightbox-fullscreen {
	top: 10px;
	left: 10px;
}

.lightbox-close {
    top: 10px;
    right: 10px;
}

.lightbox-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-instructions {
    margin-top: 10px;
    padding: 8px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ddd;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .lightbox-close {
        font-size: 24px;
        padding: 8px 12px;
    }

    .lightbox-prev,
    .lightbox-next {
        padding: 10px;
    }
}

.release-tags {
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.release-tags {
	text-align: center;
	margin-bottom: 5px;

}
.release-tags-active {
	border: 1px dashed #c10000 ;
	background-color: #620000;
	color: #fff;
}

.release-tags a {

	padding: 2px 8px;
	color: #999;
	border: 1px dashed #515151;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	display: inline-block;
	padding: 0.25em 0.4em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	margin-top: 5px;
}
.release-tags a:hover {
	background-color: #620000;
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(#620000, #620000) padding-box,
	            repeating-linear-gradient(-45deg, #c10000 0, #c10000 25%, transparent 0, transparent 50%) 0 / 4px 4px;
	animation: ants 6s linear infinite;
}

.grad_hr {
	margin: 15px 0;
	height: 1px;
	border: 0;
	background: black;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#313131), to(#313131), color-stop(50%, rgba(0, 0, 0, 0.7)));
}

.alert {
	padding: 5px;
	margin: 0px;
	margin-top:10px;
	margin-bottom:10px;

	background: #5e0000;
	color: white;
	font-weight:bold;
	border: 1px solid #000;
	border-left: #860000 5px solid;

	border-radius: 5px 5px 5px 0;
}

.alert div,
.alert span {
	padding-left: 5px;
	display: table-cell;
}


.separator {
	display: flex;
	align-items: center;
	text-align: center;
}

.separator::before, .separator::after {
	content: '';
	flex: 1;
	/*border-bottom: 1px solid rgba(65, 65, 65, 0.85);*/

	margin: 25px 0;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid rgb(187 134 252);
}

.separator::before {
	margin-right: .25em;
}

.separator::after {
	margin-left: .25em;
}

.separator_fade {
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
}

.separator_fade::before, .separator_fade::after {
	content: '';
	flex: 1;
	margin: 25px 0;
	height: 1px;
	background: transparent;
}

.separator_fade::before {
	margin-right: .25em;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#313131), to(rgb(98, 0, 0)));
}

.separator_fade::after {
	margin-left: .25em;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgb(98, 0, 0)), to(#313131));
}

.release_fade {
	display: flex;
	align-items: center;
	text-align: center;
}

.release_fade::before, .release_fade::after {
	content: '';
	flex: 1;
	height: 1px;
	background: transparent;
}

.release_fade::before {
	margin-right: .25em;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(30, 30, 30, 0.7)), to(rgb(98, 0, 0)));
}

.release_fade::after {
	margin-left: .25em;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgb(98, 0, 0)), to(rgba(30, 30, 30, 0.7)));
}

.market_hr1 {
	margin: 25px 0;
	height: 1px;
	border: 0;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#272727), to(#272727), color-stop(50%, rgb(187, 134, 252)));
}
.market_hr {
    margin: 25px 0;
    height: 1px;
    border: 0;
    background: linear-gradient(to right, #272727, rgb(187, 134, 252), #272727);
}

.pre-head, .pre-foot {
	background: #2d2d2d;
	border: 1px dashed #515151;
}

.news-content pre {
	border: 1px dashed #515151;
	color: white;
	font-size: 1em;
	background: #2d2d2d;
	padding: 0.5rem;
}

.release-head, .release-foot {
	background: #2d2d2d;
	border: 1px solid #515151;
	padding: .25rem;
}

.release-head {
    display: flex;
    justify-content: space-between;
    align-items: center;

    flex-wrap: wrap;
	border-radius: 6px 6px 0px 0px;
	padding-left: 0.5rem;
	margin-top: 1em;
}

.release-foot {
	border-radius: 0px 0px 6px 6px ;
}

.release-collapsed {
    border-radius: 6px;
}

.release-body {
	border: 1px solid #515151;
	color: white;
	font-size: 1em;
	background: #2d2d2d;
}

.release-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
	gap: 8px;
}

.release-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.code-container {
    width: 100%;
    overflow-x: auto;
    background: #2d2d2d;
    color: #f8f8f2;
    font-family: monospace;
}

.code-line {
    display: flex;
    align-items: stretch;
    white-space: pre-wrap;
}

.code-line-number {
    width: 3em;
    padding-right: 5px;
    color: #757575;
    user-select: none;
    background: #252525;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    font-size: small;

	color: #858585; 
    padding-right: 10px;
}

.code-line-content {
    flex-grow: 1;
    padding-left: 5px;
    white-space: pre-wrap;
    display: flex;
    align-items: stretch;
    font-size: small;

}

.code-line-content code {
    display: block;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
}

.code-line-number::after {
    content: attr(data-line);
    display: block;
    width: 100%;
    text-align: right;
    white-space: nowrap;
}

.code-added {
    background-color: rgba(0, 255, 128, 0.1);
    color: #00ff80;
}

.code-removed {
    background-color: rgba(255, 0, 0, 0.1);
    color: #ff4040;
}

.code-line-content[data-diff="add"]::before,
.code-line-content[data-diff="remove"]::before {
    display: inline-block;
    width: 1em;
    text-align: center;
    font-size: small;
    font-weight: bold;
    user-select: none;
}

.code-line-content[data-diff="add"]::before {
    content: "+";
    color: #00ff80;
}

.code-line-content[data-diff="remove"]::before {
    content: "-";
    color: #ff4040;
}

.code-line-content:not([data-diff]) {
    padding-left: 1.36em;
}

.code-header {
    padding: 10px;
    border-left: 2px solid #888888;
    white-space: pre-wrap;
    font-size: small;
    flex-grow: 1;
    padding-left: 5px;
    display: flex;
    padding-left: 1.25em;
    align-items: stretch;
}

.code-header code {
    color: #aaaaaa;
}

.code-syntax {
    color: #f8f8f2;
}

@media (max-width: 768px) {
    .code-header {
        display: none;
    }

    .code-header.parent {
        display: none;
    }

    .code-header + .code-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .code-line {
        font-size: 14px;
    }

    .code-line-number {
        width: 2em;
        padding-right: 5px;
    }

    .code-container {
        padding: 3px;
    }
}


.lua-syntax .string { color: #CE9178; }
.lua-syntax .number { color: #B5CEA8; }
.lua-syntax .table-key { color: #44C995; }
.lua-syntax .operator { color: yellow; }
.lua-syntax .identifier { color: #9CDCFE; }
.lua-syntax .parameter { color: #9CDCFE; }
.lua-syntax .table { color: #CE9178; }
.lua-syntax .function-call { color: #B5CEA8; }
.lua-syntax .variable {
    color: #9CDCFE;
    font-weight: bold;
}

.lua-syntax .operator {
    color: #D69D85; 
    font-weight: bold;
}

.lua-syntax .comment {
    color: #6A9955;
    font-style: italic;
}
.lua-syntax .keyword {
    color: #569CD6;
    font-weight: bold;
}

.otui-syntax .operator { color: yellow; }
.otui-syntax .variable { color: #9CDCFE; }

.otui-syntax .variable {
    color: #9CDCFE;
}

.otui-syntax .variable-other {
    color: #FF6347;
}

.syntax-color-box {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
	margin-left: 3px;
	user-select: none;
}

.copy-btn, .download-btn {
    font-size: 12px;
	background: #2d2d2d;
    border: 1px solid #515151;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.2s, color 0.2s, border 0.2s;
}

.copy-btn i, .download-btn i {
    font-size: 14px;
}

.copy-btn:hover, .download-btn:hover {
    color: white;
	background: #3b3a3a;
}

.copy-btn:active, .download-btn:active {
    background: #e1e4e8;
}

.copy-url-btn {
	color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.copy-url-btn:hover {
	color: #9a9a9a;
}


.zip-download {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 0.5rem;
}

.zip-download .btn {
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
}

.code-quote-box {
    color: white;
    font-size: 0.75em;
    background: #2d2d2d;
    font-family: "Courier New", Courier, monospace;
	margin-left: 1rem;
	margin-right: 1rem;
}

.code-quote-box pre {
	border: 1px dashed #515151;
	color: white;
	font-size: 1em;
	background: #2d2d2d;
	padding: 0.5rem;
}

.instructions-box pre,
.instructions-box code {
    background: none; 
    border: none;
    padding: 0;
    color: inherit;
    font-family: monospace;
}

.quote-box, .warning-box, .info-box, .instructions-box {
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px dashed #515151;
}

.quote-box {
    background-color: #3a3a3a;
    border-left: 4px solid #c10000;
    color: #e0e0e0;
}

.warning-box {
    background-color: #620000;
    border-left: 4px solid #ff4444;
    color: #ffcccc;
}

.info-box {
    background-color: #2a2a2a;
    border-left: 4px solid #007acc;
    color: #c0e6ff;
}

.instructions-box {
    background: #2d2d2d;
    border-left: 4px solid #515151;
    color: #f8f8f2;
    font-family: monospace;
    padding: 12px;
    width: 100%;
	margin-left: 1rem;

	word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-line;
    overflow-x: hidden;
}

.instructions-box pre {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    white-space: pre-wrap;
}

.instructions-box code {
    background: none;
    color: inherit;
    padding: 0;
}

.quote-box i, .warning-box i, .info-box i, .instructions-box i {
    font-size: 18px;
    color: #717171;
}

.instructions-box a {
    color: #ffcccc;
    font-weight: bold;
    text-decoration: underline;
}

.instructions-box a:hover {
    color: #ffffff;
}


@media (max-width: 600px) {
    .release-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .release-actions {
        margin-top: 6px;
        justify-content: flex-start;
        width: 100%;
    }
}


.copied {
	color: #9a9a9a !important;
}

.copied:before {
	content: 'Copied';
	padding-right: 5px;
	color: #fff;
	font-size: 80%;
	font-weight: 400;
}

.downloaded-code i {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.downloaded-code:before {
    content: 'Always verify downloads before use.';
    padding-right: 5px;
    color: #ff000077;
    font-size: 80%;
    font-weight: bold;
    visibility: hidden; 
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; 
}

.downloaded-code:hover:before {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out, visibility 0s;
}

.downloaded-code.permanent:before {
    visibility: visible;
    opacity: 1;
}

.downloaded-code.permanent i {
    color: #9a9a9a !important;
}
/* 
#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
	cursor: pointer;
}

#lightbox .content {
    display: inline-block;
    text-align: center; 
}

#lightbox p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 12px;

}

#lightbox img {
	box-shadow: 0 0 25px #111;
	background-color: #141414;
	border: 1px dashed #515151;
	padding: .25rem;
	display: block;
    margin: 0 auto;
} */



/*
NEW
#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lightbox-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.lightbox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1e1e1e;
    padding: 15px;
    border-radius: 6px;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
}

.lightbox-container img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 4px;
}

.lightbox-title {
    color: #fff;
    margin-top: 8px;
    font-size: 14px;
}

.lightbox-instructions {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 6px;
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
    transition: 0.2s ease;
}

.lightbox-close:hover {
    color: #bbb;
}

*/




#footer {
	margin: 0 auto;
	width: 280px;
	height: 38px;
	text-align: center;
	display: block;
	position: relative;
}

#footer-r {
	float: right;
	position: absolute;
	right: 6px;
	top: -5px;
}

/* SOCIAL ICONS */
#social-footer {
	height: 32px;
	width: 210px;
	left: 15px;
	top: 4px;
	display: inline;
	position: absolute;
	margin: 0 auto;
}

#social-footer div {
	height: 25px;
	width: 25px;
	display: inline-block;
	background-repeat: no-repeat;
}

#social-facebook {
	background-position: -10px -10px;
}

#social-facebook:hover {
	background-position: -35px -10px
}

#social-twitter {
	background-position: -10px -55px;
}

#social-twitter:hover {
	background-position: -35px -55px;
}

#social-youtube {
	background-position: -10px -100px;
}

#social-youtube:hover {
	background-position: -35px -100px
}

#social-twitch {
	background-position: -10px -145px;
}

#social-twitch:hover {
	background-position: -35px -145px
}

#social-steam {
	background-position: -10px -235px;
}

#social-steam:hover {
	background-position: -35px -235px;
}

a.tooltips {
	position: relative;
}

a.tooltips span {
	position: absolute;
	width: 150px;
	height: 22px;
	background: #252525;
	color: #FFF;
	border: 1px solid #6D6D6D;
	line-height: 18px;
	text-align: center;
	visibility: hidden;
	border-radius: 8px;
	box-shadow: 0 0 8px #8F0000;
}

a.tooltips span:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-left: -11px;
	border-top: 9px solid #6D6D6D;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
}

a.tooltips span:after {
	content: '';
	position: absolute;

	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-left: -8px;

	border-top: 8px solid #252525;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

a:hover.tooltips span {
	visibility: visible;
	opacity: 0.9;
	bottom: 44px;
	left: 50%;
	margin-left: -72px;
	z-index: 999;
}

.release-thumbnail {
	width: 125px;
    height: 75px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.img-thumbnail {

}

.img-thumbnail-border {
	background-color: #560000;
	border: 1px solid #000000;
}

.img-thumbnail-other {
	background-color: #560000;
	border: 1px solid #000000;
}

.video-thumbnail-border {
	background-color: #560000;
	border: 1px solid #000000;
	height: 315px;
}

.video-thumbnail-border {
	background-color: #560000;
	border: 1px solid #000000;
	height: 315px;
}


.dropdown-menu {
	background-color: #222;
	border: 1px solid #444;
	border-top: 4px solid #620000;
}

.dropdown-divider {
	height: 0;
	margin: .25rem 0;
	overflow: hidden;
	border-top: 1px solid #444;
}

.dropdown-item {
	color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #313131;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #313131;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 3px;
	top: 40%;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
	display: flex;
	flex-direction: column;
	position: absolute;
	margin-top: -30px;
	left: 100%;
}

@media (max-width: 992px) {
	.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
		display: flex;
		flex-direction: column;
		position: inherit;
		margin-top: 0;
		left: 20px;
		width: 100%;
		border: 1px solid #444;
		border-top: 4px solid #620000;
	}

	/*.dropdown-menu {*/
	/*	width: 50%;*/
	/*}*/
	.dropdown-submenu > .dropdown-menu {
		width: 50%;
	}
}

.box {
	display: block;
	text-align: left;
	border-radius: 5px;
	padding: 14px;
	transition: .1s;
}

.box.red {
	border: 1px solid rgba(70, 3, 17, 1.00);;
	background: linear-gradient(
			0deg, rgba(23, 1, 6, 1.00), rgba(0, 0, 0, 1.00));

}

.box.red:hover {

	border: 1px solid rgba(116, 5, 29, 1.00);
	background: linear-gradient(
			0deg, rgba(46, 2, 12, 1.00), rgba(23, 1, 6, 1.00));
}





.sml-table {
	display: none;
}

@media screen and (max-width: 768px) {

	.sml-table:last-of-type {
		display: block;
		background: #313131;
	}
}


.hover_wrap:hover .item_normal {
	display: none;
}

.hover_wrap:hover .item_hover {
	display: inline-block;
}

.hover_wrap .item_normal {
	display: block;
}

.hover_wrap .item_hover {
	display: none;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.0em + 1.0rem + 2px);
	padding: 6px 12px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #a0a0a0;
	background-color: #313131;
	background-clip: padding-box;
	border: 1px solid #000000;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	color: #a0a0a0;
	background-color: #2e2e2e;
	border-color: #000;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(116, 0, 0, 0.25);
}

.form-control:disabled, .form-control[readonly] {
	background-color: #1a1a1a;
	color: #620000;
	opacity: 1;
}
.form-button {
	border: 1px dashed #c10000;
    background-color: #620000;
	color: #fff;
}

.custom-control-input ~ .custom-control-label::before {
    background-color: #2e2e2e;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #620000;
    border-color: #c10000;
    color: #fff;
    box-shadow: 0px 0px 6px rgba(98, 0, 0, 0.6);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #000;
	box-shadow: 0 0 0 0.2rem rgba(116, 0, 0, 0.25);
}

.custom-control-input:hover ~ .custom-control-label::before {
    box-shadow: 0px 0px 4px rgba(160, 160, 160, 0.4);
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #620000;
    border-color: #c10000;
    box-shadow: 0px 0px 6px rgba(98, 0, 0, 0.6);
}

.custom-control-input:checked:focus ~ .custom-control-label::before,
.custom-control-input:checked:active ~ .custom-control-label::before {
    box-shadow: 0px 0px 8px rgba(98, 0, 0, 0.8);
}

.custom-control-input:checked:hover ~ .custom-control-label::before {
    box-shadow: 0px 0px 6px rgba(98, 0, 0, 0.8);
}

.custom-control-input:checked {
    background-color: #620000;
    border-color: #c10000;
    box-shadow: 0px 0px 6px rgba(98, 0, 0, 0.6);
}

.custom-control-input:checked:focus {
    box-shadow: 0px 0px 8px rgba(98, 0, 0, 0.8);
}

::-webkit-file-upload-button {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	border: 1px dashed #c10000;
    background-color: #620000;
	color: #fff;
  }

#rSearch {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	height: calc(0.9em + 0.9rem + 2px);
	padding: 3px 6px;
	margin-bottom: 6px;
}

#rSearch:focus {
	color: #fff;
}

.search-box {
	/*float: left;*/
	padding: .2rem .5rem .2rem .5rem;
	font-size: 0.875em;
	border: 1px solid #000;
	background: #1e1e1e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
	text-decoration: none;
	color: white;
	text-align: right;
}

.tool-box {
	/*float: left;*/
	padding: .2rem .5rem .2rem .5rem;
	font-size: 0.875em;
	border: 1px solid #000;
	background: #1e1e1e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
	text-decoration: none;
	color: white;

}


.tool_fade {
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
}

.tool_fade::before, .tool_fade::after {
	content: '';
	flex: 1;
	margin: 25px 0;
	height: 1px;
	background: transparent;
}

.tool_fade::before {
	margin-right: .25em;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#1e1e1e), to(rgb(98, 0, 0)));
}

.tool_fade::after {
	margin-left: .25em;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgb(98, 0, 0)), to(#1e1e1e));
}


::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

::-webkit-scrollbar-thumb {
	background: #666666;
}

::-webkit-scrollbar-thumb:hover {
	background: #757575;
}

::-webkit-scrollbar-thumb:active {
	background: #757575;
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.075);
}

::-webkit-scrollbar-track:active {
	background: #333333;
}

::placeholder {
	color: red;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: red;
}

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

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(150, 0, 0, 0.6);
		box-shadow: 0 0 0 0 rgba(150, 0, 0, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 6px rgba(150, 0, 0, 0);
		box-shadow: 0 0 0 6px rgba(150, 0, 0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(150, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(150, 0, 0, 0);
	}
}

@keyframes float {
	0% { transform: translatey(0px); }
	50% { transform: translatey(-10px); }
	100% { transform: translatey(0px); }
}

release-item:nth-child(even) {background: #CCC}
release-item:nth-child(odd) {background: #FFF}

.navbar-brand:hover {
	transform: translatey(0px);
	animation: float 3s ease-in-out infinite;
}

.form-control::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.btn-back {
	padding: .2rem .5rem .2rem .5rem;
	font-size: 12px;
	border: 1px solid #000;
	background: #1e1e1e;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: white;
	margin-top: -6px;
	text-align: right;
}

.page-counter {
	padding: .3rem .5rem .2rem .5rem;
	font-size: 12px;
	border: 1px solid #000;
	background: #1e1e1e;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	margin-top: -6px;
	text-align: right;
	color: #a0a0a0;
}

.page-counter:hover {
	color: #fff !important;
}

.image-hidden {
	background-color: rgba(255, 0, 0, 0.44) !important;
}

.item-hidden {
	background-color: rgba(255, 0, 0, 0.07) !important;
}

.highlight {
	padding: 1px 4px;
	margin: 0 -4px;
	color: #ff0000;
	font-weight: bold;
	outline: 0;
}

.release-bg-icon {
	font-size: 6rem;
	color: #8b8b8b;
	position: absolute;
	bottom: 2rem;
	right: 1rem;
	transition: all 0.6s;
	opacity: 0.1;
}



@media (max-width: 768px) {

	.release-box {
		border: 1px solid #000;
		background: rgba(30, 30, 30, 0.7);
		-webkit-border-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		border-radius: 5px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
		text-decoration: none;
		color: white;
		text-align: center;
		border-left: 3px solid #620000;
		height: 150px;
	}

	.release-box:hover {
		outline: 0;
		-webkit-box-shadow: 0 0 0 0.2rem rgb(116 0 0 / 25%);
		box-shadow: 0 0 0 0.2rem rgb(116 0 0 / 25%);
		opacity: 1;
	}

	.release-box-header h3 {
		padding: 8px;
		padding-bottom: 0px;

		font-size: 1rem;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 0;
	}
	.release-box-header div{
		padding: 0;
	}
	.release-box-header div {
		font-size: 12.8px;
		padding: 0 3.2px;
		font-style: italic;
	}

	.release-box-image {
		display: none
	}

	.release-box-caption {}
	.release-box-image { }
	.release-box-header div { }
	.release-box-icons {
		position: absolute;
		bottom: 15px;
		right: 15px;
		display: block;
		z-opacity: 1;
	}

	.release-box-icons i {
		padding-bottom: 2px;
	}

	.release-box-icons i:hover {
		color: #6c757d !important;
	}

	.release-box-synopsis {
		color: white;
		font-size: 12.8px;
		line-height: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height: 28px;
		overflow: hidden;
	}

	.release-box-tags {
		text-align: left !important;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: .75rem;
		font-weight: bold;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}

	.release-box-tags a {
		padding: 2px 6px;
		color: #999;
		border: 1px dashed #515151;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.release-box-tags a:hover {
		border: 1px dashed #c10000;
		background-color: #620000;
		color: #fff;
		border: 1px solid transparent;
		background: linear-gradient(#620000, #620000) padding-box,
					repeating-linear-gradient(-45deg, #c10000 0, #c10000 25%, transparent 0, transparent 50%) 0 / 4px 4px;
		animation: ants 6s linear infinite;
	}

	.release-box-views {
		text-align: left;
		height: 50px;
	}


	.release-box.sort1 {
		border-left: 3px solid #400000;
	}

	.release-box.sort2 {
		border-left: 3px solid #100000;
	}
}

@media (min-width: 768px) {

	.release-bg-icon {
		font-size: 10rem;
	}

	.release-box {
		transition: all 0.6s;
		border: 1px solid #000;
		background: rgba(30, 30, 30, 0.7);
		-webkit-border-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		border-radius: 5px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
		text-decoration: none;
		color: white;
		text-align: center;
		border-left: 3px solid #620000;
		height: 300px;
	}

	.release-box:hover {
		outline: 0;
		-webkit-box-shadow: 0 0 0 0.2rem rgb(116 0 0 / 25%);
		box-shadow: 0 0 0 0.2rem rgb(116 0 0 / 25%);
		background: linear-gradient(165deg, rgba(42, 42, 42, 0.7) 70%, rgba(30, 30, 30, 0.7) 30%);
	}

	.release-box:hover .release-box-image img {
		display: none;
	}

	.release-box:hover .release-box-synopsis {

	}
	.release-box-image img {
		background-color: #141414;
		border: 1px solid #000000;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
		max-height: 150px;
	}

	.release-box-header h3 {
		padding: 8px;
		padding-bottom: 0px;

		font-size: 1rem;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 0;
	}
	.release-box-header div{
		padding: 0;
	}
	.release-box-header div {
		font-size: 12.8px;
		padding: 0 3.2px;
		font-style: italic;
	}

	.release-box-icons {
		position: absolute;
		bottom: 15px;
		right: 15px;
		display: grid;
	}

	.release-box-icons i {
		padding-bottom: 2px;
	}

	.release-box-icons i:hover {
		color: #6c757d !important;
	}

	.release-box:hover .release-box-caption {
		display: none;
	}

	.release-box:hover .release-box-synopsis {
		overflow: initial;
		color: white;
	}
	.release-box-synopsis {
		color: #9a9a9a;
		font-size: 0.85em;
		line-height: 14px;
		max-height: 30px;
		overflow: hidden;
	}

	.release-box-tags {
		text-align: left !important;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: .75rem;
		font-weight: bold;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}

	.release-box-tags a {
		padding: 2px 6px;
		color: #999;
		border: 1px dashed #515151;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.release-box-tags a:hover {
		border: 1px dashed #c10000;
		background-color: #620000;
		color: #fff;
	}

	.release-box-views {
		text-align: left;
		height: 50px;
	}


	.release-box.sort1 {
		border-left: 3px solid #400000;
	}

	.release-box.sort2 {
		border-left: 3px solid #100000;
	}
}


/* Discord */
#discord-count {

}

#discord-join {

}

#discord-join a {
	border: 1px solid #000000;
	border-left: 3px solid #400000;
	color: #FFFFFF;
	background-color: hsla(0, 0%, 100%, .1);
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
	opacity: .6;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	padding: 0.1rem 1rem;
}

#discord-join a:hover {
	opacity: 1
}

#discord-userlist {
	height: 220px; overflow-y: auto;
}
.discord-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	margin: 6px 0
}

.discord-user-name {
	color: #8a8e94
}

.discord-user-game, .discord-user-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.discord-user-game {
	padding-right: 10px;
	text-align: right;
	font-size: small;
	color: #4f545c
}

.discord-user-avatar {
	margin-right: 6px
}

.discord-user-avatar img {
	width: 20px;
	height: 20px;
	border-radius: 8px
}

.discord-user-status {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	right: 0
}

.discord-user-online {
	background-color: #43b581
}

.discord-user-idle {
	background-color: #faa61a
}

.discord-user-offline {
	background-color: #747f8d
}

.discord-user-dnd {
	background-color: #f04747
}

.warning {
	text-align: center;
	font-size: 14px;
}

.outdated {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.viewed-toggle {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    background: #2d2d2d;
    border: 1px solid #515151;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
    margin-bottom: 0;
}

.viewed-toggle:hover {
    background: #3b3a3a;
    color: white;
}

.viewed-toggle input[type="checkbox"] {
    display: none;
}

.viewed-toggle .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #515151;
    border-radius: 4px;
    background: #2d2d2d;
    margin-right: 6px;
    position: relative;
    transition: background 0.2s ease, border 0.2s ease;
}

.viewed-toggle input[type="checkbox"]:checked + .checkmark {
	background: #3b3a3a;
    border-color: #515151;
}

.viewed-toggle input[type="checkbox"]:checked + .checkmark::after {
	content: "\2713";
    font-size: 12px;
    color: #d0d0d0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.viewed-toggle input[type="checkbox"]:checked ~ span {
    color: white;
    font-weight: bold;
}

.viewed-toggle input[type="checkbox"]:checked ~ label {
    background: #3a3a3a;
    border-color: #777777;
}
