/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.btn-yellow-1 {
  color: #000000;
  background-color: #ffff05;
  border-color: #000000;
}

.sidebar-dark .sidebar-brand {
  color: #fff;
  background: #fff!important;
}

.bg-gradient-dark {
    background-color: #000000;
    background-image: linear-gradient(180deg, #c0c0c0 10%, #ffffff 100%);
    background-size: cover;
}

 .text-red {
    color: red;
 }

 .btn-loading{
    position: fixed;
    bottom: 20px;
    right: 20px;
 }

.bg-header {
   background-color: rebeccapurple!important;
   color: #fff!important;
 }


 .btn-def {
   background-color: #663399!important;
   color: #fff!important;
 }

 .badge-PENDENTE {
  background-color: #dbd8b3 !important;
}

.badge-APROVADO {
  color: #fff;
  background-color: #51a351 !important;
}

.badge-REPROVADO {
  background-color: #780000 !important;
  color: #fff !important;
}