/* default styles */


.BotWrapper{
    border: none;
}

.BotLogo {
	margin:5px;
}

.BotHeader {
	height: 40px;
}

.BotHeader img{
    height: 25px;
}

.BotSubHeaderText{
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.SubHeader {
    margin-top: 50px;
    /* min-height: 75px; better put it in build_template.js */ 
}

#BotAvatar {
	float: left;
}


.textChatIcon {
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
	height: 100%;
	color: #FFF !important;
	top: 35%;
	margin-left:10px;
	position: absolute;
}

.bg_prompt {
	right: 76px;
    bottom: 19px;
	max-width: 120px;
    background-color: #A31F34;
    border-radius: 33px;
    color: white;
	padding: 4px 14px;
	font-size: 14px;
	font-family: roboto;
	line-height: 17px !important;
}


.BotChatIconMaterial, .facePrompt  {
    border-radius: 999em;
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    line-height: 1;
    font-size: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999998;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.BotChatIconMaterial .fa{
}
.button-depressed{
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#iconChat {
    position: absolute;
    top: 22%;
	font-size: 30px;
    height: 100%;
    width: 100%;
    text-align: right;
	right:10px;
}

.BotMenuButton {
    /* width: 20px;
    height: 20px; */
    float: right;
    text-align: center;
    padding: 3px 4px;
    color: #A31F34;
    font-size: 12px;
    cursor: pointer;
}

.BotMenuButton .fa-times-circle {
	color: #A31F34;
	bottom: auto;
}

.TextContent{
    padding-top: 20px;
    text-align: center;
    margin-left: 5em;
}

.BotTextInput{
	padding-top: 10px;
	margin-top:5px;
	width: 90%;
	font-size:12px;
	background-color: #fff;
}

.sendBtnMessage {
	padding-top: 10px;
	margin-top:5px;
	width: 100%;
	font-size:24px;
	background-color: #fff;
	color: #a31f34;
	cursor:pointer;
}

/* end default styles */

/* the scroll styles */
.BotContent::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.BotContent::-webkit-scrollbar-track {

    background: rgba(0, 0, 0, 0.01);
}

.BotContent::-webkit-scrollbar-thumb {
    background: rgb(211,211,211) !important; 
}
.BotContent::-webkit-scrollbar-thumb:hover {
    background: rgb(169,169,169) !important; 
}
/* end scroll styles */

#byWho {
	font-size: 9px !important;
	float:right;
	padding-right: 5px;
	color: rgb(169,169,169)!important;
}

#copyrigth {
	right: 0px !important;
	bottom: 0px !important;
	margin-left: 5px;
}

#company, #live{
    font-size: 9px;
	font-family: 'Noto Sans', sans-serif;
    color: rgba(119, 119, 119, 0.76);
	font-weight:normal;
}


.BotClose .fa{
	position:relative;
	color: #A31F34 !important;
}

.BotClose .closeLetterX{
	font-family: 'Roboto', sans-serif;
}

.pill_button {
	background-color: #ddd;
    border: none;
    color: black;
    /* padding: 8px 10px; */
	padding: 4px 7px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    /* margin: 4px -20px; */
	margin: 3px 5px 3px 0px;
    cursor: pointer;
    border-radius: 16px;
}
.div_aux_style {
	background-color: rgb(240, 239, 237);
	position:absolute;
	top: 50px;
	margin-left: 6.5px;
	border: 1px solid rgba(64, 128, 255, 1);
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(3,56,0,1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(3,56,0,1);
	box-shadow: 0px 0px 2px 0px rgba(3,56,0,1);
	display:none;
	z-index: 9999;
}

#faq-list li {
	font-size: 12px !important;
}


