h1:focus {
    outline: none;
}

body {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

.main-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

body {
    font-size: 1rem;
    font-family: Satoshi;
}

.chat-container {
    display: flex;
    height: 100vh;
    margin: 0 -24px;
}

.chat-sidebar {
    width: 260px;
    background: #f9f9f9;
    padding: 12px;
    overflow-y: auto;
    border-right: 1px solid #e5e5e5;
}

.chat-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 64px);
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.chat-input {
    padding: 12px;
    border-top: 1px solid #eee;
    background: white;
}

.chat_logo {
    width: 3em;
    max-width: 3em;
    min-width: 3em;
}

.chat_img {
    width: 2em;
    height: 2.7em;
    margin-left: 0.5em;
}

.chat-active {
    background: #0000000f !important;
}

.chat-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-ourvita {
    background-color: #e46271 !important;
}

@font-face {
    font-family: Satoshi;
    src: url("https://cdn.prod.website-files.com/6593f1fa9548edb05de208f7/6593f1fb9548edb05de20961_Satoshi-Regular.otf") format("opentype");
}

.nodeColor {
    padding: 0 3px;
}

.label {
    padding: 5px;
}

.k-treeview-item {
    padding: 0 0 0 18px !important;
}

.k-treeview-leaf.k-selected {
    color: #fff !important;
    background-color: #e46271 !important;
}

.k-treeview-md .k-treeview-leaf {
    padding-block: 0.2rem !important;
    padding-inline: 0.2rem !important;
}

.k-treeview-toggle .k-icon {
    padding: 0.2rem !important;
}

.k-treeview-leaf .mud-icon-size-small {
    font-size: 0.75rem !important;
}

.treeItem {
    font-size: 12px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.k-svg-i-arrows-swap {
    transform: rotate(90deg);
    transform-origin: center center;
}

.disabled-treenode {
    pointer-events: auto;
    cursor: not-allowed;
    user-select: none;
    opacity: 0.5;
}

    .disabled-treenode * {
        pointer-events: none;
    }

.disabled-menu-item {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
