.velox-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.25s;
    height:100%;
}

.velox-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.card-title-small{
    font-size:13px;
    color:#888;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
}

.icon-box{
    width:60px;
    height:60px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.progress{
    height:6px;
    border-radius:20px;
    background:#edf2f7;
}

.progress-bar{
    border-radius:20px;
}

.assignment-item{

display:flex;

justify-content:space-between;

align-items:center;

}

.table tbody tr:hover{

background:#f8fafc;

}

.table td{

padding:16px;

}

.badge{

padding:8px 12px;

font-weight:600;

border-radius:20px;

}

.progress{

height:7px;

background:#edf2f7;

border-radius:50px;

}

.progress-bar{

border-radius:50px;

}
.driver-card{

display:flex;

align-items:center;

padding:18px;

border:1px solid #edf2f7;

border-radius:18px;

transition:.25s;

background:#fff;

}

.driver-card:hover{

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.driver-avatar{

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:bold;

color:#fff;

margin-right:20px;

}

.driver-details h5{

margin-bottom:4px;

font-weight:700;

}

.summary-item{

display:flex;

justify-content:space-between;

padding:12px 0;

border-bottom:1px solid #f2f2f2;

}

.summary-item:last-child{

border-bottom:none;

}

.dispatch-order{

padding:10px 0;

}
.restaurant-card{

display:flex;

align-items:center;

justify-content:space-between;

padding:20px;

border:1px solid #eef2f7;

border-radius:18px;

transition:.25s;

}

.restaurant-card:hover{

background:#fafcff;

transform:translateY(-3px);

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.restaurant-logo{

width:70px;

height:70px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:28px;

font-weight:bold;

margin-right:20px;

}

.restaurant-details{

flex:1;

}

.restaurant-details h5{

margin-bottom:5px;

font-weight:700;

}

.restaurant-actions{

text-align:right;

min-width:120px;

}

.ranking{

display:flex;

justify-content:space-between;

padding:12px 0;

border-bottom:1px solid #f2f2f2;

}

.ranking:last-child{

border-bottom:none;

}

.status-row{

display:flex;

justify-content:space-between;

padding:14px 0;

border-bottom:1px solid #edf2f7;

}

.status-row:last-child{

border-bottom:none;

}

.activity-item{

display:flex;

justify-content:space-between;

align-items:center;

padding:14px 0;

border-bottom:1px solid #edf2f7;

}

.activity-item:last-child{

border-bottom:none;

}

.table td{

vertical-align:middle;

padding:16px;

}

.table tbody tr:hover{

background:#f8fafc;

}

.card-header{

background:#fff;

border-bottom:1px solid #eef2f7;

}

.card{

border-radius:18px;

}

/* Force body content to span 100% width and remove quickbar space */
body.ms-has-quickbar .body-content,
.body-content {
    padding-right: 0 !important;
}

/* Ensure the module content wrapper expands fully */
.ms-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.sidebar{
    width:260px;
    height:100vh;
    overflow:auto;
    background:#fff;
    border-right:1px solid #e5e5e5;
}

.sidebar ul{
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar li.title{
    padding:18px 20px 8px;
    font-size:12px;
    text-transform:uppercase;
    color:#888;
    font-weight:bold;
}

.sidebar a{
    display:block;
    padding:12px 20px;
    color:#333;
    text-decoration:none;
}

.sidebar a:hover{
    background:#f4f4f4;
}

.sidebar a.active{
    background:#2563eb;
    color:#fff;
    border-radius:6px;
    margin:4px 8px;
}

.logo{
    padding:20px;
    border-bottom:1px solid #eee;
    text-align:center;
}

.sidebar-brand{height:70px;padding:0 18px;border-bottom:1px solid #e8edf4;display:flex;align-items:center}
.sidebar-brand a{display:flex;align-items:center;gap:11px;padding:0;color:#172033;font-size:18px;font-weight:800;letter-spacing:.08em}
.sidebar-brand a:hover{background:transparent;color:#172033}
.sidebar-brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#2563eb;color:#fff;letter-spacing:0}
.sidebar-navigation{padding:8px 8px 24px}
.sidebar-section-title{margin:15px 12px 6px;color:#7d8798;font-size:10px;font-weight:800;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}
.sidebar-section-title:first-child{margin-top:8px}
.sidebar-menu{margin:0 0 3px!important}
.sidebar .sidebar-link{display:flex;align-items:center;gap:11px;margin:1px 0;padding:9px 12px;border-radius:8px;color:#465064;font-size:13.5px;font-weight:600;line-height:1.25;white-space:nowrap}
.sidebar .sidebar-link i{width:19px;text-align:center;color:#8a94a6}
.sidebar .sidebar-link:hover{background:#f1f5f9;color:#172033}
.sidebar .sidebar-link:focus-visible,.navbar button:focus-visible,.navbar a:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}
.sidebar .sidebar-link.active{margin:1px 0;background:#2563eb;box-shadow:0 4px 12px rgba(37,99,235,.2);color:#fff}
.sidebar .sidebar-link.active i{color:#fff}
.sidebar-toggle,.navbar-icon-button,.navbar-user-button{border:0;background:transparent;color:#4b5563}
.sidebar-toggle{display:none;width:40px;height:40px;border-radius:8px;font-size:19px}
.sidebar-toggle:hover,.navbar-icon-button:hover{background:#f1f5f9;color:#172033}
.navbar-brand-text{color:#172033;font-weight:700;text-decoration:none;margin-left:8px}
.navbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}
.navbar-icon-button{width:40px;height:40px;border-radius:50%;font-size:18px}
.navbar-user-button{display:flex;align-items:center;gap:9px;padding:5px 8px;border-radius:9px;text-align:left}
.navbar-user-button:hover{background:#f8fafc}
.navbar-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e8efff;color:#2563eb}
.navbar-user-copy{display:flex;flex-direction:column;line-height:1.25;max-width:190px}
.navbar-user-copy strong,.navbar-user-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.navbar-user-copy small{color:#7b8495;font-size:11px}
.navbar-dropdown{min-width:260px}
@media (max-width:991.98px){.sidebar-toggle{display:inline-grid;place-items:center}.navbar-user-copy{display:none}.navbar-brand-text{font-size:15px}}

