.main-block{
	background-color : #F6F6F7;
}
.chatbot-header{
	  background-color: #FFFFFF;
}
#dotcom-chatbot {
        border: 1px solid #EB262A;
        margin: 0 auto;
    }
    #messages {
/*         height: 200px; */
		 height: 250px;
        overflow-y: scroll;
/*         border: 1px solid #ccc; */
/*         margin-bottom: 10px; */
/*         padding: 5px; */
		padding: 7px 5px 5px 5px;
		font-family: KareliaWeb;
		display: flex;
    flex-direction: column;
		background-color: #F6F6F7;
    }

/*     button {
        padding: 5px 10px;
    } */
	.message-text{
		  width: auto;
    height: fit-content;
    line-height: 1.5;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
	font-family: KareliaWeb;
    background: #ffffff;
/*     display: inline-flex; */
	display: inline-block;
   padding: 8px;
    align-items: center;
    gap: 10px;
	margin: 5px 0;
	color:#707070;
	font-size : 12px;
	}
	section.chatbot-section {
	width: 30vw;    
	margin: 0 !important;
    position: fixed;
/*     bottom: 0; */
		bottom: 6px;
    z-index: 99999999;
    background: #fff;
    right: 3px;
}
	.bot .message-text {
    margin-left: 20px;

}
	.user .message-text {
    background-color: #EA262A;
    color: #FFFFFF;
/* 	 width: 100%; */
    display: flex;
    justify-content: right;
}
	.dotcomhead-content h1 {
  color: #EB262A;
    font-family: KareliaWeb;
/*     font-size: 20px; */
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    padding: 3px 2px 6px 19px;
}  
	.dotcomhead-content span{
    font-family: KareliaWeb;
    font-size: 12px;
    font-style: normal;
    line-height: 0px;
    padding: 3px 2px 8px 19px;
	}
	.chatbot-privacy-text {
    color: #707070;
    font-family: KareliaWeb;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
/* 	width: 71%; */
	width: 90%;
    margin: 0px 10px 0px 10px;

}
.dotcom-subheadingchat{
	background-color: #F6F6F7;
/* 	padding: 10px 0; */
	padding: 5px 0;
    display: flex;
    justify-content: center;
}

/* 	.message-container.user {
    width: 100%;
    display: flex;
    justify-content: right;
} */
.message-container.user {
    width: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
/*     display: flex;
    justify-content: flex-end;
    margin-top: 10px; */
}
span.DotcomuserInput {
    font-size: 10px;
    color: grey;
	margin: 5px;
/*     padding: 0px 1px 0px 1px; */
/*     margin: -5px -21px 0px 0px; */
}
	input#userChatInput::placeholder {
		    color: #ABABAB;
    font-family: KareliaWeb;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
	}
	        #chatbot-container {
            display: none; /* Hide the chatbot initially */
        }
 	#openChatbotButton {
    background: #EA262A url(/wp-content/uploads/message-white.png);
    width: 50px;
    height: 50px;
    position: fixed;
/*     bottom: 0; */
/* 	 bottom: -10px; */
		bottom: 69px;
    border-radius: 50%;
    color: #fff;
    margin: 20px;
/*     right: 0; */
		right:-4px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
	z-index: 99999999;	
}  
	button#openChatbotButtonClose {
    background: url(/wp-content/uploads/icons8-minus-chatbot.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
	margin: -15px 10px 0px 0px;
    float: right;
/* 	position: relative;
    left: 92%; */
}
	.dotcomgreen-icon {
    background: green;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    top: 29px;
    right: 7px;
	}
	.dotcomchat-head{
    display: flex;
/*     justify-content: center; */
		margin-bottom:21px;
		 margin-left: 42px;
}
	.dotcomhead-content{
    position: relative;
    bottom: 4px;
	}
	.dotcomchat-online {
    border: 1px solid #d4cece;
    height: 45px;
    width: 45px;
    border-radius: 50%;
	padding: 8px;
}
	.dotcomInnerimage{
	width: 30px;
    height: 30px;
/*     position: relative;
    left: 7px;
    top: 8px; */
	}
	.dotcomImg {
    display: flex;
}
	p.dotcomuser-heading {
    color: #707070;
    font-family: KareliaWeb;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 2px 1px 0px 3px;
}
	div.doctomImage-Container {
		 border: 1px solid #E3E3E3
;
    border-radius: 58%;
    padding: 4px 4px;
		background-color:#FFFFFF;
/*     border: 1px solid #d4cece;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-color: #fff; */
}
	img.dotcomuser-image {
    width: 14px;
    height: 14px;
/*     position: relative;
    left: 2px;
    bottom: 13px;
	top:3px; */
}

