/*Start Welcome to ask box css*/
.sec_ai_chatbot{
    padding:20px 0px 0px;
    background-color: #fff;
}
.mb-3{
    margin-bottom: 16px;
}
.font-weight-bold {
    font-weight: 600;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0px;
    }
}
div>p {
    margin: 0px 0;
}
textarea.chat-question {
    margin: 0px;
}
.greeting-msg .response-box {
    background-color: #efefef;
    border: 1px solid #d1d1d1;
}
.response-gallery-page {
    background: #fff;
    min-height: 0vh;
}

.response-gallery-page {
    /* max-height: calc(100vh - 250px);*/
    height: 100%;
    overflow-y: auto;
    margin-right: 11px;
}

.response-gallery-page::-webkit-scrollbar-thumb {
    background-color: #A0A5B4;
    border-radius: 10px;
    cursor: default;
}

.response-gallery-page::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
}

.content {
    flex: 2;
    padding: 20px 0px 0px;
}

.response-container {
    overflow-y: auto;
    background-color: #f9f9f9;
    padding: 30px 25px !important;
    border-radius: 1px;
    border-bottom: 1px solid #c1c1c1;
}

.response {
    margin-bottom: 18px;
}

.container-res {
    display: flex;
    padding: 0px !important;
    border-radius: 10px;
}


.custom-container-1440 {
    max-width: 1200px;
    margin: 9px auto 0px !important;
    padding: 0 0px;
}

.fc-icon-chat {
    background-image: url(/img/ai-chatbot/lansa-favicon.png);
}

.fc-icon-chat,
.fc-icon-chat-que {
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.circle-shape {
    width: 40px !important;
    height: 38px !important;
    background-size: contain;
}

.response-box {
    padding: 15px 20px 15px;
    background-color: #f3f3f3;
    border: 1px solid #EFECEA;
    border-radius: 5px;
    width: 100%;
    max-width: calc(100% - 50px);
    margin-bottom: 0px;
}

.question {
    font-weight: 700;
    margin-bottom: 10px;
}

.response-message {
    padding: 6px 10px 0;
}

/*End Ask box css */



/*1st row icon css */
.fc_lansa_short_logo {
    height: 52px;
    /* width: 53px; */
}

.fc-icon-chat,
.fc-icon-chat-que {
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
}

/*1st row icon css-End */


/* Quaction box css  */

.question_pre {
    background: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-family: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    padding: 0 0 0 10px
}

.question-box {
    padding: 15px 20px 15px;
    background-color: #0076c02b;
    border: 1px solid #dbdde5;
    border-radius: 5px;
    max-width: calc(100% - 50px);
    width: 100%;
    margin-bottom: 0px;
}

.question_icon {
    background-image: url('/img/ai-chatbot/fc-icon-feedback-userquestion.svg');
}

.textarea-container .question_icon {
    background-image: url('/img/ai-chatbot/fc-icon-send-80.svg');
}

.textarea-container .send_icon.disabled {
    opacity: .8;
}

.question_icon,
.fc-icon-chat-que {
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
}



/*welcome ASK yellowfin Textarea */

div#sticky-text {
    position: sticky;
    bottom: 0;
}

.chat-box {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.textarea-container {
    position: relative;
    width: 100%;
}

textarea.chat-question {
    background: #333740;
    width: 100%;
    color: #fff;
    resize: none;
    overflow-y: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: none;
    outline: none;
    padding: 0px 60px 0px 44px;
    border-radius: 50px;
    border-top: 20px solid #333740;
    border-bottom: 20px solid #333740;
    max-height: 247px;
    margin-right: 8px;
    line-height: 1.2em;
}

.chat-question-con {
    background: #333740;
    border-radius: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_icon {
    background-image: url('/img/ai-chatbot/fc-icon-send-80.svg');
}

.textarea-container .send_icon {
    position: absolute;
    top: 29px;
    right: 55px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 31px;
    width: 40px;
    background-repeat: no-repeat;
    background-color: #333740;
    border: #ffdead;
}

.feedback_conatiner {
    color: #333740;
    padding: 25px 0px 5px;
    text-align: center;
}

.contact-link{
    padding: 5px 0px 25px;
}
.contact-link a{
    cursor:pointer; 
    text-decoration: none; 
    color: #0076c0;
}

.answerError {
    background-color: #fdefef;
    border: 1px solid coral;
    font-weight: 400;
}


textarea.chat-question::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

textarea.chat-question::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #717684;
    cursor: default;
}

.ai-res-loader {
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='12' r='0' fill='%23000'%3E%3Canimate attributeName='r' begin='.67' calcMode='spline' dur='1.5s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='0' fill='%23000'%3E%3Canimate attributeName='r' begin='.33' calcMode='spline' dur='1.5s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='0' fill='%23000'%3E%3Canimate attributeName='r' begin='0' calcMode='spline' dur='1.5s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center center;
}


/*Feedback popup */


.modal1 {
    display: var(--showModal);
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    background: #333740a6;
}

.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 20%;
    margin: 15% auto;
    border-radius: 12px;

}

.custom-container-1440-feedback {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 30px; */
}

