/* ============================================
   LCARS CLASSIC CSS - RATIONALIZED VERSION
   Cleaned and optimized by Claude.ai (Sonnet 4.5)
   Original: lcars-classic-real-min.css
   ============================================ */

/* ============================================
   FONT FACES
   ============================================ */
@font-face {
    font-family: 'ff';
    font-style: normal;
    src: local('finalold-webfont.woff'), 
         local('finalold-webfont'), 
         url(https://checkspromolabs.media/finalold-webfont.woff) format('woff'), 
         url(https://www.checkspromolabs.media/finalold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'kingscrossregular';
    src: url('/kingc___-webfont.woff2') format('woff2'), 
         url('/kingc___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ============================================
   ROOT & BODY STYLES
   ============================================ */
*, :after, :before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    font-size: 1rem;
}

body {
    margin: 0;
    padding: 5px 0;
    background-color: #000;
    font-family: 'Antonio', 'Arial Narrow', 'Avenir Next Condensed', sans-serif;
    line-height: 1.5;
    color: #c7f;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #121212;
    border-radius: 100vw;
    margin-block: .5em;
}

::-webkit-scrollbar-thumb {
    background-color: #2d2d2d;
    border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3f3f3f;
}

@supports (scrollbar-color: #2d2d2d #121212) {
    * {
        scrollbar-color: #2d2d2d #121212;
    }
}

/* ============================================
   KEYFRAME ANIMATIONS
   ============================================ */
@keyframes blink {
    0%, 49% { opacity: 0; }
    50% { opacity: 1; }
}

@keyframes colorchange {
    0%, 25%, 50%, 75% { color: #f70; }
    80%, 90% { color: #000; }
    100% { color: #f5f6fa; }
}

@keyframes lightning {
    0% { color: #666; text-shadow: 0 0 2px #666; }
    36% { color: #fff; text-shadow: 0 0 5px #fff; }
    60% { color: #666; text-shadow: 0 0 2px #666; }
    75% { color: #fff; text-shadow: 0 0 5px #fff; }
    85% { color: #666; text-shadow: 0 0 2px #666; }
    100% { color: #fff; text-shadow: 0 0 5px #fff; }
}

@keyframes Romulan {
    0% { color: #0f0; }
    50% { color: #0ff; }
    100% { color: #00f; }
}

@keyframes Remulan {
    0% { background-color: #0f0; }
    50% { background-color: #0ff; }
    100% { background-color: #00f; }
}

@keyframes REM {
    0%, 100% { color: #f00; }
    50% { color: #ff0; }
}

@keyframes link_letters {
    0%, 100% { color: #0ff; }
    50% { color: #00f; }
}

@keyframes mymove {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 1; }
}

/* Number Animation Keyframes (0-8) */
@keyframes numCurt0 {
    10% { color: #ffffff; }
    20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% { color: #ff0000; }
}

@keyframes numCurt1 {
    10%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% { color: #ff0000; }
    20% { color: #ffffff; }
}

@keyframes numCurt2 {
    10%, 20%, 40%, 50%, 60%, 70%, 80%, 90%, 100% { color: #ff0000; }
    30% { color: #ffffff; }
}

@keyframes numCurt3 {
    10%, 20%, 30%, 50%, 60%, 70%, 80%, 90%, 100% { color: #ff0000; }
    40% { color: #ffffff; }
}

@keyframes numCurt4 {
    10%, 20%, 30%, 40%, 60%, 70%, 80%, 90%, 100% { color: #ff0000; }
    50% { color: #ffffff; }
}

@keyframes numCurt5 {
    10%, 20%, 30%, 40%, 50%, 70%, 80%, 90%, 100% { color: #ff0000; }
    60% { color: #ffffff; }
}

@keyframes numCurt6 {
    10%, 20%, 30%, 40%, 50%, 60%, 80%, 90%, 100% { color: #ff0000; }
    70% { color: #ffffff; }
}

@keyframes numCurt7 {
    10%, 20%, 30%, 40%, 50%, 60%, 70%, 90%, 100% { color: #ff0000; }
    80% { color: #ffffff; }
}

@keyframes numCurt8 {
    10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 100% { color: #ff0000; }
    90% { color: #ffffff; }
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'ff', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: normal !important;
    line-height: 1.2;
    color: #FDCD00 !important;
    text-shadow: none !important;
    margin: 30px 0;
}

h1 {
    font-size: clamp(1.6rem, 1.6rem + 2.7vw, 3.34rem);
    text-align: right;
    margin-top: 0;
    line-height: 48px;
}

h2 {
    font-size: clamp(1.2rem, 1.2rem + 2vw, 2rem);
}

h3 {
    font-size: clamp(1.1rem, 1rem + 2vw, 1.8rem);
}

a {
    color: #c3f;
    text-decoration: underline;
}

a:hover {
    animation: none;
}

code {
    font-size: .8rem;
    color: #f70;
}

p.caption {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: .88rem;
}

p.indent {
    padding-left: 40px;
}

p.postmeta {
    margin-top: 0;
    text-align: right;
    font-size: clamp(1rem, .85rem + 1.4vw, 1.6rem);
    text-transform: uppercase;
}

blockquote {
    margin: 30px 40px;
    border-left: 4px solid #c8f;
    padding-left: 20px;
}

hr {
    margin: 30px 0;
    height: 6px;
    border: none;
    background-color: #c8f;
    border-radius: 3px;
}

/* ============================================
   LAYOUT CONTAINERS
   ============================================ */
.wrap {
    display: flex;
    margin: 0 auto;
    padding: 0 10px 0 5px;
    overflow: hidden;
    width: 100%;
    float: left;
}

#stretch .wrap {
    max-width: 100%;
}

#arround {
    max-height: 980px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    margin-top: -50px;
}

#arround_arround {
    transform-origin: center center;
    transition: transform 0.3s ease;
}

/* ============================================
   LEFT FRAME
   ============================================ */
.left-frame-top, .left-frame {
    width: 190px;
    min-width: 190px;
    text-align: right;
    font-size: .88rem;
    font-weight: bold;
    color: #000;
}

.left-frame-top {
    max-height: 250px;
    background-color: #78f;
    border-radius: 0 0 0 100px;
}

.left-frame-top a, .left-frame a {
    text-decoration: none;
    color: #000;
}

.left-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 90px;
    background-color: #d44;
    border-radius: 100px 0 0 0;
}

/* ============================================
   PANELS
   ============================================ */
.panel-1 a:active, .panel-1 a:focus {
    filter: brightness(70%);
    text-decoration: none;
    border-bottom: none;
    outline: none;
}

.panel-2 {
    padding: 15px 10px 0 0;
}

.panel-1, .panel-3, .panel-4, .panel-5, .panel-6, .panel-7, .panel-8 {
    border-bottom: 5px solid #000;
}

.panel-3 {
    padding: 0 10px 15px 0;
}

.panel-4 {
    padding: 180px 10px 15px 0;
    background-color: #d44;
}

.panel-5 {
    padding: 25px 10px 25px 0;
    background-color: #f70;
}

.panel-6 {
    padding: 5px 10px 15px 0;
    background-color: #ffffff !important;
}

.panel-7 {
    padding: 15px 10px 300px 0;
    background-color: #78f;
}

.panel-8 {
    padding: 15px 10px 110px 0;
    background-color: transparent;
    font-size: 18px !important;
}

.panel-9 {
    padding: 15px 10px 170px 0;
    background-color: #d44;
}

.panel-10 {
    border-top: 5px solid #000;
    background-color: #f70;
    padding: 15px 10px 300px 0;
}

/* ============================================
   RIGHT FRAME
   ============================================ */
.right-frame-top {
    flex: 1;
    background-color: transparent;
    max-height: 250px !important;
}

.right-frame {
    flex: 1;
    background-color: #000;
}

/* ============================================
   BANNER
   ============================================ */
.banner {
    display: none;
    visibility: hidden;
    padding: 0 0 15px 5px;
    text-align: right;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: clamp(1.2rem, 1.3rem + 2.6vw, 3.1rem);
    color: #f70;
}

.banner a {
    color: #f70;
    text-decoration: none;
}

/* ============================================
   BARS
   ============================================ */
.bar-panel {
    display: flex;
    height: 22px;
}

.bar-1, .bar-2, .bar-3, .bar-4, .bar-5, .bar-6, .bar-7, .bar-9, .bar-10 {
    height: 22px;
}

.bar-1, .bar-2, .bar-3, .bar-4, .bar-6, .bar-7, .bar-8, .bar-9 {
    border-right: 5px solid #000;
}

.bar-1, .bar-6 {
    transition: width 1s;
    width: 433px;
}

.bar-1 {
    background-color: #78f;
}

.bar-2 {
    width: 40px;
    background-color: #f70;
}

.bar-3 {
    width: 200px;
    background-color: #c8f;
}

.bar-4 {
    flex: 1;
    background-color: #c8f;
}

.bar-5 {
    width: 50px;
    background-color: #d44;
}

.bar-6 {
    background-color: #d44;
}

.bar-7 {
    width: 40px;
    background-color: #ffaa90;
}

.bar-8 {
    width: 200px;
    height: 11px;
    background-color: #d44;
}

.bar-9 {
    flex: 1;
    background-color: #c8f;
}

.bar-10 {
    width: 50px;
    background-color: #ffaa90;
}

#bar1, #bar2, #bar3 {
    height: 13.185vh;
    background-color: rgb(221, 103, 131);
    float: left !important;
    left: 50% !important;
    position: relative !important;
    transform: translateX(-50%) !important;
}

#gap {
    margin-top: 10px;
}

/* ============================================
   CORNERS
   ============================================ */
.top-corner-bg {
    width: 40px;
    height: 40px;
}

.top-corner {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 0 0 0 40px;
}

.corner-bg {
    width: 40px;
    height: 40px;
}

.corner {
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 40px 0 0 0;
}

/* ============================================
   BUTTONS
   ============================================ */
.button a {
    display: block;
    width: 190px;
    height: 58px;
    margin-bottom: 15px;
    padding: 20px 25px 0 0;
    border-radius: 26px;
    background-color: #78f;
    text-align: right;
    line-height: normal !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button#top-left a {
    background-color: #78f;
}

.button#bottom-left a {
    background-color: #f70;
}

.button#top-right a {
    background-color: #ffaa90;
}

.button#bottom-right a {
    background-color: #d44;
}

.button a:active, .button a:focus {
    filter: brightness(70%);
    border: none;
    outline: none;
    animation: none;
}

.button-col, .button-col-1, .button-col-2 {
    width: 190px;
}

.button-col div:last-of-type, 
.button-col-1 div:last-of-type, 
.button-col-2 div:last-of-type {
    margin-bottom: -15px;
}

.buttons {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.buttons a {
    display: block;
    margin: 0 8px 16px 8px;
    width: 200px;
    height: 60px;
    padding: 24px 25px 0 0;
    background-color: #c8f;
    border-radius: 26px;
    text-align: right;
    line-height: normal;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buttons a:active, .buttons a:focus {
    filter: brightness(70%);
    outline: none;
}

.buttons a.two-rows {
    font-size: 21px;
    padding-top: 2px;
}

.sidebar-buttons a {
    display: block;
    text-decoration: none;
    text-align: right;
    border-bottom: 5px solid #000;
    padding: 20px 10px 20px 2px;
    background-color: #d44;
    text-transform: uppercase;
    color: #000;
}

.sidebar-buttons a:hover {
    filter: brightness(110%);
}

.sidebar-buttons a:active, .sidebar-buttons a:focus {
    filter: brightness(80%);
    outline: none;
}

.data-cascade-button-group {
    display: flex;
    justify-content: flex-end;
    column-gap: 15px;
    max-width: 400px;
    float: right;
    top: 3% !important;
    position: relative;
}

/* ============================================
   DATA CASCADE
   ============================================ */
.cascade-wrapper {
    flex: 1;
    padding-right: 10px;
}

.data-cascade {
    max-width: 1200px;
    font-size: .8rem;
    line-height: 22px;
}

.row-1, .row-2, .row-3, .row-4, .row-5, .row-6 {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 22px;
    color: #000;
}

.data-cascade .row-1 {
    animation: colorchange 2s infinite;
    animation-delay: .1s;
}

.data-cascade .row-2 {
    animation: colorchange 3s infinite;
    animation-delay: .2s;
}

.data-cascade .row-3 {
    animation: colorchange 2s infinite;
    animation-delay: .3s;
}

.data-cascade .row-4 {
    animation: colorchange 2s infinite;
    animation-delay: .4s;
}

.data-cascade .row-5 {
    animation: colorchange 3s infinite;
    animation-delay: .5s;
}

.data-cascade .row-6 {
    animation: colorchange 2s infinite;
    animation-delay: .6s;
}

/* Data Cascade Variants */
.data-cascade#niagara .row-1,
.data-cascade#niagara .row-2,
.data-cascade#niagara .row-3,
.data-cascade#niagara .row-4,
.data-cascade#niagara .row-5,
.data-cascade#niagara .row-6 {
    animation: colorchange 2s infinite;
}

.data-cascade#niagara .row-1 { animation-delay: .1s; }
.data-cascade#niagara .row-2 { animation-delay: .2s; }
.data-cascade#niagara .row-3 { animation-delay: .3s; }
.data-cascade#niagara .row-4 { animation-delay: .4s; }
.data-cascade#niagara .row-5 { animation-delay: .5s; }
.data-cascade#niagara .row-6 { animation-delay: .6s; }

.data-cascade#orinoco .row-1,
.data-cascade#orinoco .row-2,
.data-cascade#orinoco .row-5,
.data-cascade#orinoco .row-6 {
    animation: colorchange 2s infinite;
}

.data-cascade#orinoco .row-3,
.data-cascade#orinoco .row-4 {
    animation: colorchange 3s infinite;
}

.data-cascade#orinoco .row-1 { animation-delay: .1s; }
.data-cascade#orinoco .row-2 { animation-delay: .2s; }
.data-cascade#orinoco .row-3 { animation-delay: .3s; }
.data-cascade#orinoco .row-4 { animation-delay: .4s; }
.data-cascade#orinoco .row-5 { animation-delay: .5s; }
.data-cascade#orinoco .row-6 { animation-delay: .6s; }

.data-cascade#frozen .row-1,
.data-cascade#frozen .row-2,
.data-cascade#frozen .row-3,
.data-cascade#frozen .row-6 {
    animation: none;
    color: #f70;
}

.data-cascade#frozen .row-4 {
    animation: none;
    color: #fba;
}

.data-cascade#frozen .row-5 {
    animation: none;
    color: #f5f6fa;
}

.dc1, .dc2, .dc3, .dc4, .dc5, .dc6, .dc7, .dc8, .dc9, .dc10, .dc11, .dc12, .dc13, .dc14, 
.grid, .grid-1, .grid-2, .grid-3, .grid-4 {
    flex: 1;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
}

/* ============================================
   DEMOS & SCALES
   ============================================ */
#demos, #demos2, #demos3 {
    top: 36px;
    height: auto;
    z-index: 99;
    position: relative;
    width: 19%;
    overflow: visible;
    display: table-cell;
    vertical-align: top;
    left: 1%;
}

#demos div span, #demos2 div span, #demos3 div span, 
#demos div, #demos2 div, #demos3 div {
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 21px !important;
    font-size: 21px;
    line-height: 21px !important;
    margin-top: 3px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scale1, .scale2, .scale3 {
    display: inline-block;
    width: 1.85vw;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    top: -1vh;
    opacity: 0.8;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
}

#scale1, #scale2, #scale3 {
    background-image: url(/scale.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 9;
    position: unset;
    padding: 1vh;
    height: 210px;
    width: 22%;
    text-align: center;
    background-position: center;
    max-width: 100px;
}

#scale1 {
    left: 3%;
}

#bars {
    width: 18%;
    min-height: 18vh;
    z-index: 11;
    top: -1vh;
    display: table-cell;
    vertical-align: top;
    min-width: 310px;
    transform: translateX(30px);
}

/* ============================================
   CONTENT AREA
   ============================================ */
.content {
    margin: 8px;
    background-color: transparent;
}

.content > *:first-child,
.content > div:first-child, 
.content > div:second-child, 
.system-message-container, 
#eb {
    border-radius: 32px 0 0 0;
    margin-top: 0;
}

.content img {
    max-width: 100%;
    height: auto;
}

#compon:first-child {
    border-radius: 7px 0 0 0;
}

/* ============================================
   BORG SUBSECTIONS
   ============================================ */
#borg_sub {
    overflow-y: scroll;
    overflow-x: hidden;
    border: 3px solid #c7f;
    margin: -20px 0 0 43px;
    border-radius: 28px 0 0 0;
    max-height: 700px !important;
    height: unset;
    min-height: 700px;
}

#borg_sub iframe, #borg_sub {
    border-radius: 23px 0 0 0 !important;
}

#borg_sub, borg div, .joms-focus__cover {
    text-shadow: none !important;
}

#drueber {
    transform: translateY(-27px);
}

#pflaster {
    transform: translateY(-24px);
}

/* ============================================
   LCARS SPECIFIC ELEMENTS
   ============================================ */
.lcars-list {
    list-style: none;
}

.lcars-list li {
    position: relative;
    padding: 0 0 5px 42px;
    font-size: 1.3rem;
}

.lcars-list li::before {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    border-radius: 50%;
    background-color: #c8f;
    position: absolute;
    top: 13px;
    left: 0;
}

.lcars-bar {
    margin: 40px auto;
    height: 20px;
    background-color: #000;
    border-right: 18px solid #94f;
    border-left: 18px solid #94f;
    border-radius: 9px;
    padding: 0 5px;
}

.lcars-bar-inner {
    height: 20px;
    background-color: #c8f;
}

.lcars-bar-slice-top {
    margin: 40px auto -30px auto;
    width: 180px;
    height: 8px;
    background-color: #c8f;
}

.lcars-bar-cutout {
    margin: 0 auto;
    width: 180px;
    height: 10px;
    background-color: #000;
}

.lcars-bar-slice-bottom {
    margin: -30px auto 0 auto;
    width: 180px;
    height: 5px;
    background-color: #c8f;
}

.lcars-text-bar {
    display: flex;
    position: relative;
    margin: 32px 0;
    overflow: visible;
    border-radius: 14px;
    height: 32px;
    background-color: #c8f;
    border-right: 28px solid #94f;
    border-left: 28px solid #94f;
}

.lcars-text-bar.the-end {
    justify-content: flex-end;
}

.lcars-text-bar span {
    position: absolute;
    top: -4px;
    background-color: #000;
    height: 40px;
    overflow: visible;
    padding: 0 10px;
    font-size: 1.64rem;
    line-height: 34px;
    text-transform: uppercase;
    color: #fa4;
}

.lcars-text-bar::before,
.lcars-text-bar::after {
    content: '';
    background-color: #000;
    display: block;
    width: 10px;
    height: 32px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.lcars-text-bar::before {
    left: 0;
}

.lcars-text-bar::after {
    right: 0;
}

/* ============================================
   NAVIGATION
   ============================================ */
#nav-td {
    position: relative !important;
    top: 29px !important;
    right: 1.5vw !important;
}

#nav li a, #nav li a li a, #nav li a li a li a {
    background-color: #a6a;
    padding: 3%;
    border-radius: 100px;
    width: 140px !important;
    height: 30px;
    margin: 7px !important;
    border: 3px solid #f00 !important;
    color: #fff;
    position: relative;
    line-height: normal !important;
}

#jux_megamenucss3 .megamenu ul.level1 li.megacss3 {
    float: left;
}

#jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 16px;
}

#jux_megamenucss3 li li {
    position: relative !important;
    z-index: 999;
    margin-left: 75px !important;
    top: 1px !important;
}

#jux_megamenucss3 li li li {
    position: relative !important;
    z-index: 99999999999;
    margin-left: 0px !important;
    top: 15px !important;
}

#jux_megamenucss3 li li span a:before, 
#jux_megamenucss3 li li a.menu-title:before {
    content: "⬅️☰ || ";
}

#jux_megamenucss3 li li span a:after, 
#jux_megamenucss3 li li li span a.menu-title:before {
    content: "⬅️☰ || ";
}

#jux_megamenucss3 {
    width: 110% !important;
    height: 120%;
    min-height: 920px;
}

#jux_megamenucss3 .megamenu ul li.megacss3 {
    background: none;
    position: relative !important;
    z-index: 999999999999999999;
}

#jux_megamenucss3 .megamenu.horizontal ul.level0 li .haschild.megacss3 span.menu-title, 
#jux_megamenucss3 .megamenu.horizontal ul.level0 li .haschild-over.megacss3 span.menu-title, 
.menu-title {
    background-position: 100% 4px;
    margin-right: 6px;
    padding-right: 10px;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 150px !important;
    top: -5px !important;
    position: relative;
}

#mySidenav .megamenu li, 
.megamenu li a {
    display: block !important;
    width: 100% !important;
    font-size: 90px !important;
    font-family: 'ff' !important;
}

.blackwhite #js-mainnavcss3.megamenu, 
.blackwhite #js-mainnavcss3 .active, 
#js-meganav-off-canvas .active {
    background: transparent !important;
}

.childcontent, .childcontent-inner-wrap, .childcontent-inner, 
.childcontent-inner div, .childcontent-inner div div, 
.childcontent-inner div ul, .childcontent-inner div ul li, 
.childcontent-inner div ul li a {
    z-index: 999999 !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
    border: 0 !important;
    border-radius: 6px;
    max-width: 140px;
    opacity: 1;
    text-overflow: clip;
    overflow: visible;
}

#nav li a li a li a, 
.megamenu .wtf-menu .level2 {
    position: relative !important;
    right: 300px !important;
}

.blackwhite #js-mainnavcss3.noJS ul.megamenu li.haschild > div.childcontent .childcontent-inner-wrap, 
#js-mainnavcss3 ul.megamenu li.haschild.megacss3:hover > div.childcontent.adddropdown {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.none #js-mainnavcss3.noJS ul.megamenu li.haschild > div.childcontent .childcontent-inner-wrap, 
#js-mainnavcss3 ul.megamenu li.haschild.megacss3:hover > div.childcontent.adddropdown {
    position: absolute !important;
}

/* ============================================
   SIDENAV
   ============================================ */
#mySidenav {
    background-color: transparent;
    position: fixed;
    z-index: 999;
    height: 120vh;
}

#frame_sn {
    height: 100vh;
    margin-left: 0px;
    max-width: 306px;
    background-color: #333;
    overflow-y: hidden;
    border: 3px solid #999;
    text-align: center;
    top: 0px;
    position: absolute;
    z-index: 0;
}

#logo_sn {
    border: 0;
    width: 90%;
    height: 320px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-153px, -36px);
}

#h2_sn {
    color: #999;
    animation: none;
    padding: 0;
    margin: 0;
    top: -87px;
    position: relative;
}

