.MinimalScrollBar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

.MinimalScrollBar::-webkit-scrollbar-thumb {
    background: #6a6a6a;
}

.StellaScrollBar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

.StellaScrollBar::-webkit-scrollbar-thumb {
    background :#35236bcc;
}

.StdMLTxt {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: anywhere;
    width: 100%;
    min-height: 1em;
}

.StdSLTxt {
    white-space: pre-wrap;
    white-space: nowrap;
    overflow-wrap: anywhere;
    width: 100%;
    min-height: 1em;
    overflow: hidden;
}

.NoScrollBar::-webkit-scrollbar {
    width: 0;
}

.NoScrollBar::-webkit-scrollbar-thumb {
    background: transparent;
}
