
@font-face {
    font-family: 'Averta';
    src: url('https://app.youshouldask.ai/fonts/AvertaStd-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('https://app.youshouldask.ai/fonts/AvertaStd-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('https://app.youshouldask.ai/fonts/AvertaStd-Regular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('https://app.youshouldask.ai/fonts/AvertaStd-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('https://app.youshouldask.ai/fonts/AvertaStd-Semibold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

body
{
    background-color: transparent;
    font-family: "Manrope";
    font-size:14px;
    display: flex;
    justify-content: center;			
    align-items: center;
    background-image:none;
    background-size:cover;
    background-repeat: no-repeat;
        -webkit-text-size-adjust: 100%;
}

html
{
    display: flex;
    justify-content: center;			
    align-items: center;
}

.background
{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 1;
}

.body_logo
{
    display: block;
    position: fixed;
    left:30px;
    top:30px;
    width:200px;
    height:200px;
    background-image:none;
    background-size:contain;
    background-repeat: no-repeat;
    z-index:2;
    border-radius: none;
}


    body, .ysa_popup_notification, .input_message, textarea
    {
        font-family: "Manrope", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }
    
    .persona_name, .persona_status, .product_object_title, .tile-container-1 .title
    {
        font-family: "Quicksand", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    }
    
.framework
{
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow-x:hidden;
    width:auto;
    font-weight:400;
    font-size:14px;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    /*background: #ffffff;*/
    z-index:2;
}

.chat_content
{
    margin-right: 0px;
    margin-bottom: 0px;
    width: -webkit-fill-available;
    /*overflow-y: auto;
    overflow-x: hidden;*/
    position: static;
    top: 0px;
    right: 0px;
    left:0px;
    margin-top: -40px;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 10px 0px 10px;
    margin-left: 0px;
    /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);*/
    bottom: 30px;
    z-index: 25;
    /*background-color: rgb(255, 255, 255);		*/	
}

.header
{
    position: fixed;
    top:0px;
    left:10px;
    right:10px;
    margin-top:10px;
    height:60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index:7;
    
    background-color:rgb(254, 148, 0);
    color: rgb(255, 255, 255) !important;
    will-change: transform; /* 👈 helps Safari recalc position */
}

    .header_banner {
        border-radius: 0px 0px 15px 15px !important;
        left: 10px !important;
        height: 150px !important;
        right: 10px !important;
        top: 20px !important;
        z-index: 1 !important;
        /* box-shadow: inset -10px -10px 10px -10px rgba(0, 0, 0, 0.2); */
    }

    .bar_to_hide_top_banner
    {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 20px;
        z-index: 2;
        background-color: rgb(255, 255, 255);
    }

.footer
{
    position: fixed;
    bottom:10px;
    left:10px;
    right:10px;
    min-height:60px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    border-radius:15px;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index:14;
    padding-top: 0px;
    border:0px;

    will-change: transform; /* 👈 helps Safari recalc position */
}

#xhr_conversation
{
    margin-top:25px;
    border-radius: 0px 0px 20px 20px;
    padding:40px 0px 25px 0px;	
    margin-left: 0px;
    margin-right: 0px;
    /*box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);*/
    bottom: 30px;
    z-index: 5;
}

/* Hide scrollbar for all browsers */
#xhr_conversation::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

#xhr_conversation {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.body
{
    position: fixed;
    bottom:0px;
    top:0px;
    left:0px;
    right:0px;
    height:auto;
    z-index:1;
    overflow-y:auto;
    padding: 100px 35px 105px 35px;
    overflow-x:hidden;
    width:auto;
    
    /*
    background-color: rgb(255, 255, 255);
    */
}

.avatar_very_small
{
    position: absolute;
    top:10px;
    left:15px;
}

.persona_name
{
    position: absolute;
    width:100%;
    top:14px;
    font-weight:600;
    font-size:14px;
    line-height:14px;
    color:#333333;
    left:75px;
    
    color: rgb(255, 255, 255) !important;
}

.persona_status
{
    position: absolute;
    width:100%;
    top:32px;
    font-weight:400;
    color:#ffffff99;
    font-size:11px;
    line-height:11px;
    left:75px;
    opacity: 1;
    
    color: rgb(255, 255, 255) !important;
}

.status_online
{
    width:11px;
    height:11px;
    background-color: #70be01;
    border-radius: 10px;
    position: absolute;
    left:50px;
    top:15px;
    z-index:3;
    border:2px solid #ffffff;
}

.status_offline
{
    width:8px;
    height:8px;
    background-color: #dd0000;
    border-radius: 10px;
    position: absolute;
    left:50px;
    top:15px;
    z-index:3;
}

.input_message {
    position: relative;
    height: 45px;
    min-height: 45px;
    bottom: 0px;
    border: 0px solid #00000017;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 12px 14px;
    color: #222222;
    resize: none;
    font-size: 16px;
    padding-right: 15px;
    overflow: hidden;
    width: calc(100% - 10px);
    margin: 5px 5px 5px 10px;
    padding-right: 40px;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */

    max-height:200px;
    overflow-y:auto;
}

    .input_message::placeholder
    {
        color:#999999;
    }

.submit
{
    width:42px;
    height:42px;
    border-radius: 60px;
    
    background: linear-gradient(45deg, rgb(254, 148, 0), rgb(254, 148, 0));
    color: rgb(255, 255, 255);

    padding-left: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px;
    padding-right: 2px;
    font-size: 18px;
    
    position: fixed;
    right:15px;
    bottom:8px;
    cursor: pointer;
    
    z-index: 6;
}

    .submit i {
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    .submit.loadingsubmit i {
        opacity: 0;
    }

    .submit.loadingsubmit::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-top: -21px;
        margin-left: -21px;
        border-radius: 50%;
        border: 5px solid rgb(255 255 255 / 48%);
        border-top-color: #fff;
        animation: spinloading 1s linear infinite;
        z-index: 1;
    }

        @keyframes spinloading {
            0% { transform: rotate(0deg);}
            100% { transform: rotate(360deg);}
        }

    .submit_icon
    {
        transition: transform 0.5s ease-in-out; /* Smooth animation */
    }

    .submit_icon:hover
    {
        transform: rotate(360deg); /* Rotate 360 degrees on hover */
    }

.chatmessage
{
    padding:15px 25px;
    width:80%;
    position: relative;
    left:0px;
    border-radius: 15px;
    margin-bottom:20px;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);*/
    font-weight:400;
    word-break:break-word;
    background:#ffffff;
    line-height:20px;
    z-index: 2;
}

