
  body {
    background-color: #f7f8fc;
    font-family: 'Roboto', sans-serif;
  }
  .header {
    background: linear-gradient(to right, #004e92, #000428);
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
  }
  
  .header img {
    height: 40px;
    margin-right: 10px;
  }
  
  .header h1 {
    body {
        background-color: #f7f8fc;
        font-family: 'Roboto', sans-serif;
      }
      .header {
        background: linear-gradient(to right, #004e92, #000428);
        color: white;
        padding: 15px 20px;
        border-radius: 5px;
      }
      
      .header img {
        height: 40px;
        margin-right: 10px;
      }
      
      .header h1 {
        font-size: 24px;
        margin: 0;
      }
      
      .header .form-control, 
      .header .btn {
        border-radius: 10px;
      }
      
      .form-control {
        border-radius: 10px;
      }
      .container {
        background: white;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
      }
      .container-full{
        background: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        border: #004e92;
        margin: 20px;
      }
      .container-full table{
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
      }
      .container-full table thead{
        background: #004e92;
        color: white;
      }
      .table thead {
        background: #004e92;
        color: white;
      }
      .table tbody tr:hover {
        background-color: #e8f0fe;
        transition: background-color 0.3s;
      }
      .chart-container {
        background: #f7f8fc;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
      }
      .chart-container h4 {
        margin-bottom: 20px;
        text-align: center;
      }
      .btn-primary {
        background: #004e92;
        border: none;
        transition: background 0.3s;
      }
      .btn-primary:hover {
        background: #46a3ff;
      }
    
      /* Adicione este CSS ao seu arquivo de estilos */
    @media (max-width: 768px) {
      #matriculasTable th, #matriculasTable td {
        font-size: 0.75rem; /* Ajuste o tamanho conforme necessário */
      }
    }
    
    .text-bg-gradient-green {
      background: linear-gradient(to right, rgb(98, 179, 141), rgb(5, 77, 5));
      color: white; /* Adjust the text color if necessary */
      padding: 5px; /* Add padding for better presentation */
      border-radius: 10px; /* Optional: add rounded corners */
    }
    
    .text-bg-gradient-gray {
      background: linear-gradient(to right, rgb(163, 167, 170), rgb(87, 88, 87));
      color: white; /* Adjust the text color if necessary */
      padding: 5px; /* Add padding for better presentation */
      border-radius: 10px; /* Optional: add rounded corners */
    }
    font-size: 24px;
    margin: 0;
  }
  
  .header .form-control, 
  .header .btn {
    border-radius: 20px;
  }
  
  .form-control {
    border-radius: 20px;
  }
  .container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  }
  .container-full{
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: #004e92;
    margin: 20px;
  }
  .container-full table{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
  }
  .container-full table thead{
    background: #004e92;
    color: white;
  }
  .table thead {
    background: #004e92;
    color: white;
  }
  .table tbody tr:hover {
    background-color: #e8f0fe;
    transition: background-color 0.3s;
  }
  .chart-container {
    background: #f7f8fc;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  }
  .chart-container h4 {
    margin-bottom: 20px;
    text-align: center;
  }
  .btn-primary {
    background: #004e92;
    border: none;
    transition: background 0.3s;
  }
  .btn-primary:hover {
    background: #46a3ff;
  }

  /* Adicione este CSS ao seu arquivo de estilos */
@media (max-width: 768px) {
  #matriculasTable th, #matriculasTable td {
    font-size: 0.75rem; /* Ajuste o tamanho conforme necessário */
  }
}

.text-bg-gradient {
  background: linear-gradient(to right, rgb(175, 106, 15), rgb(223, 230, 223));
  color: white; /* Adjust the text color if necessary */
  padding: 10px; /* Add padding for better presentation */
  border-radius: 10px; /* Optional: add rounded corners */
}