.fc_feedback_header {
    background: #333740;
    color: #fff;
    padding: 10px 16px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.fc-icon-feedback {
    background-image: url(/assets/files/2024/09/yf-iocon.png);

    display: inline-block;
    background-repeat: no-repeat;

}

.circle-shape {
    height: 32px !important;
    width: 40px !important;
}

.close {
    float: right;
    font-size: 28px !important;
    cursor: pointer;
    padding: 0px 6px;
    Opacity: 75%;
    color: #fff;
}

.modal-content-inner-heading {
    background: #F8F6F4;
    padding: 16px 22px;
    text-align: center;
    line-height: 33px;
}

.modal-content-inner-heading h2 {
    font-size: 26px !important;
}

.modal-content-inner {
    padding: 16px;
    background: #fff;
    border-radius: 12px;
}

.feedback_p {
    text-align: center;
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 16px;
}

.face-images-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 8px 0px;
    min-height: 70px;
}

.face-images {

    display: flex;
    cursor: pointer;
}

.feedback-item:hover {
    border: 1px solid #333740;
}


.feedback-item {
    display: inline-block;
    border-radius: 5px;
    padding: 4px 7px;
    background: #f8f6f4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
    border: 1px solid transparent;
}

.text-center {
    text-align: center !important;
}

.feedback-text {
    font-size: 10px;
}

#user-feedback-textarea {
    border: 1px solid #dbdde5;
    border-radius: 5px;
    min-height: 140px;
    padding: 8px;
    resize: none;
    width: 100%;
    margin: 8px 0px;
    font-weight: 400;
    color: #333740;
}


::placeholder {
    color: #ADAFB3;
    opacity: 40%;
}

.btn-primary-grad {
    background: #00ba7b;
    border: none;
    border-radius: 5px;
    color: #ffff;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 12px 20px;
    width: 100%;
}

.btn-primary-grad-cancel {
    border: 2px solid #00ba7b;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 20px;
    width: 100%;
}

.active {
    background: #EBE8E6;
    border: 1px solid #261155;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
}

/* Feedback css end   */

.response-message.textContainer pre code {
    margin: 7px 0;
    padding: 7px 15px;
    border-radius: 7px;
    width: 100%;
    overflow-x: auto;
}

.response-message.textContainer pre code::-webkit-scrollbar-thumb {
    background-color: #A0A5B4;
    border-radius: 10px;
    cursor: default;
}

.response-message.textContainer pre code::-webkit-scrollbar {
    background-color: transparent;
    height: 5px;
}

.modal1 span.ai-res-loader {
    vertical-align: middle;
}

/* Orange-ball-2000-ch-css*/

span.max-limit-reach-indicator {
    height: 16px;
    width: 16px;
    background: #F69336;
    border-radius: 50%;
    position: absolute;
    right: 60px;
    transform: translateY(-50%);
    bottom: 60px;
    display: none;
}

span.feedback_error_message {
    color: red;
    font-weight: 500;
}

span.feedback_success_message {
    color: green;
    font-weight: 500;
}

/**Boxes CSS*/
.boxes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.box:hover {
    transform: translateY(-4px);
    transition: all .2s ease;
}
.box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
    padding: 7px 10px;
    min-width: 200px;
    flex: 1 1 200px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ffff;
    box-shadow: 0 6px 14px 0 rgba(33,35,68,.05);
}
.icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.fa-question-circle {
    background-image: url("/img/ai-chatbot/fa-question-circle.svg");
}
.fa-chart-line {
    background-image: url("/img/ai-chatbot/fa-chart-line.svg");
}
.fa-cogs-chatai {
    background-image: url("/img/ai-chatbot/fa-cogs-chatai.svg");
}
.fa-bug-chatai {
    background-image: url("/img/ai-chatbot/fa-bug-chatai.svg");
}
p.text {
    margin: 5px;
    font-size: 15px;
}


/* @media-screen-css*/
@media screen and (max-width: 410px) {
    .modal-content {
        width: 100%;
    }

    #user-feedback-textarea {
        min-height: 140px !important;
    }

    .modal-content-inner-heading {

        padding: 16px 21px;

    }

    .modal-content-inner-heading h2 {
        font-size: 23px !important;
    }


}

@media screen and (min-width: 410px) and (max-width: 600px) {

    .modal-content {
        width: 96%;

    }

    .modal-content-inner-heading {

        padding: 16px 21px;

    }

    #user-feedback-textarea {
        min-height: 140px;
    }
}

@media screen and (min-width: 600px) and (max-width: 850px) {

    .modal-content {
        width: 51%;

    }

    .modal-content-inner-heading {

        padding: 16px 21px;

    }

    #user-feedback-textarea {
        min-height: 140px !important;
    }
}


@media screen and (min-width: 850px) and (max-width: 1200px) {

    .modal-content {
        width: 38% !important;

    }

    #user-feedback-textarea {
        min-height: 140px !important;
    }

}


@media screen and (min-width: 1200px) and (max-width: 1500px) {

    .modal-content {
        width: 27% !important;

    }

    #user-feedback-textarea {
        min-height: 140px !important;
    }

    .modal-content-inner-heading {

        padding: 16px 21px;

    }
}

@media (min-width: 768px) {
    h2 {        
        font-weight: 600 !important;
    }
}

.chat-question::placeholder {
    color: #ffffff;
    font-size: 15px;
}