.chatmessage.assistant
{
    background-color:rgb(0, 136, 154);
    color: rgb(255, 255, 255) !important;
    border-radius:15px;
    width: calc(100% - 90px);
    right: 0px;
    margin-left: 48px;
}

    /* creates part of the curve */
    .chatmessage.assistant:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 12px;
        right: -8px;
        height: 20px;
        border-right: 20px solid rgb(0, 136, 154);
        border-bottom-left-radius: 16px 14px;
        -webkit-transform: translate(0, -2px);

        display:none;
    }

    /* creates part of the curved pointy bit */
        .chatmessage.assistant:after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 12px;
        right: 4px;
        width: 26px;
        height: 20px;
        background: rgb(255, 255, 255);
        border-top-left-radius: 14px;
        -webkit-transform: translate(30px, -2px);

        display:none;
    }



.chatmessage.user
{
    background-color:rgb(245, 247, 250);
    color: rgb(44, 55, 71) !important;
    margin-left: 0px;
    border-radius: 20px;
    right: calc(-30% + 10px);
    left: auto;
    width: 70%;
    position: relative;
}

/*
.chatmessage.user.small
{
    margin-left:60%;
    width:40%;
}
    */

    /* creates part of the curve */
    .chatmessage.user:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 12px;
        left: -8px;
        height: 20px;
        border-left: 20px solid rgb(245, 247, 250);
        border-bottom-right-radius: 16px 14px;
        -webkit-transform: translate(0, -2px);

        display:none;
    }

    /* creates part of the curved pointy bit */
        .chatmessage.user:after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 12px;
        left: 4px;
        width: 26px;
        height: 20px;
        background: rgb(255, 255, 255);
        border-top-right-radius: 14px;
        -webkit-transform: translate(-30px, -2px);

        display:none;
    }



