@import '_content/GlobalSharedComponents/GlobalSharedComponents.2p0p7w6xnd.bundle.scp.css';

/* /App.razor.rz.scp.css */
.app-overlay[b-96l4t58nkf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    z-index: 100003;
}

.app-loading[b-96l4t58nkf] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15%, -15%);
    width: 240px;
    animation-name: beesandbombs;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.01, 0.15, 1.01);
    z-index: 999999;
}
/* /Features/Chat/ChatClient.razor.rz.scp.css */
.app-container[b-p5ub8ojlhr] {
    display: flex;
    justify-content: center;
    height: 100%;
}

.app-main[b-p5ub8ojlhr] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 700px) {
    .app-main[b-p5ub8ojlhr] {
        width: 400px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #c4c4c4;
        height: calc(100% - 40px);
    }
}

.app-banner-container[b-p5ub8ojlhr] {
    display: flex;
    color: white;
    align-items: center;
    padding-left: 10px;
    height: 45px;
}

.app-stop[b-p5ub8ojlhr] {
    display: flex;
    align-items: center;
    height: 100%;
}

.app-messages-main[b-p5ub8ojlhr] {
    background: white;
    padding: 0px 5px;
    overflow: auto;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.app-message-container[b-p5ub8ojlhr] {
    display: flex;
}

    .app-message-container.customer[b-p5ub8ojlhr] {
        justify-content: flex-end;
    }

.app-message-bubble[b-p5ub8ojlhr] {
    margin: 5px;
    padding: 8px;
    color: black;
    border-radius: 5px;
    max-width: 75%;
}

    .app-message-bubble.agent[b-p5ub8ojlhr],
    .app-message-bubble.chatbot[b-p5ub8ojlhr] {
        border-top-left-radius: 0px;
        background-color: rgb(236, 236, 236);
    }


    .app-message-bubble.customer[b-p5ub8ojlhr] {
        border-top-right-radius: 0px;
        background-color: #c4c4c4;
    }

.app-message-content[b-p5ub8ojlhr] {
    flex-wrap: wrap;
    word-break: break-word;
    white-space: pre-line;
}

.app-message-footer[b-p5ub8ojlhr] {
    font-size: 12px;
    display: flex;
}

    .app-message-footer.customer[b-p5ub8ojlhr] {
        justify-content: end;
    }

.app-message-qrs[b-p5ub8ojlhr] {
    display: flex;
    gap: 3px;
    justify-content: end;
    max-width: 75%;
    flex-wrap: wrap;
    word-break: break-word;
    white-space: pre-line;
    margin: 5px;
}

.app-message-qr[b-p5ub8ojlhr] {
    background-color: rgb(236, 236, 236);
    padding: 8px;
}

    .app-message-qr:hover[b-p5ub8ojlhr] {
        background-color: #c4c4c4;
        cursor: default;
    }

.app-message-attachment-container[b-p5ub8ojlhr] {
    max-width: 75%;
    padding: 8px;
}

.app-message-attachment-container.customer a[b-p5ub8ojlhr] {
    display: flex;
    justify-content: end;
}


    .app-message-attachment-container img[b-p5ub8ojlhr] {
        max-width: 75%;
    }

.app-message-link-container[b-p5ub8ojlhr] {
    max-width: 75%;
    padding: 8px;
}

.app-footer[b-p5ub8ojlhr] {
    background-color: white;
    display: flex;
    height: 50px;
}

.app-input[b-p5ub8ojlhr] {
    width: 100%;
    border: none;
    resize: none;
    padding: 5px;
    display: block;
}

    .app-input:focus[b-p5ub8ojlhr] {
        outline: none;
    }

.app-image[b-p5ub8ojlhr],
.app-send[b-p5ub8ojlhr],
.app-uploading[b-p5ub8ojlhr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.app-footer-message[b-p5ub8ojlhr] {
    background-color: var(--eyemed-secondary);
    color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.app-messages-cnt[b-p5ub8ojlhr] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.app-messages-cnt i[b-p5ub8ojlhr] {
    color: var(--eyemed-secondary);
}

.app-footer-new[b-p5ub8ojlhr] {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: default;
}

.app-message-typing-container[b-p5ub8ojlhr] {
    max-width: 75%;
    padding: 8px;
}

.typing-indicator[b-p5ub8ojlhr] {
    background-color: rgb(236, 236, 236);
    border-radius: 0px 8px 8px;
    padding: 10px;
    width: 65px;
    -webkit-animation: 2s bulge infinite ease-out;
    animation: 2s bulge infinite ease-out;
    display: flex;
}

    .typing-indicator[b-p5ub8ojlhr]:after {
        height: 7px;
        width: 7px;
        left: -7px;
        bottom: -7px;
    }

    .typing-indicator span[b-p5ub8ojlhr] {
        height: 12px;
        width: 12px;
        float: left;
        margin: 0 1px;
        background-color: #9E9EA1;
        display: block;
        border-radius: 50%;
        opacity: 0.4;
    }

        .typing-indicator span:nth-of-type(1)[b-p5ub8ojlhr] {
            -webkit-animation: 1s blink infinite 0.3333s;
            animation: 1s blink infinite 0.3333s;
        }

        .typing-indicator span:nth-of-type(2)[b-p5ub8ojlhr] {
            -webkit-animation: 1s blink infinite 0.6666s;
            animation: 1s blink infinite 0.6666s;
        }

        .typing-indicator span:nth-of-type(3)[b-p5ub8ojlhr] {
            -webkit-animation: 1s blink infinite 0.9999s;
            animation: 1s blink infinite 0.9999s;
        }
/* /Features/Chat/ChatPage.razor.rz.scp.css */
.app-form[b-tpm8p74rv6] {
    display: flex;
    justify-content: center;
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.app-line[b-fuy6jm510p] {
    background: var(--eyemed-primary);
    height: 5px;
}

.app-nav[b-fuy6jm510p] {
    flex: 0 1 auto;
}

.app-body[b-fuy6jm510p] {
    flex: 1 1 auto;
}

.app-line-em[b-fuy6jm510p] {
    background: var(--eyemed-primary);
    height: 5px;
}

.app-line-nobrand[b-fuy6jm510p] {
    background: var(--nobrand-primary);
    height: 5px;
}


.app-logo-nobrand[b-fuy6jm510p] {
    height: 65px;
    color: var(--nobrand-primary);
    font-size: 26px;
    text-decoration: none;
}
/* /Pages/Index.razor.rz.scp.css */
.app-card[b-70u46hlrlh] {
    min-width: 255px;
    background: var(--theme-sunny);
    color: var(--theme-sunny-text);
}