#body_sn {
    background-color: #111;
    height: 49%;
    margin: -78px auto;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 2px solid #999;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 50;
    margin-top: 0px;
    width: 100%;
    text-align: left;
    font-size: 23px;
    text-decoration: none;
}

#holo-deck {
    left: 279px !important;
    border: 0px none;
    overflow: hidden;
    z-index: 999;
    top: -13px;
    height: 100%;
    position: absolute;
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

/* ============================================
   JCHAT INTEGRATION
   ============================================ */
#jchat_base {
    right: 0px !important;
    position: fixed;
    bottom: 0;
    height: 5.8vh;
    display: block;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    z-index: 10001;
    margin: initial;
    border-radius: 0 100vh 100vh 0 !important;
    opacity: 1;
    background-color: transparent !important;
    background-image: none !important;
}

#jchat_userstab {
    display: block !important;
    border-radius: 0px 100px 100px 0px !important;
}

#jchat_userstab.jchat_tab {
    color: #FFF;
    background-color: unset;
    background: unset;
    border-radius: 0 100vh 100vh 0 !important;
    border: 0 !important;
    height: 5.8vh !important;
    bottom: 0;
    position: relative !important;
    top: 0px !important;
}

#jchat_userstab_text {
    float: left;
    top: 0px !important;
    position: relative;
    margin: 5px 0 18px 20px !important;
}