/* sent input filed  */
.dotcomchat-container {
    width: 100%;
/*     max-width: 605px; */
/*     padding: 10px 3px 9px 5px; */
	  padding: 1px 3px 1px 5px;
    background-color: #ffffff;
    border-top: 1px solid #d3cdcd;
    border-bottom: 1px solid #d3cdcd;
}
/* 	.dotcomchat-container {
    width: 100%;
    max-width: 605px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none !important;
} */
	.dotcomchat-input {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 0px;
}
	#userChatInput {
    width: 76%;
/*     padding: 5px;
   // border-radius: 5px; */
    /* display: inline-flex; */
    /* border: 1px solid #E3E3E3; */
    /* background: #FFF; */
    color: #707070;
    font-family: KareliaWeb;
/*     font-size: 16px; */
	font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
   flex: 1;
    border: none;
    outline: none;
	padding: 0px 0px 0px 6px;
/*     padding: 10px; */
/*     border-radius: 25px; */
}
	button#emoji-button {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
	.dotcomPoweredBy{
		text-align: center;
    color: #707070;
    font-family: KareliaWeb;
    line-height: 16px;
	background-color: #F6F6F7;
	}
	.dotcomPoweredBy p{
	font-family: KareliaWeb;
    font-size: 12px;
	}
	.dotcomPoweredBy span{
		color: #EB262A;

    font-weight: 500;
	}
	.dotcomcard-container{
		display: grid;
    grid-template-columns: 1fr 1fr !important;
	}
	.dotcomcard{
		margin: 5px;
    background: #707070;
    padding: 7px;
    border-radius: 8%;
    color: #EAEAEA;
	}
	.message-text a span{
	color: #EB262A;
    font-weight: 500;
	}
.emojionearea .emojionearea-button {
    right: 13px;
    top: 5px !important;
    width: 20px;
    /* height: 32px; */
    opacity: 3 !important;
}
button#sent-button {
    padding: 0px 0px 4px 0px;
}
.chatbot-title {
    padding-top: 26px;
}

/* .emojionearea.emojionearea-inline {
	.emojionearea-button {
    top: 7px important;
	}
} */
/* css for reponsivenes */
@media (max-width: 991px) {
	#openChatbotButton{
		padding: 0px !important;
	}
	button#openChatbotButtonClose{
		padding: 0px !important;
	}
	section.chatbot-section{
		bottom: 0px !important;
	}
	.dotcomhead-content h1 {
    font-size: 17px;
    padding: 3px 2px 6px 3px;
}
	.dotcomhead-content span {
    font-size: 12px;
    padding: 3px 2px 8px 3px;
}
	.message-text{
		padding: 5px;
		font-size: 11px;
	}
	section.chatbot-section {
    width: 38vw;
	}
	
/* 	for privacy content */
	.chatbot-privacy-text {
      width: 99% !important;
}
	.dotcomchat-container {
    padding: 2px 2px 2px 2px !important;
}
	#messages {
    height: 200px !important;
	}
	.dotcomchat-head{
		margin-left: 17px !important;
	}
	
}
@media(max-width: 1270px){
	#messages {
    height: 200px !important;
	}
}
@media (max-width :450px){
	section.chatbot-section {
    width: 86vw;
	}
}

.Chatbotloader {
    width: 7px;
    height: 7px;
    border-radius: 50%;
/*     margin: 3px 18px; */
	margin: 2px 15px 1px 13px;
    background: #FFF;
    box-shadow: -11px 0 #FFF, 11px 0 #FFF;
    box-sizing: border-box;
    animation: chatbot 3s linear infinite;
/* 	animation: shadowPulse 3s linear infinite; */
}

@keyframes chatbot {
  33% {
    background: #FFFFFF;
    box-shadow: -11px 0 #EA262A, 11px 0 #FFFFFF;
  }
  66% {
    background: #EA262A;
    box-shadow: -11px 0 #FFFFFF, 11px 0 #EA262A;
  }
  100% {
    background: #FFFFFF;
    box-shadow: -11px 0 #FFF, 11px 0 #EA262A;
  }
}
/*  for contact forms*/
.dotcomTest input{
    border: 1px solid #EA262A !important;
    color: #1C1C1C !important;
	font-size: 12px !important;
    padding: 4px 5px !important;
}
.dotcomTest span input::placeholder {
    color: #1C1C1C !important; 
}
.dotcomTest select{
	 border: 1px solid #EA262A !important;
    color: #1C1C1C !important;
/* 	padding: 11px 24px 11px 42px; */
	font-size: 12px;
	padding: 5px 5px 3px 33px;
	width: 100%;
}
.dotcomTest input#dotcom {
    background: #EA2626;
    color: #FFFFFF !important;
}
.dotcomTest{
	    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    /* padding-bottom: 80px; */
    grid-column-gap: 6px;
}
.dotcom-bot-btns{
	display: flex;
}
button.dotcontact-option {
    border: 1px solid #EA262A;
    margin: 4px;
    border-radius: 3px;
    padding: 4px;
    background: #EA262A;
    color: #FFFFFF;
	font-size: 12px;
}


