
#root h2 {
    color:white !important;
}
#root .bg-light{
    padding: 15px !important;
}

.chat-widget-container {
	box-shadow: 0 10px 20px -10px !important;
    border: 1px solid #e2e8f0;
}


#root .suggestion-questions, #root .start-conversation-btn{
	padding: 10px !important;
	border-radius: 6px !important
}
#root .btn{
    white-space: normal;
    padding: 5px;
    font-size: 14px;
    box-shadow: unset !important;
}
#root .cal_font{ font-size:12px !important}
#root button{
	border-radius: 6px;
}

#root .rounded-pill {
	border-radius: 6px;
}

#root form button.btn {
	margin-bottom: 20px !important;
	padding: 10px !important;
	border-radius: 6px;
}

#root .chat-textarea{
	margin-bottom: 0;
}

.btn-brand:active, .btn-brand:hover{
	background-color: #5553b7;
    border-color: #5553b7;
    color: #fff;
}

#root .request-form-submit-btn,#root .request-callback-btn,#root .schedule-meeting-btn{
	background-color: #5553b7 !important;
    border-color: #5553b7 !important;
    color: #fff !important;
}

#root .request-callback-btn,#root .schedule-meeting-btn{
	padding: 10px !important;
}

#root .suggestion-questions{
	text-transform: capitalize;
	text-align: left;
}

#root .bg-brand{
	background-color: #5553b7 !important;
}

#root li.list-group-item.p-0 {
    margin-bottom: 8px;
    border-bottom: unset;
}

#root span.bg-success.rounded-circle{
	background-color: #2bef84 !important;
}

input[type="text"]::placeholder, ::-webkit-input-placeholder{
	font-size: 12px !important;
}

#root header .slideuplift-logo{
	left: 40% !important
}

#root .bot-date-time {
    font-size: 0.75rem !important;
    color: #868686 !important;
    padding-top: 6px;
}
#root .user-date-time {
   font-size: 0.75rem !important;
    color: #d5d5ef !important;
    padding-top: 6px;
}

#root .bottom-content, #root .start-page-middle-content{
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

#root .send-btn{
  background-color: #5553b7 !important;
}
#root .online-text {
    font-size: 0.75rem;
}

#root .header-content {
  padding: 20px 8px;
}
#root .slideuplift-help{
  font-weight: 600;
}
#root .welcome-text{
  color: #404051;
}
#root .conversations-text {
    padding: 0 12px;
}
#root .bot-message-box{
  background-color: #f4f4f5;
  color: #404051;
  font-weight: 400;
}
#root .user-message-box{
  background-color: #5553b7;
}