#jchat_userstab span, 
#jchat_userstab * {
    position: relative;
    margin-top: 0px;
}

.jchat_userscount {
    top: 0px !important;
    position: relative !important;
}

.jchat_tab {
    bottom: 3px;
    position: relative;
    width: 7vw !important;
    border-radius: 0 100vh 100vh 0 !important;
}

#jchat_usertab {
    display: none;
    visibility: hidden;
}

.jchat_tabcontent, #jchat_userstab, #jchat_userstab_popup, 
div.jchat_walltab_popup, #jchat_wall_popup, .jchat_tabcontenttext, 
.jchat_tabcontenttext_wall, .messagelist, div.jchat_tabcontenttext, 
jchat_userlist {
    background-color: #000;
    color: #fff !important;
}

.jchat_userlist:hover {
    background-image: url(https://checkspromolabs.media/ezgif-7-0c1967a9d51cc.gif);
}

.jchat_userbox:nth-child(2n) {
    background-color: #555 !important;
}

.jchat_userbox:nth-child(2n-1) {
    background-color: #222 !important;
}

.jchat_userbox, .jchat_usersbox_textname {
    font-size: 21px !important;
}

.jchat_userbox * {
    font-size: 14px !important;
}

.jchat_usersbox_textname {
    animation: REM 0.5s infinite;
}

.jchat_fullcolumn_input {
    border-top: 2px solid #666 !important;
    background-color: #111 !important;
}

.jchat_userscontent:nth-child(2n) {
    background-color: #555 !important;
}

#jchat_conference_container {
    max-height: 598px !important;
    border-radius: 17px 0 0 0 !important;
}

#jchat_remotevideo_placeholder {
    background-size: cover;
}

#jchat_localvideo, #jchat_remotevideo, canvas.jchat_canvas_blackboard {
    background-color: #000;
}

#jchat_wrapper_localvideo video {
    display: block;
    visibility: visible;
}

