/* .popover {background-color: green;} */
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-family: GT-Walsheim !important;
    background-color: #38c172  !important;
    color: white;
    /* border-bottom: 1px solid green !important; */
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
/* .popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
} */


.popover-da-danger {
  background-color: red !important;
  border-color: red !important;
  color: white !important;
}
.popover-da-secondary {
  background-color: rgb(110, 108, 108) !important;
  border-color: rgb(110, 108, 108) !important;
  color: white !important;
}
/* 
.popover-danger.top .arrow:after {
  border-right-color: #00cbfd !important; 
}
.popover-danger.right .arrow:after {
  border-right-color: #d6fc03 !important; 
}
.popover-danger.left .arrow:after {
  border-right-color: #25ee0a !important; 
} */