.vfrc-launcher{border:12px solid black}
.vfrc-widget--launcher .chatBotWraper{
	background-color:purple;
	border:4px solid black;
	border-radius:20px;
	color:#fff;
	text-align:center;
}
.chatBotWraper{
	width: 138px;
    height: 151px;
}
/* background-color: rgb(148, 36, 131);
border: 4px solid rgb(126, 206, 230);
border-radius: 20px;
color: rgb(126, 206, 230);
text-align: center;
cursor: pointer;
font-weight: bold;
font-size: 20px;
padding: 27px 15px 15px; */
/* .c-eAJmyE {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radii-round);
    background-color: var(--colors-primary);
    transition: background-color 150ms, box-shadow 150ms;
    height: var(--sizes-xl);
    width: var(--sizes-xl);
    border: 1px solid var(--colors-shadow4);
    box-shadow: 0 1px 6px var(--shadows-shadow6), 0 2px 24px var(--shadows-shadow8);
}
.c-eAJmyE img{
	height: 100px;
	width: 100px;
}
.chatBotWraper span {
	color: white;
    padding-top: 29px;
    display: flex;
    justify-content: center;
}
.chatBotWraper span.petName {
	padding-top: 3px;
    display: flex;
	color: rgb(126, 206, 230);
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
} */


/* Extra Small Devices (e.g., phones in portrait mode) */
@media only screen and (max-width: 575.98px) {
	.vfrc-widget--launcher {
		bottom: 15px !important;
    	right: 15px !important;
	}
	.chatBotWraper {
	  width: 100px;
	  height: 110px;
	  font-size: 14px;
	  padding: 20px 10px 10px;
	}
  
	.c-eAJmyE img {
	  height: 65px !important;
	  width: 65px!important;
	}
  
	.chatBotWraper span {
	  padding-top: 2px !important;
	  font-size: 14px !important;
	}
  
	.chatBotWraper span.petName {
	  font-size: 14px !important;
	  padding-top: 2px !important;
	}
  }
  
  /* Small Devices (e.g., phones in landscape mode, small tablets) */
  @media only screen and (min-width: 576px) and (max-width: 767.98px) {
	.vfrc-widget--launcher {
		bottom: 20px !important;
    	right: 20px !important;
	}

	.chatBotWraper {
	  width: 120px;
	  height: 130px;
	  font-size: 18px;
	  padding: 25px 12px 12px;
	}
  
	.c-eAJmyE img {
	  height: 80px !important;
	  width: 80px !important;
	}
  
	.chatBotWraper span {
	  padding-top: 14px !important;
	  font-size: 16px !important;
	}
  
	.chatBotWraper span.petName {
	  font-size: 16px !important;
	  padding-top: 2px !important;
	}
  }
  
  /* Medium Devices (e.g., tablets) */
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.vfrc-widget--launcher {
		bottom: 25px !important;
    	right: 25px !important;
	}
	.chatBotWraper {
	  width: 130px;
	  height: 140px;
	  font-size: 19px;
	  padding: 26px 14px 14px;
	}
  
	.c-eAJmyE img {
	  height: 90px !important;
	  width: 90px !important;
	}
  
	.chatBotWraper span {
	  padding-top: 18px !important;
	  font-size: 18px !important;
	}
  
	.chatBotWraper span.petName {
	  font-size: 18px !important;
	  padding-top: 2px !important;
	}
  }
  
  /* Large Devices (e.g., desktops) */ 
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
	.vfrc-widget--launcher {
		bottom: 30px !important;
    	right: 30px !important;
	}

	.chatBotWraper {
	  width: 138px;
	  height: 151px;
	  font-size: 20px;
	  padding: 27px 15px 15px;
	}
  
	.c-eAJmyE img {
	  height: 95px !important;
	  width: 95px !important;
	}
  
	.chatBotWraper span {
	  padding-top: 29px;
	  padding-top: 20px !important;
	  font-size: 20px !important;
	}
  
	.chatBotWraper span.petName {
	  font-size: 20px !important;
	  padding-top: 3px !important;
	}
  }