.chatmessage.user a
{
    color: rgb(44, 55, 71);
    text-decoration: underline;
    margin-left: 0px;
}

.chatmessage.assistant a
{
    color: rgb(255, 255, 255);
    text-decoration: underline;
    margin-left: 0px;
}

.chatmessage p
{
    margin:0px;
    padding:0px;
}

.chatmessage img.inline
{
    width: 100%;
    margin-top:10px;
    border-radius: 10px;
}

.chatmessage a.inline
{
    background: rgb(254, 148, 0);
    color: rgb(255, 255, 255) !important;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 10px;
    display: table;
    text-decoration: none !important;
    width: auto;	
    margin-bottom: 9px;	
}

.chatmessage.assistant .time {
    position: absolute;
    margin-top: 15px;
    color: #999;
    font-size: 11px;
    text-align: left;
    /* width: 100%; */
    padding-left: 0px;
    right: 0px;
    margin-left: 10px;
    display: none;
}

.chatmessage.user .time
{
    position: absolute;
    margin-top:0px;
    color:#999;
    font-size:11px;
    text-align: right;
    width:100%;
    padding-right:0px;
    right:100%;
    margin-right:10px;
    display: none;
}

.link_object
{
    width:auto;
    margin-bottom:2px;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:-5px;
}

    .link_object img
    {
        width:100%;
        height:auto;
        border-radius:5px;
    }

/*
.chat_image {
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom:-10px;
    margin-top:10px;
}

.chat_image {
    border-radius: 10px;
    width: 27%;
    right: -25%;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: -10px;
    margin-top: -30px;
    padding: 5px;
    
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}*/

