html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/wredelogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 188px;
    height: 32px;
}

.my-scheduler .dxbs-sc-scroll-container tr {
    height: 10px;
}

#scheduler .dx-scheduler-cell-sizes-vertical {
    height: 10px;
}

#scheduler .dx-scheduler-cell-sizes-horizontal {
    width: 10px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.kanban {
    display: flex;
}

.kanban-status {
    display: inline-block;
}

.chat-demo-container {
    width: 100%
}

.aichat {
    width: 100%;
    height: 400px;
}

.aichat .aichat-message {
    padding: 10px;
    border-radius: 10px;
    width: calc(100% - 60px);
    box-shadow: 0px 2px 6px -2px;
    color: black;
}

.aichat .aichat-message.aichat-assistant-message {
    background-color: rgb(219, 255, 204);
    align-self: self-start;
}

.aichat .aichat-message.aichat-user-message {
    background-color: #FFF;
    align-self: self-end;
}

.aichat .aichat-message.aichat-error-message {
    background-color: rgb(255, 183, 194);
    align-self: center;
}
