a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}

.fw-700{
    font-weight: 700;
}

.avatar_wsh{
    background-size: 70%;
    background-color: #000;
}

.nav-link-icon{
    margin-right: 0.25rem;
}

.theme-light header .icon{
    color: #000;
}

.theme-dark header .icon{
    color: #FFF;
}

.theme-dark .ck.ck-editor__main>.ck-editor__editable{
    background-color: #000;
}

aside .icon{
    color: #FFF;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.lightbox .btn-close{
    width: 1rem;
    height: 1rem;
}

.img_pack{
    position: relative;
}

.img_pack .keptorlese{
    background: #000;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 2px;
    border-radius: 4px;
    line-height: initial;
}

.img_pack .icon:hover{
    background: #FFf;
}

.img_pack .icon{
    stroke: #FFF;
}

.img_pack .icon:hover{
    stroke: #000;
}

.fitcol{
    white-space: normal;
}

#alert_floating{
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 9999;
    display: none;
    box-shadow: 1px 1px 10px #00000052;
}

#alert_floating .alert_desc{
    color: #000;
}

.chat-bubbles {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.chat-bubble {
    background: var(--tblr-bg-surface-secondary);
    border-radius: var(--tblr-border-radius-lg);
    padding: 1rem;
    position: relative
}

.chat-bubble-me {
    background-color: #e6eef6;
    box-shadow: none
}

.chat-bubble-title {
    margin-bottom: .25rem
}

.chat-bubble-author {
    font-weight: 600
}

.chat-bubble-date {
    color: var(--tblr-secondary);
    font-size: 13px;
}

.chat-bubble-body>:last-child {
    margin-bottom: 0
}

.avatar{
    box-shadow: inset 0 0 0 1px var(--tblr-border-color-translucent);
    border-radius: 4px;
}

.active .avatar{
    background: #cce3f9;
}