.chat_image {
    border-radius: 15px;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
    background-color: #ffffff;
    margin-bottom: 0px;
    margin-top: 3px;
    padding: 0px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    /*.chat_image.highlight {
        width: 125%;
        right: -25%;
        left: 0%;
        z-index:999;
        
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }*/


/*
.chat_image_before
{
    display: block;
    width:100%;
    height:10px;
    margin-left:-30px;
}
*/






.product_block
{
    width:calc(100% + 25px);
    background-color: rgb(255, 255, 255);
    background-color: transparent;
    overflow: visible;
    position: relative;
    z-index:5;
}

.product_objects
{
    list-style: none;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    display: block;
    overflow-x: scroll;
    border-radius: 0px;
    margin-left: -45px;
    width: calc(100vw - 70px);
    background-color: rgb(255, 255, 255);
    background-color: transparent;
    margin-bottom:10px;
}

    /* Hide scrollbar for all browsers */
    .product_objects::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Opera */
    }

    .product_objects {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

.product_object
{
    margin-top: 10px;
    border-radius: 20px;
    padding: 15px 20px 55px 20px;
    margin-left: 0px;
    margin-right: 15px;
    display: block;
    width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background: transparent;
    color:#000000;
}

.product_object .chat_button
{
    text-decoration:none !important; 
    text-align:center; 
    border:0px; 
    border-radius:20px; 
    padding: 12px 15px; 
    
    background: #ffffff;
    color: #000000 !important;

    width:100%;
    display: block;
}

    .product_object .chat_button.cart_link
    {
        background-color:#f5f7fa;
        color: #000000 !important;
    }

    .product_object .price
    {
        color: inherit !important;
    }

.product_image
{
    width: calc(100% + 20px);
    height:220px; 
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -5px;
    margin-bottom:15px;
}

.product_object_title {
    width: 100%;
}

.product_objects.items_1 .product_object {
    width: calc(100% + 20px);
}

.product_objects.items_1,
.product_objects.items_2
{
    /*width: 410px;	*/
    width: calc(100vw - 70px);
}

.product_objects.items_1 .product_object .product_image {
    width: calc(100% + 30px);
}

/*
.product_object img
{
    width: 100%;
    padding:10px;
    margin-right:0px;
    margin-bottom:0px;
    margin-top:0px;
    height: auto;
    box-shadow: none;
    border-radius:20px;
}
*/

.product_object img {
    width: calc(100% + 30px);
    left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: auto;
    box-shadow: none;
    border-radius: 20px 20px 20px 20px;
}

    .product_object img.high_image
    {
        width:auto;
        height:200px;
    }

    .product_object img.wide_image
    {
        width: calc(100% + 0px);
        height: auto;
    }

.chart_button
{
    border: 1px solid #000000;
    display: block;
    color: #fff;
    font-weight: 800;
    background-color: #000;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.ending {
    display: block;
    width: calc(100% + 50px);
    height: 25px;
    /* margin-bottom: 0px; */
    margin-left: -25px;
    background-color: rgb(255, 255, 255);			

    display: none;
}

.ending::after
{
    display:block;
    content:'';
    position: absolute;
    width:100%;
    height:20px;
    border-radius: 0px 0px 20px 20px;
    background-color:rgb(0, 136, 154);

    display: none;
}

.no_text_before .ending
{
    display:none !important;	
}

.no_text_after .starting
{
    display:none !important;	
}

.no_text_before .product_block
{
    margin-top:-25px;
}

.no_text_after .product_block
{
    margin-bottom:-25px;
}

.starting {
    display: block;
    width: calc(100% + 50px);
    height: 25px;
    margin-left: -25px;
    background-color: rgb(255, 255, 255);			

    position: relative;
    z-index: -1;
    margin-bottom: -8px;

    display: none;
}

.starting::after
{
    display:block;
    content:'';
    position: absolute;
    width:100%;
    height:20px;
    margin-top:5px;
    border-radius: 20px 20px 0px 0px;
    background-color:rgb(0, 136, 154);

    display: none;
}

.swipe_right
{
    position:absolute;
    right:10px;
    width:40px;
    height:40px;
    margin-top: -65px;
    color: #000000;
    opacity:1;
    z-index:3;
    border-radius: 50%;
    font-size:25px;
    cursor:pointer;
    backdrop-filter: blur(5px);
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    
    display:none;
}

.swipe_left
{
    position:absolute;
    left:-10px;
    width:40px;
    height:40px;
    margin-top: -65px;
    color: #000000;
    opacity:1;
    z-index:3;
    border-radius: 50%;
    font-size:25px;
    cursor:pointer;
    backdrop-filter: blur(5px);
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    
    display:none;
}



    .product_objects.items_1
    {
        width: 100%;	
    }

    .product_block
    {
        width: calc(100% + 70px);
    }

    
/*div.chatmessage.wait_response .loading_placeholder {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://app.youshouldask.ai/img/loading_icon.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 35px;
    position: absolute;
}*/

div.button_option, 
div.post_message_button,
a.link_button
{
    display: inline-block;
    padding: 5px 10px;
    
    background: linear-gradient(45deg, rgb(254, 148, 0), rgb(254, 148, 0));
    color: rgb(255, 255, 255);
    
    
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-right:5px;
    cursor:pointer;
    margin-top:5px;
}

div.content div.button_option:first-of-type,
div.content div.post_message_button:first-of-type {
    margin-top: 10px;
}

#image_popup {
    display: none;
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 14;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    border-bottom: 60px solid #ffffff;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#image_popup.show
{
    display: block;
    z-index:6;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.close_image_popup
{
    display:block;
    position: absolute;
    border-radius:50px;
    background: linear-gradient(45deg, rgb(254, 148, 0), rgb(254, 148, 0));
    color: rgb(255, 255, 255);
    padding: 4px;
    line-height: 0px;
    bottom:40px;
    left:50%;
    margin-left:-15px;
    width:auto;
    font-size:26px;
    box-sizing: border-box;
    z-index:7;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
}

.a_link
{
    background-color: #ffffff22;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 0px;
}

.link_button
{
    /*
    color:rgb(0, 136, 154) !important;
    background-color: rgb(255, 255, 255) !important;
    */
    
    color: rgb(255, 255, 255) !important;
    text-decoration: underline;
    border-radius: 3px;
    /*display: inline-block;
    padding: 1px 5px 1px 5px;*/
    margin-top: 0px;
    display: inline-block;
}

    .link_button i 
    {
        display: none;
        
        float: right;
        border-radius: 40px;
        padding: 5px;
        font-size: 12px;
        margin-left:4px;
        background-color:rgb(0, 136, 154);
        color: rgb(255, 255, 255) !important;
    }

.mail_link_button
{
    color:rgb(0, 136, 154) !important;
    background-color: rgb(255, 255, 255) !important;
    
    text-decoration: underline;
    border-radius: 20px;
    /*
    display: inline-block;
    padding: 1px 5px 1px 5px;
    */
    margin-top: 0px;
    text-decoration: none !important;
}

    .mail_link_button i
    {
        display: none;
        
        float: right;
        border-radius: 40px;
        padding: 5px;
        font-size: 12px;
        margin-left:4px;
        background-color:rgb(0, 136, 154);
        color: rgb(255, 255, 255) !important;
    } 

textarea
{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: none;
}

textarea:focus, input:focus{
    outline: none;
}

.page_form
{
    z-index:2;	
    margin-top: 8px;
}

#xhr_typing {
    position: relative;
    /* margin-top: -43px; */
    /* top: auto; */
    /*bottom: 35px;
    left: 2px;
    right: 0px;*/
    height: auto;
    background-color: transparent;
    background: transparent;
    z-index: 39;
    overflow-y: hidden;
    padding: 0px 0px 0px 0px;
    overflow-x: hidden;
    width: auto;
}

    .typing
    {
        padding: 11px 15px 12px 20px;
        /*width:152px;*/
        min-height:43px;
        position: relative;
        left: 48px;
        border-radius: 20px;
        margin-bottom:20px;
        font-weight:400;
        font-size:14px;
        font-style: normal;
        word-break:break-word;
        box-shadow: none;
        background-color:rgb(0, 136, 154);
        color: rgb(255, 255, 255) !important;

        background-color:transparent;
        padding:0px;

        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .typing_message
    {
        color: rgb(255, 255, 255);
        position: absolute; 
        margin-top: 13px;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    /* creates part of the curve */
    .typing:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 12px;
        right: -8px;
        height: 20px;
        border-right: 20px solid rgb(0, 136, 154);
        border-bottom-left-radius: 16px 14px;
        -webkit-transform: translate(0, -2px);

        display:none;
    }

    /* creates part of the curved pointy bit */
        .typing:after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 12px;
        right: 4px;
        width: 26px;
        height: 20px;
        background: rgb(255, 255, 255);
        border-top-left-radius: 14px;
        -webkit-transform: translate(30px, -1px);

        display:none;
    }

    .avatar_typing
    {
        width:28px; 
        height:28px; 
        background-size:cover; 
        left: -40px;
        margin-top:10px;
        background-position: center center; 
        background-image: url();
        border-radius: 30px;
        position: absolute;
        z-index: 4;
    }

.chat_loading
{
    display: block;
    position: fixed;
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
    background-color: rgb(0, 136, 154);
    border-radius: 15px;
    z-index:3000;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

    .chat_loading .avatar
    {
        display:none;
        position:absolute;
        top:50%;
        left:50%;
        margin-left:-45px;
        margin-top:-95px;
        width:90px;
        height:90px;
        border-radius:100%;	
        background-image:url();
        background-repeat: no-repeat;
        background-position: center center;
        background-size:cover;
        border:0px solid rgb(0, 136, 154);
        
        /*background-image: url("https://app.youshouldask.ai/img/ysa_logo_blob_white.png");
        background-size:50px;
        margin-left:-25px;
        margin-top:-25px;
        width:50px;
        height:50px;*/
    }

    .data_consent .avatar
    {
        width:80px !important;
        height:80px !important;
        margin-top:10px;
        border-radius:100%;	
        background-image:url();
        background-repeat: no-repeat;
        background-position: center center;
        background-size:cover;
        border:0px solid rgb(0, 136, 154);
        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);

        /*background-image: url("https://app.youshouldask.ai/img/ysa_logo_blob_white.png");
        background-size:50px;
        margin-left:-25px;
        margin-top:-25px;
        width:50px;
        height:50px;*/
    }

    .chat_loading .other_personas,
    .chat_loading .message,
    .chat_loading .loading_icon
    {
        display:none;
    }

    .chat_loading .message
    {
        color: rgb(255, 255, 255);
        font-weight:400;
        text-align: center;
        position:absolute;
        height:30px;
        width:200px;
        top:50%;
        left:50%;
        margin-left:-100px;
        margin-top:10px;
        font-size:13px;
    }

.important_message
{
    padding: 30px 15px 10px 15px;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 20px;
    border:0px;
    color: rgb(44, 55, 71) !important;
    background-color: rgb(245, 247, 250);
    font-weight: 400;
    font-size: 12px;
    position: fixed;
    top: 47px;
    left: 10px;
    right: 10px;
    width:auto;
    border:0px solid rgb(255, 255, 255);
    text-align: center;
    z-index: 6;
    
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    border:1px solid rgba(0,0,0,0.05);
}

.busy_message
{
    background-color: rgb(254, 148, 0);
    color: rgb(255, 255, 255);
    padding: 10px 15px 10px 15px;
    border-radius: 20px 20px 20px 20px;
    font-weight:400;
    font-size: 14px;
    position: fixed;
    bottom: 70px;
    left:0px;
    right:0px;
    text-align: center;
    z-index:4;
    box-shadow: none;
    display: none;
}

.notification_message
{
    background-color: rgb(254, 148, 0);
    color: rgb(255, 255, 255);
    padding: 10px 15px 10px 15px;
    border-radius: 20px 20px 20px 20px;
    font-weight:400;
    font-size: 14px;
    position: fixed;
    bottom: 70px;
    left:0px;
    right:0px;
    text-align: center;
    z-index:4;
    box-shadow: none;
    display: none;
}

.close_button
{
    color: rgb(255, 255, 255) !important;
    width: 25px;
    height: 25px;
    font-size:20px;
    display: block;
    background-size: 100%;
    position: fixed;
    top:17px;
    right:15px;
    z-index:100;
    cursor: pointer;			
}

.loading_please_wait
{
    display: block !important;
    margin-top: 5px;
    margin-left: -8px;
}

#scroll-arrow 
{
    display: none;
    position: fixed;
    bottom: 90px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left:-12px;
    border-radius: 100%;
    line-height:0;
    z-index: 12;
    color:#ffffff;
    background-color:rgb(0, 136, 154);
    padding: 0px;
    font-size: 22px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}

    #scroll-arrow i
    {
        margin-left: -1px;
        margin-top: -1px;
    }

svg.tea {
    --secondary: rgb(255, 255, 255);
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-15px;
    margin-top:-50px;
}
svg.tea #teabag {
    transform-origin: top center;
    transform: rotate(3deg);
    animation: swing 2s infinite;
}
svg.tea #steamL {
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    animation: steamLarge 2s infinite;
}
svg.tea #steamR {
    stroke-dasharray: 9;
    stroke-dashoffset: 9;
    animation: steamSmall 2s infinite;
}
@-moz-keyframes swing {
    50% {
    transform: rotate(-3deg);
    }
}
@-webkit-keyframes swing {
    50% {
    transform: rotate(-3deg);
    }
}
@-o-keyframes swing {
    50% {
    transform: rotate(-3deg);
    }
}
@keyframes swing {
    50% {
    transform: rotate(-3deg);
    }
}
@-moz-keyframes steamLarge {
    0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
    }
    100% {
    stroke-dashoffset: 39;
    opacity: 0;
    }
}
@-webkit-keyframes steamLarge {
    0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
    }
    100% {
    stroke-dashoffset: 39;
    opacity: 0;
    }
}
@-o-keyframes steamLarge {
    0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
    }
    100% {
    stroke-dashoffset: 39;
    opacity: 0;
    }
}
@keyframes steamLarge {
    0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
    }
    100% {
    stroke-dashoffset: 39;
    opacity: 0;
    }
}
@-moz-keyframes steamSmall {
    10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
    }
    80% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
    100% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
}
@-webkit-keyframes steamSmall {
    10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
    }
    80% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
    100% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
}
@-o-keyframes steamSmall {
    10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
    }
    80% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
    100% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
}
@keyframes steamSmall {
    10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
    }
    80% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
    100% {
    stroke-dashoffset: 27;
    opacity: 0;
    }
}

