/* =========================================================
   Webradio4You Neon - finale style.css
   PHP-Fusion 7.02.07
   Dark Neon Cyan / kompakt / runde Karten
   ========================================================= */

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eafaff;
    background:
        linear-gradient(rgba(3, 10, 18, 0.62), rgba(3, 10, 18, 0.72)),
        url("images/themes/background.webp") no-repeat center center fixed;
    background-size: cover;
    background-color: #04070c;
}

a {
    color: #39dfff;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

form {
    margin: 0;
}

td {
    font-size: 12px;
    border: 0;
    vertical-align: top;
}

pre {
    font-size: 12px;
    color: #eafaff;
}

hr,
hr.side-hr {
    height: 0;
    border: 0;
}

.center,
*[align="center"] {
    margin: 0 auto;
}

/* =========================================================
   Grundlayout
   ========================================================= */

.theme-wrapper {
    width: 100%;
    min-width: 1300px;
    padding: 16px 0 28px 0;
}

.theme-table {
    border-collapse: separate;
    border-spacing: 0;
}

.header-table,
.slider-table,
.content-table,
.boxes-table,
.footermain {
    width: 1300px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(7, 15, 26, 0.82);
    border: 2px solid #0e4d70;
    border-radius: 18px;
    box-shadow:
        0 0 0 1px rgba(0, 229, 255, 0.04),
        0 0 18px rgba(0, 191, 255, 0.10),
        0 12px 28px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.header-table {
    background:
        linear-gradient(180deg, rgba(12, 24, 39, 0.95), rgba(6, 12, 20, 0.92)),
        url("images/header.webp") no-repeat center center;
    background-size: cover;
}

.content-table {
    table-layout: fixed;
}

.slider-table,
.boxes-table,
.content-table,
.footermain {
    backdrop-filter: blur(2px);
}

.logo-cell,
.player-cell {
    padding: 20px 18px;
    vertical-align: middle;
}

.logo-cell {
    text-align: center;
}

.player-cell {
    text-align: center;
}

.theme-logo-link {
    display: inline-block;
}

.theme-logo {
    display: block;
    max-width: 100%;
    filter: drop-shadow(0 0 14px rgba(0, 229, 255, 0.16));
}

.header-player-wrap {
    min-height: 88px;
    padding-top: 4px;
    text-align: center;
    line-height: 1.5;
}

.slider-cell {
    padding: 0;
    line-height: 0;
}

.main-bg {
    width: 615px;
    color: #eafaff;
    padding: 14px 14px 18px 10px;
}

.side-border-left {
    width: 280px;
    padding: 14px 8px 0 14px;
}

.side-border-right {
    width: 245px;
    padding: 14px 10px 0 8px;
}

/* =========================================================
   Header / Navigation
   ========================================================= */

.sub-header,
.sub-header2,
.topbar,
.nobar {
    border-radius: 14px;
}

.sub-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    background: linear-gradient(180deg, #0d2236 0%, #09131f 100%);
    border: 1px solid rgba(0, 204, 255, 0.18);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sub-header2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #7defff;
    background: linear-gradient(180deg, #0c1e2f 0%, #08111d 100%);
    height: 26px;
    border: 1px solid rgba(0, 204, 255, 0.14);
}

.sub-header ul {
    margin: 0;
    padding: 0;
}

.sub-header ul li {
    display: inline;
}

.sub-header ul li.first-link .bullet {
    display: none;
}

.topbar,
.nobar {
    background: rgba(8, 18, 29, 0.94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.sub-headerr8 {
    display: none;
}

#sublinks {
    width: 100%;
    text-align: left;
}

#sublinks ul {
    padding: 8px 12px;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sublinks li {
    display: inline;
    line-height: 10px;
}

#sublinks li a {
    display: inline-block;
    color: #dff8ff;
    padding: 10px 16px;
    font-size: 12px;
    text-align: center;
    border-radius: 999px;
}

#sublinks li a:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #08a8d3, #056f98);
    box-shadow: 0 0 14px rgba(0, 191, 255, 0.22);
}

/* =========================================================
   Suche / Formulare
   ========================================================= */

#search {
    float: right;
    width: 230px;
    padding-right: 10px;
    margin-top: -28px;
    position: relative;
}

#search input.submit {
    border: 0;
    background: transparent url("images/search.png") no-repeat center center;
    width: 20px;
    height: 20px;
    padding: 4px;
    cursor: pointer;
}

