.popover {
    border: 0 solid #8a8a8a !important;
    border-radius: 10px !important;
    font-family: 'Solaimanlipi', monospace
}

.popover-header {
    color: #2a2a2a;
    text-align: center;
    background: #ffd5d5;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popover-body {
    color: black;
    background: #fff5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-top: 0;
}

.popover-body code {
    background: #ffe6e6;
    padding-bottom: 0;
}
