/* ========================================================
   NOVO TEMA PARA POPOVER
   ======================================================== */

   /* POMIN GESTAO */
.popover {

  background-color: #4A4A4A; 
  border: 1px solid #F9E43D;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 8px; 
}


.popover-header {
  background-color: #F9E43D;
  color: #333d33; 
  font-weight: bold;
  border-bottom: 1px solid #e6ce1f;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}


.popover-body {
  color: #E6E6E6; 
}



.bs-popover-bottom > .arrow::before {
  border-bottom-color: #F9E43D; 
}
.bs-popover-bottom > .arrow::after {
  border-bottom-color: #4A4A4A; 
}


.bs-popover-top > .arrow::before {
  border-top-color: #F9E43D;
}
.bs-popover-top > .arrow::after {
  border-top-color: #4A4A4A;
}


.bs-popover-end > .arrow::before,
.bs-popover-right > .arrow::before { 
  border-right-color: #F9E43D;
}
.bs-popover-end > .arrow::after,
.bs-popover-right > .arrow::after {
  border-right-color: #4A4A4A;
}


.bs-popover-start > .arrow::before,
.bs-popover-left > .arrow::before { 
  border-left-color: #F9E43D;
}
.bs-popover-start > .arrow::after,
.bs-popover-left > .arrow::after {
  border-left-color: #4A4A4A;
}



/*# sourceMappingURL=Popover.css.map */