body{
    background:#f4f6f9;
}

.wrapper{
    display:flex;
}

.sidebar{
    width:260px;
    min-height:100vh;
    background:#212529;
    padding:20px;
}

.sidebar .logo{
    color:white;
    margin-bottom:30px;
}

.sidebar a{
    display:block;
    color:white;
    text-decoration:none;
    padding:12px;
    margin-bottom:5px;
    border-radius:6px;
}

.sidebar a:hover{
    background:#0d6efd;
}

.main-content{
    width:100%;
}

.content{
    padding:25px;
}
.auth-page{
    background:#f4f6f9;
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

.auth-card{
    width:420px;
}

.logo-title{
    text-align:center;
    margin-bottom:20px;
    font-weight:700;
}
.table th{
    background:#f8f9fa;
}

.badge{
    font-size:14px;
}
