
/* tooltip style */
.tooltip{
    box-shadow: 0px 0.25rem 0.75rem rgba(192, 185, 206, 0.25), 0.125rem 0px 0.25rem -0.125rem rgba(192, 185, 206, 0.25)!important;
    border-radius: 0.25rem !important;
    border: none !important;
    padding: 0 !important;
}
.tooltip-inner {
    background-color: white !important;
    padding: 0.75rem 0.5rem !important; 
}

.tooltip {
    top: -0.688rem!important;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: -1rem!important;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: -1rem!important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: white !important;
    border-bottom-color: white !important;
}

.tooltip.show {
    opacity: 1 !important;
}

.tooltip .arrow{
    width: 1rem !important;
    height: 1rem !important;
}

.tooltip-psi-info .tooltip-inner {
    max-width: 23.563rem;
}

.tooltip-inner {
    max-width: 19rem;
    width: 19rem;
}
