#mod-chatbot-conversation-area .userDiv
 {
    float: right;
    width: auto;
    max-width: 85%;
    position: relative;
    margin-right: 12px;
    clear:both;
    margin-bottom: 10px;
    margin-top: 10px;
}

#mod-chatbot-conversation-area .assistantRow {
    width: 100%;
    clear: both;
}

#roomButtonList{   
    display: contents;
}

#mod-chatbot-conversation-area .assistantDiv {
    /*float: left;*/
    width: auto;
    max-width: 85%;
    position: relative;
    margin-left: 12px;
    /*clear: both;*/
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

#mod-chatbot-conversation-area .firstassistantDiv {
    /*float: left;*/
    width: auto;
    max-width: 85%;
    position: relative;
    margin-left: 12px;
    /*clear: both;*/
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

#mod-chatbot-conversation-area .copyDiv {
    /*float: left;*/
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    /*padding-top: 0;
    margin-top: -12px;
    margin-right: 12px;
    margin-left: 0;*/
    border: 2px solid lightsteelblue;
    border-radius: 100%;
    color:lightsteelblue;
    background: #ffffff;
    right: 15px;
}

@media (max-width: 575.98px) { #mod-chatbot-conversation-area .copyDiv { right: 0;}}

.dark #mod-chatbot-conversation-area .copyDiv {
    background: #757582;
}


 #mod-chatbot-conversation-area a .copyDiv  {
        color: lightsteelblue;
        cursor: pointer;
    }

@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
#mod-chatbot-conversation-area .copyDiv i{position:relative;right:5px;}
}    



#mod-chatbot-conversation-area .contentDiv {
    width: 100%;
    height: auto;
    padding: 8px 18px;
    border-radius: 25px;
    overflow: auto;
	white-space: pre-wrap;
}

#mod-chatbot-conversation-area .userDiv ,#mod-chatbot-conversation-area .contentDiv {
    color: white;
}

#mod-chatbot-conversation-area .newConvDiv {
    font-size: 80%;
    color: darkgrey;
    width: 100%;
    clear: both;
}

#mod-chatbot-action-area {
    width: 100%;
    clear: both;
}

#mod-chatbot-action-area {
    margin: 0.75rem 0 0 0;
}

    #mod-chatbot-action-area a {
        font-size: 80%;
        color: darkgrey;
        position: relative;
        float: right;
    }


#mod-chatbot-conversation-area .newConvDiv {
    padding: 24px 0;
    text-align: center;
}

#mod-chatbot-conversation-area .newConvDiv hr {
    margin: 0;
}

#mod-chatbot-conversation-area  {
    height: 400px;
    min-height: 400px;
    margin: 0.75rem 0 0 0;
    border: 1px solid #ecf0f1;
    overflow-y: auto;
}

#mod-chatbot-conversation-area #chatContent {
    width: 100%;
    margin: 0;
    border: 0;
    height: auto;
    display: inline-block;
}


#mod-chatbot-conversation-area .quoteHeading {
    border-radius: 8px 8px 0 0;
    padding: 8px 12px;
    color: black;
    background-color: lightgray;
    font-weight: bold;
    font-size: 0.8rem;
}


#mod-chatbot-conversation-area pre {
    /*border-radius: 0 0 12px 12px; */
    border: 1px solid grey;
    white-space:pre-wrap;
    padding: 12px;
    color: white;
    background-color: black;
    font-size: 0.8rem;
}

#mod-chatbot-conversation-area pre.noHeader {
        border-radius: 12px;
    }

#mod-chatbot-conversation-area code[class^="language-"], code[class*=" language-"] {
    white-space: pre;
}

#mod-chatbot-conversation-area .userDiv .contentDiv {
    background: #C43F63;
    color: white;
}

#mod-chatbot-conversation-area .assistantDiv .contentDiv {
    background: #E5E5EA;
    color: black;
}

#mod-chatbot-conversation-area .firstassistantDiv .contentDiv {
    background: #E5E5EA;
    color: black;
}

#mod-chatbot-conversation-area .userDiv .contentDiv:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -8px;
    height: 19px;
    border-right: 20px solid #C43F63;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-left-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
}

#mod-chatbot-conversation-area .userDiv .contentDiv:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -42px;
    width: 12px;
    height: 19px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

#mod-chatbot-conversation-area .assistantDiv .contentDiv:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 19px;
    border-left: 20px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-right-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
}

#mod-chatbot-conversation-area .assistantDiv .contentDiv:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

