﻿.AiTalkDivClass {
    padding: 0 5px 0 5px;

    width: 100%;
    height: 390px;

    border: 2px solid black;

    overflow-x:hidden;
    overflow-y:scroll;

    text-align: justify;

    background: url(../../img/Global/20240422chatBackGround.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}



.UserRequest {
    margin: 10px 0 0 0;
    padding: 10px;

    width: 90%;

    text-align: justify;

    background: rgba(182, 255, 0, 0.8);

    border-radius: 10px;
}

.AiReply {
    margin: 10px 0 0 auto;
    padding: 10px;

    width: 90%;

    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    text-align: justify;

    background: rgba(240, 240, 240, 0.8);

    border-radius: 10px;
}



.AiTalkButtonDivClass {
    width: 100%;
    height: 45px;

    border-bottom: 2px solid black;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.AiTalkTextBox {
    margin: 0 5px;
    padding: 0 5px 0 5px;
    width: 75%;
    height: 80%;

    border: 0px solid red;

    border-bottom: 2px solid black;
}

.AiTalkClickButton {
    margin: 0 5px;

    width: 20%;
    height: 80%;

    border-radius: 5px;

    color: black;
    font-weight: bold;

    background-color: lawngreen;
}


.ProductShowcaseAIError {
    height: 15px;

    font-size: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}