#search input.search,
.textbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #eafaff;
    background: rgba(20, 33, 47, 0.9);
    border: 1px solid rgba(0, 204, 255, 0.24);
    border-radius: 10px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
}

#search input.search {
    font-size: 11px;
    width: 150px;
    text-indent: 5px;
    padding: 6px 8px;
}

#search input.search:focus,
.textbox:focus {
    outline: none;
    border-color: rgba(77, 236, 255, 0.72);
    box-shadow:
        0 0 0 2px rgba(0, 204, 255, 0.12),
        inset 0 0 8px rgba(0, 0, 0, 0.25);
}

.textbox {
    font-size: 14px;
    overflow: hidden;
    padding: 7px 9px;
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #02131b;
    background: linear-gradient(180deg, #54ebff, #00b8e5);
    height: 26px;
    border: 1px solid #0897c2;
    margin-top: 2px;
    padding: 0 12px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 204, 255, 0.16);
}

.button:hover {
    color: #001018;
    background: linear-gradient(180deg, #90f4ff, #1dd5ff);
    box-shadow: 0 0 14px rgba(0, 204, 255, 0.22);
}

.bbcode {
    background-color: rgba(16, 25, 36, 0.9);
    margin-top: 2px;
    text-align: center;
    border-radius: 6px;
}

.bbcode-popup {
    background-color: rgba(10, 17, 27, 0.95);
    border: 1px solid rgba(0, 204, 255, 0.18);
    margin: 2px;
    border-radius: 8px;
}

/* =========================================================
   Panels / Content
   ========================================================= */

.border {
    border: 0;
}

.tablebreak {
    margin-bottom: 14px;
}

.capmain,
.scapmain {
    min-height: 30px;
    line-height: 30px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding: 4px 12px;
    letter-spacing: 0.3px;
    text-shadow: 0 0 8px rgba(0, 204, 255, 0.16);
    background: linear-gradient(180deg, #0fbbe6 0%, #077aa6 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.capmain img,
.scapmain img {
    position: relative;
    top: 3px;
}

.panel-footer-logo img,
.main-footer img {
    position: relative;
    top: 5px;
}

.panel-footer-logo img,
.main-footer img {
position: relative;
top: 0;
display: inline-block;
vertical-align: middle;
}


.scapmain {
    position: relative;
}

.panel-collapse-btn {
    float: right;
    margin-right: 8px;
}

.main-body,
.side-body {
    color: #eafaff;
    background: rgba(8, 14, 24, 0.86);
    border: 1px solid rgba(0, 153, 204, 0.56);
    border-top: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.main-body {
    font-size: 14px;
    padding: 12px 14px 16px 14px;
    min-height: 78px;
    line-height: 1.6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.side-body {
    font-size: 12px;
    padding: 11px 12px 14px 12px;
    line-height: 1.55;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.main-footer {
    height: 30px;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(180deg, #0d8fc0, #086d94);
    text-align: center;
}

.panel-footer-logo {
    min-height: 29px;
    line-height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* =========================================================
   News / Artikel
   ========================================================= */

.news-category {
    border: 0;
    margin-right: 8px;
    float: left;
}

.news-footer {
    font-size: 10px;
    color: #dff8ff;
    min-height: 30px;
    line-height: 25px;
    text-align: center;
    padding: 4px 8px;
    margin-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(7, 14, 22, 0.94);
    border: 1px solid rgba(0, 153, 204, 0.28);
    border-top: 0;
}

.news-footer a {
    color: #39dfff;
    text-decoration: none;
    font-weight: bold;
}

.news-footer a:hover {
    color: #ffffff;
}

/* =========================================================
   Boxen unten – Abstände sauber per CSS
   ========================================================= */

.boxes-table {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.box1,
.box2,
.box3,
.box4,
.box5 {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}

.box1,
.box2,
.box3 {
    padding-right: 14px;
}

.box4 {
    padding-right: 0;
}

.box5 {
    padding-right: 0;
}

.box1div,
.box2div,
.box3div,
.box4div,
.box5div {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10, 20, 33, 0.96), rgba(5, 11, 20, 0.98));
    border: 1px solid rgba(0, 191, 255, 0.14);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.02),
        0 0 14px rgba(0, 191, 255, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.03),
        inset 0 -10px 18px rgba(0, 0, 0, 0.16),
        0 6px 16px rgba(0, 0, 0, 0.24);
}

.box1div::after,
.box2div::after,
.box3div::after,
.box4div::after,
.box5div::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 7px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(0,191,255,0),
        rgba(0,191,255,0.12),
        rgba(0,191,255,0));
}

.box1div,
.box2div,
.box3div,
.box4div {
    min-height: 150px;
    height: 150px;
}

.box5div {
    min-height: 52px;
}

.box-inner {
    position: relative;
    z-index: 2;
    padding: 4px 12px 10px 12px;
    font-weight: bold;
    line-height: 1.22;
}

.box-inner .small,
.box-inner .small2,
.box-inner .side-small,
.box-inner .text,
.box-inner div,
.box-inner span,
.box-inner td {
    font-weight: normal;
}

.box-inner > span.shadow {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.05;
    color: #f5fcff;
    text-shadow: 0 0 5px rgba(0, 191, 255, 0.07);
}

.box1div .box-inner p,
.box2div .box-inner p,
.box3div .box-inner p,
.box4div .box-inner p,
.box5div .box-inner p,
.box1div .box-inner div,
.box2div .box-inner div,
.box3div .box-inner div,
.box4div .box-inner div,
.box5div .box-inner div,
.box1div .box-inner td,
.box2div .box-inner td,
.box3div .box-inner td,
.box4div .box-inner td,
.box5div .box-inner td {
    margin-top: 0;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
    vertical-align: top;
}

/* =========================================================
   Avatar-/Userbereich
   ========================================================= */

.box4div .box-inner,
.box5div .box-inner {
    text-align: center;
}

.box4div .box-inner a,
.box5div .box-inner a {
    display: inline-block;
    text-decoration: none;
}

.box4div .box-inner img,
.box5div .box-inner img {
    display: inline-block;
    width: 44px;
    height: 44px;
    object-fit: cover;
    object-position: center;
    margin: 3px;
    padding: 2px;
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(13, 26, 42, 0.96), rgba(8, 16, 28, 0.98));
    border: 1px solid rgba(0, 191, 255, 0.18);
    box-shadow:
        0 0 6px rgba(0, 191, 255, 0.07),
        inset 0 1px 0 rgba(255,255,255,0.03);
    vertical-align: top;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.box4div .box-inner img:hover,
.box5div .box-inner img:hover {
    transform: translateY(-1px) scale(1.02);
    border-color: rgba(85, 230, 255, 0.38);
    box-shadow:
        0 0 10px rgba(0, 191, 255, 0.12),
        0 4px 10px rgba(0, 0, 0, 0.18);
}

.box4div .box-inner td,
.box4div .box-inner div {
    line-height: 1.5;
}

/* =========================================================
   Footer
   ========================================================= */

.footermain {
    min-height: 70px;
}

.footerleft,
.footerright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #eafaff;
    padding: 12px 14px;
    vertical-align: middle;
}

.footerleft {
    text-align: left;
}

.footerright {
    text-align: right;
}

.footer-inner {
    margin: 4px 10px;
    line-height: 1.7;
}

.footer-links {
    margin-top: 6px;
}

.footer-links a,
#footer-left a,
#footer-right a {
    font-size: 10px;
    color: #39dfff;
}

.footer-links a:hover,
#footer-left a:hover,
#footer-right a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* =========================================================
   Navigation / Tabellenklassen
   ========================================================= */

#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation h2 {
    font-size: 14px;
    color: #bfefff;
    margin: 0;
    padding: 2px;
}

#navigation a {
    display: block;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #eafaff;
    text-decoration: none;
    text-align: left;
    text-indent: 12px;
    margin-left: 0;
    padding: 5px 6px;
    border-radius: 8px;
}

