.cibor-popover {
    position: absolute;
    z-index: 1000;
    border: 1px solid var(--cibor-gray-light);
    border-radius: 5px;
    background-color: white;
    filter: brightness(100%);
}
.cibor-popover-title {
    font-weight: bold;
    color: var(--cibor-blue);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: var(--cibor-gray-extra-light);
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--cibor-gray-light);
}
.cibor-popover-content {
    padding: 2px;
    text-align: left;
}
