body{
    margin:0;
    background:#f5f7fb;
    font-family:'Manrope',sans-serif;
}

.section{
    padding:0;
    margin:0;
}

.container{
    max-width:100%;
    margin:0;
    padding:0;
}
/* ==========================================
   PRAGUE & BEYOND BUSINESS DASHBOARD
========================================== */

:root{

--gold:#d4af37;
--gold-dark:#b89028;
--dark:#0f172a;
--text:#475569;
--light:#64748b;
--border:#e8edf3;
--card:#ffffff;
--background:#f7f8fb;

}

.dashboard{

display:flex;
grid-template-columns:320px 1fr;
gap:35px;
margin:0;
padding:0;
min-height:100vh;
}

/* ================= SIDEBAR ================= */

.sidebar{
    background:#0f172a;
    color:#fff;
    min-height:150vh;
      width:280px;
      border-radius:0;
    padding:30px 20px;
}

.sidebar h3{

margin:0 0 30px;

font-size:24px;

font-weight:800;

color:var(--dark);

}

.sidebar hr{
    margin:25px 0;
    border:none;
    border-top:1px solid rgba(255,255,255,.15);
}
.sidebar nav{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.sidebar nav a{
    display:flex;
    align-items:center;
    gap:12px;

    width:100%;

    padding:14px 18px;

    color:#d8dde7;
    text-decoration:none;

    font-size:16px;
    font-weight:600;

    border-radius:12px;

    white-space:nowrap;
}

.sidebar nav a:hover{
    background:#1e2d43;
}

.sidebar nav a.active{
    background:#d4af37;
    color:#fff;
}
.sidebar a i{
    color: #D4AF37;   /* Gold */
    width: 22px;
    text-align: center;
    margin-right: 12px;
    font-size: 17px;
}
.sidebar-logo-img{
    width:140px;
    height:auto;
    display:block;
    margin:0 auto 20px;
}
/* ================= CONTENT ================= */

.content{

width:100%;

}

/* ==========================================
   MODERN DASHBOARD
==========================================*/

.content{
    width:100%;
}

/* Welcome */

.welcome-card{
    background:#fff;
    border-radius:20px;
    padding:28px 35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.welcome-card h2{
    margin:0;
    font-size:32px;
    color:#0f172a;
}

.welcome-card p{
    margin-top:8px;
    color:#64748b;
    font-size:16px;
}

.status-pill{
    background:#d4af37;
    color:#fff;
    padding:12px 22px;
    border-radius:40px;
    font-weight:700;
}

/* Top Cards */

.stats-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(120px, 1fr));
    gap:10px;
    margin-bottom:25px;
}

.stat-card{
    background:#fff;
    border-radius:14px;
    padding:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    text-align:center;
    min-height:80px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.stat-card span{
    font-size:10px;
    text-transform:uppercase;
    color:#94a3b8;
    letter-spacing:.8px;
    margin-bottom:8px;
}

.stat-card strong{
    font-size:18px;
    color:#0f172a;
    font-weight:700;
}

/* Bottom */

.bottom-grid{
    display:grid;
    grid-template-columns:1.3fr .9fr;
    gap:30px;
}

/* Business */

.business-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.business-card h2{

    margin-top:0;

    margin-bottom:30px;

    font-size:30px;

}

.business-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

    border-bottom:1px solid #edf2f7;

}

.business-row:last-child{

    border-bottom:none;

}

.business-row span{

    color:#64748b;

    font-size:15px;

}

.business-row strong{

    color:#111827;

    font-size:16px;

    font-weight:700;

}

/* Description */

.description-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.description-card h2{

    margin-top:0;

    margin-bottom:20px;

}

.description-card p{

    color:#64748b;

    line-height:1.9;

    margin-bottom:30px;

}

.description-card .btn{

    display:inline-block;

    background:#d4af37;

    color:#fff;

    padding:14px 28px;

    border-radius:40px;

    text-decoration:none;

    font-weight:700;

}

.description-card .btn:hover{

    background:#b89028;

}