#navigation a:hover {
    color: #39dfff;
    background: rgba(0, 191, 255, 0.08);
}

.tbl,
.tbl1,
.tbl2,
.tbl3,
.tbl3pix,
.tbl4,
.tbl5,
.tblno,
.tbl2pix {
    color: #eafaff;
    padding: 4px;
}

.tbl {
    font-size: 12px;
}

.tbl1,
.tbl2 {
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 191, 255, 0.28);
}

.tbl3 {
    font-size: 12px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.18);
}

.tbl3pix {
    font-size: 10px;
    padding-right: 4px;
    padding-top: 4px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.18);
}

.tbl4,
.tbl5,
.tblno,
.tbl2pix {
    font-size: 10px;
}

.tbl5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.tbl2pix {
    border-bottom: 1px dotted rgba(0, 191, 255, 0.30);
}

.forum-caption {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.14);
    padding: 2px 4px 4px 4px;
}

.quote {
    font-size: 10px;
    color: #ffffff;
    background-color: rgba(22, 30, 40, 0.88);
    border: 1px solid rgba(0, 191, 255, 0.16);
    padding: 6px;
    margin: 0;
    border-radius: 8px;
}

.poll {
    height: 15px;
    border-radius: 3px;
}

/* =========================================================
   Kommentare / Shoutbox
   ========================================================= */

