    /* Estilos gerais do site */
    body {
        background: #1a1a1a; /* Fundo escuro */
        color: #fff;
        font-family: 'Roboto', sans-serif;
        margin: 0;
        padding: 0;
    }

    /* Contêiner centralizado e mais largo */
    .container {
        width: 90%; /* Aumentado para 90% */
        max-width: 1400px; /* Máximo de 1400px */
        margin: 0 auto;
        padding: 20px;
    }

    header {
        background-color: #222;
        padding: 10px 20px; /* Aumenta o espaçamento interno */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-container {
        display: flex;
        align-items: center;
    }

    .menu-icon {
        font-size: 30px;
        cursor: pointer;
        margin-right: 15px; /* Espaço entre o ícone e o logo */
        display: none; /* Oculto por padrão, exibe em telas menores se necessário */
    }

    .logo {
        max-height: 60px; /* Ajuste conforme necessário */
        width: auto;
        height: auto;
    }

    nav {
        display: flex;
    }

    nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav ul li {
        display: inline-block;
        margin-left: 20px;
    }

    nav ul li:last-child {
        margin-right: 20px; /* Adiciona uma margem à direita do último item */
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 25px;
        transition: background-color 0.3s ease;
    }

    nav ul li a:hover {
        background-color: red;
        color: #222;
    }

    /* Adicionando margem para compensar o header fixo */
    /*body {*/
    /*    margin-top: 80px;*/
    /*}*/

    /* Estilo dos botões */
    .btn-custom {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 25px;
        transition: background-color 0.3s ease;
    }

    .btn-custom:hover {
        background-color: red;
        color: #222;
    }

    /* Estilo do menu lateral */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #222;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: red;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #fff;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }

    /* Estilo dos quadrados com ícones */
    .server-box {
        width: 200px; /* Mais largo */
        height: 200px; /* Mais alto */
        background: #333;
        border: 2px solid red;
        margin: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        position: relative;
        border-radius: 10px;
    }

    .server-box:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(0, 255, 255, 0.3);
    }

    .server-box i {
        font-size: 50px;
        color: red;
    }

    .server-box span {
        margin-top: 10px;
        font-size: 20px;
        color: #fff;
    }

    /* Estilo dos cards */
    .card {
        background: #222;
        border: none;
        border-radius: 10px;
        color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.3s ease;
    }

    .card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    }

    .card-header {
        background: linear-gradient(45deg, #1C1C1C, #1C1C1C);
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    /* Inputs */
    .form-control {
        background-color: #333;
        color: #fff;
        padding: 12px;
        border-radius: 5px;
        transition: box-shadow 0.3s ease;
        border: 1px solid red;
    }

    .form-control:focus {
        box-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
        outline: none;
    }

    /* Status Circle */
    .status-circle {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .status-circle.online {
        background-color: #28a745;
    }

    .status-circle.manutencao {
        background-color: #ffc107;
    }

    .status-circle.offline {
        background-color: #dc3545;
    }

    /* Melhorias no layout geral */
    .row {
        margin-top: 20px;
    }

    h4, h5 {
        font-weight: 600;
    }

    .badge {
        font-size: 16px;
        padding: 5px 10px;
    }

    .card-header h1 {
        font-size: 24px !important; /* Ajuste o valor conforme necessário */
    }

    .login-box {
        max-width: 400px;
        padding: 30px;
        background: #222; /* Fundo escuro para o card de login */
        border: 2px solid red; /* Borda neon para o card */
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(255, 94, 94, 0.5); /* Sombra neon suave */
    }

    .login-box label {
        color: #fff; /* Cor dos labels */
    }

    .login-box .form-control {
        background-color: #333; /* Fundo escuro para os inputs */
        color: #fff; /* Texto branco para os inputs */
        border: 1px solid #f00; /* Borda mais escura para os inputs */
    }

    .login-box .form-control:focus {
        border-color: red; /* Borda azul neon ao focar */
        box-shadow: 0 0 15px rgba(255, 94, 94, 0.5); /* Sombra azul neon ao focar */
    }
    

    .login-box .btn-primary {
        background: linear-gradient(45deg, rgb(255, 0, 0), rgba(255, 255, 255, 0.5)); /* Gradiente azul neon no botão */
        border: none;
        color: #fff;
        font-weight: bold;
        transition: background 0.3s ease;
    }

    .login-box .btn-primary:hover {
        background: linear-gradient(45deg, #F00, #6b2222); /* Inverte o gradiente ao passar o mouse */
    }

    /* Estilo para a logo dentro do login */
    .login-box .logo {
        max-height: 300px; /* Ajuste conforme necessário */
        margin-bottom: 10px;
    }