@charset "UTF-8";

div.tooltip {
    /* position: absolute;
    text-align: left; */

    display: flex;
    margin: auto;
    width: 300px;
    /* justify-content: center; */
    /* align-items: center;
    text-align: center; */

    color: white !important;
    white-space: normal;
    padding: 6px;
    font-size: 14px;
    background: #000;
    /* border: 0px solid rgb(30,30,30);
    border-radius: 1px; */
    pointer-events: none;
    cursor: none;
}