/* /Components/Atoms/AudioAttachment.razor.rz.scp.css */
.media-audio[b-zv9lx9vwc3] {
    width: 280px;
    height: 40px;
}
/* /Components/Atoms/DocumentCard.razor.rz.scp.css */
.document-card[b-fkxfd4dh5k] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
    max-width: 320px;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(11, 20, 26, 0.05);
    text-decoration: none;
    color: #111b21;
}

.document-card-icon[b-fkxfd4dh5k] {
    color: #7f66ff;
    display: flex;
}

.document-card-info[b-fkxfd4dh5k] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.document-card-name[b-fkxfd4dh5k] {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-card-size[b-fkxfd4dh5k] {
    font-size: 11px;
    color: #667781;
}

.document-card-download[b-fkxfd4dh5k] {
    color: #8696a0;
    display: flex;
}
/* /Components/Atoms/ImageAttachment.razor.rz.scp.css */
.media-image[b-v8cu52s26v] {
    display: block;
    line-height: 0;
}

.media-image img[b-v8cu52s26v] {
    max-width: 340px;
    max-height: 340px;
    border-radius: 6px;
    object-fit: cover;
}
/* /Components/Atoms/StatusTicks.razor.rz.scp.css */
.status-ticks[b-grql4txggk] {
    display: inline-flex;
    align-items: center;
    color: #8696a0;
}

.status-ticks-read[b-grql4txggk] {
    color: #53bdeb;
}
/* /Components/Atoms/VideoAttachment.razor.rz.scp.css */
.media-video[b-6dczq26lpd] {
    max-width: 340px;
    max-height: 340px;
    border-radius: 6px;
    background-color: #000000;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qd1wl6sued] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qd1wl6sued] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y7b5mmuja3],
.components-reconnect-repeated-attempt-visible[b-y7b5mmuja3],
.components-reconnect-failed-visible[b-y7b5mmuja3],
.components-pause-visible[b-y7b5mmuja3],
.components-resume-failed-visible[b-y7b5mmuja3],
.components-rejoining-animation[b-y7b5mmuja3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-retrying[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-failed[b-y7b5mmuja3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-y7b5mmuja3] {
    display: block;
}


#components-reconnect-modal[b-y7b5mmuja3] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-y7b5mmuja3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-y7b5mmuja3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-y7b5mmuja3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-y7b5mmuja3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-y7b5mmuja3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-y7b5mmuja3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-y7b5mmuja3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-y7b5mmuja3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-y7b5mmuja3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-y7b5mmuja3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-y7b5mmuja3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-y7b5mmuja3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-y7b5mmuja3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-y7b5mmuja3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-y7b5mmuja3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-y7b5mmuja3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-y7b5mmuja3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-y7b5mmuja3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Molecules/ChatBubble.razor.rz.scp.css */
.chat-row[b-75wnvn45l7] {
    display: flex;
    padding: 0 5%;
}

.chat-row-own[b-75wnvn45l7] {
    justify-content: flex-end;
}

.chat-row-other[b-75wnvn45l7] {
    justify-content: flex-start;
}

.chat-bubble[b-75wnvn45l7] {
    position: relative;
    max-width: 65%;
    padding: 6px 7px 8px 9px;
    border-radius: 7.5px;
    box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
    display: flex;
    flex-direction: column;
}

.chat-bubble-own[b-75wnvn45l7] {
    background-color: #d9fdd3;
    border-top-right-radius: 0;
}

.chat-bubble-own[b-75wnvn45l7]::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 12px;
    background-color: #d9fdd3;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.chat-bubble-other[b-75wnvn45l7] {
    background-color: #ffffff;
    border-top-left-radius: 0;
}

.chat-bubble-other[b-75wnvn45l7]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 12px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.chat-bubble-sender[b-75wnvn45l7] {
    font-size: 12.8px;
    font-weight: 500;
    color: #06846e;
    margin-bottom: 2px;
}

.chat-bubble-media[b-75wnvn45l7] {
    margin-bottom: 4px;
}

.chat-bubble-text[b-75wnvn45l7] {
    font-size: 14.2px;
    line-height: 19px;
    color: #111b21;
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-bubble-meta[b-75wnvn45l7] {
    display: flex;
    align-items: center;
    gap: 3px;
    align-self: flex-end;
    margin-top: 2px;
}

.chat-bubble-time[b-75wnvn45l7] {
    font-size: 11px;
    color: #667781;
}
/* /Components/Molecules/ChatHeader.razor.rz.scp.css */
.chat-header[b-kha4cm9uyy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background-color: #f0f2f5;
    border-bottom: 1px solid #e9edef;
}

.chat-header-avatar[b-kha4cm9uyy] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00a884;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-header-name[b-kha4cm9uyy] {
    font-size: 16px;
    font-weight: 500;
    color: #111b21;
}
/* /Components/Molecules/MessageInput.razor.rz.scp.css */
.message-input-container[b-9z5vd2tr7y] {
    background-color: #f0f2f5;
}

.message-input[b-9z5vd2tr7y] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #f0f2f5;
}

.message-input-attach[b-9z5vd2tr7y] {
    color: #54656f;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-input-attach:hover[b-9z5vd2tr7y] {
    background-color: rgba(11, 20, 26, 0.08);
}

.message-input-attachment[b-9z5vd2tr7y] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 0;
    font-size: 13px;
    color: #111b21;
}

.message-input-attachment-clear[b-9z5vd2tr7y] {
    border: none;
    background: none;
    cursor: pointer;
    color: #667781;
}

.message-input-error[b-9z5vd2tr7y] {
    padding: 6px 16px 0;
    font-size: 12.5px;
    color: #ea0038;
}

.message-input-field[b-9z5vd2tr7y] {
    flex: 1;
    border: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 15px;
    color: #111b21;
}

.message-input-field[b-9z5vd2tr7y]::placeholder {
    color: #667781;
}

.message-input-send[b-9z5vd2tr7y] {
    border: none;
    background: none;
    cursor: pointer;
    color: #00a884;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-input-send:hover[b-9z5vd2tr7y] {
    background-color: rgba(0, 168, 132, 0.1);
}
/* /Components/Organisms/ChatPanel.razor.rz.scp.css */
.chat-panel[b-wrsfx0m0pv] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: calc(100dvh - 64px - 48px);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(11, 20, 26, 0.2);
}

.chat-messages[b-wrsfx0m0pv] {
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    background-color: #efeae2;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d8d2c8' fill-opacity='0.35'%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='52' cy='28' r='2'/%3E%3Ccircle cx='28' cy='56' r='2'/%3E%3Ccircle cx='68' cy='64' r='2'/%3E%3Cpath d='M38 10c2 0 4 2 4 4h-8c0-2 2-4 4-4z'/%3E%3Cpath d='M64 40c2 0 4 2 4 4h-8c0-2 2-4 4-4z'/%3E%3Cpath d='M14 70c2 0 4 2 4 4h-8c0-2 2-4 4-4z'/%3E%3C/g%3E%3C/svg%3E");
}
