.bg__custom-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, .8);
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 280px;
    padding: 1rem 3rem;
    text-transform: capitalize;

    p {
        .rightAlign {
            float: right;
            min-width: 120px;
            text-align: right;

            .bg__tooltip-spaceBetween {
                justify-content: space-between;
            }
        }
    }
}