
.session-cursor{
    position: absolute;
    z-index: 15;
}

.session-cursor, .session-cursor *{
    pointer-events: none;
}

.session-cursor>img{
    width:50px;
}

.session-cursor>div{
    color: white;
    padding: 2px;
    border-radius: 5px;
    font-size: 24px;
}

#icon-container{
    max-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#icon-container img{
    height: 31px;
    width: 31px;
}

[tooltip-bottom]:hover::before{
    color: inherit;
}