/* Responsive */

@media(max-width:1200px){
    .stats-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:500px){
    .stats-grid{
        grid-template-columns:1fr;
    }
}

/* ===== REFERENCE STYLE DASHBOARD ===== */

.welcome-card{
    background:#fff;
    border-radius:20px;
    padding:28px 35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.welcome-card h2{
    margin:0;
    font-size:34px;
    color:#0f172a;
}

.welcome-card p{
    margin-top:8px;
    color:#64748b;
}

.header-avatar{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:22px;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-bottom:30px;
}

.stat-card{
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.stat-card span{
    display:block;
    font-size:13px;
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:14px;
}

.stat-card strong{
    font-size:28px;
    color:#0f172a;
}

.dashboard-bottom{
    display:grid;
    grid-template-columns:1.3fr .9fr;
    gap:30px;
}

.dashboard-panel{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dashboard-panel h2{
    margin-top:0;
    margin-bottom:25px;
    font-size:28px;
    color:#0f172a;
}

.info-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid #edf2f7;
}

.info-line:last-child{
    border-bottom:none;
}

.info-line span{
    color:#64748b;
    font-size:15px;
}

.info-line strong{
    color:#111827;
    font-size:16px;
    font-weight:700;
}

.dashboard-panel p{
    color:#64748b;
    line-height:1.9;
    margin-bottom:30px;
}

@media(max-width:1100px){
    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .dashboard-bottom{
        grid-template-columns:1fr;
    }
}

@media(max-width:700px){
    .stats-grid{
        grid-template-columns:1fr;
    }

    .welcome-card{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .info-line{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }
}
html,
body{
    margin:0;
    padding:0;
}

.dashboard-page{
    margin:0;
    padding:0;
}

.dashboard{
    display:flex;
    grid-template-columns:320px 1fr;
    width:100%;
    min-height:100vh;
    margin:0;
    padding:0;
}

.sidebar{
    width:320px;
    min-height:100vh;
    margin:0;
    border-radius:0;
}
/* ===========================
   DASHBOARD OVERRIDES
=========================== */

.dashboard-page{
    max-width:100% !important;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.dashboard{
    display:flex;
    grid-template-columns:300px 1fr !important;
    gap:25px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:25px !important;
}

.sidebar{
    width:300px !important;
}

.content{
    width:100% !important;
    max-width:none !important;
}

.stats-grid{
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    gap:12px !important;
}

.stat-card{
    min-width:0 !important;
    padding:18px !important;
}

.admin-table{
width:100%;
border-collapse:collapse;
margin-top:20px;
background:#fff;
border-radius:14px;
overflow:hidden;
}

.admin-table th{
background:#f5f7fb;
padding:16px;
text-align:left;
font-weight:600;
}

.admin-table td{
padding:16px;
border-bottom:1px solid #eee;
}

.status.pending{
background:#fff3cd;
color:#856404;
padding:6px 12px;
border-radius:20px;
font-size:13px;
font-weight:600;
}

.btn-success{
background:#28a745;
color:#fff;
padding:8px 14px;
border-radius:8px;
text-decoration:none;
margin-right:8px;
}

.btn-danger{
background:#dc3545;
color:#fff;
padding:8px 14px;
border-radius:8px;
text-decoration:none;
}
.status.approved{
background:#d4edda;
color:#155724;
padding:6px 12px;
border-radius:20px;
font-size:13px;
font-weight:600;
}

.btn-view{
    background:#D4AF37;
    color:#fff;
padding:8px 14px;
border-radius:8px;
margin-right:10px;   /* Space between buttons */
text-decoration:none;
}
.btn-back{
background:#183A73;

color:#fff;

padding:10px 18px;

border-radius:8px;

text-decoration:none;

display:inline-block;

transition:.3s;

}


.action-buttons{

display:flex;

gap:12px;

margin-top:15px;

}
.dashboard-panel{
    margin-bottom:25px;
}
textarea{
    width:100%;
    height:42px;
    resize:none;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-family:inherit;
    box-sizing:border-box;
}
.edit-form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.edit-form input,
.edit-form select,
.edit-form textarea{
    width:100%;
    padding:12px 15px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:15px;
    box-sizing:border-box;
}

.edit-form textarea{
    min-height:120px;
    resize:vertical;
}

.edit-form label{
    font-weight:600;
    margin-bottom:6px;
    display:block;
}
.success-message{

    background:#e8f8ec;

    color:#1f7a38;

    border-left:5px solid #28a745;

    padding:15px 20px;

    border-radius:10px;

    margin:20px 0;

    font-weight:600;

    animation:fadeIn .4s ease;

}

@keyframes fadeIn{

from{

opacity:0;
transform:translateY(-10px);

}

to{

opacity:1;
transform:translateY(0);
}
}

.action-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.action-buttons .btn-save{
    background:#183A73 !important;
    color:#fff !important;
    border:none !important;
    padding:12px 28px !important;
    border-radius:8px !important;
    cursor:pointer;
    font-weight:600;
    font-size:15px;
}

.action-buttons .btn-save:hover{
    background:#0F2F5F !important;
}

.action-buttons .btn-cancel{
    display:inline-block;
    background:#F3F4F6 !important;
    color:#444 !important;
    border:1px solid #D1D5DB !important;
    padding:12px 28px !important;
    border-radius:8px !important;
    text-decoration:none !important;
    font-weight:600;
}
.action-buttons .btn-cancel:hover{
    background:#E5E7EB !important;
    color:#444 !important;
}
.admin-table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.admin-table th{
    background:#183A73;
    color:#fff;
    padding:15px;
    text-align:left;
    font-weight:600;
}

.admin-table td{
    padding:15px;
    border-bottom:1px solid #eee;
    vertical-align:middle;
}

.admin-table tr:hover{
    background:#f8f9fc;
}
.status{
    display:inline-block;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

.status.approved{
    background:#d4edda;
    color:#155724;
}

.status.pending{
    background:#fff3cd;
    color:#856404;
}

.status.rejected{
    background:#f8d7da;
    color:#721c24;
}

.status.suspended{
    background:#ececec;
    color:#555;
}
.btn-view{
    display:inline-block;
    background:#183A73;
    color:#fff;
    padding:8px 18px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-view:hover{
    background:#0F2F5F;
}
.info-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-top:20px;

margin-bottom:30px;

}

.info-item{

background:#f8f9fc;

padding:20px;

border-radius:12px;

}

.info-item label{

display:block;

font-size:13px;

color:#777;

margin-bottom:8px;

font-weight:600;

text-transform:uppercase;

}

.info-item p{

margin:0;

font-size:16px;

font-weight:600;

color:#183A73;

}

.dashboard-panel hr{

margin:35px 0;

border:none;

border-top:1px solid #e5e5e5;

}
.btn-danger{

display:inline-block;

background:#dc3545;

color:#fff;

padding:8px 18px;

border-radius:8px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.btn-danger:hover{

background:#b52b38;

}
.status.active{
    background:#d4edda;
    color:#155724;
}

.status.inactive{
    background:#f8d7da;
    color:#721c24;
}
.edit-form{
    width:100%;
    margin:0;
}
.edit-form label{
    display:block;
    font-weight:600;
    margin:18px 0 8px;
    color:#183A73;
}

.edit-form input,
.edit-form select,
.edit-form textarea{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    box-sizing:border-box;
}

.edit-form textarea{
    resize:vertical;
    min-height:140px;
}

.action-buttons{
    margin-top:30px;
    display:flex;
    gap:15px;
}
.btn-save{
    display:inline-block;
    background:#28a745;
    color:#fff;
    padding:8px 18px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    border:none;
    cursor:pointer;
}

.btn-save:hover{
    background:#218838;
}
.table-actions{
    display:flex;
    align-items:center;
    gap:10px;   
}

.table-actions a{
    min-width:70px;
    text-align:center;
}