/* center line */

.line {
    width: 70px;
    height: 6px;
    background-color: #0866FF;
    margin: 0 50%;
    margin-top: 20px;
    display: block;
    border-radius: 3px;
}

.anim {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fb-col {
    color: #0866FF;
}

.anim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: white;
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

.chatbox-modern {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 300px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    z-index: 2;
    overflow: visible;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

.chatbox-modern.one {
    position: static;
    width: 315px;
    padding-bottom: 15px;
}

/* Header bar */
.chatbox-header {
    background-color: #0061FF;
    color: white;
    padding: 10px 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border-radius: 20px 20px 0px 0px;
}

.chatbox-header.one {
    background-color: white;
    color: black;

}


/* Chat bubbles */
.chat-message {
    margin: 10px 10px 10px 0px;
    padding: 8px 10px;
    max-width: 80%;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.4;
}

.chat-input {
    background: #fff;
    padding-top: 20px;
}

.chat-input.one {
    padding-top: 100px;
}

.chat-input.two {
    padding-top: 20px;
}

.chatbar-img {
    width: 100%;
    display: block;
}

.chat-message.left {
    margin: 10px 36px 10px 48px;
    width: fit-content;
}

.user-msg {
    background-color: #016AFF;
    color: white;
    align-self: flex-end;
}

.bot-msg {
    background-color: #F6F6F6;
    color: black;
}

.file-message-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    max-width: 300px;
    margin-left: 10px;
}

.file-side-icon {
    width: 28px;
    height: 28px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
}


.file-message {
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 16px;
    display: flex;
    width: fit-content;
    margin: 0px 40px 0px 0px;
    align-items: flex-start;
}

.file-message.one {
    margin: 0px 40px 0px 35px;
}

.file-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.file-details .file-name {
    font-size: 12px;
    line-height: normal;
    color: #000;
}

.file-details .file-size {
    font-size: 11px;
    color: #999;
}

/* Emoji reaction */
.emoji-reaction {
    position: absolute;
    bottom: 24px;
    left: 265px;
}

.emoji-reaction.s1,
.emoji-reaction.s2,
.emoji-reaction.s3 {
    left: 285px;
}

.emoji-reaction.s1,
.emoji-reaction.s2,
.emoji-reaction.s3 {
    bottom: 100px;
}

.emoji-reaction.s2 {
    bottom: 230px;
}

.size {
    width: 60px;
    height: 60px;
}

.chatbox2 {
    border-radius: 15px;
    padding: 50px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    margin-left: auto;
    position: relative;
    background: none;
    box-shadow: none;
    padding-top: 70px;
}

.chatbox2.one {
    padding-top: 30px;
}

.chatbox2.set {
    padding: 10px 20px;
    padding-top: 70px;
}

.box-2-img {
    position: absolute;
    right: 360px;
    top: -30px;
    width: 75px;
}

.chat-header2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: bold;
    margin: 10px 30px;
}

.chat-message2 {
    display: flex;
    align-items: flex-end;
    /* margin-bottom: 15px; */
    margin-bottom: 20px;
    /* margin-right: 70px; */

}

.chat-message2.user2 {
    justify-content: flex-end;
    margin-right: 70px;

}

.chat-message2.user2 p {
    background: #0866FF;
    color: white;
    border-radius: 20px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    width: fit-content;
    border-bottom-right-radius: 5px;
}

.chat-message2.user2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
}

.chat-message2.bot2 p {
    background: white;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    width: fit-content;
    border-bottom-left-radius: 5px;
}

.chat-message2.bot2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-message2.bot2.one img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-message2.bot2.one {
    margin-left: 10px;
}

.chat-bg1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/chat-bg1.png) no-repeat center center;
    background-size: contain;
}

.chat-bg2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/chat-bg2.png) no-repeat center center;
    background-size: contain;
    /* margin-left: 60px; */
}

.chat-bg3 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/chat-bg3.png) no-repeat right center;
    background-size: contain;
    /* margin-left: 40px; */
}

.mobile-content li {
    padding-left: 20px;
    position: relative;
    font-size: 15px !important;
}

.mobile-content li::before {
    content: "•";
    position: absolute;
    left: 0px;
    color: #0866FF;
    font-size: 30px;
    line-height: 0.7;
}

