/* Overall text - for the actual text generated by the bot */
.pxe-markdown {
    font-size: 1.6rem !important;
    font-family: "Open Sans", Helvetica, Arial !important;
}

/* Bot Title */
.pxe-flex.pxe-items-center.pxe-justify-between.pxe-gap-4 {
    background: #ffffff !important;
    margin-bottom: 20px !important ;
}

/* Background for the conversation starters */
.pxe-group.pxe-relative.pxe-flex.pxe-w-full.pxe-flex-grow.pxe-cursor-pointer.pxe-select-none.pxe-overflow-hidden {
    width: 50% !important;
    background-color: #f8f8f8 !important ;

}

/* Hide on bot certain pages */
body.bot-off #deployment-6edafc9f-46d2-4164-80a1-3f80cd80c57c {
        display: none;
}

/* Text inside the typing area*/
    .pxe-resize-none {
font-size: 1.6rem !important;
border-radius: 18px !important;
padding: 0px 16px !important;
font-family: "Open Sans", Helvetica, Arial !important;
}

/* Text for the conversation starters */
.pxe-flex.pxe-flex-col.pxe-gap-y-3.pxe-px-4.pxe-py-3 {
    background-color: #f8f8f8 !important;
}


/* Text for the conversation starters */
.pxe-group.pxe-cursor-pointer.pxe-border p {
    color: #3b3b3b !important;           /* Deep purple text - change as needed */
    font-size: 1.4rem !important;       /* Change font size here */
    padding: 4px 10px !important;        /* Padding inside the text box */
    background: transparent !important;  /* Keep background transparent for text */
    display: inline-block;
}


/* Sphere behind the send button */
.pxe-w-8.pxe-h-8 {
    width: 3rem !important;
    height: 3rem !important;
}

/* Size of all svg icons */
.pxe-w-6.pxe-h-6 {
    width: 2rem !important;
    height: 2rem !important;

}

/* bold font fix */
strong:where(.pickaxe-embed,.pickaxe-embed *)  {
    font-weight: 600 !important;

}

/* send button to the left */
button.pxe-fixed.pxe-z-50 {
    right: 4px !important;
    bottom: 200px !important;
    border-radius:25px !important;
}

/* button adjust size on mobile */
@media(max-width:575px){
    button.pxe-fixed.pxe-z-50 {
        bottom: 140px !important;
    }
}

/* send chat to the left */
.pxe-transition-h.pxe-fixed {
    right:80px !important;
    bottom: 80px !important;
    transform-origin: right 200px !important;

}

/*Copy Button*/
button.pxe-flex.pxe-items-center.pxe-gap-1.pxe-opacity-70.pxe-outline-none.pxe-transition-opacity.pxe-duration-300.pxe-ease-in-out.hover\:pxe-opacity-100 {
    display: none !important;
}

