/* DVZ Shoutbox */
#shoutbox {
 margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1);
}

#shoutbox .head {
    background: #3f988973;
    padding: 8px;
}

#shoutbox.front .head {
	cursor: pointer;
    border-radius: 5px 5px 0px 0px;
}

#shoutbox .head .right {
	color: black;
	float: right;
	margin: 0 -8px 0 0;
	
	font-size: 13px;
}

#shoutbox .head .right a {
 padding: 8px;
}

#shoutbox.collapsed .head {
 opacity: 0.6;
}

#shoutbox.collapsed .body {
 display: none;
}

#shoutbox .panel {
	border-top: solid 2px rgba(0,0,0,0.1);
}

#shoutbox input.text {
	background: #000000d1;
	width: 100%;
	color: white;
	margin: 0;
	padding: 15px 8px;
	box-sizing: border-box;
	border: none;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.08);
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#shoutbox .minposts, #shoutbox .blocked {
 padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
 background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
 background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
 margin: 0;
}

#shoutbox .window {
	background: rgba(15, 15, 15, 0.95);;
	border-top: solid 2px rgba(0,0,0,0.1);
	overflow-y: scroll;
}

#shoutbox .data {
 display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px;
}

#shoutbox.front .data {
 border-top: none;
}

#shoutbox .entry {
 display: table-row !important; width: 100%; transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
 background-color: rgba(0,0,0,0.01);
}

#shoutbox .entry.new {
 background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry:target {
 background-color: rgba(50,200,255,0.1);
}

#shoutbox .entry > div {
 border-bottom: dashed 1px rgba(0,0,0,0.05);
}

#shoutbox .entry:last-child > div {
 border-bottom: none;
}

#shoutbox .entry > div {
 display: table-cell; padding: 6px;
}

#shoutbox .avatar {
 height: 22px;
}

#shoutbox .avatar img {
 margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer;
}

#shoutbox .user {
 border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap;
}

#shoutbox .text {
	width: 100%;
	color: white;
	word-break: break-all;
	word-wrap: break-word;
}

#shoutbox .info {
 font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;
}

#shoutbox .entry.unread .info:before {
 display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle;
}

#shoutbox .info a {
 color: inherit;
}

#shoutbox .mod {
 padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
 margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1);
}

#shoutbox  .ip {
 margin-right: 10px; color: #CECECE;
}

.auto-expand {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
    color: #9aa0a6;
    transition: max-width 0s ease;
}

.auto-expand:hover {
    max-width: 600px;
    white-space: normal;
    overflow-wrap: break-word;
}

.trow2 {
    background: rgba(15, 15, 15, 0.95);
    color: #f1f1f1;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-shadow: 0px 1px 1px #000;
}


#content {
    background: rgb(35 63 60 / 40%);
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    border: 0px;
}

.avatarep_participants {
	border:0px !important;
	background: #27bd879e !important;
}

.shopbutton {
	float:right !important;
	display:flex; 
	align-items:center; gap:6px;
    color:#fff;
    font-weight:bold;
    border-radius:6px;
    box-shadow:0 2px 6px rgba(0,0,0,0.3);
    transition:0.5s;
    text-decoration:none;	
}

/*.shopbutton:hover {
	filter: brightness(1.3);
	box-shadow: 0 0px 10px rgb(43 145 136 / 98%)
}*/
.storebutton {
	background:linear-gradient(90deg, #00bfff75, #1e90ff75);
    border-radius:20px 0px 0px 20px;
}
.rcshopbtn {
	background:linear-gradient(90deg, #ffcc0075, #ffaa0075);
    border-radius:0px;
}

.csdlbutton {
	background:linear-gradient(90deg, #1cff0075, #00ffb875);
    border-radius:0px 20px 20px 0px;
}
.storebutton:hover {
	background:linear-gradient(90deg, #00bfffd1, #1e90ffd1) !important;
    border-radius:20px 0px 0px 20px !important;
}
.rcshopbtn:hover {
	background:linear-gradient(90deg, #ffcc00d1, #ffaa00d1) !important;
    border-radius:0px !important;
}

.csdlbutton:hover {
	background:linear-gradient(90deg, #1cff00d1, #00ffb8d1) !important;
    border-radius:0px 20px 20px 0px !important;
}

.bmenu {
	background: linear-gradient(90deg, #008f9540, #00000000);
	border-radius: 20px 0px 0px 20px;
}

.bmenu ul li a:hover {
	box-shadow: 0 0px 10px rgb(43 145 136 / 98%);
    background: #0080809c;
    border-radius: 10px;
}

.post.classic .post_author {
	width:10% !important;	
}

.usermenu {
	border-radius: 50px 0px 0px 50px;
    background: linear-gradient(90deg, #00ffe71f, #1e90ff00);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;	
}

.usermenu li {
    display: flex;
    align-items: center;
    justify-content: center;	
}

.avatarusermenu {
	max-width: 60px;
    border-radius: 100px;
    margin-right: 15px;
}


.usermenu li a:link:hover
{
	text-shadow: rgb(0 255 205) 0px 0px 8px;	
}

.thead {
	border-radius: 10px 10px 0px 0px;	
}

.avatarep_img
{
	border:0px !important;
}
.avatarep_bg
{
	border:0px !important;
}

#logo {
	text-align:center;
	background: radial-gradient(ellipse 50% 100% at center, #00ffe76b 0%, transparent 39%);	
}

.scan {
    font-family: Consolas, monospace;
    color: #00ff88;
    position: relative;
}

.scan::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        transparent,
        rgba(255,255,255,.4),
        transparent
    );
    transform: translateX(-100%);
    animation: scan 3s linear infinite;
}

@keyframes scan {
    to { transform: translateX(100%); }
}

.glitch {
    position: relative;
    color: #fff;
    font-family: Consolas, monospace;
    font-weight: bold;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
}

.glitch::before {
    color: #00ffff;
    animation: glitch1 2s infinite;
}

.glitch::after {
    color: #ff00ff;
    animation: glitch2 2s infinite;
}

@keyframes glitch1 {
    0%,100% { transform: translate(0); }
    20% { transform: translate(-1px, 1px); }
    40% { transform: translate(1px, -1px); }
}

@keyframes glitch2 {
    0%,100% { transform: translate(0); }
    20% { transform: translate(1px, -1px); }
    40% { transform: translate(-1px, 1px); }
}

.hacktext {
    font-family: Consolas, monospace;
    color: #00ff88;
    text-shadow: 0 0 5px #00ff88;
    letter-spacing: 2px;
}

.owner-tag {
    font-family: Consolas, monospace;
    font-weight: bold;
    color: red;
    text-shadow:
        0 0 5px rgba(255,215,0,0.8),
        0 0 10px rgba(255,215,0,0.6),
        0 0 20px rgba(255,140,0,0.4);
    animation: ownerPulse 2.5s ease-in-out infinite;
}

@keyframes ownerPulse {
    50% {
        text-shadow:
            0 0 10px rgba(255,215,0,1),
            0 0 25px rgba(255,140,0,0.8),
            0 0 40px rgba(255,0,0,0.4);
    }
}