.comment-name {
    font-size: 10px;
    font-weight: bold;
    color: #d6f7ff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
}

.comment-name a {
    color: #39dfff;
}

.comment-name a:hover {
    color: #ffffff;
}

.comment-date {
    font-size: 9px;
    color: #97b9c6;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
}

.comment-avatar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment-message {
    padding: 10px;
    background-color: rgba(20, 28, 38, 0.88);
    border-radius: 8px;
}

.comment-actions {
    border-top: 2px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 5px;
    padding-top: 5px;
}

.comment-nav {
    text-align: center;
    margin-bottom: 5px;
}

.comment-admin-link {
    float: right;
}

.shoutboxname a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #39dfff;
    text-align: left;
}

.shoutboxname a:hover {
    color: #ffffff;
}

.shoutbox {
    font-size: 10px;
    color: #eafaff;
    text-align: left;
}

.shoutboxdate {
    font-size: 9px;
    color: #90aab5;
    text-align: left;
}

/* =========================================================
   Kleine Textklassen
   ========================================================= */

.alt,
.fsmall,
.small,
.small2,
.side-small,
.side-label,
.text {
    color: #eafaff;
}

.fsmall {
    font-size: 10px;
    font-weight: bold;
}

.small,
.small2,
.side-small,
.text {
    font-size: 10px;
    font-weight: normal;
}

.side-small {
    text-align: left;
}

.side-small a {
    color: #39dfff;
}

.side-small a:hover {
    color: #ffffff;
}

.side-label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px dotted rgba(0, 191, 255, 0.34);
    padding-right: 2px;
}

/* =========================================================
   Spezialbereiche
   ========================================================= */

.header {
    background: url("images/banner_oben.png") no-repeat center top;
}

.admin-message {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(51, 51, 51, 0.88);
    border: 1px dotted #cc0000;
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 6px 8px;
}

.setuser_body {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.grafics {
    cursor: pointer;
    transition: transform 0.6s ease-in-out;
}

.grafics:hover {
    transform: scale(0.94) rotate(360deg);
}

.metronav {
    width: 1300px;
    min-height: 110px;
    margin: 0 auto -6px auto;
    text-align: center;
}

.metronav ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
    margin: 0;
}

.metronav li {
    margin-left: 10px;
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.metronav li span {
    display: block;
    text-align: center;
    color: #dff8ff;
    font-size: 12px;
}

.metronav img {
    height: 60px;
    width: 60px;
    padding: 12px 10px;
}

/* =========================================================
   Pagenavigation
   ========================================================= */

.pagenav {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
    margin: 6px;
    text-align: center;
}

.pagenav span {
    font-weight: normal;
    color: #dff8ff;
    background-color: rgba(11, 30, 41, 0.88);
    border: 1px solid rgba(0, 191, 255, 0.22);
    border-radius: 4px;
    cursor: default;
    padding: 3px 8px;
    margin: 2px;
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.06);
}

