﻿.userChatMessage {
    background-color: #2514E5;
    border-radius: 25px;
}

.assistantChatMessage {
    background-color: lightgrey;
    border-radius: 25px;
    color: black;
}   

.chat-buttonRTL {
    position: fixed;
    top: 90%;
    background: var(--mud-palette-white);
    z-index: 1150;
    left: 0;
    cursor: pointer;
    box-shadow: rgba(55,55,55,0.15) 0 0 2px 0, rgba(55,55,55,0.15) 0 8px 12px 0;
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    margin-left: 10px;
}

.chat-button {
    position: fixed;
    top: 90%;
    background: var(--mud-palette-white);
    z-index: 1149;
    right: 0;
    cursor: pointer;
    box-shadow: rgba(55,55,55,0.15) 0 0 2px 0, rgba(55,55,55,0.15) 0 8px 12px 0;
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.85);
    z-index: 9999;
}

.mud-table-toolbar {
    height: 120px !important;
}

.mud-table-container {
    overflow: auto;
}