.mobile-content h4 {
    text-align: left;
    font-size: 16px !important;
    padding: 30px 0;
}

.mobile-content-two h4 {
    text-align: left;
    font-size: 18px !important;
    padding: 30px 0;
}

.mobile-content h3,
.mobile-content-two h3 {
    font-family: 'Poppins-Bold';
    font-size: 25px !important;
}

.scenario {
    color: black;
}


.box {
    border: 2px solid #407BFF;
    padding: 10px;
    border-radius: 18px;
}

.box::after {
    content: "";
    display: table;
    clear: both;
}

.box-content {
    margin: 10px 0px;
    display: flex;
    align-items: flex-start;
}

/* BoxHover css */
.boxhover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    min-height: 180px !important;
    padding: 20px;
    border: 2px solid transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
}

.boxhover:hover {
    border: 2px solid #0866FF;
}

.boxhover2 {
    height: auto !important;
}

.boxhover3 { 
    min-height: 200px !important;
    padding: 35px;
}

.scenario-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.scenario-table th,
.scenario-table td {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.scenario-table th {
    background-color: #E6F0FF;
}

.scenario-table td {
    background-color: #F8FBFF;
}

.active {
    margin-top: 0px;
}

.stacked {
    display: none
}

@media (max-width:425px) {
    .scenario-table table:not(.stacked) {
        display: none;
    }

    .scenario-table table.stacked {
        display: table;
    }
}

.utilities h4 {
    font-size: 25px !important;
    color: #0866FF !important;
    font-family: 'poppins-bold';
    text-align: center;
    line-height: normal;
}

.boxhover2 {
    padding: 35px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    transition: all 0.8s linear;
    border: 2px solid #fff;
    margin-bottom: 40px;
    gap: 10px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
}

.boxhover2:hover {
    border: 2px solid #2B63EC;
}

.gap {
    height: 10px;
    width: 100%;
}

.box4 {
    display: flex;
    align-items: flex-start;
}


.pricing-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.pricing-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0px;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.line-text {
    display: inline;
    font-size: 15px;
    line-height: 1.5;
}

.line-text strong {
    font-weight: 700;
}

.left-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.chatbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-chatbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-content,
.right-content {
    margin-top: 20px;
}

.back-image {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/img8.png) no-repeat;
    position: relative;
    min-height: 540px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
}

.nrmltxt.content {
    color: white;
}

.connectBtn2 {
    border-radius: 38px;
    background-color: #016AFF !important;
    width: 300px;
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a {
    color: #414141;
    outline: medium none;
    text-decoration: none;
    transition: all .5s ease;
}

.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.boxhover4 {
    height: 210px !important;
    margin-bottom: 0;
}

strong,
th {
    font-family: 'poppins-bold';
}

@media (min-width: 0px) and (max-width: 768px) {

    .boxhover,
    .boxhover2,
    .boxhover3,
    .boxhover4 {
        display: block;
        height: auto !important;
    }

    .swip {
        display: flex;
        flex-direction: column;
    }

    .items1 {
        order: 2
    }

    .specer {
        height: 0 !important;
    }

    .items2 {
        order: 1
    }

    .chat-bg1 {
        background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/chat-bg1.png) no-repeat right center;
        background-size: contain;
    }

    .chat-bg2 {
        background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/chat-bg2.png) no-repeat right center;
        background-size: contain;
    }

    .chat-bg3 {
        background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/chat-bg3.png) no-repeat right center;
        background-size: contain;
    }

    .file-message-wrapper.one {
        margin-top: 10px;
    }

    .mobile-content h3,
    .mobile-content-two h3 {
        margin-bottom: 15px;
    }

    .back-image {
        background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_Utilities_Facebook/img8.png) no-repeat;
        position: relative;
        height: 650px !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .chatbox-modern {
        position: relative;
        width: 300px;
        left: 0%;
        top: 0;
    }
}

@media (min-width: 0px) and (max-width: 425px) {


    .emoji-reaction {
        left: 275px;
    }

    .chat-message2.user2 {
        margin-right: 0px;
    }

}

@media (min-width: 0px) and (max-width: 320px) {

    .emoji-reaction,
    .emoji-reaction.s1,
    .emoji-reaction.s2,
    .emoji-reaction.s3 {
        left: 248px;
    }

    .chatbox2 {
        padding: 0px 20px;
    }
}