.spinner {
float:left;
margin-right:10px;
border: 4px solid rgb(255, 255, 255);
border-top: 4px solid transparent;
border-radius: 50%;
width: 24px;
height: 24px;
animation: spin 1s linear infinite;
display: inline-block;
margin-top: -1px;
margin-bottom:-2px;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.lds-ellipsis {
    /* change color here */
    color: rgb(255, 255, 255) !important;
    margin-left:-10px;
}
.lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}
.lds-ellipsis div {
    position: absolute;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 22px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 36px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
    transform: scale(0);
    }
    100% {
    transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
    transform: scale(1);
    }
    100% {
    transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
    transform: translate(0, 0);
    }
    100% {
    transform: translate(14px, 0);
    }
}


.privacy_text {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    padding: 0px 10%;
    display: block;
}

    .privacy_text a {
        color: #999;
        text-decoration: underline;
    }

.privacy_text div {
    display: inline;
    padding:0px;
    margin:0px;
}

.product_lookup .lds-ellipsis
{
    position: absolute;
    margin-top: -5px;
    margin-left:-25px;
    color:rgb(0, 136, 154) !important;
    
    color: rgba(0,0,0,0.4) !important;
    
    left:50%;
}


.privacy_text
{
    margin-top:0px;
}

.chat_content 
{
    padding-top:100px;
    top:120px;
    padding-bottom:60px;
}

