body {
      background-color: #f8f9fa;
      color: #333;
    }
    header {
      background-color: #0d6efd;
      color: white;
      padding: 60px 0;
    }
    header h1 {
      font-weight: 700;
    }
    .section-title {
      border-left: 5px solid #FA755C;
      padding-left: 10px;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .card {
      border: none;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    footer {
      background-color: #212529;
      color: #ddd;
      padding: 20px 0;
      text-align: center;
      margin-top: 50px;
    }
    /* Navbar fixa */
    .navbar {
      background-color: #ffffff !important;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .nav-link {
      color: #333 !important;
      font-weight: 500;
    }
    .nav-link:hover {
      color: white !important;
    }
    .toggle-btn {
      cursor: pointer;
      font-size: 1.6rem;
      color: white;
      background: none;
      border: none;
      outline: none;
      transition: transform 0.3s ease;
    }

    .sidebar {
      height: 100vh;
      background-color: black;
      color: white;
      padding: 15px;
      position: fixed;
      top: 0;
      left: 0;
      width: 250px;
      transition: all 0.3s ease;
      overflow-x: hidden;
      z-index: 100;
    }

    .sidebar.collapsed {
      width: 70px;
    }

    .sidebar.collapsed h4 {
      display: none;
    }

    .sidebar.collapsed .nav-link {
      text-align: center;
      font-size: 1.2rem;
    }

    .sidebar.collapsed .nav-link span {
      display: none;
    }

    .main-content {
      margin-left: 250px;
      transition: all 0.3s ease;
    }

    .main-content.collapsed {
      margin-left: 70px;
    }

    .btn{
      margin: 5px;
    }

    .cabecalho{
      min-height: 250px;
      background: #210000;
      background: linear-gradient(135deg, rgba(33, 0, 0, 1) 0%,
      rgba(255, 0, 0, 1) 41%, rgba(255, 255, 255, 1) 100%);
    }

    .preto-branco{
      background-color: white;
      color: black;
      border: none;
    }

    .preto-branco:hover{
      background-color: black;
    }

    #logo{
      color: white;
      font-size: 35px;
      text-decoration: none;
      font-weight: bold;
    }

    .table-primary{
     --bs-table-bg:#F92F06;
     color: white;
    }

    .btn-primary{
      background-color: red;
      border: none;
    }


    .selection-title{
      background-color: #F92F06;
    }
.bg-primary{
  background-color:#F92F06 !important;
}

.titulo-preto, .titulo-preto:hover{
  color: black;
}