#mod-chatbot-conversation-area .firstassistantDiv .contentDiv:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 19px;
    border-left: 20px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-right-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
}

#mod-chatbot-conversation-area .firstassistantDiv .contentDiv:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

#mod-chatbot-conversation-area th, #mod-chatbot-conversation-area td {
    border: 1px solid darkgrey;
    padding: 6px 12px;
}

#mod-chatbot-conversation-area th{
    font-weight:900;
    background-color:grey;
}

#mod-chatbot-conversation-area table {
    margin-top: 12px;
    margin-bottom: 12px;
}

.anychart-credits {
    display: none;
}

.widget-chatbot-chart-container {
    min-width:125px;
}

.widget-chatbot-used-content {
    color: #898989;
    font-weight: bold;
}

.widget-chatbot-remain-content {
    color: #044FF8;
    font-weight: bold;
    margin-top: 0.75rem;
}

#widget-chatbot-gptservice, #mod-chatbot-gptservice{
    padding: 0 16px 0 6px;
}

.widget-chatbot-nextupdate-content,
.mod-chatbot-nextupdate-content,
.mod-chatbot-wordsinprompt-content,
.mod-chatbot-wordsincompletion-content,
.mod-chatbot-lastwordconsumption-content,
.mod-chatbot-lastconversationincluded-content {
    color: #898989;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.mod-chatbot-border {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.mod-chatbot-content {
    padding: 1rem;
}

.mod-chatbot-body {
    padding: 0rem !important;
}


.mod-chatbot-submitBtn {
}

#mod-chatbot-newQuestion {
    resize: none;
    padding: 5px 2px 2px 6px;
    height: 36px;
    min-height: 36px;
    max-height: 105px;
    overflow: auto;
}

#mod-chatbot-newQuestion::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#mod-chatbot-newQuestion::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#mod-chatbot-newQuestion::-webkit-scrollbar-thumb {
    background: #AFAFAF;
}

    /* Handle on hover */
    #mod-chatbot-newQuestion::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

    
  /* Dark Mode */  
.dark #widgetBodychatbot,
.dark .mod-chatbot-border
{
        background-color: rgb(117, 117, 130);
}

.dark .widget-chatbot-left,
.dark .widget-chatbot-used-content,
.dark .widget-chatbot-remain-content,
.dark .widget-chatbot-nextupdate-content,
.dark .mod-chatbot-nextupdate-content,
.dark .mod-chatbot-wordsinprompt-content,
.dark .mod-chatbot-wordsincompletion-content,
.dark .mod-chatbot-lastwordconsumption-content,
.dark .mod-chatbot-lastconversationincluded-content,
.dark #widgetBodychatbot select,
.dark #widgetBodychatbot select option,
.dark #mod-chatbot-content select,
.dark #mod-chatbot-content select option{
    color: rgba(255, 255, 255, 0.6);
}

.dark #mod-chatbot-conversation-area .userDiv .contentDiv:after,
.dark #mod-chatbot-conversation-area .assistantDiv .contentDiv:after,
.dark #mod-chatbot-conversation-area .firstassistantDiv .contentDiv:after,
.dark #widgetBodychatbot select,
.dark #widgetBodychatbot select option,
.dark #mod-chatbot-content select,
.dark #mod-chatbot-content select option 
.dark #mod-chatbot-action-area select,
.dark #mod-chatbot-action-area select option{
    background: rgb(117, 117, 130);
}

.dark #widgetBodychatbot select,
.dark #widgetBodychatbot select option,
.dark #mod-chatbot-content select,
.dark #mod-chatbot-content select option,
.dark #mod-chatbot-action-area select,
.dark #mod-chatbot-action-area select option{
    border-color: rgba(255, 255, 255, 0.6);
}

#mod-chatbot-conversation-area .assistantDiv .contentDiv p:last-of-type {
     margin-bottom: 0;
}

#mod-chatbot-conversation-area .firstassistantDiv .contentDiv p:last-of-type {
     margin-bottom: 0;
}

#widgetBodychatbot{ margin-top: 0.75rem;}
.dark #mod-chatbot-gptservice{color: rgba(255, 255, 255, 0.6);background: rgb(117, 117, 130);}

.mod-chatbot-form{margin-top:0.75rem;}

.dark .custom-select{background:rgb(117, 117, 130) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat!important;}

.dark #mod-chatbot-conversation-area .newConvDiv {
    color: #fff;
    }

#btn-new-conversation{float:right;margin-top: 0.25rem;}