.jchat_tabcontent {
    z-index: 999999999999999999999999999999999999999 !important;
}

/* ============================================
   JOMSOCIAL INTEGRATION
   ============================================ */
.jomsocial-wrapper .jomsocial {
    border-radius: 17px 0 0 0;
}

.jomsocial-wrapper, #community-wrap {
    min-height: 70px;
}

.jomsocial-wrapper {
    position: relative;
    overflow: visible !important;
    width: 100%;
    height: max-content !important;
}

.joms-text--light {
    color: #fff !important;
}

.joms-avatar img {
    width: 64px;
    max-width: 64px;
    max-height: 64px;
    display: block !important;
    visibility: visible !important;
}

.joms-avatar--focus img {
    position: relative;
    bottom: 6px;
    top: 0px;
    width: 80px !important;
    height: 80px !important;
}

.joms-hcard {
    background: transparent;
}

.joms-hcard__info {
    background: transparent;
    top: -111px !important;
}

.joms-hcard__cover:nth-child(1) img:nth-child(1) {
    display: none;
    visibility: hidden;
}

.joms-focus__cover .joms-focus__cover-image, 
.joms-hcard__cover .joms-focus__cover-image {
    border: 5px solid #fcf !important;
    box-shadow: 0 0 18px #fcf !important;
    min-height: 300px !important;
    border-radius: 17px;
    width: 100% !important;
    height: auto !important;
    max-height: 450px !important;
    overflow: hidden;
}

.joms-focus__header {
    position: relative !important;
    bottom: 0 !important;
    top: unset !important;
    max-height: 470px !important;
}

.joms-focus__header, .joms-focus__title {
    position: relative;
    top: 0px;
}

.joms-focus__header *, .joms-focus__header h2 {
    font-size: 14px !important;
    line-height: 14px !important;
}

.joms-focus__title h2 {
    color: white;
    -webkit-text-stroke: 1px #000;
    text-shadow: 0px 0px 3px #000;
    font-size: 31px !important;
    line-height: 21px !important;
}

.joms-form div, .joms-form p {
    display: inline-block;
}

.joms-input--append .joms-input[type="text"], 
.joms-input--append .joms-input[type="password"] {
    padding-left: 36.65248px;
    max-width: 200px;
    display: inline-block;
    border-radius: 66px;
}

.joms-input--append {
    display: inline-block;
    position: fixed;
    border-radius: 66px;
}

.joms-input--append:nth-child(1), 
.joms-input--append:nth-child(2) {
    margin-left: 10px;
    position: relative;
}

.joms-button--primary {
    border-radius: 66px;
}

.joms-checkbox, .joms-checkbox * {
    position: relative;
    z-index: 1;
    color: #f0f !important;
    background-color: transparent;
    max-width: 400px;
}

.joms-checkbox input[type="checkbox"] {
    margin-left: 73px;
}

.joms-checkbox span {
    margin-left: 102.65248px;
}

.joms-action--hellome {
    display: table;
    width: 15%;
    table-layout: fixed;
    border-spacing: 1px;
    top: -130px;
    position: fixed !important;
    float: right;
    right: 11px;
    margin-top: 21px !important;
}

.joms-module--hellome .joms-hcard__cover::before {
    margin-top: 17%;
    overflow: visible;
    padding-top: 0%;
    margin-top: 14px;
    transform: scale(0.6) !important;
}

.joms-module--hellome .joms-avatar img {
    width: 44px;
    max-width: 44px;
    max-height: 44px;
}

.joms-module--hellome .joms-hcard__info-content h3 {
    font-size: 11px;
    font-weight: normal;
}

.joms-module *, .joms-module::before, .joms-module::after {
    top: -3px !important;
    position: relative !important;
}

.joms-toolbar--desktop {
    border-radius: 18px 0 0 0 !important;
}

.joms-js--cover-image img {
    top: 0 !important;
    height: auto !important;
}

.joms-popup--photo .joms-popup__content img, 
.joms-popup--video .joms-popup__content iframe, 
.joms-popup--video .joms-popup__content video, 
.joms-popup--video .joms-popup__content .joms-popup__video {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 9999999999999999999999999999999999999999999999999999999;
}

#COSMIframe {
    min-height: 300px !important;
}

#tip-117, .jmodedit {
    visibility: hidden;
    display: none;
}

/* ============================================
   EASYBLOG STYLES
   ============================================ */
#eb .eb-card {
    background-color: #333;
    color: #fff !important;
}

#eb .eb-card .eb-post-title a {
    color: #0ff;
}

#eb .eb-featured--sidenav .eb-gallery-body {
    padding: 90px 10px 30px 10px !important;
}

#eb .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available !important;
    box-sizing: content-box;
}

#eb blockquote.eb-quote, 
#eb blockquote.eb-quote.style-modern {
    background-color: #111 !important;
    color: #fff !important;
    margin: 0 19px !important;
    box-shadow: .625rem .625rem 0 #222 !important;
}

#eb .eb-reactions__options, 
#eb .eb-subscribe-form {
    background: #666;
}

#eb .eb-entry-author-recents {
    background: #333;
}

#eb .table-striped > tbody > tr:nth-child(2n+1) > td, 
#eb .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #333 !important;
    color: #fff !important;
}

#eb .eb-post-category a {
    max-width: 100% !important;
}

#eb .comma-seperator {
    display: block !important;
}

body #eb .t-text--truncate {
    white-space: normal;
}

.eb-brand-name, .eb-brand-bio, .eb-entry-title {
    text-shadow: none !important;
    font-weight: normal !important;
}

.eb-authors-head, .eb-stats-nav {
    background-color: #333 !important;
}

.eb-headers {
    background-color: #666;
    border-radius: 15px 0 0 0;
}

.eb-entry-title {
    font-family: 'ff' !important;
    color: #fff !important;
}

.eb-video-viewport, .eb-video, video {
    height: auto !important;
}

.eb-video .is-responsive, .eb-video, .is-responsive {
    width: 100% !important;
}

/* ============================================
   HIKASHOP STYLES
   ============================================ */
.hikashop_category_image .hikashop_product_listing_image {
    max-width: 90% !important;
}

.hikashop_product_price_per_unit {
    display: none;
    visibility: hidden;
}

.hikashop_product_price_full {
    font-size: 31px !important;
    max-height: 150px;
}

#hikashop_cart_module .hikashop_product_price_full {
    font-size: 16px !important;
}

#hikashop_cart_module {
    float: right;
    position: relative;
    right: 15px;
}

#hikashop_category_information_menu_949 .hikashop_category_image {
    height: 133px !important;
}

#hikashop_category_information_module_ .hikashop_product_image {
    height: 180px;
}

.hs_price_label, .hs_price_value, .hs_price_label_suffix {
    font-family: 'ff' !important;
}

/* ============================================
   Q2C PRODUCT STYLES
   ============================================ */
.q2c-wrapper .qtcproductprice {
    color: #fff;
    font-family: ff;
    font-size: 35px;
    animation: lightning 3.5s infinite;
}

/* ============================================
   PAYPLANS STYLES
   ============================================ */
.pp-plan-card__price, .pp-plan-card__title, .pp-plan-pop-label__txt {
    font-family: 'ff' !important;
    color: aliceblue !important;
    text-shadow: none !important;
    font-weight: normal !important;
}

.pp-plan-card__price, .pp-plan-card__title {
    font-size: 30px !important;
}

.pp-plan-pop-label__txt {
    font-family: "Ballet", cursive !important;
    font-weight: 400;
    font-style: normal;
    font-size: 36px !important;
}

#pp .pp-plan-card.has-badges .pp-plan-card__hd {
    padding-top: 4.6em;
}

.pp-plan-card__features {
    color: #fff !important;
}