.message-text p {
	font-size : 12px !important;
	line-height: 20px;
}

.message-text a {
   color: #EB262A;
	margin-left: 10px;
}

/* .message-text a::before {
    content: '\2022'; 
    position: absolute;
    left: -10px;
    top: 25%;
    transform: translateY(-50%);
    font-size: 1em; 
    color: black; 
} */
.dotc-bot-btns {
    display: flex !important;
}
.emojionearea .emojionearea-editor{
	font-size : 12px !important;
}

.Dotcomformdiv {
    margin-left: 20px;
}
/* .Dotcom-Contactfrom .message-text{
	margin-left : 20px;
} */

.dotcomTest .wpcf7-not-valid-tip {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #f00 !important;
    font-size: 11px;
    line-height: 1;
}

.Dotcom-Contactfrom form .wpcf7-response-output {
    display: block !important;
	border: 0 !important;
    margin: 0 !important;
}
.Dotcom-Contactfrom .wpcf7 form.invalid .wpcf7-response-output {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #EB262A !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #EB262A !important;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 12px;
}
@media(min-width: 450px) and (max-width: 681px){
	    section.chatbot-section {
        width: 60vw !important;
    }
}
@media(min-width: 991px) and (max-width: 1029px){
	    section.chatbot-section {
        width: 33vw !important;
    }
}
@media(max-width:329px){
	.dotcomTest .wpcf7-not-valid-tip {
    padding-top: 0px;
    padding-bottom: 24px !important;
}
button.dotcontact-option {
    font-size: 10px !important;
}
}
/* .dotcomTest input.wpcf7-text {
    width: 70%;
}
.dotcomTest input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 70%;
} */

@media(max-width: 321px){
	.chatbot-title {
    padding-top: 13px !important;
}
}


.dotcomsubmit input#dotcom {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDBMMjAgMjBMOC43NDIyOGUtMDcgLTguNzQyMjhlLTA3TDIwIDBaIiBmaWxsPSIjMUMxQzFDIi8+Cjwvc3ZnPgo=), auto !important;
}
.dotcomsubmit .wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed !important;
}
/* .bot-urls {
    padding-left: 20px; 
} */

.bot-urls a {
    display: inline-block; /* Prevent line breaks after each anchor */
    position: relative;
    padding-left: 10px; /* Space between bullet and text */
}

.bot-urls a::before {
    content: "•"; /* Bullet character */
    color: black; /* Change bullet color */
    position: absolute;
    left: 0;
    top: 0;
}
#DotcomerrorMsg{
	color: red;
    display: none;
    font-family: "KareliaWeb Regular", sans-serif;
    font-size: 10px;
    position: relative;
    bottom: 8px;
	left: 12px;
}
/* Landscape orientation */
/* @media screen and (orientation: landscape) {																																																
    #messages {
        height: 200px; 
    }
} */
/* Portrait orientation */
/* @media screen and (orientation: portrait) {
    #messages {
        height: 175px !important;
    }
} */
@media screen and (orientation: landscape) and  (min-height: 250px) and (max-height: 465px)  {
       .chatbot-title {
    padding-top: 15px !important;
         }
    #messages {
        height: 140px !important ; 
    }
	.chatbot-stroke {
    height: 19px !important;
}
	.dotcomchat-online {
    height: 36px !important;
    width: 36px !important;
		padding : 4px !important;
	}
	.dotcomgreen-icon {
    position: relative;
    top: 23px !important;
    right: 6px !important;
	}
	.dotcomhead-content span {
        font-size: 12px !important;
/*         padding: 1px 2px 0px 2px !important; */
    }
}
@media screen and (orientation: landscape) and (max-height: 367px)  {
.dotcomchat-head {
    margin-bottom: 14px !important;
    margin-left: 21px !important;
}
/* .message-text {
    padding: 4px !important;
    font-size: 10px !important;
} */
.dotcom-subheadingchat {
    padding: 2px 0 !important;
	}
	    #messages {
        height: 120px !important;
    }
	p.dotcomlandscap-powered {
    line-height: 21px !important;
}
}

@media screen and (orientation: portrait) and (max-height: 447px) {
    #messages {
        height: 150px !important;
    }
	.chatbot-stroke {
    height: 22px !important;
	}
}
@media screen and (orientation: portrait) and (max-height: 332px) {
    #messages {
        height: 95px !important;
    }
}

button[disabled]#sent-button, html input[disabled]#userChatInput {
    cursor: not-allowed;
    background: none !important;
}