table td {
    vertical-align: middle !important;
}
.logo-light{
    filter: brightness(0) invert(1) !important;
}
.blur-background {
    filter: blur(5px);
    transition: filter 0.3s ease;
    pointer-events: none;
}
.blur-background .modal {
    pointer-events: auto;
    z-index: 9999;
}
.description-data{
    white-space: pre-wrap;
}
.word {
    padding: 2px 4px;
    border-radius: 3px;
    transition: all 0.3s;
}
.word.selected {
    background-color: #c3e6cb;
    font-weight: bold;
    transform: scale(1.05);
}
html[data-bs-theme=dark] .word.selected {
    background-color: #c3e6cb;
    color: #333;
}
.mt-20{
    margin-top: 20px;
}
.text-block-style-1 {
    font-size: 24px;
    line-height: 1.6;
    padding: 15px;
    background-color: white;
    border: 1px solid #eee;
    min-height: 150px;
    border-radius: 10px;
}
.text-block-style-2 {
    font-size: 15px;
    line-height: 1.6;
    padding: 15px;
    background-color: white;
    border: 1px solid #eee;
    min-height: 150px;
    border-radius: 10px;
}
.current-word {
    background-color: #FFEB3B;
    padding: 2px 4px;
    border-radius: 3px;
}
.block-text{
    font-size: 20px !important;
    line-height: 40px;
}
.pagination{
    gap: 5px;
}
.chat-conversation-list .odd .chat-conversation-text{
    text-align: left !important;
    line-height: 25px !important;
}
.logo-mini{
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
html[data-menu-size=sm-hover] .logo-mini {
    display: block;
}
html[data-menu-size=sm-hover] .logo-normal {
    display: none;
}
html[data-menu-size=sm-hover] .main-nav:hover .logo-mini {
    display: none;
}
html[data-menu-size=sm-hover] .main-nav:hover .logo-normal {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fcs-13{
    font-size: 13px !important;
}
