
   .popover-body {
    padding:0.95rem;
    color: #212529;
    background: #f4f4f4;
}
.popover{
   box-shadow: 0px 1px 6px #ddd;
    border-radius: 4px;
    max-width:350px !important;
}
.popover-body p{font-size:0.98rem}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    border-right-color: #f4f4f4;
}
.popover-header {
    background-color: #495867a8;
    font-weight: 800;
    color: #fff;
}


