/*Chat Styles*/

#btn-scan-gs  {
    background: #1f2937;
    color: #fff;
    padding: 7px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s; margin-top: 16px; margin-bottom: 16px;
}
#scan-status-gs {color: red;}
#select-pages-form p button {
    border-radius: 0; padding: 2px 10px 4px 10px; font-size: 13px;
}

.scantext button {
    background-color: #41c36d !important; /* blue background */
    color: white; /* white text */
    padding: 10px 20px !important; /* spacing inside button */
    font-size: 16px; /* text size */
    cursor: pointer; /* pointer on hover */
    transition: background-color 0.3s ease; /* smooth hover transition */
	margin-top: 10px; width: 200px;
}



#select-pages-form br {
    display: none;
}
.chatbot-config-form
{
	width: 100%;
}
#select-pages-form LABEL
{
	font-size: 14px;
	font-weight: 400;
	color: #000000 !important;
}
#select-pages-form INPUT
{
	margin-right: 5px;
}
FIELDSET DIV
{
	margin-bottom: 15px;
	font-size: 15px;
}
.radio-group .radio-option-label
{
	font-weight: 300;
	font-style: italic;
	padding-right: 19px;
}
.helpertext EM
{
	font-weight: 600;
}

.wp-editor-tabs {
  float:right; display: none !important;
}
.chatbot-config-form fieldset div {
    /* Spacing around radio groups */
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#select-pages-form BUTTON
{
	max-width: 200px;
	color: #000000;
	border: 1px solid black;
	padding: 5px 10px 3px 9px;
	margin-bottom: 18px;
	margin-right: 14px;
	font-size: 16px;
	line-height: 1.4;  border-radius: 5px;
}
.scantext BUTTON
{
	background-color: #0073AA;
	color: #FFFFFF !important;
	padding: 8px !important;
	border: 0px solid black !important;
	margin-bottom: 0 !important;
}
.helpertext
{
	line-height: 1.4;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}
.chatbot-config-form P
{
	margin-bottom: 0;
}
LABEL.radio-option-label
{
	color: #000000 !important;
}
#source-website-container #btn-scan.button
{
	border: 1px solid #000000;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #000000;
	font-weight: 500;
	padding: 3px 1px;
	font-size: 15px;
	margin-top: 9px;
}
.saveconfig .button-primary
{
	background-color: #41C36D !important;
	color: #FFF !important;
	border: none !important;
	cursor: pointer !important;
	font-size: 16px !important;
	width: 100% !important;
	text-shadow: none !important;
	box-shadow: none !important;
	margin-top: 0 !important;
}
/*Questions*/
.chat-day-block H2
{
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 23px 0;
	color: #076EB5;
	letter-spacing: 0.1pt;
	padding: 27px 27px 0px 4px;
}
.chat-day-block
{
	border: 1px solid #C0C0C0;
	padding: 0px 33px 14px;
	margin-bottom: 44px;
}
.chat-user-block H3
{
	margin-top: 7px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0pt;
	margin-bottom: 5px;
}
.chat-user-block
{
	margin-bottom: 23px;
	padding: 25px 30px 4px 22px;
	background-color: #F1F1F1;
	margin-bottom: 25px;
}
.chat-user-block LI
{
	font-size: 15px;
}
#chat-log
{
	background-color: ;
	min-width: 650px;
}
.chat-log-filter
{
	margin-bottom: 20px;
}
#chat-search
{
	padding: 5px 10px;
	font-size: 14px;
	width: 320px;
	margin-right: 10px;
	background-color: #FFFFFF;
	border: 1px solid black;
}
#chat-date-filter
{
	padding: 5px;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 11px;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}
.chat-user-title
{
	font-size: 16px;
	margin-bottom: 5px;
}
.chat-user-questions
{
	padding-left: 20px;
}
.chat-user-question
{
	margin-bottom: 0px;
	font-size: 14px;
	letter-spacing: 0.1pt;
}
.chat-question-date
{
	font-weight: 600;
	margin-right: 5px;
}
#chat-clear-filters
{
	padding: 2px 10px;
	font-size: 14px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #818181;
	cursor: pointer;
	float: right;
}
#chat-clear-filters:hover
{
	background-color: #DDD;
}
.month-current
{
	margin: 17px 0 0 !important;
	display: inline-block;
}
/* FontAwesome icons before day headings and user names */
.chat-day-block H2::before
{
	font-family: fontawesome !important;
	/* ensure you’re loading FA 5+ */
	font-weight: 900;
	/* solid style */
	content: "\f073";
	/* fa-calendar unicode */
	margin-right: 8px;
}
.chat-user-block H3::before
{
	font-family: fontawesome !important;
	font-weight: 900;
	content: "\f007";
	/* fa-user unicode */
	margin-right: 8px;
	font-size: 17px;
	margin-left: 14px;
}
.goback {border: 1px; padding: 5px 10px; font-size: 14px; }
.gform_wrapper {padding-top: 0px !important;}