
.catalog_category_view {
    background-color: #F8F0EA;
    padding:30px 0 !important;
    margin: 0;
}

.catalog_category_view .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 80%;
    max-width: 1522px;
    min-height : 280px;
    background : transparent url('https://assistant.ugoburo.ca/static/banner-bg-3.png') 90% 50%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    font-family: "Montserrat", system-ui;
}

.catalog_category_view .container p {
    padding-top: 15px;
    font-size:13px;
    padding-left : 5vw;
}

.catalog_category_view .container p a {
    color: #000000 !important;
    text-decoration: none !important;
}

.container #banner-h1 {
    display: block;
    text-align:left;
    width:380px;
    padding-top:60px;
    font-size:50px;
    text-transform: uppercase;
    line-height: 66px;
    margin-bottom: 0;
    margin-left: 5vw;
}

.container #banner-h1 span {
    display :block;
    width: 100%;
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:55px;
}


.chat-flexbox {
    margin-top: 35px;
}

.chat-flexbox .col-text, .chat-flexbox .col-text p {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

 .chat-flexbox .col-chat {
     padding-left: 0!important;
 }

#chatbot {
    border: 1px solid #00000029;
    border-radius: 15px;
    overflow-y: auto;
    min-height: 150px;
    padding: 15px 20px 0 20px;
    box-shadow: 5px 5px 10px 1px #f1f1f1;
    width: 95%;
    position: relative;
    box-sizing: border-box;
    background-color: #F8F0EA;
    margin-bottom: 30px;
}

#chatbot * {
    box-sizing: border-box;
}

#chatbot .thread {
    height: auto;
    padding-bottom: 100px;
    line-height: 1.15;
}

#chatbot .thread span {
    display: block;
    width: 90%;
    margin: 15px 0;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 16px;
}
 #chatbot .thread span.showroom {
     font-size: 0.5em;
     line-height: 1.5em !important;
     padding: 0;
     color: darkorange;
 }

#chatbot .thread span.assistant {
    float: left;
    background-color: #ffffff;
}

#chatbot .thread span.user {
    float: right;
    background-color: #ffffff;
}

#chatbot .thread span:last-child {
    margin-bottom: 20px;
}

#chatbot .thread span img {
    float: left;
    max-width: 80px;
    border-radius: 10px;
    margin: 15px 15px 15px 0;
}
#chatbot .thread a {
    color: #ef4c26 !important;
}

#chatbot .chat-input {
    display: flex;
    gap: 5px;
    width: 100%;
    background: #fff;
    padding: 3px 0px;
    margin-bottom: 20px;
    border: 1px solid #DD5837;
    border-radius: 15px;
}

#chatbot .chat-input textarea {
    height: 35px;
    border: none;
    outline: none;
    resize: none;
    margin: 8px 0 0 8px;
    max-height: 180px;
    padding: 2px 0 10px 10px;
    border-radius: 15px;
    font-size: 0.95rem;
    background-color: #ffffff;
    width: 85%;
    min-height: 35px !important;
}

#chatbot .chat-input span {
    align-self: flex-end;
    color: #ef4c26;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    visibility: hidden;
    font-size: 1.5rem;
}

#chatbot .chat-input textarea:valid ~ span {
    visibility: visible;
}

#ugo-avatar-mobile {
    margin-bottom: 10px;
    display: none;
}

#ugo-avatar {
    display: block;
}

#ugo-avatar img {
    border: 1px solid #00000029;
    border-radius: 50%;
    width: 125px;
    float:left;
    margin : 0 30px 0 0;
}

#ugo-avatar h2, #ugo-avatar-mobile h2 {
    display: flex;
    align-items: center;
    height: 125px;
    line-height: 35px;

}

#ugo-avatar-mobile img {
    width: 125px;
    float:left;
    margin : 0px 30px 15px 0;
}

 .chat-flexbox .col-text h3 {
     color: #DD5837;
     font-weight: 600;

 }
 .chat-flexbox .col-text h4 {
     font-weight: 600;
 }
#loader {
    display: none;
    position: relative;
}

#loader.show {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -25px;

}

#loader div.loader::before,
#loader div.loader::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #999;
    width: 10px;
    height: 10px;
    bottom: 60px;
    left: 15px;
}


#loader div.loader::before {
    box-shadow: -13px 0;
    animation: l8-1 0.7s infinite linear;
}

#loader div.loader::after {
    transform: rotate(0deg) translateX(13px);
    animation: l8-2 0.7s infinite linear;
}

@keyframes l8-1 {
    100% {
        transform: translateX(13px)
    }
}

@keyframes l8-2 {
    100% {
        transform: rotate(-180deg) translateX(13px)
    }
}

@media (min-width: 1401px) {
    .catalog_category_view .container {
        background-size: auto 90%;
        background-position: 75% 50%;
        width: 90%;
    }
    .container #banner-h1 {
        margin-left: 10%;
    }
    .catalog_category_view .container p {
        padding-left: 10%;
    }

}

@media (max-width: 1200px) {
    .catalog_category_view .container {
        background-size: auto 75%;
        background-position: 90% 50%;
        width: 90%;
    }
    .container #banner-h1 {
        margin-left: 5%;
    }
    .catalog_category_view .container p {
        padding-left: 5%;
    }

}

@media (max-width: 980px) {

}

@media (max-width: 950px) {
    .catalog_category_view .container {
        background-image: none;
        min-height: 200px;
        padding-top: 30px;
    }
    .container #banner-h1 {
        width:100%;
        text-align: center;
        padding-top:0px;
        font-size:45px;
        line-height: 55px;
    }
    .catalog_category_view .container p {
        text-align: center;
    }
}

@media (max-width: 700px) {
    #chatbot {
        width: 100%;
        padding: 8px;
    }

    #ugo-avatar-mobile {
        display: block;
    }

    #ugo-avatar {
        display: none;
    }

    #chatbot span.assistant, #chatbot span.user {
        width: 90%;
    }

    #chatbot span.assistant p ,  #chatbot span.user p {
        font-size: ;
    }

    .chat-flexbox .pagebuilder-column-line {
        flex-direction: column;
    }

    .chat-flexbox .col-chat, .chat-flexbox .col-text {
        width: 100% !important;
    }
      .catalog_category_view .container {
        background-size: 100% auto;
    }
      .container #banner-h1 {
          padding-top:15px;
      }
}

@media (max-width: 550px) {
    .catalog_category_view .container {
        padding-top: 0;
        min-height: 200px;
    }
}