.simplemsg_wrapper
{
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-y: auto;
    text-overflow: ellipse;
    width: 100%;
    height: auto;
    font: inherit;
    font-size: 90%;
    color: black;
    box-sizing: border-box;
    white-space: normal;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1vw;
    background: rgba(255, 255, 255, 0.3);
    padding: 0.5vh;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    flex-grow: 0;
    flex-basis: auto;
    margin-bottom: 1vh;
}
.simplemsg_wrapper[data-visible="0"]
{
    display: none;
}

.smico img
{
    width: max(20px, 2.5vw);
    height: auto;
    aspect-ratio: 1/1;
}
.smtxt
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: normal;
}