/* Royal Edition Store - Fixed Frame & Compact Design */
:root {
    --gold: #D4AF37;
    --gold-glow: rgba(212, 175, 55, 0.4);
    --dark-bg: #110d0a;
    --panel-bg: rgba(20, 16, 12, 0.9);
    --border: rgba(255, 255, 255, 0.08);
}

body {
    background: transparent !important;
    margin: 0;
    padding: 0;
    overflow: hidden !important; 
    font-family: 'Verdana', sans-serif;
    color: #EBD6AD;
}

#store-frame-wrapper {
    width: 940px;
    height: 459px;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    margin-top: -50px; /* Shifted frame significantly higher */
}

.store-dashboard {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Prestigious Donator Ribbon Overhaul */
.donator-ribbon {
    background: linear-gradient(180deg, #16120e 0%, #0b0703 100%);
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 8px 20px; 
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    gap: 40px; 
    position: relative;
    top: 0px; 
    z-index: 1000;
    margin-bottom: 10px; 
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}

.ribbon-label-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ribbon-label {
    font-family: 'Trajan Pro', serif;
    color: var(--gold);
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 11px;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.3);
}

.ribbon-countdown-mini {
    font-size: 9px;
    color: #666;
    letter-spacing: 1px;
}

.ribbon-countdown-mini b {
    color: #EBD6AD;
}

/* Podium Items */
.donator-podium {
    display: flex;
    gap: 15px;
}

.podium-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.podium-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.podium-rank {
    font-family: 'Trajan Pro', serif;
    font-weight: bold;
    font-size: 14px;
}

.podium-info {
    display: flex;
    flex-direction: column;
}

.podium-name {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.1;
}

.podium-amount {
    font-size: 10px;
    color: #00FF00;
    font-weight: bold;
    opacity: 0.9;
}

.podium-icon {
    height: 14px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.2));
}

/* Rank Specific Podium Styling */
.rank-1 {
    border-color: rgba(255, 215, 0, 0.4);
    background: rgba(255, 215, 0, 0.05);
    box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.05);
}
.rank-1 .podium-rank { color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.6); }