.important_message
{
    /*top:-20px;*/
}

.header_banner 
{
    top:35px !important;
}


.radar-container {
    position: relative;
    width: 100vmin;
    height: 100vmin;
    z-index:2;
}

.circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ccc;
    transform-origin: center;
}

.circle1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.circle2 {
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
}

.circle3 {
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
}

.product {
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border:1px solid #ccc;
}

.product img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}


.tile-container-1
{
    position: fixed;
    left:0px;
    margin-left:0px;
    padding:10px;
    top:0px;
    bottom:0px;
    right:auto;
    width:350px;
    height:auto;
    z-index:2;
    overflow-y:auto;
    padding-top:20px;
}

.tile-container-2
{
    position: fixed;
    right:0px;
    margin-right:0px;
    padding:10px;
    top:0px;
    bottom:0px;
    left:auto;
    width:350px;
    height:auto;
    z-index:2;
    overflow-y:auto;
    padding-top:20px;
}

.product_tile
{
    width:310px;
    margin-left:-300px;
    min-height:70px;
    background-color:#ffffff;
    color:#000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
    padding:20px;
    opacity: 1;
    display:block;
    margin-bottom:5px;
    cursor:pointer;
    text-decoration: none;
    
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
    
    opacity:1;
}

    .product_tile:hover
    {
        opacity:1;
    }

