﻿body {
    margin: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.main_canvas {
    width: 100%;
    height: 100vh;
    display: flex;
}

.canvas_align_div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.nav_bar_div {
    height: 65px;
    width: 100%;
    background-image: linear-gradient(140deg, #ffffff 0%, #28429F 50%, #F9A50D 75%);
    flex-grow: 0;
}

.chat_body_div {
    height: 80%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    flex-grow: 5;
}

    .chat_body_div ::-webkit-scrollbar {
        display: none;
    }

.chat_body_div {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.chat_request_div {
    height: 80px;
    width: 100%;
    display: block;
    margin: 0px auto;
    align-self: center;
    justify-content: center;
    flex-grow: 0;
}

.nav_bar_logo {
    height: 100%;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_bar_image_logo {
    height: 35px;
    width: 35px;
}

.nav_bar_title_div {
    height: 100%;    
}

.chatbot_title {
    height: 50%;
    width: 100%;
    font-size: 25px;
    color: #404040;
    margin-top: 6px;
    font-weight: 600;
}

.your_chat_assistant {
    height: 50%;
    width: 100%;
    font-size: 12px;
    color: #404040;
    font-weight: 600;
}

.user_response_div {
    margin-right: 10px;
    min-height: 70px;
    height: max-content;
    width: 80%;
    float: right;
    margin-bottom: 20px;
}

.ai_response_div {
    min-height: 70px;
    margin-left: 10px;
    height: max-content;
    width: 80%;
    float: left;
    margin-bottom: 0px;
}

.ai_logo_div {
    height: 55px;
    width: 55px;
    margin-top: 20px;
}

.user_logo_div {
    height: 65px;
    width: 55px;
    margin-top: 20px;
}

.ai_response {
    min-height: 25px;
    max-height: max-content;
    min-width: 10px;
    max-width: 70%;
    background-color: #ffffff;
    border-radius: 0px 12px 12px 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px;
    font-family: inherit;
    font-size: 15px;
    color: #404040;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 20px;
    margin-left: 10px;
    cursor: default;
}

.user_response {
    min-height: 25px;
    min-width: 10px;
    max-height: max-content;
    max-width: 70%;
    background-color: #398BCC;
    font-family: inherit;
    font-size: 15px;
    border-radius: 12px 0px 12px 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px;
    color: #ffffff;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 20px;
    margin-right: 10px;
}

.user_logo {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-top: -26px;
}

.ai_logo {
    height: 45px;
    width: 45px;
    margin-top: -26px;
}

.text_area_div {
    height: 55px;
    width: 90%;
    display: block;
    margin: 0 auto 0 auto;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    outline: none;
    resize: none;
    display: flex;
}

.user_input_div {
    min-height: 50px;
    max-height: 100%;
    flex-grow: 1;
    border-radius: 10px;
    outline: none;
    resize: none;
    border: 0px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    padding: 15px;
    box-sizing: border-box;
    color: #404040;
    cursor: pointer;
}


.sent_button {
    height: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
}

.user_input_div::-webkit-scrollbar {
    display: none;
}

.user_input_div {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

input:focus, textarea:focus {
    outline: none;
}

.sent_button_icon {
    font-size: 38px !important;
    color: #404040;
    cursor: pointer;
}

.ai_loading_gif {
    height: 40px;
    width: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.mobile_number {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.response_options_div {
    min-height: 25px;
    height: max-content;
    width: max-content;
    float: left;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like_icons {
    height: 20px;
    width: 20px;
    margin: 5px;
    padding: 12px;
    cursor: pointer;
}

.hide {
    display: none;
}

.slide_left_to_right {
    position: relative !important;
    animation: animateleft 0.4s;
}

.chat_options_div {
    height: 30px;
    width: 200px;
    margin-bottom: 20px;
}

.ai_response_chat_options {
    min-height: 30px;
    margin-left: 10px;
    height: max-content;
    width: 80%;
    float: left;
    margin-bottom: 0px;
}
.ai_logo_replace_div{
    height:30px;
    width:65px;
    visibility:hidden;
}
.chat_like_div{
    height:20px;
    width:20px;
    padding:5px;
    cursor:pointer;
    margin-left:5px;
    margin-top:5px;
}
.font_size_20{
    font-size:20px !important;
}
.like_color{
    color: #999999;
}
.like_color:hover{
    color:#000000 !important;
}
.ai_response h1, .ai_response h2, .ai_response h3, .ai_response h4, .ai_response h5, .ai_response h6
{
    font-size: 16px !important;
    line-height: 1.5;
}

.ai_response p,
.ai_response li, .ai_response span, 
.ai_response strong, .ai_response b, 
.ai_response em, .ai_response i, 
.ai_response code, .ai_response blockquote, 
.ai_response table, .ai_response th, .ai_response td {
    font-size: 15px !important;
    line-height: 1.5;
    margin: 0.3em;
}