.rank-2 {
    border-color: rgba(192, 192, 192, 0.3);
    background: rgba(192, 192, 192, 0.05);
}
.rank-2 .podium-rank { color: #C0C0C0; text-shadow: 0 0 8px rgba(192, 192, 192, 0.4); }

.rank-3 {
    border-color: rgba(205, 127, 50, 0.3);
    background: rgba(205, 127, 50, 0.05);
}
.rank-3 .podium-rank { color: #CD7F32; text-shadow: 0 0 8px rgba(205, 127, 50, 0.4); }

/* Main Content Split */
.main-content-split {
    flex: 1;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 10px;
    overflow: hidden;
    padding-top: 5px; 
    align-items: start; /* Fix: Anchor columns to top to prevent vertical shifting */
}

/* Left Section */
.left-split-content {
    display: flex;
    flex-direction: column;
    gap: 2px; /* Reduced to move the card up */
}

/* Exclusive Card Adjustments */
.exclusive-card {
    background: var(--panel-bg);
    border: 1px solid var(--gold);
    border-radius: 6px;
    position: relative;
    padding: 10px 15px 12px 15px; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligned to top to prevent shift */
    gap: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.product-badge {
    position: absolute; top: 8px; right: 10px;
    background: var(--gold); color: #000;
    font-size: 7px; font-weight: bold;
    padding: 1px 5px; border-radius: 2px;
}

.product-display { display: flex; align-items: center; gap: 15px; }
.image-wrap img { height: 60px; filter: drop-shadow(0 0 10px var(--gold-glow)); }
.product-title { font-family: 'Trajan Pro', serif; font-size: 1.2rem; color: #FFF; margin: 0; }
.price-tag { font-size: 1.1rem; color: var(--gold); font-weight: bold; margin: 0; }
.product-desc { font-size: 9px; color: #888; max-width: 250px; line-height: 1.2; }

/* Action Footer */
.action-footer { display: flex; gap: 10px; position: relative; top: -12px; }

/* Firework Celebrations & History Card */
.history-card {
    background: rgba(255, 215, 0, 0.03);
    border: 1px dashed var(--gold);
    border-radius: 6px;
    padding: 20px 20px 35px 20px; /* Adjusted bottom padding */
    display: flex;
    flex-direction: row; 
    align-items: center; 
    justify-content: space-between;
    gap: 15px;
    position: relative;
    overflow: hidden; 
    min-height: 100px;
}

.history-data-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    position: relative;
    z-index: 10;
}

.history-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes firework {
    0% { transform: translate(-50%, 60vh); width: 0.3vmin; opacity: 0; }
    30% { opacity: 1; }
    100% { width: 45vmin; opacity: 0; }
}

.firework,
.firework::before,
.firework::after {
    --color1: #FFD700; 
    --color2: #FFFFFF; 
    --color3: #FF3131; 
    --color4: #00EAFF; 
    --color5: #39FF14; 
    --color6: #FFD700;
    --particleSize: 0.4vmin;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--particleSize);
    aspect-ratio: 1;
    background: 
        radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,
        radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 100% 50%,
        radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 100%,
        radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 0% 50%,
        radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 80% 20%,
        radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 20% 20%,
        radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 80%,
        radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 20% 80%;
    background-size: var(--particleSize) var(--particleSize);
    background-repeat: no-repeat;
    animation: firework 3s infinite;
}

.firework:nth-child(even),
.firework:nth-child(even)::before,
.firework:nth-child(even)::after {
    --color1: #FF00FF; 
    --color3: #00FF00; 
    --color4: #FFFF00; 
}

.firework::before { transform: translate(-50%, -50%) rotate(25deg) !important; }
.firework::after { transform: translate(-50%, -50%) rotate(-37deg) !important; }

.firework:nth-child(1) { left: 20%; top: 40%; animation-delay: -0.2s; }
.firework:nth-child(2) { left: 40%; top: 70%; animation-delay: -0.7s; }
.firework:nth-child(3) { left: 60%; top: 30%; animation-delay: -1.5s; }
.firework:nth-child(4) { left: 80%; top: 50%; animation-delay: -2.1s; }
.firework:nth-child(5) { left: 10%; top: 80%; animation-delay: -2.6s; }
.firework:nth-child(6) { left: 90%; top: 20%; animation-delay: -3.0s; }

.winner-name {
    font-family: 'Trajan Pro', serif;
    font-size: 1.2rem;
    color: #FFD700 !important; 
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7), 0 0 20px rgba(255, 215, 0, 0.3);
    font-weight: bold;
}

.winner-amount {
    font-size: 10px;
    color: #FFF; 
    letter-spacing: 1px;
}

.winner-amount b {
    color: #00FF00; 
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.4);
}

/* Premium History Lottery Button */
.history-lottery-btn {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.lottery-hint {
    font-size: 9px;
    color: var(--gold);
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: bold;
    max-width: 180px;
    text-align: right;
    line-height: 1.3;
    opacity: 0.9;
    margin-bottom: 4px;
}

.lottery-premium-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1a0b2e 0%, #2e1250 100%);
    border: 1px solid #FFD700; /* Gold border */
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.4), inset 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lottery-premium-link::before {
    content: "";
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(to right, transparent, rgba(255, 215, 0, 0.2), transparent);
    transform: rotate(45deg);
    animation: lotteryShimmer 3s infinite linear;
}

@keyframes lotteryShimmer {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.lottery-premium-link i {
    color: #FFD700;
    font-size: 14px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
    animation: ticketShake 2s infinite ease-in-out;
}

@keyframes ticketShake {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(10deg) scale(1.1); }
}

.lottery-premium-link span {
    font-family: 'Trajan Pro', serif;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
}

.lottery-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.lottery-timer {
    font-size: 8px;
    color: var(--gold);
    letter-spacing: 1px;
    font-weight: bold;
    opacity: 0.8;
}

.lottery-premium-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.3), 0 0 10px rgba(138, 43, 226, 0.6);
    border-color: #FFF;
}

/* High-End Lottery Modal Overhaul */
.lottery-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.lottery-modal-content {
    background: var(--panel-bg);
    border: 1px solid var(--gold);
    width: 95%;
    max-width: 860px; 
    max-height: 445px;
    border-radius: 8px;
    padding: 12px 30px; 
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,1), inset 0 0 30px rgba(212, 175, 55, 0.1);
    overflow: hidden;
}

.close-lottery {
    position: absolute;
    top: 20px; right: 25px;
    background: none; border: none;
    color: var(--gold); font-size: 30px;
    cursor: pointer; opacity: 0.7; transition: opacity 0.2s;
}
.close-lottery:hover { opacity: 1; }

/* Vertical Lottery Modal Layout */
.lottery-modal-vertical-layout {
    display: flex;
    flex-direction: column;
    gap: 8px; 
    margin-top: 5px;
}