.mod-chatbot-conversation-btnGroup{width:100%;}
.mod-chatbot-conversation-btn{background:#E5E5EA;color:#000;font-size:0.75rem;}
.mod-chatbot-conversation-btn.active{background:#B73959;color:#fff;}
/*label:has(input[type="radio"]:checked) {
    background: #B73959;
    color: #fff;
    font-weight: 900;
}*/


.mod-chatbot-conversation-btnGroup.btn-group > .mod-chatbot-conversation-btnGroup.btn-group:not(:last-child) > .btn,
.mod-chatbot-conversation-btnGroup.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 1px;
}
.mod-chatbot-conversation-btnGroup.btn-group>.mod-chatbot-conversation-btnGroup.btn-group:not(:first-child)>.btn, 
.mod-chatbot-conversation-btnGroup.btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 1px;
}

.mod-chatbot-conversation-btnGroup.btn-group>.btn-group:not(:first-child), 
.mod-chatbot-conversation-btnGroup.btn-group>.btn:not(:first-child) {
    margin-left: 0!important;
}

 .mod-chatbot-conversation-btn.center {
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
}
.mod-chatbot-conversation-btn.center:hover 
{
            border-top-right-radius: 0!important;
            border-bottom-right-radius: 0!important;
            border-top-left-radius: 0!important;
            border-bottom-left-radius: 0!important;
}

.mod-chatbot-conversation-title{
    color: #000000;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-weight:600;
}

#mod-chatbot-conversation-mode {
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

    #mod-chatbot-conversation-mode .mod-chatbot-conversation-btn {
        padding: 8px 4px;
    }

#mod-chatbot-conversation-mode-sm {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

    #mod-chatbot-conversation-mode-sm .mod-chatbot-conversation-btn {
        padding: 4px;
    }

#mod-chatbot-btn-download-history{
    margin-top:36px;
}

#mod-chatbot-conversation-options {
    /*margin-top: 36px;*/
}

.dark .mod-chatbot-conversation-title {
    color: #ffffff;
}
.dark .mod-chatbot-conversation-btn{background:#464646;color:#ffffff;}
.dark .mod-chatbot-conversation-btn.active{background:#B73959;color:#fff;font-weight: 900;}

.mod-chatbot-clear{
    margin-right: 0.75rem;
    width: 36px;
    height: 36px;
    color: lightsteelblue;
    background: transparent;
    border: 2px solid #B0C4DE;
    border-radius: 100%;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dark .mod-chatbot-clear{

}

/*KB chat css*/
#kb-chatbot-conversation-area .userDiv
 {
    float: right;
    width: auto;
    max-width: 85%;
    position: relative;
    margin-right: 12px;
    clear:both;
    margin-bottom: 10px;
    margin-top: 10px;
	margin-left: auto;
}
#kb-chatbot-conversation-area .firstassistantRow {
    width: 100%;
    clear: both;
    padding-top: 1%;
}

@media (max-width: 575.98px) { #kb-chatbot-conversation-area .firstassistantRow { padding-top: 7.5%;}}

#kb-chatbot-conversation-area .assistantRow {
    width: 100%;
    clear: both;
}

#kb-chatbot-conversation-area .assistantDiv {
    /*float: left;*/
    width: auto;
    max-width: 85%;
    position: relative;
    margin-left: 12px;
    /*clear: both;*/
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

#kb-chatbot-conversation-area .firstassistantDiv {
    /*float: left;*/
    width: auto;
    max-width: 85%;
    position: relative;
    margin-left: 12px;
    /*clear: both;*/
    margin-bottom: 10px;
    margin-top: 10px;
    display: table;
}

#kb-chatbot-conversation-area .copyDiv {
    /*float: left;*/
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    /*padding-top: 0;
    margin-top: -12px;
    margin-right: 12px;
    margin-left: 0;*/
    border: 2px solid #6e6f73;
    border-radius: 100%;
    color:#ffffff;
    background: #6e6f73;
    right: 15px;
    display:none;
}

#kb-chatbot-disclaimer-area {
    background-color: #f2eeeb;
	text-align: center;
	color: slategrey;
    font-style: italic;
	font-size: 75%;
}

@media (max-width: 575.98px) { #kb-chatbot-conversation-area .copyDiv { right: 0;}}

.dark #kb-chatbot-conversation-area .copyDiv {
    background: #757582;
}


 #kb-chatbot-conversation-area a .copyDiv  {
        color: lightsteelblue;
        cursor: pointer;
    }

@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
#kb-chatbot-conversation-area .copyDiv i{position:relative;right:5px;}
}    