.tile-container-2 .product_tile
{
    margin-left:auto;
    margin-right:-300px;
    border-radius: 20px 20px 20px 20px;
}
        
.product_tile .title
{
    font-weight:bold;	
    font-size:13px;
}

.product_tile .description
{
    font-size:13px;
    margin-bottom:15px;
}

.product_tile .price
{
    text-align:right;
    font-weight:bold;	
    font-size:18px;
    margin-bottom:-20px;
}

.product_tile img {
    width: 50px;
    height: auto;
    float: left;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 0px solid #eeeeee;
}

.product_tile .button
{
    font-size:13px;
    text-decoration: none !important;
    text-align: center;
    border: 0px;
    width:auto;
    border-radius: 20px;
    padding: 7px 15px;
    background: linear-gradient(45deg, rgb(254, 148, 0), rgb(254, 148, 0));
    color: rgb(255, 255, 255);
    display: inline;
}

.review_stars
{
    background-color: #ffffff;
    padding: 10px 15px 30px 15px;
    border-radius: 20px 20px 0px 0px;
    
    background: linear-gradient(45deg, rgb(254, 148, 0), rgb(254, 148, 0));
    color: rgb(255, 255, 255);
    
    font-weight:400;
    font-size:90%;
    position: fixed;
    bottom:-100px;
    left:10px;
    right:10px;
    text-align: center;
    z-index:13;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    
    display:none;	
}

    .review_stars div
    {
        margin-top:8px;
        margin-bottom:5px;
    }

    .review_stars i.fas
    {
        color: rgb(255, 255, 255);
        font-size:18px;
        cursor:pointer;
        margin-right:3px;
        margin-left:3px;
        
        /*-webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -kthtml-transition: all 0.5s linear;
        transition: all 0.5s linear;*/
        
        opacity:0.5;
    }

    /*.review_stars:hover i.fas
    {
        opacity:1;
    }*/

    .review_stars i.fas.hover
    {
        opacity:1;
    }

