.jumbotron {
    background-color: #95C12B;
    color: #005D30;
    padding: 10px 25px;
    margin-bottom: 0px;
    
  }
  .container-fluid {
    padding: 0px 50px;
    color: #005D30;
  }
  .bg-grey {
    background-color: #95C12B;
  }
  
  
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_desc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
  }
  
  
  
  .text-success
  {
      color: #005D30!important;
  }
  
  .bg-success
  {
      background-color: #95C12B!important;
  }
  
  .bg-dark
  {
      background-color: #005D30!important;
  }
  
  .dropdown-item
  {
    color: var(--bs-nav-link-color);
  
  }
  /* .nav-link
  {
    color: #95C12B!important;
  
  } */
  
  .--bs-success-rgb
  {
      background-color: #95C12B;
  }
  
   .mt-5
  {
      margin-top: 1rem!important;
  } 
  
  .logo {
    font-size: 200px;
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
  }
  
  
  
  