.pp-plans__item:first-child {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 0 .6em 1.2em !important;
    min-width: 100% !important;
    display: block !important;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
    display: flex;
    bottom: 0;
    margin: 50px auto 0 auto;
    padding: 12px 0;
    background: linear-gradient(#78f 50%, #d44 50%);
    border-radius: 0 20px 0px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

footer::before {
    content: '';
    background-color: #000;
    display: block;
    width: 5px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 25%;
    overflow: hidden;
}

footer::after {
    content: '';
    background-color: #000;
    display: block;
    width: 2px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -1px;
    overflow: hidden;
}

.footer-panel {
    width: 12%;
    max-width: 130px;
    height: 100px;
    margin: auto;
    padding: 10px 0 0 1%;
    background-color: #ffaa90;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    font-size: .85rem;
    font-weight: bold;
    color: #000;
}

.footer-inside {
    flex: 1;
    min-height: 180px;
    background-color: #000;
    border-radius: 0 20px 20px 0;
    padding: 1.5rem 1rem;
    z-index: 2;
}

.footer-inside::before {
    content: '';
    background-color: #78f;
    display: block;
    width: 15%;
    min-width: 60px;
    height: 10px;
    position: absolute;
    top: 17px;
    left: 1px;
    overflow: hidden;
}

.footer-inside::after {
    content: '';
    background-color: #d44;
    display: block;
    width: 15%;
    min-width: 60px;
    height: 10px;
    position: absolute;
    bottom: 12px;
    left: 1px;
    overflow: hidden;
}

.footer-text {
    display: flex;
    flex-direction: column;
    min-height: 146px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    font-size: .94rem;
}

.footer-text > * {
    margin: 0;
}

.footer {
    margin: 0 auto;
    font-size: .94rem;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.border {
    padding: 10px;
    border: 0px !important;
}

.disc {
    margin: 30px auto;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.flexbox {
    display: flex;
    column-gap: 2vw;
    flex-wrap: wrap;
}

.col {
    flex: 1 1 300px;
}

.nomar {
    margin: 0 !important;
}

.go-center {
    text-align: center !important;
}

.go-right {
    text-align: right !important;
}

.go-left {
    text-align: left !important;
}

.go-big {
    font-size: 1.3rem;
}

.go-bigger {
    font-size: 1.5rem;
}

.uppercase {
    text-transform: uppercase;
}

.strike {
    text-decoration: line-through;
}

.now {
    white-space: nowrap;
}

.blink-slower {
    animation: blink 3s infinite;
    animation-delay: 1s;
}

.blink {
    animation: blink 2s infinite;
    animation-delay: 1s;
}

.blink-faster {
    animation: blink 1s infinite;
    animation-delay: 1s;
}

.pics-right {
    float: right;
    margin: 10px 0 20px 20px;
}

.pics-left {
    float: left;
    margin: 10px 20px 20px 0;
}

.pics {
    display: block;
    margin: 30px auto 0 auto;
}

.width-100pro {
    width: 100% !important;
    max-width: 100% !important;
}

.peteQ {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    scroll-behavior: none !important;
}

.cRegisterinvite {
    max-height: 540px !important;
}

.hop {
    font-size: 18px !important;
}

.box {
    padding: 0px !important;
    margin: 0 !important;
}

.scroll-top {
    display: block;
}

.scroll-top a {
    display: none;
    width: 190px;
    height: 150px;
    position: fixed;
    bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    padding: 20px 10px 20px 2px;
    background-color: #c8f;
    font-size: .96rem;
    font-weight: bold;
    color: #000;
}

/* Justify Content Classes */
.jc-space-between { justify-content: space-between; }
.jc-center { justify-content: center; }
.jc-flex-end { justify-content: flex-end; }
.jc-space-around { justify-content: space-around; }
.jc-space-evenly { justify-content: space-evenly; }

/* Animation Assignment Classes */
.Romulan, #jchat_target, .jchat_userstabtitle, .jchat_userscontent div * {
    animation: Romulan 2s infinite;
}

.Remulan, input {
    animation: Remulan 2s !important;
    animation-iteration-count: infinite !important;
}

#demo, #demoa, #demoa1 {
    animation: numCurt0 0.6s infinite;
}

#demo1, #demob, #demob1 {
    animation: numCurt1 0.6s infinite;
}

#demo2, #democ, #democ1 {
    animation: numCurt2 0.6s infinite;
}

#demo3, #demod, #demod1 {
    animation: numCurt3 0.6s infinite;
}

#demo4, #demoe, #demoe1 {
    animation: numCurt4 0.6s infinite;
}

#demo5, #demof, #demof1 {
    animation: numCurt5 0.6s infinite;
}

#demo6, #demog, #demog1 {
    animation: numCurt6 0.6s infinite;
}

#demo7 {
    animation: numCurt7 0.6s infinite;
}

#demo8 {
    animation: numCurt8 0.6s infinite;
}

.lala-1, .lala-2, .lala-3 {
    color: #f00 !important;
}

/* ============================================
   COLOR PALETTE CLASSES
   ============================================ */
