    body {
        font-family: Montserrat, sans-serif;
        background-color: #ffffff; 
    }
    
    .sidebar {
        width: 250px;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #33902c;
        color: white;
        padding: 20px;
        overflow-y: auto;
    }
    
    .icon-yes, .icon-no {
        margin-right: 5px;
    }
    
    .icon-info {
        display: inline-block; 
        vertical-align: middle; 
        margin-left: 5px;
    }
    
    .fa-circle-question {
        color: #6c757d; 
        cursor: help;
    }
    
    .text-center { text-align: center; }
    
    .sidebar a {
        color: white;
        text-decoration: none;
        margin: 10px 0;
        display: block;
        padding: 10px;
        border-radius: 4px;
    }
    
    .sidebar a:hover {
        background-color: #47ab3f;
    }
    
    .content {
        margin-left: 260px;
        padding: 20px;
        padding-top: 90px;
    }
    
    .header {
        background-color: #FFFFFF;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .pagination .page-link {
        background-color: #33902c;
        color: white;
        border: 1px solid #33902c;
    }
    
    .pagination .page-link:focus {
        outline: none !important;
        box-shadow: 0 0 0 0.2rem rgba(71, 171, 63, 0.5) !important;
    }    
    
    .pagination .page-link:hover,
    .pagination .page-link:focus,
    .pagination .page-link:active {
        background-color: #47ab3f !important;
        border-color: #47ab3f !important;
        color: white !important;
    }
    
    .pagination .page-item.active .page-link {
        background-color: #47ab3f !important;
        border-color: #47ab3f !important;
        color: white !important;
    }
    
    .card-metric {
        padding: 20px;
        border-radius: 8px;
        background-color: #f2f3f1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        color: #006494;
        text-align: center;
    }
    
    .data-table {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    
    .table thead {
        background-color: #1B98E0;
        color: white;
    }
    
    .menu-list {
        list-style: none;
        padding: 12px;
        margin: 0;
        background-color: #f8f9fe;
        border-radius: 16px;
    }
    
    .menu-list-item {
        padding: 14px 16px;
        margin-bottom: 4px;
        font-weight: 500;
        color: #64748b;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: all 0.2s ease-in-out;
        border-radius: 12px;
        border: none;
    }
    
    .menu-list-item:last-child {
        margin-bottom: 0;
    }
    
    .menu-list-item:hover {
        background-color: #47ab3f;
        color: white;
    }
    
    .menu-list-item.active {
        background-color: #47ab3f;
        color: white;
    }
    
    .menu-list-item a {
        color: inherit;
        text-decoration: none;
        flex: 1;
        font-size: 15px;
        padding-left: 8px;
    }
    
    .menu-list-item i {
        margin-right: 12px;
        font-size: 18px;
        color: currentColor;
    }
    
    .menu-list-item.active i {
        color: white;
    }
    
    /* Adicione estes estilos para o card do perfil */
    .card-metric {
        background: #FBFBFB;
        padding: 24px;
        border-radius: 16px;
        margin-bottom: 24px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    .card-metric img {
        width: 96px;
        height: 96px;
        object-fit: cover;
    }
    
    .card-metric h5 {
        color: #1e293b;
        margin: 16px 0 8px 0;
        font-weight: 600;
    }
    
    .card-metric p {
        color: #fcfdfc;
        margin: 0;
        font-size: 14px;
    }
    
    .form-switch-container {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .editar-monitor, .view-monitor ,.deletar-monitor {
        text-decoration: none !important;
    }
    
    .btn-primary {
        background-color: #33902c !important;
        border-color: #33902c !important;
        color: #ffffff !important;
    }
    
    .btn-primary:hover {
        background-color: #47ab3f !important;
        border-color: #47ab3f !important;
        color: #ffffff !important;
    } 

    .btn-info {
        background-color: #74C0FC !important;
        border-color: #74C0FC !important;
        color: #ffffff !important;
    }
    
    .btn-info:hover {
        background-color: #8bccfd !important;
        border-color: #8bccfd !important;
        color: #ffffff !important;
    }

    .btn-success {
        background-color: #33902c !important;
        border-color: #33902c !important;
        color: #ffffff !important;
    }
    
    .btn-success:hover {
        background-color: #47ab3f !important;
        border-color: #47ab3f !important;
        color: #ffffff !important;
    }
    
    .btn-warning {
        background-color: #e9bb16 !important;
        border-color: #e9bb16 !important;
        color: #ffffff !important;
    }
    
    .btn-warning:hover {
        background-color: #f5d45b !important;
        border-color: #f5d45b !important;
        color: #ffffff !important;
    }    
    
    .btn-danger {
        background-color: #ea3939 !important;
        border-color: #ea3939 !important;
        color: #ffffff !important;
    }
    
    .btn-danger:hover {
        background-color: #ea6262 !important;
        border-color: #ea6262 !important;
        color: #ffffff !important;
    }    
    
    .btn-secondary {
        background-color: #4c585b !important;
        border-color: #4c585b !important;
        color: #ffffff !important;
    }
    
    .btn-secondary:hover {
        background-color: #606e71 !important;
        border-color: #606e71 !important;
        color: #ffffff !important;
    }
    
    .alert-manutencao {
        padding: 15px; 
        border-radius: 8px;
        text-align: center;
        color: black;
        background-color: #FFC107;
        border: 1px solid #FFEEBA;
        display: inline-block;
        font-size: 18px; 
        line-height: 1.5;
    }
    
    #botao-feedback {
        position: fixed;
        bottom: 90px;
        right: 20px;
        background-color: #33902c;
        color: white;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 9999;
        text-decoration: none;
        transition: background 0.2s ease;
    }
    #botao-feedback:hover {
        background-color: #47ab3f;
    }
    
    