/* Button used to open the chat form - fixed at the bottom of the page */
/*.open-button {
background-color: rgb(43, 31, 209);
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
opacity: 0.8;
position: fixed;
bottom: 23px;
right: 28px;
width: 280px;
}
*/

.webchat__icon-button{
visibility:hidden;
}

button[title="Upload file"] {
    visibility: hidden;
}
.webchat--css-caxwv-16mdvbo.webchat__icon-button [title^='Upload file'], [title*='Upload file'] {
    display: none !important;
}
.webchat--css-yuxcd-16mdvbo.webchat__icon-button {display:none}
.open-button {	
    background-color: #ffc423;
	color: #34587f;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	 /* opacity: 0.8; */
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 195px;
	border-radius: 4px;
	outline: none;
	font-weight: 600;
	font-size: 14px;   
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
}
	 

/*.closePopUp{
display: block;
position: fixed;
bottom: 560px;
right: 25px;
border: 3px solid #f1f1f1;
z-index: 99;
width:30px;
height:30px;
background-color: transparent;
color:#34587F;
}*/

.closePopUp{
display: block;
    position: fixed;
    bottom: 560px;
    right: 14px;
    border: 3px solid #f1f1f1;
    z-index: 99;
    color: #fff;
    border-radius: 7px;
    background-color: #013d7e;
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    width: 450px;
    height: 60px;
    margin-left: 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Open Sans';
    text-align: right;
    padding-right: 30px;
}


.chatbotHeader > h6 {
background-color: #013d7e;
    font-size: 16px;
    /* display: block; */
    position: fixed;
    bottom: 560px;
    /* right: 25px; */
    /* border: 3px solid #f1f1f1; */
    /* z-index: 99; */
    width: 410px;
    height: 35px;
    /* background-color: #34587F; */
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

/* The popup chat - hidden by default */
.chat-popup {
display: none;
position: fixed;
bottom: 0;
right: 15px;
border: 3px solid #f1f1f1;
z-index: 9;
height:600px;
width: 450px;
  padding: 0 0 10px;
  border-radius: 5px;
  background-color: #ffffff;
}

.webchat--css-csbsf-16mdvbo webchat__icon-button
{
display:none !important;
}

.webchat--css-yuxcd-16mdvbo > webchat__icon-button {
display:none 
}
.webchat--css-yicpj-16mdvbo webchat__icon-button {
    display: none;
}

[title='Upload file'] {
    clip-path: circle(0) !important;
    d: none !important;
}

@media (max-width: 767px) {
/*    .chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    height:500px;
    width: 455px;

    padding: 0 0 10px;
    border-radius: 5px;
    background-color: #ffffff;
}*/

.chat-popup {
    position: fixed;
    bottom: 0;
    right: 0px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 0px;
}





/*.closePopUp{
display: block;
position: fixed;
bottom: 460px;
right: 25px;
border: 3px solid #f1f1f1;
z-index: 99;
width:30px;
height:30px;
background-color: transparent;
color:#34587F;
}*/

/*.closePopUp{
display: block;
    position: fixed;
    bottom: 440px;
    right: 14px;*/
/*    border: 3px solid #f1f1f1;*/
/*    z-index: 99;
    color: #fff;
    border-radius: 7px;
    background-color: #013d7e;
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    width: 455px;
    height: 60px;
    margin-left: 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Open Sans';
    text-align: right;
    padding-right: 30px;
}*/

.closePopUp {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    /* border: 3px solid #f1f1f1; */
    z-index: 99;
    color: #fff;
    border-radius: 7px;
    background-color: #013d7e;
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    width: 560px;
    height: 60px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Open Sans';
    text-align: right;
    padding-right: 30px;
}


}

 