.pagenav a {
    color: #dff8ff;
    border: 1px solid rgba(0, 191, 255, 0.18);
    background: linear-gradient(180deg, rgba(16, 34, 48, 0.96), rgba(8, 20, 31, 0.96));
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 9px;
    margin: 2px;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.04);
}

.pagenav a:hover,
.pagenav a:focus {
    color: #ffffff;
    border: 1px solid rgba(0, 229, 255, 0.40);
    box-shadow: 0 0 12px rgba(0, 191, 255, 0.14);
}

/* =========================================================
   Linkvarianten
   ========================================================= */

a.white,
li.white a {
    color: #ffffff;
    padding: 6px 15px;
    border-width: 0 1px 0 0;
    border-color: rgba(255, 255, 255, 0.08);
}

a:hover.white,
li.white a:hover {
    color: #04131b;
    background: #7aefff;
    border-radius: 999px;
}

a.side {
    font-size: 12px;
    color: #ffffff;
}

a:hover.side {
    font-size: 12px;
    color: #39dfff;
}

a.top {
    font-size: 10px;
    color: #39dfff;
}

a:hover.top {
    font-size: 10px;
    color: #ffffff;
}

a.message {
    font-size: 10px;
    color: #ffffff;
}

a:hover.message {
    font-size: 10px;
    color: #39dfff;
}

a.reg {
    font-size: 11px;
    color: #39dfff;
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.10);
}

a:hover.reg {
    font-size: 11px;
    color: #ffffff;
}

.shadow {
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.20);
}

li.first-link .bullet {
    display: inline;
    list-style-image: url("images/bullet.gif");
}

/* =========================================================
   Mobile / Responsive
   ========================================================= */

@media screen and (max-width: 1320px) {
    .theme-wrapper {
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-table,
    .slider-table,
    .content-table,
    .boxes-table,
    .footermain,
    .metronav {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .header-table,
    .slider-table,
    .content-table,
    .boxes-table,
    .footermain {
        display: block;
    }

    .header-table tbody,
    .header-table tr,
    .header-table td,
    .content-table tbody,
    .content-table tr,
    .content-table td,
    .boxes-table tbody,
    .boxes-table tr,
    .boxes-table td,
    .footermain tbody,
    .footermain tr,
    .footermain td {
        display: block;
        width: 100% !important;
    }

    .main-bg,
    .side-border-left,
    .side-border-right,
    .logo-cell,
    .player-cell,
    .footerleft,
    .footerright {
        width: auto !important;
        padding: 12px;
    }

.box1div,
.box2div,
.box3div,
.box4div,
.box5div {
    position: relative;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10, 20, 33, 0.96), rgba(5, 11, 20, 0.98));
    border: 1px solid rgba(0, 191, 255, 0.14);
    box-shadow:
    0 0 0 1px rgba(255,255,255,0.02),
    0 0 14px rgba(0, 191, 255, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 -10px 18px rgba(0, 0, 0, 0.16),
    0 6px 16px rgba(0, 0, 0, 0.24);
}

    .box1div,
    .box2div,
    .box3div,
    .box4div,
    .box5div {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        border-radius: 16px;
    }

    .box-inner {
        padding: 8px 12px 12px 12px !important;
    }

    .box-inner > span.shadow {
        font-size: 14px !important;
        margin-bottom: 4px !important;
    }

    .box4div .box-inner img,
    .box5div .box-inner img {
        width: 42px !important;
        height: 42px !important;
        margin: 3px !important;
        border-radius: 10px;
    }

    .footerright,
    .footerleft {
        text-align: center;
    }

    #search {
        float: none;
        width: 100%;
        margin-top: 10px;
        padding-right: 0;
    }

    #sublinks li {
        display: inline-block;
        margin-bottom: 6px;
    }

    #sublinks li a {
        padding: 9px 12px;
    }

    .header-player-wrap {
        min-height: 0;
    }

    .metronav {
        width: 100%;
        min-height: 0;
        margin-bottom: 0;
    }
}