/* DVZ Shoutbox */
#shoutbox {
    margin-bottom: 0px;
    padding: 10px;
    background: #090b0b !important;
    border-radius: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    /* margin-top: -3px; */
    /* padding-top: 5px; */
    border-radius: 4px;
    box-shadow: 0 0 3px 0px #00000075;
    border: 1px solid #2223238a;
    width: 80%;
    float: left;
    margin-right: 10px;
}
.shoutbox .head {
    padding: 10px 10px 16px 10px;
}
#shoutbox.front .head {
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    background: -webkit-linear-gradient(#d5d5d5, #181818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    /* margin-top: 10px; */
    font-size: 12px;
}
#shoutbox .head .right { float: right; margin: 0; font-size: 13px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel {
    /* border-top: solid 2px rgba(0,0,0,0.1); */
    position: relative;
}

#shoutbox .panel:before {
    content: '\f086';
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 0px;
    top: 13px;
    position: absolute;
    color: #b9b9b9;
    font-size: 20px;
    line-height: 23px;
    background: #040404;
    /* border-radius: 7px; */
    padding: 14px;
    border: 1px solid #161818;
    border-right: none;
}

#shoutbox input.text {
    margin-bottom: 10px;
    padding: 17px 60px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 12px;
    background: #111313;
    border-radius: 13px;
    outline: none;
    margin-top: 15px;
    color: #747474;
}

#shoutbox input.text::placeholder {
	   color: #363d47;
}
#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 {
    overflow-y: scroll;
    padding: 10px;
    padding-top: 0px;
    height: 320px !important;
}
#shoutbox .data {  width: 100%;}
#shoutbox.front .data {
    border-top: none;
    margin-top: 35px;
}

#shoutbox .entry {
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    transition: background-color 0.2s;
    margin: -30px 0px;
    padding: 13px;
}
#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(205, 221, 226, 0.1);
    padding: 10px;
}
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div {
    padding: 5px;
}

#shoutbox .avatar img {
    margin: 0 auto;
    vertical-align: middle;
    min-height: 30px;
    border-radius: 4px;
    min-width: 30px;
    border: solid 1px rgb(96 96 96 / 10%);
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    max-width: 30px;
    /* border: 3px double #826f3569; */
    max-height: 30px;
}
    
#shoutbox .user {
    text-align: left;
    white-space: nowrap;
}


.info {
    width: -webkit-fill-available;
    text-align: end;
    margin: 0px;
}


#shoutbox .text {
    width: 100%;
    font-family: 'Poppins';
    color: #a3a3a3;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
}
}
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;    margin-left: 12px; }
#shoutbox .entry.unread .info:before { display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; }
#shoutbox .info a {
    color: inherit;
    display: initial;
}
#shoutbox .mod {
    padding: 6px 8px;
    font-size: 9px;
    font-weight: bold;
    color: #AAA;
    text-decoration: none;
    background: none !important;
    border: none !important;
}
#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; }

.entry.shoutboxnasz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.avatar.shoutboxnasz_avatar {
    height: 50px;
    width: 50px;
    margin-right: -30px;
    margin-left: -8px;
}

.shout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.shout:first-child {
    margin-top: 0
}

.shout__avatar {
    height: 40px;
    width: 40px;
    margin: 4px 0px;
}

.shout__avatar img {
    border-radius: 50%;
}

.shout__container {
    flex: 1;
    margin-left: 10px;
    border-radius: 4px;
    background: rgb(22, 24, 31);
    padding: 15px 15px;
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 1px 2px 0 rgba(57, 75, 101, 0.1);
    border-radius: 13px;
    margin-right: 20px;
}
.shout__the-message {
    flex: 1;
    word-break: break-word;
    padding-right: 15px;
}

.shout__the-message .text {
    margin-top: 5px
}

.shout .info {
    text-align: center;
}



.shout .info a:not(:last-child):hover {
    opacity: 0.7;
}

.shout .info > *:last-child {
    display: block;
}






















		