    body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background: #ffffff;
        color: #333;
    }
    .topbar {
        background: #0c6577;
        color: #fff;
        padding: 12px 25px;
        display: flex;
        justify-content: space-between;
        font-size: 15px;
    }
    .topbar a {
        color: #fff;
        text-decoration: none;
        margin-right: 10px;
    }
    .container {
        padding: 25px;
    }
    .filter {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .novo-btn {
        background: #111;
        color: #fff;
        border-radius: 8px;
        padding: 5px 15px;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 15px;
        cursor: pointer;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
        font-size: 15px;
    }
    th {
        text-align: left;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }
    td {
        padding: 10px 0;
    }
    .status-tag {
        color: #000;
        margin-right: 15px;
    }
    .btn-abrir {
        background: #111;
        color: #fff;
        padding: 4px 12px;
        border-radius: 10px;
        font-size: 12px;
        cursor: pointer;
        border: none;
    }