.lottery-top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.participants-top-left {
    flex: 1.5;
    text-align: left;
    position: relative;
}

.panel-label-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.btn-view-all {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 7px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-view-all:hover { background: var(--gold); color: #000; }

/* Full Participants Sub-Overlay */
.participants-full-overlay {
    display: none;
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #0b0703;
    z-index: 1000;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,1);
    flex-direction: column;
}

.close-sub-overlay {
    background: none; border: none;
    color: #666; font-size: 18px;
    cursor: pointer; margin-left: auto;
}
.close-sub-overlay:hover { color: #FFF; }

.full-entries-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow-y: auto;
    margin-top: 15px;
    padding-right: 10px;
}

.full-entry-row {
    background: rgba(255,255,255,0.02);
    padding: 10px 15px; 
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px; 
}

.fe-user { display: flex; flex-direction: column; gap: 2px; }
.fe-name { 
    font-size: 13px; 
    font-weight: bold; 
    text-transform: uppercase; 
    font-family: 'Trajan Pro', serif; 
}
.fe-tokens { 
    font-size: 10px; 
    color: #888; 
}

.fe-pf { display: flex; flex-direction: column; text-align: right; gap: 2px; }
.fe-range { 
    font-size: 12px; 
    color: #FFF; 
    font-family: monospace; 
}
.fe-range b { color: var(--gold); font-size: 13px; }
.fe-odds { 
    font-size: 9px; 
    color: #00FF00; 
    font-weight: bold; 
    opacity: 0.8; 
}

.lottery-info-badge {
    flex: 0.8;
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 8px; 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-label { font-size: 8px; color: var(--gold); font-weight: bold; letter-spacing: 1px; }
.badge-value { font-size: 10px; color: #FFF; font-weight: bold; margin: 1px 0; }
.badge-timer { font-size: 8px; color: #666; font-family: monospace; }

.btn-preview-roll-mini {
    margin-top: 5px;
    background: var(--gold);
    border: none;
    color: #000;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 8px;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    width: 100%;
}

.btn-preview-roll-mini:hover { filter: brightness(1.2); transform: translateY(-1px); }

/* High-End CSGO Style Slider */
.lottery-slider-section {
    width: 100%;
    position: relative;
    padding: 5px 0; 
}

.slider-outer {
    height: 140px; 
    background: #050505;
    border: 1px solid var(--gold);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,0,0,0.8), inset 0 0 20px rgba(0,0,0,1);
    display: flex;
    align-items: center;
}

/* Winner Celebration Overlay */
.winner-reveal-overlay {
    display: none;
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 500;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    animation: revealPulse 0.5s ease-out;
}

@keyframes revealPulse {
    0% { transform: scale(0.95); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.winner-reveal-content { display: flex; flex-direction: column; align-items: center; }
.reveal-trophy { font-size: 30px; color: var(--gold); margin-bottom: 10px; filter: drop-shadow(0 0 10px var(--gold)); }
.winner-reveal-content h2 { font-family: 'Trajan Pro', serif; font-size: 20px; color: #FFF; margin: 0; letter-spacing: 2px; }
.winner-reveal-content p { font-size: 11px; color: var(--gold); font-weight: bold; margin-top: 5px; }

.slider-inner {
    display: flex;
    height: 100px; 
    align-items: center;
    transition: transform 8s cubic-bezier(0.1, 0, 0, 1); 
    will-change: transform;
}

.slider-segment {
    flex: 0 0 100px; 
    height: 100px; 
    margin: 0; 
    position: relative;
    border: 1px solid rgba(0,0,0,0.2); 
    border-radius: 0; 
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: none;
}

.segment-user-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    text-align: center;
    padding: 0 2px;
}

.seg-name {
    font-family: 'Trajan Pro', serif;
    font-size: 12px; 
    color: #FFF; 
    white-space: normal;
    word-break: break-word;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    line-height: 1.2;
}

.slider-center-line {
    position: absolute;
    left: 50%; top: -10px;
    width: 2px; height: calc(100% + 20px);
    background: #FF0000; 
    z-index: 100;
    box-shadow: 0 0 15px #FF0000;
}

/* High-End Provably Fair Gold-Themed Inputs */
.pf-terminal-input {
    background: rgba(212, 175, 55, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    color: #FFF !important;
    font-family: monospace !important;
    font-size: 10px !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.8);
}

.pf-terminal-input:focus {
    background: rgba(212, 175, 55, 0.08) !important;
    border-color: #FFF !important;
    box-shadow: inset 0 2px 10px rgba(0,0,0,1), 0 0 15px rgba(212, 175, 55, 0.2);
}

.pf-terminal-input::placeholder {
    color: rgba(212, 175, 55, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 8px;
    font-weight: bold;
}

.pf-action-btn {
    background: rgba(212, 175, 55, 0.05) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    color: var(--gold) !important;
    font-family: 'Trajan Pro', serif !important;
    font-weight: bold !important;
    font-size: 8px !important;
    padding: 0 15px !important;
    height: 24px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    letter-spacing: 1px !important;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
    text-shadow: none !important;
}

.pf-action-btn:hover {
    background: rgba(212, 175, 55, 0.1) !important;
    border-color: var(--gold) !important;
    color: #FFF !important;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.8), 0 0 10px rgba(212, 175, 55, 0.2) !important;
    transform: translateY(-1px);
}

/* High-End Provably Fair Dashboard */
.provably-fair-premium-container {
    margin-top: 5px; 
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 8px 15px;
    text-align: left;
}

.pf-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px; 
    font-family: 'Trajan Pro', serif;
    font-size: 9px;
    color: var(--gold);
    letter-spacing: 1px;
}

.pf-data-grid {
    display: flex;
    flex-direction: column;
    gap: 2px; 
}

.pf-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.pf-label {
    font-size: 8px;
    color: #666;
    font-weight: bold;
    min-width: 35px;
}

.pf-value {
    font-family: monospace;
    font-size: 9px;
    color: #aaa;
    word-break: break-all;
}

.text-gold { color: var(--gold) !important; }
.text-green { color: #00FF00 !important; }

.pf-verify-link {
    display: inline-block;
    margin-top: 5px;
    font-size: 8px;
    color: var(--gold);
    text-decoration: underline;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.pf-verify-link:hover { opacity: 1; }

.pf-footer-links {
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-top: 5px; 
}

/* Sidebar Sections */
.user-cart-section { display: flex; flex-direction: column; gap: 8px; height: 100%; }
.user-panel, .cart-panel { background: var(--panel-bg); border: 1px solid var(--border); border-radius: 6px; padding: 8px; }
.user-panel { flex: 0.45; display: flex; flex-direction: column; justify-content: center; }
.cart-panel { flex: 1.55; overflow: hidden; display: flex; flex-direction: column; }

.panel-title { font-family: 'Trajan Pro', serif; font-size: 12px; color: var(--gold); letter-spacing: 1.5px; margin-bottom: 8px; text-align: center; }
.login-form { display: flex; flex-direction: column; gap: 5px; }
.login-input { background: #000; border: 1px solid var(--border); padding: 6px; color: #FFF; text-align: center; border-radius: 4px; font-size: 11px; }
.login-form button { background: #332818; border: 1px solid var(--gold); color: var(--gold); padding: 5px; border-radius: 4px; font-weight: bold; font-size: 10px; cursor: pointer;}

.player-info { text-align: center; }
.player-info small { color: #666; font-size: 7px; }
.player-name { font-size: 1.1rem; color: #FFF; margin: 1px 0; font-family: 'Trajan Pro', serif; }
.change-link { font-size: 7px; color: var(--gold); }

.mini-cart { flex: 1; font-size: 13px; color: #FFF; text-align: left; padding: 5px; }

/* Qty Controls */
.qty-control { display: flex; background: #000; border: 1px solid var(--border); border-radius: 4px; }
.quick-qty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.btn-quick-qty { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border); color: var(--gold); font-size: 10px; font-weight: bold; padding: 4px 0; border-radius: 3px; cursor: pointer; transition: all 0.2s; }
.btn-quick-qty:hover { background: var(--gold); color: #000; }

.qty-control button { background: transparent; border: none; color: var(--gold); padding: 6px 12px; cursor: pointer; font-size: 12px; font-weight: bold; }
.qty-control input { background: transparent; border: none; width: 32px; text-align: center; color: #FFF; font-weight: bold; font-size: 12px; }
.btn-buy { flex: 1; background: linear-gradient(180deg, #D4AF37, #B8860B); border: none; color: #000; font-weight: bold; letter-spacing: 1px; border-radius: 4px; cursor: pointer; transition: all 0.2s; font-size: 11px; padding: 10px; }

/* Hide Unnecessary Overrides */
.header, .dropdown, .card-footer, .nav-link, .nav-logo, .topbar-right, .topbar-left, .small.text-muted, .dropdown-divider {
    display: none !important;
}
