/* =========================================
   VIVEK FORUM - GLOBAL DESIGN
   ========================================= */

body {
    background: #f5f7fa;
    color: #1f2937;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* Main website container */
#container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Main content area */
#content {
    padding: 25px 20px;
}#container {
    background: #ffffff;
    
}/* =========================================
   VIVEK FORUM - HEADER
   ========================================= */

.vf-header {
    background: #111827;
    border: 0;
}

.vf-header .wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.vf-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}


/* Logo */

.vf-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.vf-brand a {
    display: flex;
    align-items: center;
}

.vf-brand img {
    display: block;
    max-width: 190px;
    max-height: 50px;
    width: auto;
    height: auto;
}


/* Main Navigation */

.vf-main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vf-main-nav li {
    margin: 0;
    padding: 0;
}

.vf-main-nav li a {
    display: block;
    padding: 11px 14px;

    color: #d1d5db;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    border-radius: 7px;

    transition: background 0.2s ease,
                color 0.2s ease;
}

.vf-main-nav li a:hover {
    background: #1f2937;
    color: #ffffff;
}


/* Remove MyBB's old menu icons */

.vf-main-nav li a:before {
    display: none !important;
}


/* =========================================
   EXISTING MYBB USER PANEL
   Temporary styling
   ========================================= */

#panel {
    border: 0;
}

#panel .upper {
    background: #1f2937;
    border: 0;
}

#panel .upper .wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

#panel .lower {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

#panel .lower .wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

#panel a {
    text-decoration: none;
}/* =========================================
   HEADER CLEANUP
   ========================================= */

/* Remove old MyBB navigation icons */
.vf-main-nav li a {
    background-image: none !important;
    background: transparent !important;
    padding: 11px 14px !important;
}

.vf-main-nav li a:hover {
    background: #273449 !important;
    color: #ffffff !important;
}

/* Remove any generated icons */
.vf-main-nav li a:before,
.vf-main-nav li a:after {
    display: none !important;
    content: none !important;
}


/* =========================================
   USER PANEL CLEANUP
   ========================================= */

#panel .lower {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

#panel .lower .wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 12px 20px;
    box-sizing: border-box;
}

/* Remove old list bullets */
#panel .lower ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#panel .lower ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#panel .lower ul li:before {
    display: none !important;
}

/* Left account links */
#panel .lower ul.user_links {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Right forum links */
#panel .lower ul.panel_links {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Panel links */
#panel .lower a {
    color: #4b5563;
    font-size: 13px;
    text-decoration: none;
}

#panel .lower a:hover {
    color: #111827;
}


/* =========================================
   TOP USER BAR
   ========================================= */

#panel .upper {
    background: #1f2937;
}

#panel .upper .wrapper {
    padding: 8px 20px;
    box-sizing: border-box;
}

#panel .upper,
#panel .upper a {
    color: #f9fafb;
}/* =========================================
   TEXT LOGO / BRAND
   ========================================= */

.vf-brand a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.vf-brand-name {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.vf-brand-tag {
    background: #2563eb;
    color: #ffffff;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}/* =========================================
   FORUM CARDS
   ========================================= */

.tborder {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Category title */
.thead {
    background: #111827 !important;
    color: #ffffff;
    border: 0;
    padding: 14px 16px;
}

.thead a {
    color: #ffffff !important;
    text-decoration: none;
}

.thead strong {
    font-size: 15px;
    font-weight: 700;
}

/* Column heading row */
.tcat {
    background: #f3f4f6 !important;
    color: #6b7280 !important;
    border: 0;
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.tcat a {
    color: #4b5563 !important;
}

/* Normal forum rows */
.trow1,
.trow2 {
    background: #ffffff;
    color: #374151;
    border-bottom: 1px solid #f1f3f5;
}

.trow1:hover,
.trow2:hover {
    background: #f9fafb;
}

/* Links inside forums */
.trow1 a,
.trow2 a {
    color: #111827;
}

.trow1 a:hover,
.trow2 a:hover {
    color: #2563eb;
}