#kb-chatbot-conversation-area .contentDiv {
    width: 100%;
    height: auto;
    padding: 8px 18px;
    border-radius: 25px;
    overflow: auto;
}

#kb-chatbot-conversation-area .userDiv ,#kb-chatbot-conversation-area .contentDiv {
    color: white;
}

#kb-chatbot-conversation-area .newConvDiv {
    font-size: 80%;
    color: #5d6565;
    width: 100%;
    clear: both;
}

#kb-chatbot-action-area {
    width: 100%;
    clear: both;
}

#kb-chatbot-action-area {
    margin: 0.75rem 0 0 0;
}

#kb-chatbot-action-area a {
        font-size: 80%;
        color: darkgrey;
        position: relative;
        float: right;
    }

#kb-chatbot-conversation-area .newConvDiv {
    font-size: 80%;
    color: darkgrey;
    width: 100%;
    clear: both;
    padding: 24px 0;
    text-align: center;
}

#kb-chatbot-conversation-area .kb-disclaimer-div {
    background-color: #f1f2f2;
    position: relative;
    margin: 10px;
    width: auto !important;
    height: auto;
    padding: 22px 18px;
    border-radius: 25px;
    overflow: auto;
    text-align: center;
}
#kb-chatbot-conversation-area .newConvDiv hr {
    margin: 0;
}
    #kb-chatbot-conversation-area .kb-disclaimer-div hr {
        margin: 0;
    }

#kb-chatbot-conversation-area   {
    height: 400px;
    min-height: 400px;
    margin: 0 0 0 0;
    border: 1px solid #ecf0f1;
    overflow-y: auto;
}

#kb-chatbot-conversation-area  #chatContent {
    width: 100%;
    margin: 0;
    border: 0;
    height: auto;
    display: inline-block;
}


#kb-chatbot-conversation-area  .quoteHeading {
    border-radius: 8px 8px 0 0;
    padding: 8px 12px;
    color: black;
    background-color: lightgray;
    font-weight: bold;
    font-size: 0.8rem;
}


#kb-chatbot-conversation-area  pre {
    /*border-radius: 0 0 12px 12px; */
    border: 1px solid grey;
    white-space:pre-wrap;
    padding: 12px;
    color: white;
    background-color: black;
    font-size: 0.8rem;
}

#kb-chatbot-conversation-area  pre.noHeader {
        border-radius: 12px;
    }

#kb-chatbot-conversation-area  code[class^="language-"], code[class*=" language-"] {
    white-space: pre;
}

#kb-chatbot-conversation-area  .userDiv .contentDiv {
    background: #e46c24;
    color: white;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#kb-chatbot-conversation-area .assistantDiv .contentDiv {
    background: #ffffff;
    color: black;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#kb-chatbot-conversation-area .firstassistantDiv .contentDiv {
    background: #ffffff;
    color: black;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#kb-chatbot-conversation-area .userDiv .contentDiv:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -8px;
    height: 19px;
    border-right: 20px solid #bd3169;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-left-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
    display:none;
}

#kb-chatbot-conversation-area .userDiv .contentDiv:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -42px;
    width: 12px;
    height: 19px;
    background: #dce2e6;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
    display:none;
}

#kb-chatbot-conversation-area .assistantDiv .contentDiv:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 19px;
    border-left: 20px solid #ffffff;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-right-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
    display:none;
}

#kb-chatbot-conversation-area .assistantDiv .contentDiv:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: #dce2e6;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
    display:none;
}

#kb-chatbot-conversation-area .firstassistantDiv .contentDiv:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 19px;
    border-left: 20px solid #ffffff;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-right-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
    display:none;
}

#kb-chatbot-conversation-area .firstassistantDiv .contentDiv:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: #dce2e6;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
    display:none;
}

#kb-chatbot-conversation-area th, #kb-chatbot-conversation-area td {
    border: 1px solid darkgrey;
    padding: 6px 12px;
}

#kb-chatbot-conversation-area th{
    font-weight:900;
    background-color:grey;
}

#kb-chatbot-conversation-area table {
    margin-top: 12px;
    margin-bottom: 12px;
}

#kb-chatbot-newQuestion {
    resize: none;
    padding: 5px 2px 2px 6px;
    height: 36px;
    min-height: 36px;
    max-height: 105px;
    overflow: auto;
	overflow: hidden;
}

