body{
    background:#f4f6fb;
    font-family:Segoe UI,Arial,sans-serif;
}

.navbar{
    background:#0f172a;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

.navbar-brand{
    color:#fff!important;
    font-size:32px;
    font-weight:600;
}

.page-card{

    background:#fff;

    border-radius:14px;

    border:none;

    padding:25px;

    margin-bottom:25px;

    box-shadow:0 4px 18px rgba(0,0,0,.08);

}

.section-title{

    font-size:32px;

    font-weight:600;

    margin-bottom:25px;

}

.btn-main{

    height:52px;

    font-size:22px;

    border-radius:10px;

}

.table input{

    height:42px;

}

.status-running{

    color:#18a44c;

    font-weight:600;

}

.status-stopped{

    color:red;

    font-weight:600;

}

.footer{

    text-align:center;

    color:#777;

    margin-top:40px;

    margin-bottom:25px;

}
