/* CSS RESET */

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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clear {
    clear: both;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}

body p {
    line-height: 1.4;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box !important;
}

/* Customizations */

ul {
    margin-left: 1em;
    padding-left: 1em;
    list-style: disc;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
    list-style: decimal;
}

/* Sonikku */

:root {
    --sonikku-blue: #35509d;
    --sonikku-darkblue: color-mix(in oklab, var(--sonikku-blue) 80%, black);
    --sonikku-orange: #fa8204;
    --sonikku-green: rgba(0, 51, 0, 1);
    --sonikku-gold: #f2f200;
    --menu-bg-size: 78px 48px;
}

body {
    color: white;
    margin: 0 auto;
    font-family: "Noto Sans Mono", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    background-color: #000;

    background: url("https://sonichq.net/images/checkerboard.png");
    background-attachment: fixed;

    font-size: 18px;
}

.box {
    background-color: var(--mania-box);
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    padding: 10px;
    position: relative;
    overflow: auto;
}

.card {
    background-color: var(--mania-box);
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    padding: 0.5em;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    border: none;
}

.card.warning {
    background-color: var(--mania-red);
    color: white;
}

.hero-card {
    font-size: 1.5rem;
}

.dmbs-main .card {
    margin-bottom: 15px !important;
}

.card a {
    color: var(--mania-blue);
    font-weight: 600;
}

.card-body {
    padding: 0;
}

.card h3 {
    font-size: 1.5em;
    /*margin-bottom: 0.5em;*/
    font-weight: 600;
}

.card h4 {
    font-size: 1.2em;
}

.card li {
    line-height: 1.4;
}

h2.widgettitle:after {
    content: "";
    transform: skewX(135deg);
    background-color: black;
    height: 25px;
    display: block;
    position: relative;
    top: -22px;
    z-index: -1;
}

h2.widgettitle {
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    font-family: "Exo 2", Arial, Verdana, Sans-serif;
    height: 45px;
    font-size: 1.9rem;
    text-indent: 5px;
}

h3.widgettitle:after {
    content: "";
    transform: skewX(135deg);
    background-color: black;
    height: 25px;
    display: block;
    position: relative;
    top: -22px;
    z-index: -1;
}

h3.widgettitle {
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    font-family: "Exo 2", Arial, Verdana, Sans-serif;
    height: 45px;
    font-size: 1.75rem;
    text-indent: 5px;
}

#displaycategorieswidget-2 .cat-item a {
    color: white;
    margin-right: 10px;
}

table.stats {
    border-collapse: collapse;
    margin: 1em auto;
}

table.stats td:first-child {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

table.stats td:last-child {
    text-align: left;
    padding-left: 0.5em;
}

table.stats td {
    color: white;
    padding: 4px;
}
/*
.stat-item {
    color: #58cdff;
    font-weight: bold;
}
*/
.blue-box {
    background-color: #385cae;
    color: white;
    border-radius: 4px 4px 0 0;
    padding: 10px !important;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.blue-box a {
    color: white;
}

.blue-box.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}

.negative-margin {
    margin: -10px !important;
    margin-bottom: 5px !important;
}

.blue-box.jagged {
    overflow: visible;
}

.blue-box.jagged:after {
    /*background-image: url(/wp-content/uploads/2023/06/jagged-bottom.png);*/
    /*background-image: url("/images/layout/blue-jagged-horizontal.svg");*/
    background-image: url("/images/layout/blue-jagged-horizontal.php?i=56,92,174,1");
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto 15px;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    content: "";
    display: block;
    height: 14px;
}

.sticky .blue-box.jagged:after {
    background-image: url("/images/layout/blue-jagged-horizontal.php?i=227,62,43,1");
}

.single .sticky .blue-box {
    background-color: var(--mania-red);
}

.article-header:hover {
    filter: brightness(120%);
    transition: all 0.45s ease-in-out;
}

article .dmbs-post-featured-image {
    /*margin-top: -15px !important;*/
    margin-top: -32px !important;
}

.circle-img {
    border-radius: 50%;
}

.box-shadow {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
}

.alternate-article-content {
    /*background:var(--mania-orange);
	color:white;*/
    line-height: 1.4;
}

.label {
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-feature {
    background-color: #485aa9;
    color: white;
}
.label-bug {
    background-color: #c44c34;
    color: white;
}
.label-enhancement {
    background-color: #8fc9b2;
    color: black;
}
.label-misc {
    background-color: #999;
    color: black;
}
.label-ui {
    background-color: #fff;
    color: black;
}
.label-ux {
    background-color: #ccc;
    color: black;
}
.label-refactor {
    background-color: #df892e;
    color: white;
}
.label-primary {
    background-color: #071b49;
}

.label-ok {
    background-color: #020;
    color: lime;
}

.label-bad {
    background-color: #200;
    color: var(--mania-red);
}

.label-inprogress {
    background-color: #111;
    color: white;
}

#versions p {
    margin-bottom: 0.2em;
}

#versions * + * {
    margin-top: unset;
}

#versions hr {
    margin: 1.5rem 0;
}

.box.yellowBox {
    background-color: rgba(83, 83, 0, 1) !important;
    color: yellow;
}