.chatmessage.assistant .debug_info_box
{
    display:none;

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.chatmessage.assistant:hover .debug_info_box
{
    display: block;
    color: #081245 !important;
    font-size: 11px;
    line-height: 13px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;	
}

.scanner-wrapper
{
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid #333;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    display: none;
    position: absolute;
    left: 15vw;
    bottom: 90px;
    z-index: 13;
    /* padding-bottom: 50px; */
    border: 10px solid #ffffff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(https://app.youshouldask.ai/img/loading_green_blue.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}

#reader {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#reader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#qr-shaded-region
{
    border-radius: 50%;
}

.input_message {
    margin-top:0px;
}

@media (min-width:800px)  
{
    .input_message {
        margin-top:0px;
    }

    body
    {
        /*
        background-color: rgb(255, 255, 255);
        */
    }

    .scanner-wrapper {
        bottom: 90px; /* Adjusted for visibility */
        left: calc(50% - 100px); /* Center the scanner */
        width: 200px;
        height: 200px;
    }
    
    .framework {
        position: fixed;
        top: 20px;
        bottom: 20px;
        left: 50%;
        border-radius: 20px;
        right: auto;
        margin-left: -250px;
        overflow-x: hidden;
        width: 500px;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
        font-weight: 400;
        font-size: 14px;
        background-color: rgb(0, 0, 0);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        height: auto;
        
        background-color: rgb(255, 255, 255);
    }
    
    
        .product_objects
        {
            width: 430px !important;
        }
        
    .product_objects.items_1, .product_objects.items_2, .product_objects.items_3
    {

    }
    
    .header
    {
        /*top: 0px !important;
        left: 0px;
        right: 0px;
        border-radius: 0px 0px 0px 0px;*/
    }

    .product_objects.items_1 .product_object
    {
        width: calc(100% - 70px);
    }
}


#data_consent_popup
{
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    z-index: 2999;
    background-color: rgb(0, 136, 154)22;
    color: rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding:20px;
}

.close_data_consent_popup
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.data_consent
{
    text-align: center;
    /* css to  position bottom absolute; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 136, 154);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.data_consent_title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:20px;
}

.data_consent_text
{
    font-size: 14px;
    margin-bottom: 20px;
}

.data_consent_button
{
    background-color: rgb(254, 148, 0);
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 5px;
    font-weight: 600;
}

.data_consent_button.decline
{
    font-weight:400;
}

.data_consent_button:hover
{
    background-color: rgb(254, 148, 0);
    color: rgb(255, 255, 255);
}

.close_image_popup
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.upload_options
{
    position: fixed;
    bottom: 4px;
    right: 64px;
    width:48px;
    min-height:45px;
    background-color: transparent;
    border-radius: 50px;
    padding: 4px;
    text-align: center;
}

.upload_options.active {
    /* box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.1); */
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 6;
    width: auto;
    /* min-height: 49px; */
    background-color: #ffffff;
    border-radius: 20px;
    padding: 3px;
    padding-top: 9px;
    text-align: center;
}

.upload_options.move_up
{
    margin-bottom:65px;
    transition: all 0.3s ease;
}

.toggle_option
{
    width: 42px;
    height: 42px;
    border-radius: 60px;
    text-align: center;
    background: #f1f1f1;
    color: rgb(0, 0, 0);
    padding-left: 0px;
    padding-top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    cursor: pointer;
}

.toggle_option.active
{
    background: transparent;
    margin-right: -42px;
}

.options {
    display: inline-flex;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.8s ease;
}

.upload_options.active .options {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.option_button:hover
{
    background-color: rgb(254, 148, 0);
    color: rgb(255, 255, 255);
}

.option_button:hover i
{
    color: rgb(255, 255, 255);
}

@keyframes pulse {
    0% { background-color: #ff0000; }
    50% { background-color: #ff6666; }
    100% { background-color: #ff0000; }
}

.copyright_info
{
    display:none !important;
}