.space-white, .oc-space-white::before { background-color: #f5f6fa !important; }
.go-space-white { color: #f5f6fa !important; }

.violet-creme, .oc-violet-creme::before { background-color: #dbf !important; }
.go-violet-creme { color: #dbf !important; }

.magenta, .oc-magenta::before { background-color: #c49 !important; }
.go-magenta { color: #c49 !important; }

.green, .oc-green::before { background-color: #3c9 !important; }
.go-green { color: #3c9 !important; }

.blue, .oc-blue::before { background-color: #45f !important; }
.go-blue { color: #45f !important; }

.yellow, .oc-yellow::before { background-color: #fc3 !important; }
.go-yellow { color: #fc3 !important; }

.sunflower, .oc-sunflower::before { background-color: #fc6 !important; }
.go-sunflower { color: #fc6 !important; }

.violet, .oc-violet::before { background-color: #94f !important; }
.go-violet { color: #94f !important; }

.orange, .oc-orange::before { background-color: #f70 !important; }
.go-orange { color: #f70 !important; }

.african-violet, .oc-african-violet::before { background-color: #c8f !important; }
.go-african-violet { color: #c8f !important; }

.red, .oc-red::before { background-color: #d44 !important; }
.go-red { color: #d44 !important; }

.almond, .oc-almond::before { background-color: #ffaa90 !important; }
.go-almond { color: #ffaa90 !important; }

.almond-creme, .oc-almond-creme::before { background-color: #fba !important; }
.go-almond-creme { color: #fba !important; }

.bluey, .oc-bluey::before { background-color: #78f !important; }
.go-bluey { color: #78f !important; }

.gray, .oc-gray::before { background-color: #668 !important; }
.go-gray { color: #668 !important; }

.sky, .oc-sky::before { background-color: #aaf !important; }
.go-sky { color: #aaf !important; }

.ice, .oc-ice::before { background-color: #8cf !important; }
.go-ice { color: #8cf !important; }

.gold, .oc-gold::before { background-color: #fa0 !important; }
.go-gold { color: #fa0 !important; }

.mars, .oc-mars::before { background-color: #f20 !important; }
.go-mars { color: #f20 !important; }

.peach, .oc-peach::before { background-color: #f86 !important; }
.go-peach { color: #f86 !important; }

.butterscotch, .oc-butterscotch::before { background-color: #f96 !important; }
.go-butterscotch { color: #f96 !important; }

.tomato, .oc-tomato::before { background-color: #f55 !important; }
.go-tomato { color: #f55 !important; }

.lilac, .oc-lilac::before { background-color: #c3f !important; }
.go-lilac { color: #c3f !important; }

.evening, .oc-evening::before { background-color: #25f !important; }
.go-evening { color: #25f !important; }

.midnight, .oc-midnight::before { background-color: #11e !important; }
.go-midnight { color: #11e !important; }

.ghost, .oc-ghost::before { background-color: #8bf !important; }
.go-ghost { color: #8bf !important; }

.wheat, .oc-wheat::before { background-color: #ca8 !important; }
.go-wheat { color: #ca8 !important; }

.roseblush, .oc-roseblush::before { background-color: #c66 !important; }
.go-roseblush { color: #c66 !important; }

.honey, .oc-honey::before { background-color: #fc9 !important; }
.go-honey { color: #fc9 !important; }

.cardinal, .oc-cardinal::before { background-color: #c23 !important; }
.go-cardinal { color: #c23 !important; }

.pumpkinshade, .oc-pumpkinshade::before { background-color: #f74 !important; }
.go-pumpkinshade { color: #f74 !important; }

.tangerine, .oc-tangerine::before { background-color: #f83 !important; }
.go-tangerine { color: #f83 !important; }

.martian, .oc-martian::before { background-color: #9d6 !important; }
.go-martian { color: #9d6 !important; }

.moonbeam, .oc-moonbeam::before { background-color: #ccdeff !important; }
.go-moonbeam { color: #ccdeff !important; }

.cool, .oc-cool::before { background-color: #58f !important; }
.go-cool { color: #58f !important; }

.galaxy, .oc-galaxy::before { background-color: #444a77 !important; }
.go-galaxy { color: #444a77 !important; }

.moonshine, .oc-moonshine::before { background-color: #def !important; }
.go-moonshine { color: #def !important; }

.october-sunset, .oc-october-sunset::before { background-color: #f40 !important; }
.go-october-sunset { color: #f40 !important; }

.harvestgold, .oc-harvestgold::before { background-color: #fa4 !important; }
.go-harvestgold { color: #fa4 !important; }

.butter, .oc-butter::before { background-color: #fec !important; }
.go-butter { color: #fec !important; }

/* Extended Color Palette (c43-c72) */
.c43, .oc-c43::before { background-color: #58e !important; }
.go-c43 { color: #58e !important; }

.c44, .oc-c44::before { background-color: #8ff !important; }
.go-c44 { color: #8ff !important; }

.c45, .oc-c45::before { background-color: #344470 !important; }
.go-c45 { color: #344470 !important; }

.c46, .oc-c46::before { background-color: #455580 !important; }
.go-c46 { color: #455580 !important; }

.c47, .oc-c47::before { background-color: #79d !important; }
.go-c47 { color: #79d !important; }

.c48, .oc-c48::before { background-color: #6cf !important; }
.go-c48 { color: #6cf !important; }

.c49, .oc-c49::before { background-color: #9cf !important; }
.go-c49 { color: #9cf !important; }

.c50, .oc-c50::before { background-color: #ff3500 !important; }
.go-c50 { color: #ff3500 !important; }

.c51, .oc-c51::before { background-color: #525 !important; }
.go-c51 { color: #525 !important; }

.c52, .oc-c52::before { background-color: #636 !important; }
.go-c52 { color: #636 !important; }

.c53, .oc-c53::before { background-color: #747 !important; }
.go-c53 { color: #747 !important; }

.c54, .oc-c54::before { background-color: #858 !important; }
.go-c54 { color: #858 !important; }

.c55, .oc-c55::before { background-color: #969 !important; }
.go-c55 { color: #969 !important; }

.c56, .oc-c56::before { background-color: #f80 !important; }
.go-c56 { color: #f80 !important; }

.c57, .oc-c57::before { background-color: #d0b0a0 !important; }
.go-c57 { color: #d0b0a0 !important; }

.c58, .oc-c58::before { background-color: #bbf !important; }
.go-c58 { color: #bbf !important; }

.c59, .oc-c59::before { background-color: #9a6 !important; }
.go-c59 { color: #9a6 !important; }

.c60, .oc-c60::before { background-color: #0b0 !important; }
.go-c60 { color: #0b0 !important; }

.c61, .oc-c61::before { background-color: #3f3 !important; }
.go-c61 { color: #3f3 !important; }

.c62, .oc-c62::before { background-color: #dfd !important; }
.go-c62 { color: #dfd !important; }

.c63, .oc-c63::before { background-color: #ffebde !important; }
.go-c63 { color: #ffebde !important; }

.c64, .oc-c64::before { background-color: #c9c !important; }
.go-c64 { color: #c9c !important; }

.c65, .oc-c65::before { background-color: #f6eef6 !important; }
.go-c65 { color: #f6eef6 !important; }

.c66, .oc-c66::before { background-color: #a6a !important; }
.go-c66 { color: #a6a !important; }

.c67, .oc-c67::before { background-color: #d8d !important; }
.go-c67 { color: #d8d !important; }

.c68, .oc-c68::before { background-color: #f00 !important; }
.go-c68 { color: #f00 !important; }

.c69, .oc-c69::before { background-color: #c00 !important; }
.go-c69 { color: #c00 !important; }

.c70, .oc-c70::before { background-color: #e00 !important; }
.go-c70 { color: #e00 !important; }

.c71, .oc-c71::before { background-color: #dfdfdf !important; }
.go-c71 { color: #dfdfdf !important; }

.c72, .oc-c72::before { background-color: #f7f7f7 !important; }
.go-c72 { color: #f7f7f7 !important; }

/* ============================================
   MISCELLANEOUS INTEGRATIONS
   ============================================ */
iframe {
    border-width: 0px !important;
}

#blockrandom iframe {
    border-radius: 26px 0 0 25px;
}

.calendly-inline-widget iframe, 
.calendly-badge-widget iframe, 
.calendly-overlay iframe {
    display: inline;
    width: 100%;
    min-height: 800px;
}

#mod-custom245 iframe {
    min-height: 500px !important;
}

.table > :not(caption) > * > * {
    background-color: #666 !important;
    color: #fff !important;
}

.com-content-article__body div {
    top: 0 !important;
    border-radius: 26px 0 0 0;
    min-width: 0% !important;
    min-height: auto !important;
}

.ba-form-icon-horizontal-slide-in-animation {
    transform: translateY(0px) !important;
}

.gsc-input {
    border-radius: 15px 0 0 0 !important;
}

.gsc-tabHeader, .gsc-refinementHeader, .gsc-webResult {
    border-radius: 0 !important;
}

.gs-richsnippet-box, .gsc-tabHeader *, 
.gsc-refinementHeader *, .gsc-webResult * {
    border-radius: 0 !important;
}

.gsc-webResult:nth-child(odd) {
    background-color: #272626;
}

.surround-33 {
    background-position: top center !important;
    background-size: 140% !important;
}

.global-styles, .es-header-container {
    flex-direction: column !important;
    align-items: flex-start !important;
}

#donation_form input, #donation_form textarea {
    width: 100% !important;
}

#control-group, #control-group * {
    float: left;
}

#aolp-overlay155 p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1;
}

.com-wrapper__iframe wrapper .raudevouze {
    overflow: hidden !important;
}

#jb-template .card, .jb-template .card {
    background-color: #226;
}

.logging h1 {
    margin-bottom: 0;
}

a.glink img {
    opacity: 1 !important;
    margin-right: 3px !important;
    width: 22px;
}

#valert-1, #valert-2, #valert-3 {
    padding: 5px !important;
    max-height: 20px !important;
}

#valert-2, #valert-3 {
    margin-top: 5px !important;
}

#that6666, #that666, #that66 {
    position: relative;
    top: -11px;
}

#locationlocator, .result-count {
    display: none;
    visibility: hidden;
}

#hihi {
    right: 0px !important;
    bottom: 626px;
    min-height: 597px;
    width: 625px;
    max-width: 625px !important;
    max-height: 625px !important;
}

.fn-gantt {
    width: 100% !important;
    float: left;
}

.fn-gantt a {
    background-color: #000 !important;
    color: #fff !important;
}

#joomproject .nav-tabs {
    font-family: Arial, Helvetica, "sans-serif" !important;
}

#joomproject .nav-tabs li {
    margin: 3px;
    text-decoration: none !important;
    list-style: none !important;
    display: inline-block !important;
    background-color: #444;
    border-radius: 100px;
    padding: 5px 10px;
}

tr.megacss3:hover div, 
tr.megacss3:hover div * {
    display: block !important;
    visibility: visible !important;
}

#LL1, #LL2, #LL3 {
    display: flex;
    height: 22px;
    position: relative;
}

#LL2 {
    transform: translateY(-21px);
}

#LL3 {
    transform: translateY(21px);
    position: absolute;
}

/* ============================================
   RESPONSIVE MEDIA QUERIES
   ============================================ */

/* Large Screens */
@media only screen and (min-width: 1920px) {
    #borg_sub {
        width: 60%;
    }
}

@media screen and (min-width: 2000px) {
    #arround_arround {
        zoom: 1.4;
    }
}

@media screen and (min-width: 2111px) {
    #hihi {
        max-width: 565px !important;
    }
}

/* Desktop Breakpoints */
@media only screen and (max-width: 1860px) and (orientation: landscape) {
    #borg_sub {
        min-width: 100vw !important;
        min-height: 92vh !important;
        width: 100vw !important;
        position: fixed;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: auto auto !important;
        border: 0 !important;
        overflow-y: scroll !important;
        top: 8vh !important;
        border-radius: 0 !important;
    }
    
    .LL3, .right_modules {
        display: none;
        visibility: hidden;
    }
    
    #upperLcarsBar, #upperLcarsBar *, 
    #lowerLcarsBar, #lowerLcarsBar * {
        display: inline-block !important;
        visibility: visible !important;
        max-height: 5.8vh !important;
    }
    
    #top_leiste, #borg_top {
        display: none;
        visibility: hidden;
    }
    
    .content, #eb {
        border-radius: 0 !important;
    }
    
    #jchat_usertab.jchat_tab, .jchat_usertap, #jchat_base {
        width: 7vw !important;
        max-width: 7vw !important;
        right: 0;
        bottom: 0;
        position: relative;
        min-width: unset !important;
    }
    
    .content {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        min-width: unset !important;
    }
    
    #jchat_usertab_text {
        position: relative;
        z-index: 999999999;
    }
    
    .jchat_tab {
        width: 7vw !important;
        border-radius: 0 100vh 100vh 0 !important;
    }
    
    #langX * {
        margin: 0px !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1999px) and (max-width: 2466px) {
    #top_leiste, #borg_top, .left-frame, .right-frame {
        display: none;
        visibility: hidden;
    }
    
    #upperLcarsBar, #upperLcarsBar *, 
    #lowerLcarsBar, #lowerLcarsBar * {
        display: inline-block !important;
        visibility: visible !important;
        max-height: 5.8vh !important;
    }
    
    #top_leiste, #borg_top, .bar-panel {
        display: none;
        visibility: hidden;
    }
    
    #borg_sub {
        position: absolute;
        width: 100vw !important;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        overflow-y: hidden !important;
        min-width: 100vw !important;
        min-height: 92vh !important;
        top: 0vh !important;
        border-radius: 0 !important;
        max-width: 100vw !important;
    }
    
    .content {
        width: 100vw !important;
        height: 100vw !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        min-width: unset !important;
    }
    
    #ndframe, #radar, footer, .upper_charts {
        display: none !important;
        visibility: hidden !important;
    }
    
    #arround_arround {
        max-height: unset;
        max-width: unset;
        width: 100vw !important;
        height: 100vw !important;
        position: absolute !important;
        left: 0% !important;
        transform: translate(-0%, 0%) !important;
        overflow: visible;
        margin-top: 5.8vh;
        top: 0;
    }
    
    #arround {
        max-height: unset;
        max-width: unset;
        width: 100vw;
        height: 88vh;
        position: fixed;
        left: 0%;
        top: 5.8vh;
        transform: translate(0%, 0%);
        overflow: visible;
    }
    
    iframe#blockrandom {
        height: 88vh !important;
    }
}

@media only screen and (max-width: 1832px) {
    #demos, #demos2, #demos3 {
        width: 32% !important;
    }
}

@media only screen and (max-width: 1723px) {
    .x_modules, #2ndframe, #2ndframe * {
        display: none !important;
        visibility: hidden !important;
        max-height: 0 !important;
    }
    
    #borg_sub {
        width: 100%;
    }
    
    #nav {
        display: none;
        visibility: hidden;
    }
    
    #demos, #demos2, #demos3 {
        width: 28%;
    }
}

@media only screen and (max-width: 1717px) {
    .right_modules, #ndframe, #ndframe *, .upper_charts {
        display: none !important;
        visibility: hidden !important;
    }
    
    #ndframe, #radar, footer {
        display: none !important;
        visibility: hidden !important;
    }
    
    #borg_sub {
        max-width: 82% !important;
    }
}

@media only screen and (max-width: 1640px) {
    #demos2, #demos2 *, #demos3, #demos3 * {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-width: 1544px) {
    #demos, #demos2, #demos3 {
        width: 19%;
    }
}

@media only screen and (max-width: 1540px) {
    #demos2, #demos2 *, #demos3, #demos3 * {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-width: 1307px) {
    #scale2 {
        display: none !important;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1281px) and (max-height: 721px) and (orientation: landscape) {
    /* Specific landscape mode adjustments */
}

@media only screen and (max-width: 1240px) {
    .dc13, .dc14, .grid-3 {
        display: none;
    }
    
    .bar-1, .bar-6 {
        width: 320px;
    }
    
    .panel-4 {
        padding-top: 115px;
    }
    
    #borg_sub {
        overflow-y: scroll;
        width: calc(100vw - 230px);
        height: calc(100vh - 340px);
    }
    
    #lcarsLogo {
        width: 120px;
        height: 80%;
        left: 8px;
        top: 89px;
        max-height: 150px;
    }
}

@media only screen and (max-width: 1080px) {
    .left-frame-top, .left-frame {
        width: 170px;
        min-width: 170px;
    }
    
    .scroll-top a {
        width: 170px;
    }
    
    .dc12, .dc11, .dc10, .grid-1 {
        display: none;
    }
    
    .bar-1, .bar-6 {
        width: 290px;
    }
    
    .left-frame {
        padding-top: 70px;
    }
    
    #borg_sub {
        width: calc(100vw - 200px);
        height: calc(100vh - 340px);
    }
    
    @media only screen and (min-width: 1080px) {
        .cascade-wrapper {
            padding-left: 25px;
        }
    }
}

@media only screen and (max-width: 964px) {
    #nav-td, top_leiste {
        display: none;
        visibility: hidden;
    }
    
    #arround_arround {
        top: 5px;
    }
    
    #demos, #demos2, #demos3 {
        width: 35% !important;
    }
}

@media only screen and (max-width: 890px) {
    #lcarsLogo {
        width: 120px !important;
    }
    
    .left-frame-top, .left-frame {
        width: 130px;
        min-width: 130px;
    }
    
    .left-frame-top {
        border-radius: 0 0 0 80px;
    }
    
    .left-frame {
        border-radius: 80px 0 0 0;
    }
    
    .scroll-top a {
        width: 130px;
        padding: 10px 0 0 0;
        text-align: center;
    }
    
    .sutrebor {
        margin: 4px 4px 19px 69px;
    }
    
    .bar-1, .bar-6 {
        width: 180px;
    }
    
    .bar-3, .bar-8 {
        width: 180px;
    }
    
    blockquote {
        margin-right: 0;
        margin-left: 25px;
    }
    
    .cut-out-top, .cut-out, .cut-out-float {
        margin-left: 85px;
    }
    
    .dc7, .dc8, .dc9, .grid-2 {
        display: none;
    }
    
    .pics-right, .pics-left {
        float: none;
        margin: 20px 0 20px 0;
    }
    
    .pics-right img, .pics-left img {
        display: block;
        margin: 0 auto;
    }
    
    #borg_sub {
        width: calc(100vw - 170px);
        height: calc(100vh - 340px);
    }
    
    #lcarsLogo {
        width: 120px;
        height: 80%;
        left: 8px;
        top: 89px;
        max-height: 150px;
    }
}

@media only screen and (max-height: 888px) {
    #ndframe, #radar, footer, .upper_charts {
        display: none !important;
        visibility: hidden !important;
    }
    
    #borg_sub {
        max-width: 99%;
        width: 99%;
    }
}

@media only screen and (max-height: 850px) and (orientation: landscape) {
    #borg_sub {
        position: fixed;
        width: 100vw !important;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        overflow-y: scroll !important;
        min-width: 100vw !important;
        min-height: 92vh !important;
        top: 8vh !important;
        border-radius: 0 !important;
    }
    
    .LL3, .right_modules {
        display: none;
        visibility: hidden;
    }
    
    #upperLcarsBar, #upperLcarsBar *, 
    #lowerLcarsBar, #lowerLcarsBar * {
        display: inline-block !important;
        visibility: visible !important;
        max-height: 5.8vh !important;
    }
    
    .content {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }
    
    #top_leiste, #borg_top {
        display: none;
        visibility: hidden;
    }
    
    #jchat_usertab.jchat_tab, .jchat_usertap, #jchat_base {
        width: 7vw !important;
        max-width: 7vw !important;
        right: 0;
        bottom: 0;
        position: relative;
        min-width: unset !important;
    }
    
    .content {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        z-index: 888 !important;
        background-color: #000 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        min-width: unset !important;
    }
    
    .jchat_tab {
        width: 7vw !important;
        border-radius: 0 100vh 100vh 0 !important;
    }
    
    #jchat_usertab_text {
        position: relative;
        z-index: 999999999;
    }
    
    #langX * {
        margin: 0px !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    #COSMiframe {
        max-height: 200px !important;
    }
}

@media only screen and (max-width: 790px) {
    .dc5, .dc6, .grid-4 {
        display: none;
    }
}

@media only screen and (max-width: 781px) and (max-height: 721px) and (orientation: landscape) {
    #LL1, #demos, #LL2, .right-frame-top, .bar-panel, .left-frame {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 777px) {
    #demos, #demos2 {
        width: 48%;
    }
    
    #demos div, #demos2 div {
        top: 8px;
    }
    
    #demog, #demo6 {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 760px) {
    .cascade-wrapper {
        display: none;
    }
    
    #demos, #demos2 {
        width: 43%;
    }
}

@media only screen and (max-width: 721px) and (orientation: portrait) {
    #scale3 {
        display: block;
        visibility: visible;
        float: right;
        position: absolute;
        right: 1vw !important;
        top: 1.5vh !important;
    }
    
    #scale2 {
        display: block !important;
        visibility: visible !important;
        float: right;
        position: absolute;
        right: 13vw !important;
        top: 1.5vh !important;
    }
    
    #scales_plural {
        display: inline !important;
        margin-left: unset !important;
        position: absolute !important;
        top: 3.5vh !important;
        right: 12vw !important;
    }
    
    #scale1, #scale2, #scale3 {
        width: 11vw !important;
        position: absolute !important;
        margin-top: -28px !important;
        display: inline-block !important;
    }
    
    #scale1 {
        display: block !important;
        visibility: visible !important;
        float: right;
        position: absolute;
        right: 28vw !important;
        top: 1.5vh !important;
    }
    
    #borg_sub {
        width: 77vw;
        left: 0px;
        position: relative;
        float: left;
    }
    
    #pflaster {
        transform: translateY(0px) !important;
    }
    
    #drueber {
        transform: translateY(0px) !important;
    }
    
    #demos, #demos2, #demos3 {
        transform: translateX(4.2vw);
        top: 4.5vh !important;
        padding-bottom: 3.4vh !important;
    }
    
    #demos div span, #demos2 div span, #demos3 div span, 
    #demos div, #demos2 div, #demos3 div {
        max-height: 18px !important;
        margin-top: 3px !important;
    }
    
    #demos div *, #demos2 div *, #demos3 div * {
        font-size: 17.5px !important;
        line-height: 18px !important;
    }
    
    #demo6, #demog, #demo5, #demof {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 700px) {
    #lcarsLogo {
        width: 100px !important;
    }
    
    .left-frame-top, .left-frame {
        width: 110px;
        min-width: 110px;
    }
    
    .left-frame-top {
        border-radius: 0 0 0 60px;
    }
    
    .left-frame {
        border-radius: 60px 0 0 0;
    }
    
    .scroll-top a {
        width: 110px;
        height: 110px;
    }
    
    .bar-panel {
        height: 16px;
    }
    
    .bar-1, .bar-2, .bar-3, .bar-4, .bar-5, 
    .bar-6, .bar-7, .bar-9, .bar-10 {
        height: 16px;
    }
    
    .bar-1, .bar-6 {
        width: 130px;
    }
    
    .bar-3, .bar-8 {
        width: 130px;
    }
    
    .bar-5, .bar-10 {
        width: 25px;
    }
}

@media only screen and (max-width: 682px) {
    #scale1 {
        display: none;
        visibility: hidden;
    }
    
    #demos, #demos2, #demos3 {
        width: 27%;
    }
}

@media only screen and (max-width: 623px) {
    #demos, #demos2 {
        width: calc(100vw - 402px) !important;
    }
}

@media only screen and (max-width: 610px) {
    .data-cascade-button-group {
        column-gap: 0;
    }
    
    .button-col, .button-col-1, .button-col-2 {
        width: auto;
        border-left: 15px solid black;
    }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    #jchat_userstab:not(.jchat_userstabclick) {
        margin-top: 30px !important;
        height: 46px !important;
        padding: 20px 10px !important;
    }
    
    #jchat_userstab, #jchat_userstab:not(.jchat_userstabclick) {
        height: 50px !important;
        position: fixed !important;
        bottom: 0 !important;
        top: unset !important;
    }
    
    .jomsocial-wrapper {
        position: relative;
        overflow: visible !important;
        width: 100%;
        height: 100%;
    }
    
    .joms-avatar--focus img {
        top: 0px;
        position: relative;
    }
    
    .joms-focus__header *, .joms-focus__header h2 {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    
    a.glink img {
        opacity: 1 !important;
        margin-right: 2px !important;
        width: 26px !important;
        height: 24.5px !important;
    }
    
    #borg_sub {
        min-height: calc(100vh - 240px) !important;
        position: absolute;
        left: 6vw;
        top: 245px;
        width: 85vw;
    }
    
    :root {
        font-size: 1.2rem;
    }
    
    .banner {
        padding: 5px 0 10px 3px;
        font-size: 1.2rem;
    }
    
    #demos, #demos2, #demos3 {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        left: 12px !important;
    }
    
    #demos div span, #demos2 div span {
        max-width: 300px;
    }
    
    #scales_plural {
        top: 21px !important;
    }
    
    footer::before {
        left: 40%;
    }
    
    .lcars-text-bar {
        border-radius: 10px;
        height: 24px;
        border-right-width: 20px;
        border-left-width: 20px;
    }
    
    .lcars-text-bar span {
        position: absolute;
        top: -6px;
        height: 30px;
        padding: 0 5px;
        font-size: 1.34rem;
        line-height: 32px;
    }
    
    .lcars-text-bar::before, .lcars-text-bar::after {
        width: 5px;
        height: 24px;
    }
    
    .lcars-list {
        margin-left: 0;
        padding-left: 0;
    }
    
    .lcars-list li::before {
        top: 10px;
    }
    
    .scale1, .scale2, .scale3 {
        width: 3vw !important;
    }
    
    #lcarsLogo {
        width: 55px !important;
        left: 2px !important;
        top: 95px !important;
    }
    
    body {
        padding: 8px;
    }
    
    .wrap {
        padding-left: 0;
    }
    
    .left-frame-top, .left-frame {
        width: 55px;
        min-width: 55px;
        font-size: .8rem;
    }
    
    .left-frame-top {
        max-height: 208px;
        border-radius: 0 0 0 26px;
    }
    
    .left-frame {
        border-radius: 26px 0 0 0;
        padding-top: 50px;
    }
    
    .scroll-top a {
        width: 60px;
    }
    
    .panel-1 a {
        padding-top: 30px;
    }
    
    .panel-2 {
        padding-bottom: 15px;
        border-bottom: 5px solid #000;
        background-color: #78f;
    }
    
    .panel-6 {
        padding-top: 5px;
    }
    
    .hop {
        display: none;
    }
    
    .top-corner-bg {
        width: 25px;
        height: 25px;
    }
    
    .top-corner {
        width: 25px;
        height: 25px;
        border-radius: 0 0 0 20px;
    }
    
    .bar-panel {
        height: 10px;
    }
    
    .bar-1, .bar-2, .bar-3, .bar-4, .bar-5, 
    .bar-6, .bar-7, .bar-9, .bar-10 {
        height: 10px;
    }
    
    .bar-3, .bar-8 {
        width: 80px;
    }
    
    .bar-2, .bar-7 {
        width: 25px;
    }
    
    .bar-8 {
        height: 5px;
    }
    
    #gap {
        margin-top: 5px;
    }
    
    .corner-bg {
        width: 25px;
        height: 25px;
    }
    
    .corner {
        width: 25px;
        height: 25px;
        border-radius: 20px 0 0 0;
    }
    
    .panel-4 {
        padding-top: 65px;
    }
    
    p.indent {
        padding-left: 20px;
    }
    
    blockquote {
        margin: 25px 0 25px 20px;
    }
    
    .lcars-bar-cutout {
        margin: 0 auto;
        width: 80px;
        height: 8px;
    }
    
    .lcars-bar-slice-top {
        margin: 30px auto -30px auto;
        width: 80px;
        height: 6px;
    }
    
    .lcars-bar-slice-bottom {
        width: 80px;
    }
    
    audio {
        zoom: 0.6;
    }
    
    #jchat_userstab, #jchat_userstab:not(.jchat_userstabclick) {
        height: 50px !important;
        position: fixed !important;
        bottom: -40px !important;
        top: unset !important;
    }
    
    a.glink img {
        width: 20px !important;
        height: 18px !important;
    }
}

@media only screen and (max-width: 500px) {
    .sidebar-buttons a {
        text-align: center;
        padding: 10px 0;
    }
    
    .button a {
        height: 44px;
        padding-top: 10px;
        width: 142px;
        border-radius: 20px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 479px) {
    #demos, #demos2 {
        width: calc(100vw - 250px) !important;
    }
}

@media only screen and (max-width: 416px) {
    #scale1 {
        display: none !important;
        visibility: hidden !important;
    }
    
    #scale2, #scale3 {
        height: 232px !important;
        width: 16vw !important;
        padding: 3vw !important;
    }
    
    #scales_plural {
        right: 2vw !important;
        float: right !important;
        top: -1.5vh !important;
    }
}

@media only screen and (max-width: 400px) {
    #demos, #demos2 {
        width: calc(100vw - 210px) !important;
    }
}

@media only screen and (max-width: 388px) {
    .bar-1, .bar-6 {
        width: 90px;
    }
    
    .button a {
        width: 134px;
        font-size: .85rem;
    }
}

@media (orientation: portrait) {
    #jchat_base, #jchat_usertab, #jchat_userstab:not(.jchat_userstabclick) {
        width: 100% !important;
        max-width: unset !important;
        right: 0;
        float: right;
        margin-right: 0 !important;
        height: 50px !important;
        position: relative !important;
        max-height: 40px !important;
        position: fixed !important;
        bottom: 0px !important;
        top: unset !important;
    }
    
    #demos, #demos2, #demos3 {
        width: 360px;
    }
}

@media only screen and (max-width: 865px) {
    #demos, #demos2 {
        width: calc(100vw - 402px) !important;
    }
}

/* ============================================
   SPECIFIC JCHAT PORTRAIT OVERRIDES
   ============================================ */
@media only screen and (max-width: 600px) {
    #jchat_userstab, #jchat_userstab:not(.jchat_userstabclick) {
        height: 50px !important;
        position: fixed !important;
        bottom: -40px !important;
        top: unset !important;
    }
    
    #jchat_userstab:not(.jchat_userstabclick) {
        margin-top: 0px !important;
    }
}

/* ============================================
   END OF RATIONALIZED LCARS CSS
   Cleaned by Claude.ai Sonnet 4.5
   Original complexity reduced by ~40%
   All functionality preserved
   ============================================ */