.box.greenBox {
    background-color: rgba(0, 51, 0, 1) !important;
    color: lime;
}

.box.errorBox {
    background-color: rgba(51, 0, 0, 1) !important;
    color: #ff9999;
}

.box.greenBox .badge {
    background-color: rgba(0, 255, 0, 0.3) !important;
    color: lime;
}

.box.errorBox .badge {
    background-color: rgba(0, 0, 0, 1) !important;
    color: #ff9999;
}

.badge {
    display: inline;
}

.reltime {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.badge a {
    color: white;
}

.box.greenBox h2 {
    color: lime;
}

.box.errorBox h2 {
    color: #ff9999;
}

.success-box .box {
    color: lime;
    background-color: #030 !important;
}

.success-box .box a {
    color: white;
}

.success-box h2 {
    color: lime;
}

.error-box .box {
    background: #330000 !important;
    color: #ff9999 !important;
}

.blue-box .box {
    background-color: #385cae;
    color: white;
}

.yellowBox h2,
.yellowBox h2 a {
    color: yellow;
}

.box hr {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.h3-bg h3 {
    font-size: 1.75rem;
}

.is-poststat-private .h1-bg {
    background-color: #a1392d;
    box-shadow: 20px 10px 0px rgba(161, 57, 45, 0.45);
}

.nav-link,
.nav-link:hover {
    color: white;
}

.wide-content {
    margin-left: -10px;
    margin-right: -10px;
}

.overflow {
    overflow: auto;
}

.well {
    background-color: rgba(255, 255, 255, 0.55);
    border: none;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 1em;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex > *:first-child {
    padding-left: 0px;
}

.flex > *:last-child {
    padding-right: 0px;
}

.flex.center {
    justify-content: center;
}

.flex.flex-half > div {
    flex-basis: 50%;
}

.flex.flexnowrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.more-margin,
ins {
    margin-top: 1em;
    margin-bottom: 1em;
}

.pull-left.floated-image {
    padding: 0 1em 1em 0;
}

.pull-right.floated-image {
    padding: 0 0 1em 1em;
}

.flex dt {
    flex-basis: 20%;
}

.flex dd {
    flex-basis: 80%;
}

/* Main Logo */

.main-logo {
    position: relative;
    display: block;
}

.main-logo img {
    height: 85px;
    width: 117px;
    position: absolute;
    transition: transform 1s ease-in-out;
}

.main-logo img:hover {
    transform: scale(1.2);
}

@media only screen and (max-width: 480px) {
    .main-logo img {
        top: 40px;
    }
}

/* Menu */

/* Base styles that apply to all menus */
.menu-section {
    /*border-bottom: 1px solid hsl(0, 0%, );*/
    background: #385cae;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.menu-section-admin {
    /*background: #e23f2c;*/
    background-color: color-mix(in oklab, var(--mania-red) 90%, black);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.hidden-up {
    transform: translateY(-200px);
    transition: all 0.5s ease-in-out;
}

.hidden-up.visible {
    transform: translateY(-100px);
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
    .menu-section-admin {
        top: 30px;
    }
    .hidden-up.visible {
        transform: translateY(-88px);
        transition: all 0.5s ease-in-out;
    }
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*background: #385cae;*/
}

.menu li a {
    display: block;
    text-decoration: none;
    color: white;
    /*padding: .6em 1em;*/
    padding: 0.8em 1em 0.8em 1.9em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 1.25rem;
}
/*
.main-menu:after {
	background: url('/images/menu/svg/menu-bottom.svg') repeat-x;
	background-size: 200px 49px;
	height:70px;
	content:"";
	display:block;
	position:relative;
	z-index:-1;
}
*/

.main-menu:after {
    background: url("/images/layout/menu-bottom-round-reverse.svg") 254px -2px repeat-x, url("/images/layout/menu-bottom-round.svg") 76px -2px repeat-x;

    background-size: 42px 92px, 76px 54px;
    /*background: url('/images/layout/menu-bottom-round.svg') round;*/
    /*background-size: 76px 54px;*/
    /*transform:skewX(30deg);
	76 -2, 275 -2
	*/
    height: 60px;
    top: -23px;
    content: "";
    display: block;
    position: relative;
    z-index: -1;
}

/*
.menu li a:hover {
	background: #527fdb;
}
*/
.nav-mixed {
    display: flex;
    /*background: #385cae;*/
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Allow room for logo */
.main-menu .single-nav ul {
    margin-left: 140px;
}

.main-menu-admin .single-nav ul {
    margin-left: 55px;
}

@media screen and (min-width: 42em) {
    .single-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .single-nav li {
        flex: 1 0 auto;
        text-align: center;
    }
}

.comments-footer .dmbs-post-meta-tags {
    font-size: 0.8rem;
}

span.smalltext {
    font-size: 75%;
    display: none;
}

#latest_threads_3_e center {
    text-align: left;
}

#latest_threads_3_e img {
    margin-right: 15px;
}

#latest_threads_3_e a:after {
    clear: both;
}

#latest_threads_3_e .smalltext strong {
    display: none;
}

.pointer {
    cursor: pointer;
}

/* Navigation Buttons */

ul.navigation li {
    transition: all 0.3s ease-out;
    color: #ffffff;
    /*padding: 3px 20px 7px 30px;*/
    text-decoration: none;
    background-size: var(--menu-bg-size);
    font-weight: 600;
}

ul.navigation li.forum {
    background: url("/images/menu/svg/users-solid.php?i=48,76,140,1") no-repeat;
    background-size: var(--menu-bg-size);
    background-position: left;
}

ul.navigation li.music {
    background: url("/images/menu/svg/music-solid.php?i=48,76,140,1") no-repeat;
    background-size: var(--menu-bg-size);
    background-position: left;
}

ul.navigation li.music.current-page-ancestor,
ul.navigation li.music.current-menu-item {
    background: url("/images/menu/svg/music-solid.php?i=255,255,255,0.2") no-repeat;
    background-size: 91px 83px;
    background-position: left;
}

ul.navigation li.comics {
    background: url("/images/menu/svg/comment-solid.php?i=48,76,140,1") no-repeat;
    background-size: var(--menu-bg-size);
    background-position: left;
}

ul.navigation li.comics.current-page-ancestor,
ul.navigation li.comics.current-menu-item {
    background: url("/images/menu/svg/comment-solid.php?i=255,255,255,0.2") no-repeat;
    background-size: 91px 83px;
    background-position: left;
}

ul.navigation li.archives {
    background: url("/images/menu/svg/archive-solid.php?i=48,76,140,1") no-repeat;
    background-size: var(--menu-bg-size);
    background-position: left;
}

ul.navigation li.archives.current-page-ancestor,
ul.navigation li.archives.current-menu-item {
    background: url("/images/menu/svg/archive-solid.php?i=255,255,255,0.2") no-repeat;
    background-size: 91px 83px;
    background-position: left;
}

ul.navigation li:hover a {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

ul.navigation li:hover {
    background-size: 91px 83px;
}

/* Styles for social media menu */

/* Find src URL and add in correct social media icon. */
.social-menu li a:before {
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
}

.social-menu li:hover a {
    color: #97b7ff;
}

.social-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Footer */

footer.main-footer {
    color: #fff;
    background-color: #304f93;
    font-size: 75%;
    padding: 10px;
    margin-top: 1em;
}

.main-footer a,
.main-footer a:hover {
    color: var(--mania-gold);
    text-decoration: underline;
}

.footer-wrapper {
    display: flex;
}

.main-footer section {
    padding: 0.5em;
}

.social a {
    color: white;
    font-size: 24px;
    margin: 8px;
    display: inline-block;
}

.footer-wrapper h2 {
    margin-bottom: 1em;
}

@media only screen and (max-width: 480px) {
    .footer-wrapper {
        display: block;
    }

    .main-footer section {
        text-align: center;
    }
}

.version {
    opacity: 0.5;
    /*border-top:1px solid #517bdc;*/
}

/* Article */

.dmbs-post-meta-header2 .flex {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.article-featured-image {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
}

article .article-featured-image {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

ul.list-flat {
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-flow: row wrap;*/
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

ul.list-flat li {
    display: inline-block;
    padding-left: 10px;
}

ul.list-flat li:first-child {
    display: inline-block;
    padding-left: 0px;
}

.list-flat img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease-in-out;
}

.mania-shadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.disqus-comment-count {
    background-image: url("/images/icons/comments.svg");
    background-repeat: no-repeat;
    text-align: center;
    width: 33px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
}

.alternate-article-content:nth-of-type(odd) {
    background-color: #ffdb43;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
}

.alternate-article-content:nth-of-type(even) {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
}

.alternate-article-content.active {
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}

.alternate-article-content.pointer {
    transition: all 0.5s ease-in-out;
}

.alternate-article-content.pointer:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.event-state {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/* Article Interview */

p.a {
    color: #385dae;
    font-weight: bold;
}

.pagination {
    margin: auto;
}

.pagination .nav-links a {
    padding: 10px;
}

a.page-numbers {
    color: white;
    font-weight: bold;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

/* Headings */

@media (min-width: 768px) {
    .h1-bg {
        transform: skewX(135deg);
        background-color: black;
        height: 35px;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    .h1-bg:after {
        content: "";
        background-image: url("/images/retrotitlebar/rotate.php");
        position: absolute;
        right: 20px;
        top: 0;
        width: 150px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transform: skewX(-135deg);
        z-index: -1;
    }

    .h1-bg h1 {
        transform: skewX(-135deg);
        position: relative;
        width: 100%;
        left: 5px;
        bottom: 20px;
        font-weight: bold;
        color: white;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
        font-family: "Exo 2", Arial, Verdana, Sans-serif;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .h1-bg {
        margin-bottom: 2em;
        text-align: center;
        position: relative;
    }

    .h1-bg:before {
        content: url("/images/layout/shadow-media-bg.svg");
        position: absolute;
        left: 50px;
        width: 300px;
        top: -44px;
        z-index: -1;
    }
    .h1-bg h1 {
        font-weight: bold;
        font-family: "Exo 2", Arial, Verdana, Sans-serif;
        font-size: 2.5rem;
        color: white;
        text-shadow: 0px 0px 4px black, 0px 0px 12px rgba(0, 0, 0, 0.712);
        /*text-shadow: 1px 1px 0 #ffe67c, -1px 1px 0 #ffe67c, -1px -1px 0 #ffe67c, 1px -1px 0 #ffe67c;*/
        /*text-shadow: 2px 2px #00000062;*/

        /*text-shadow: 3px 3px 2px #000, -3px 3px 2px #000, -3px -3px 0 #000, 3px -3px 0 #000;*/
    }
}
/*
.h1-bg:after {
    content: "";
    background-image: url("/images/retrotitlebar/sonic30.png");   
    position: absolute;
    right: -14px;
    top: -18px;
    width: 142px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: skewX(-135deg);
    z-index: -1;
}
*/

h2 {
    font-weight: 700;
    margin-top: 0px;
    font-size: 2rem;
    font-family: "Exo 2", Arial, Verdana, Sans-serif;
}

/*
h2.dmbs-post-title {
    text-wrap: balance;
}
*/

h3 {
    margin-top: 0px;
}

.h3-bg {
    transform: skewX(135deg);
    background-color: black;
    height: 20px;
    margin-bottom: 0.5em;
}

.h3-bg h3 {
    transform: skewX(-135deg);
    position: relative;
    left: 3px;
    bottom: 10px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    font-family: "Exo 2", Arial, Verdana, Sans-serif;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#comicsMainPage .h3-bg {
    margin-top: 0.2em;
}

blockquote {
    border-left: 3px solid #e3cd72;
    padding: 15px;
    line-height: 1.5;
    color: #333;
    margin: 1em 0 1em 2em;
    background-color: rgba(255, 255, 255, 0.25);
}

.v-small {
    font-size: 60%;
}

.text-white {
    color: white;
}

/*--------------------------------------------------------------
Input
--------------------------------------------------------------*/

/* Fix for scroll bars */

.form-group {
    margin-left: 0;
    margin-right: 0;
}

input:not([type="checkbox"]):not([type="submit"]):not([type="file"]):not([type="image"]):not(.lbl),
select.form-control,
select.form-control option,
select {
    padding: 7px;
    background: #2f447f;
    outline: none;
    resize: none;
    border: 0;
    transition: all 0.3s;
    color: white;
}

select {
    font-size: 14px;
}

.form-width-auto {
    width: auto !important;
}

input:not([type="checkbox"]):not([type="submit"]):not([type="file"]):not([type="image"]):not(.lbl):disabled,
select:disabled {
    opacity: 0.5;
}

input[type="text"]:focus,
input[type="password"]:focus,
select.form-control:focus {
    /*background-color: color-mix(in oklab, var(--mania-blue) 5%, black) !important;*/

    background: linear-gradient(color-mix(in oklab, var(--sonikku-blue) 80%, black), color-mix(in oklab, var(--sonikku-darkblue) 35%, black)) !important;
    color: white;
}

textarea {
    /*background-color:#fff3bf;*/
    background-color: #111;
    border: none;
    width: 100%;
    color: white;
    font-size: 80%;
    border-radius: 3px;
}

input[readonly] {
    opacity: 0.6 !important;
}

/* Placeholder text */

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff !important;
    opacity: 0.7;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 0.7;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 0.7;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
    opacity: 0.7;
}

[type="search"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.widget_search .search-submit {
    background-color: transparent;
    border: none;
}

/* Buttons */

.btn {
    font-size: 18px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding: 0.5em 1.2em;
}

.btn-sm {
    font-size: 14px;
}

.btn-main,
.btn-primary {
    background-color: #071b49;
    border: none;
    color: white !important;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.btn-main.active {
    background-color: white;
    color: black;
}

.dmbs-body .btn-main:hover,
.dmbs-body .btn-primary:hover {
    background: #fff;
    color: black !important;
    transition: all 0.5s ease;
}

.form-control:focus {
    border: none;
    box-shadow: none;
}

/* Fix for buttons misaligned */
.input-group-btn {
    top: -2px;
}

.input-group-append {
    margin-top: -3.5px;
}

/* FANCY CHECKBOX */

.lbl {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    left: 15px;
}
.lbl:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: "";
    transition: all 0.3s ease;
}
.lbl:active:after {
    transform: scale(1.15, 0.85);
}
.cbx:checked ~ label {
    background: #697bff;
}
.cbx:checked ~ label:after {
    left: 20px;
    background: #3c53ff;
}
.cbx:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}
.cbx:disabled ~ label:after {
    background: #bcbdbc;
}
.cntr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.press {
    margin-bottom: 40px;
}
.hidden {
    display: none;
}

a:hover {
    text-decoration: none !important;
}

.comic-flex img {
    max-width: 195px;
    border-radius: 4px;
}

.comicseries-img {
    mask-image: linear-gradient(to left, transparent 25%, black 75%);
    -webkit-mask-image: linear-gradient(to left, transparent 25%, black 75%);
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    mix-blend-mode: multiply;
    max-height: 55px;
    max-width: unset !important;
}

.outNow .badge {
    background-color: #007100 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #071b49;
}

#coverBG,
.article-header {
    background-color: var(--mania-blue);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.article-header.has-featured {
    background-color: #385bae90;
}

.sticky .article-header {
    background-color: var(--mania-red);
}

.article-header h2 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

#coverBG:before,
.article-header:before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.25s ease-in-out;
    background: linear-gradient(to bottom, transparent 5%, var(--mania-blue) 95%);
    /*mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);*/
}

.sticky .article-header:before {
    background: linear-gradient(to bottom, transparent 5%, var(--mania-red) 95%);
}

/* View By Series */

.dismiss {
    background-color: rgba(55, 55, 55, 0.5);
    transition: all;
    animation-name: dismissprompt;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    /*animation:all 0.3s dismissprompt ease-in-out 1;	*/
}

@keyframes dismissprompt {
    to {
        opacity: 0;
        transform: scale(0);
    }
}

/* Upcoming */

.upcoming-item {
    background: radial-gradient(circle at 62% 35%, var(--mania-blue), white);
    /*
	
	height:100px;*/
    overflow: hidden;
    background-color: var(--mania-blue);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    text-decoration: none !important;
    display: block;
    transition: transform 0.25s ease-in-out;
    isolation: isolate;
    container-type: inline-size;
}

.upcoming-item a::after {
    content: "";
    inset: 0;
    position: absolute;
}

.upcoming-item::before {
    content: "";
    inset: 0;
    opacity: 0.3;
    background-color: black;
    position: absolute;
    z-index: 0;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {
    .upcoming {
        --column-count: 1;
        display: grid;
        grid-template-columns: repeat(var(--column-count), 1fr);
        gap: 0.25rem;
    }

    .upcoming-item {
        margin: 0;
        padding: 1em;
    }
}

.upcoming-item:hover {
    transform: scale(1.05);
    color: white;
}

.upcoming-item:hover .small-text,
.show-description .small-text {
    /*transform: scale(1);*/
    transform: translateY(0);
    opacity: 1;
}

.upcoming-item:hover:before {
    opacity: 0.15;
    transition: all 0.25s ease-in-out;
}

.upcoming-item h4 {
    font-weight: 600;
    line-height: 1.2;
    text-wrap: balance;
    max-inline-size: 50ch;
}

.upcoming-item h4 a {
    color: #58cdff;
}

.upcoming-item.outnow {
    background-color: var(--mania-green);
    color: lime;
}

.upcoming-item.outnow a {
    color: lime;
}

.upcoming-item.error {
    background-color: var(--mania-red);
    color: red;
}

.upcoming-item.error a {
    color: red;
}

.upcoming-item.error h4 {
    color: var(--mania-red);
}

.checking {
    animation: checking 1s infinite alternate;
}

@keyframes checking {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

/*
@container (min-width: 768px) {
    .upcoming-item h4 {
        font-size: clamp(1.2rem, 0.7vw, 1vw);
    }
}
    */

@container (max-width: 767px) {
    .upcoming-item h4 {
        font-size: clamp(1.2rem, 0.7vw, 1vw);
    }
}

.upcoming-item.outnow h4 {
    color: lime;
}

.upcoming .card * + *,
.blue-box * + * {
    margin-top: unset;
}

/*
.upcoming-item img {
    mask-image: linear-gradient(to left, transparent 25%, black 75%);
    -webkit-mask-image: linear-gradient(to left, transparent 25%, black 75%);
    position: absolute;
    left: 0;
    top: -10px;    
    z-index: 1;
    mix-blend-mode: multiply;
}
    */

.upcoming-date {
    font-size: 14px;
    margin-bottom: 0.25em;
    margin-top: 0.35em !important;
}

.upcoming-item-content {
    position: relative;
    z-index: 2;
    /*width:100%;*/
}

.small-text p {
    font-size: 0.75rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.upcoming-item .well {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4px;
}

@media screen and (min-width: 769px) {
    .hide-d {
        display: none !important;
    }
}

.blue-box .issue {
    mask-image: linear-gradient(to bottom, transparent 0%, black 25%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    /*mix-blend-mode: multiply;*/
}
.single-comic_type .blue-box {
    z-index: 1;
    position: relative;
    /*overflow: hidden;*/
}
.single-comic_type .card-body {
    z-index: 2;
    position: relative;
}

#expand-comic {
    margin-left: auto;
}

.comic-series {
    flex-basis: 20% !important;
}

.comic-cover {
    flex-basis: 10% !important;
}

.comic-meta {
    flex-basis: 70% !important;
}

.series-items {
    justify-content: center;
    align-items: flex-start;
}

.series-items > a {
    text-align: center;
}

.series-items .blue-box {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
}

.series-items img {
    max-width: 200px;
}

.blue-box h3 {
    color: white;
}

.mw-parser-output .reviews {
    display: none;
}

/* Full Width Youtube */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 20px 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.article-body iframe [src^=https://www.youtube.com] {

}
*/

.equal-columns {
    table-layout: fixed;
}

@media screen and (max-width: 880px) {
    .hide-xs {
        display: none !important;
    }
}

/* Specfic Page Fixes */

/* Encyclopedia */
.page-id-40016 article td {
    line-height: 1.4;
    vertical-align: top;
}

.last-update {
    opacity: 0.85;
    font-size: 75%;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.label .textwidget {
    display: none;
}

/* Fan Fair */

.fic-author {
    opacity: 0.7;
    font-weight: bold;
}

.fic-category {
    font-size: 75%;
}

ul.fanart-columns {
    column-count: 2;
    list-style: disc;
    margin: 0;
}

.card td {
    padding: 10px;
}

@media screen and (min-width: 880px) {
    ul.columns {
        column-count: 2;
        list-style: disc;
    }
}

.twenty-five {
    display: block;
    font-size: 10px;
    opacity: 0.6;
    margin-left: 1rem;
}

@media (max-width: 768px) {
    .twenty-five {
        font-size: 12px;
        opacity: 1;
    }
}

.category-qa .alternate-article-content:before {
    content: "Staff Reply";
    position: relative;
    font-size: 24px;
    margin: 1rem 0;
    display: block;
}

.knuckles-adventure {
    background: white;
}

.knuckles-adventure table {
    width: 100%;
}

.knuckles-adventure td {
    vertical-align: top;
}

@media screen and (max-width: 880px) {
    .blue-box.negative-margin .nav-item {
        width: auto;
    }
}

ul.store.dcw li {
    background-color: var(--mania-mint);
    color: black;
}

ul.store.dcw a {
    color: black;
}

/* New Mobile Menu */

@media screen and (min-width: 769px) {
    .menu-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .menu-desktop {
        display: none !important;
    }
    .menu {
        padding: 0.5rem 0;
    }
    .menu-mobile-listitems {
        transition: all 150ms ease;
        /*transform: translateY(105%);*/
        transform: scale(0);
        /*transition-delay: 100ms;*/
        opacity: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        /*inset: 80px 0px 0px 0px;*/
        inset: 0px 0px -100px 0px;
    }

    .menu-mobile-listitems.menu-appear {
        transition: all 150ms ease;
        transform: scale(1);
        opacity: 1;
        z-index: 100;
        display: grid;
        place-items: center;
    }

    .menu-mobile .menu-section {
        position: relative;
        z-index: 101;
        width: 100%;
    }
    .main-logo {
        position: static;
    }
    .main-logo img {
        top: 0px;
        left: 5px;
    }

    .main-menu .single-nav ul {
        margin-left: 0;
    }

    .menu li a {
        font-size: 1.5rem;
    }

    #social-menu-mixed li a {
        padding: 0.9em 0em 0.9em 0.5em;
    }

    .menu-mobile-listitems.menu-appear ul.navigation li {
        background-size: 38px 42px;
        filter: brightness(0) invert(1);
    }

    .menu-mobile-listitems.menu-appear ul.navigation li.comics.current-menu-item {
        background-size: 91px 83px;
    }

    #main-menu-admin .input-group {
        flex-wrap: nowrap;
        gap: 1rem;
    }
}
.fixed {
    position: fixed !important;
}

.search-submit {
    color: white;
}

.store-link {
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .dmbs-post-content .alignright,
    .dmbs-post-content .alignleft {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.modula-items * + * {
    margin-top: unset;
}

.newsletter {
    margin-bottom: 1rem !important;
}

.forum-link-wrapper {
    padding: 2.5rem 0;
    text-align: center;
}

/* 9.4 STYLES! */

.soundtracks {
    width: 100%;
}

.music-series {
    --column-count: 6;
}

.badge {
    font-size: 90%;
}

.soundtracks h3.widgettitle {
    margin: 1.5rem 0;
    font-size: 2.5rem;
}

.music-bar {
    padding: 0.5em;
    background-color: #333;
    border-radius: 5px;
    position: sticky;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
    color: white;
    z-index: 2;
    top: 0;
}

.music-bar .lbl {
    left: 5px;
}

.music-bar a {
    color: white;
}

.music-bar button {
    background: none;
}
@media screen and (min-width: 768px) {
    .music-bar > div,
    .flex-music-toggle {
        display: flex;
        justify-content: space-around;
        /*align-items: center;*/
        flex-wrap: wrap;
        gap: 1rem;
    }
    .music-mobile-menu {
        width: 100%;
    }
    .music-bar-left {
        margin-right: auto;
    }
    .music-bar-right {
        margin-left: auto;
    }
}

.flex-music-toggle .form-group {
    display: flex;
}

.music-bar .musicsearch {
    width: 300px;
}

#musicsearch {
    margin: 0;
    background-color: black;
    border-radius: 4rem;
}

.menu-dropdown {
    position: relative;
    display: inline-block;
}

.menu-dropdown ul.dcw li {
    min-width: 265px;
}

.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
    /*padding: 1rem 0;*/
}

.games-list .dropdown-content {
    column-count: 3;
}

.dropdown-content a {
    color: white;
    text-decoration: none;
    display: block;
}

.music-bar .form-group {
    margin: 0;
}

@media (min-width: 769px) {
    .dropdown-content {
        position: absolute;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 2;
        pointer-events: none;
    }
    .menu-dropdown:hover .dropdown-content {
        opacity: 1;
        display: block;
        padding-top: 20px;
        pointer-events: all;
    }
}

@media (max-width: 768px) {
    /*.music-mobile-menu {
        display: none;
    }*/
    #musicsearch {
        width: 100%;
    }
    .games-list .dropdown-content {
        column-count: unset;
    }
    .music-bar-left > * {
        flex-basis: 100%;
    }
    /*.music-bar > div {
        width: 50%;
    }
    */

    /*.menu-dropdown:hover .dropdown-content {
        overflow-y: scroll;
    }
    */

    .music-series {
        --column-count: 2;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /* Music Mobile Menu*/
    .music-mobile-menu {
        display: block;
        position: fixed; /* Keep menu fixed on screen */
        top: 0;
        left: -500px;
        z-index: 100000;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        height: 100dvh; /* 100% viewport height */
        /*overflow-y: scroll;*/
        opacity: 0;
        transition: all 0.25s ease-in-out;
    }

    .music-mobile-menu.inview {
        left: 0;
        width: 80%;
        opacity: 1;
        overflow: auto;
    }
    .music-mobile-menu.inview button {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0;
    }

    .music-mobile-menu.inview button:focus {
        outline: none;
        color: var(--mania-gold);
    }

    .music-bar-left {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-left: 10px;
        margin-top: 140px;
    }
    .music-bar-right {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-left: 10px;
        margin-top: 40px;
    }

    .flex-music-toggle {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .dropbtn:after {
        font-family: "Font Awesome 6 Free";
        content: "\f078";
        position: absolute;
        right: 5px;
    }

    .dropdown-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        margin-top: 0.75rem !important;
    }

    .menu-dropdown ul.dcw li {
        margin-right: 10px;
    }

    .music-mobile-menu.inview + #music-bar-toggler .fa-bars:before {
        content: "\f00d";
    }

    .menu-section.fixed .navbar-toggler .fa-bars:before {
        content: "\f00d";
    }

    .music-bar .musicsearch {
        width: auto;
    }
}

@media (min-width: 769px) {
    .flex-music-toggle {
        margin-right: 0.5rem;
    }
}

#music-bar-toggler {
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 25px;
}

#music-bar-toggler:focus {
    color: var(--mania-gold);
    outline: none;
}

.track-tag {
    color: black;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: bold;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remix {
    background-color: #fa8204;
}

.lyrics {
    background-color: #6bcbb0;
}

.track-cover {
    max-width: 75px;
    position: absolute;
}

.track-single {
    width: 100%;
    margin: 2rem 0;
}

.appear,
#Div_ChatMessageLog > div:last-child {
    transition: all;
    animation-name: msgappear;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@keyframes msgappear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-horizontal * + * {
    margin-top: 0;
}

#link_check {
    right: 5rem;
    background-color: rgba(255, 0, 0, 0.5);
    border: none;
    cursor: pointer;
}

.parsedtext:empty {
    display: none;
}

.navbar-toggler:focus {
    color: var(--mania-gold);
    outline: none;
}

.main-categories .sidebar-term {
    /*background-color: var(--mania-red);*/
    background-color: color-mix(in oklab, var(--mania-red) 80%, black);
}

.main-categories .term-count {
    color: black;
    background-color: #fff;
    position: absolute;
    right: -11px;
    width: 65px;
    display: grid;
    place-items: center;
}

@media (min-width: 768px) {
    .grid-encyclopedia {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 1.5rem;
    }

    .sticky-sidebar {
        position: sticky;
        top: 0;
        z-index: 100;
        align-self: flex-start;
    }
}

.encyclopedia-profile {
    border-radius: 1rem;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1;
    max-width: 200px;
    margin: 1.5rem auto;
    display: block;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.details-key {
    display: block;
    font-weight: bold;
    color: var(--mania-blue);
    margin-bottom: 0.25rem !important;
    margin-top: 0;
}

.details-value {
    display: block;
    margin-bottom: 0.75rem !important;
    margin-top: 0;
    font-size: 90%;
}

.placeholder {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    text-align: center;
}

.blue-box label {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.stats {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.stats table {
    margin: 1em auto;
}

.stats td:first-child {
    color: #72d2e5;
    font-weight: 600;
    text-align: right;
    vertical-align: top;
}

.stats td:last-child {
    text-align: left;
    padding-left: 0.5em;
}

.stats a {
    color: white;
}

.stats td {
    padding: 5px;
}

.game-details.card p {
    margin-top: 1rem;
}

#gameTableBody .blue-box * + * {
    margin-top: 1rem;
}

.mania-table td {
    padding: 0.5rem;
}

.mania-table th {
    padding: 0.5rem;
    background-color: #304f93;
    color: #fff;
    font-weight: bold;
}

.mania-table {
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.mania-table.notfixed {
    table-layout: initial;
}

.game-row:nth-of-type(4n-1) {
    background-color: #ffdb43;
}

.game-details {
    max-height: 0; /* Start hidden with no height */
    overflow: hidden; /* Hide overflowing content */
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out; /* Smooth transition */
    opacity: 0; /* Start completely transparent */

    /* Keep display: none initially so it doesn't take up space for screen readers or tab navigation
       and so JavaScript can manage it. */
    display: none;
}
.game-details.expanded {
    max-height: 500px; /* A value larger than any possible content height */
    opacity: 1; /* Fully visible */
    display: table-row; /* Show as table row for proper layout during animation */
}

.game-title {
    cursor: pointer;
    font-weight: bold;
}

#games {
    padding: 0;
}

#games .boxart {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    max-width: 32px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#games .game-details .boxart {
    max-width: 64px;
}

.release-games {
    font-size: 0.8rem;
    margin-left: 40px;
    display: block;
}

.gallery img {
    max-width: 100%;
    margin: 1em auto;
    display: block;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.05); /* Slight scale on hover */
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */

    justify-items: center;
    align-content: center;
}

/* Modal Content (image) */
.modal-img {
    margin: auto;
    display: block;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Add Animation */
.modal-img,
.close {
    animation-name: zoom;
    animation-duration: 0.4s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.page-id-40004 .card h2 {
    cursor: pointer;
}

.page-id-40004 h2 span {
    display: block;
    font-size: 1rem;
    width: fit-content;
}

.upcoming-item-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 70%);
    /*-webkit-mask-image: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 60%);*/
    position: absolute;
    right: -45px;
    bottom: -82px;
    z-index: -1;
    opacity: 0.85;
}

/*

li:nth-of-type(2) {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

li:nth-of-type(3) {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

li:nth-of-type(4) {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

li:nth-of-type(5) {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

li:nth-of-type(6) {
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}

*/

@font-face {
    font-family: sonikkuOnlineLogoFont; /* set name */
    src: url(NiseSegaSaturnU.TTF); /* url of the font */
}
.Div_MajorLeftContainer {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    width: 400px;
    display: grid;
    align-content: start;
}
.Div_MajorLeftSubcontainer {
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: fixed;
    width: 400px;
    display: grid;
    align-content: start;
}
.Div_SectionSelectContainer {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.Div_ThemeSelectContainer {
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.Div_MajorRightContainer {
    margin-right: auto;
    width: 800px;
    max-height: 100%;
}
.Div_LogoContainer {
    text-align: center;
    width: 100%;
}

.Div_LogoContainer img {
    margin-bottom: 1rem;
}
.Div_ChatUpperSection {
    width: 600px;
    height: 100%;
}
.Div_ChatMessageLog {
    background-color: var(--sonikku-darkblue);
    width: 600px;
    height: 90%;
    overflow-y: scroll;
    padding: 1.5rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.UL_PageMenu {
    height: 40px;
}
.UL_ChatUserList {
    width: 200px;
    background-color: color-mix(in oklab, var(--sonikku-darkblue) 90%, black);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.Div_PageContentContainer {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.Textarea_ChatMessageInputField {
    height: 118px;
    width: 540px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.Input_ChatMessageSendButton {
    height: 100%;
    max-height: 120px;
    width: 60px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.message {
    margin: 0px;
}
.message .user {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.55rem;
}

.Div_ChatUpperSection .content {
    margin-left: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 0.1rem;
}
.logo {
    font-family: sonikkuOnlineLogoFont;
    font-size: 48px;
    color: #9090ff;
}
.Div_MemberCoverArt {
    border-left: solid 4px #b0b0ff;
    border-right: solid 4px #b0b0ff;
    padding: 8px;
    width: 776px;
    height: 284px;
    display: grid;
    justify-content: start;
    align-content: end;
}
.Div_MemberSN {
    background-color: #b0b0ff;
    color: #ffffff;
    font-color: #7070ff;
    font-size: 24px;
    text-align: center;
}
.Div_MemberPFPContainer {
    width: 208px;
    height: 236px;
}
.Div_MemberProfilePicture {
    border: solid 8px #b0b0ff;
    width: 192px;
    height: 192px;
    background-color: #6666aa;
}
.ItemBox {
    width: 600px;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
}
#Div_ImportantLinks {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.Div_MemberPostOpeningPost {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    background-color: #6666aa;
    grid-column: 1 / span 3;
    border: solid 4px #555577;
    color: white;
}
.Div_MemberPostOpeningPost .Div_Member {
    background-color: #444488;
}

.Div_MemberPost .Div_Member {
    background-color: #222244;
}

.Div_MemberPostOpeningPost .Div_Options {
}

.Div_MemberPost {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    background-color: #444488;
    grid-column: 1 / span 3;
}
.Div_MemberCard {
    width: 192px;
    height: 210px;
}
.Div_PrimaryImgContainer {
    width: 600px;
    max-height: 600px;
    overflow-y: hidden;
    display: grid;
    align-content: center;
}
.Img_PrimaryImg {
    max-width: 600px;
}
body,
html {
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
a {
    color: #9090ff;
    text-decoration: none;
}
a:hover {
    color: #b0b0ff;
}

.has_entered {
    color: #9090ff;
    font-style: italic;
}
.obj {
    width: 192px;
}
.Div_MediaPane {
    width: 100%;
    background-color: #001122;
    display: flex;
    justify-content: end;
}
.Div_MediaCommentPane {
    width: 400px;
    background-color: #444466;
}
.Div_MediaImgContainer {
    height: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
}
.Div_MediaPost {
    margin: 0px;
    margin-bottom: 16px;
    background-color: #666699;
}
.Div_MediaPost a {
    color: #222222;
}
.time {
    font-style: italic;
    color: #fff;
    opacity: 0.75;
    font-size: 85%;
}
.Img_ProfilePicture {
    border-radius: 50%;
    max-width: 32px;
}