#kb-chatbot-newQuestion::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#kb-chatbot-newQuestion::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#kb-chatbot-newQuestion::-webkit-scrollbar-thumb {
    background: #AFAFAF;
}

    /* Handle on hover */
    #kb-chatbot-newQuestion::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.dark #kb-chatbot-conversation-area .kb-disclaimer-div {
    color: #000000;
}

    .dark #kb-chatbot-conversation-area .kb-disclaimer-div a {
        font-weight: bold;
    }
#kb-chatbot-conversation-area .kb-disclaimer-div a {
    font-weight: bold;
}

        .kb-disclaimer-div{
            background-color:#f1f2f2;    
            position: relative;
            margin: 10px;
            width: auto!important;
            height: auto;
            padding: 8px 18px;
            border-radius: 25px;
            overflow: auto;
        }


        .dark .kb-chatbot-conversation-btn{background:#464646;color:#ffffff;}
.dark .kb-chatbot-conversation-btn.active{background:#B73959;color:#fff;font-weight: 900;}

.kb-chatbot-clear{
    width: 36px;
    height: 36px;
    color: #e46c24;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dark .kb-chatbot-clear{
    color:#ffffff;
    opacity:0.5;
    background: rgb(117, 117, 130);
    border: 2px solid rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .userDiv .contentDiv:after,
.dark #kb-chatbot-conversation-area .assistantDiv .contentDiv:after,
{
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .assistantDiv .contentDiv:before {
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .assistantDiv .contentDiv:after {
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .firstassistantDiv .contentDiv:after,
{
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .firstassistantDiv .contentDiv:before {
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .firstassistantDiv .contentDiv:after {
    background: rgb(117, 117, 130);
}


.dark #kb-chatbot-conversation-area .userDiv .contentDiv:before {
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area .userDiv .contentDiv:after {
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-conversation-area{
    border:1px solid rgba(255, 255, 255, 0.125);
    background: rgb(117, 117, 130);
}

.dark #kb-chatbot-div {background: rgb(117, 117, 130);}

.its-menu-content .card-body{padding-bottom:0 !important;}

#kb-chatbot-div{background-color: #ffffff;min-height:488px;}

#kb-chatbot-div .chatbot-header{
    background-color: #e46c24;
    border: 1px solid transparent;
    
    }

#kb-chatbot-div .chatbot-header span{
        color: #ffffff;
        }

.dark #kb-chatbot-div .chatbot-header{
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    opacity: 0.5;

    }

.chatbox-close{height: 24px;width: 24px;display: inline-block;text-align: center;color: #ffffff;opacity: 0.5;padding: 0;}
.chatbox-close:hover{color: #3e3e40;}
.dark .chatbox-close{color: #FFF;}
#kb-chatbot-div  .card-body {
    padding: 0;
}

#kb-chatbot-submitBtn

{    
    
    width: 36px;
    height: 36px;
    color: #e46c24;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.dark #kb-chatbot-submitBtn

{    
    background: rgb(117, 117, 130);
    border: 2px solid rgb(117, 117, 130);
    color:#ffffff;
    opacity:0.5;

}

#kb-chatbot-conversation-area {
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: #f2eeeb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.9rem;
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    /*justify-content: end;*/
}
.dark #kb-chatbot-conversation-area{background-image:url(../images/bg-image2.jpg);}

.kb_chatbot_btn{padding: 0.5rem!important;text-align:center;width:48px;height:48px;background-color:#e46c24;color:#ffffff;} 

#kb-chatbot-conversation-area a {
    color: #e46c24;
}


.iconButton{
	position: relative;
	height: 1.3em;
	margin-right:10px;
	top: 0px;
}

.iconButton2{
	position: relative;
	height: 1.3em;
	top: 0px;
}

/* CSS */
.button-65 {
  width:100%
  appearance: none;
  backface-visibility: hidden;
  background-color: #2f80ed;
  border-radius: 10px;
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
  margin: 10px;
}

.button-65:hover {
  background-color: #1366d6;
  box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-65:hover:after {
  opacity: .5;
}

.button-65:active {
  box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-65:active:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .button-65 {
	padding: 14px 22px;
  }
}

.ribbon {
  width: 60px;
  font-size: 14px;
  padding: 4px;
  position: absolute;
  right: -25px;
  top: -12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(20deg);
  background-color: #ff9800;
  color: white;
}

.btn2 {
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  background-image: linear-gradient(to right,#e47000,#bf165e,#7c0378);
  color: #fff;
  width:80%;
  position: relative;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  margin: 2% 10%;
  text-align: center;
  height: 50px;
}

.dropdown-menu {
  width:80%;
}