
iframe#wpchatbot_quickaccess{
	background-color: white;
    box-shadow: 0 0 10px #00000026;
}

.wpchatbot-quickaccess-compact, .wpchatbot-quickaccess-close {
    background: #ffffff00 !important;
}

.wpchatbot-quickaccess-compact {
	z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background: #f7ce1800 !important;
    margin-right: 10px;
    text-align: center;
    z-index: 9999 !important;
}

.wpchatbot-quickaccess-compact img {
    width: 70px;
    margin-top: 0px;
}

div#wpcb-main-conversation {
    padding: 0 15px 0px !important;
    overflow-y: auto !important;
}

#wpcb img.wpcb-bot-avatar-square{
    padding: 10px !important;
}

#wpcb-chatbox {
    height: 100% !important;
    border-radius: 10px;
}


.wpchatbot-quickaccess-fullview {
    bottom: -30% !important;
    right: 23px !important;
    z-index: 999999999999;
    height: 90% !important;
}
.wpchatbot-quickaccess-fullview iframe {
	border-radius: 10px !important;
	height: 100% !important; 
	margin-bottom: 0% !important;
}

#wpcb-user-field #wpcb-choices {
    text-align: left !important;
    padding: 15px 15px 15px !important;
}

div#wpcb-your-reply-bar{
	   display: none !important;
}

div#wpcb-conversation-start{
	   display: none !important;
}

.wpchatbot-quickaccess-close{
	padding: 25px;
}


div#wpcb-main-conversation{
	/* display:none !important; */
}

span.wpcb-online-badge{
	display: none !important;
}
.hidden-lg-up{
	display:block !important;
}

 #wpcb-to-field {
  padding-top: 15px;
  font-size:15px;
  height:47px;
	font-weight:900;
}

span.wpcb-to-label{
	display: none !important;
}
#wpcb-main-conversation {
height: 100% !important;
}

@media (max-width: 480px){
	.wpchatbot-quickaccess-fullview {
    padding: 20px;
		top:40%;
    bottom: 0% !important;
    right: 0 !important;
    z-index: 999999999999;
		height: 100% !important;
	}
	
	div#wpcb-to-field{
		padding-top: 15px;
    font-weight: 900;
	}
.wpchatbot-quickaccess-close {
    padding: 12%;
}
	
	.wpchatbot-quickaccess-compact {
	margin: 0 15px 90px 0;
}
}









.tooltip-toggle-amy {
  cursor: pointer;
  position: relative;
	white-space: pre-line;
}

.tooltip-toggle-amy::before {
	position: absolute;
    top: 8px;
    right: 75px;
    background-color: white;
    border-radius: 10px;
    content: attr(data-tooltip);
    padding: 5px 0 5px 15px;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 245px;
	box-shadow: 0 0 5px #25252512;
    
}
.tooltip-toggle-amy:hover {
	box-shadow: 0 0 20px #acacac5e;
}


.tooltip-toggle-amy::after {
  position: absolute;
  top: 15px;
  right: 85px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}

.tooltip-toggle-amy::before,
.tooltip-toggle-amy::after {
  color: #272727;
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
  opacity: 1;
  text-align: center;
	text-align: left;
    line-height: 22px;
}

.tooltip-toggle-amy:hover::before,
.tooltip-toggle-amy:hover::after {
  opacity: 1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

/**
 * Close button
 */

.wpchatbot-quickaccess-close {
	position: absolute;
	top:0px;
	right:0px;
	min-width:30px;
	height:25px;
	background:#f7ce18;
	text-align: center;
	/*margin:0 20px 20px 0;*/
	z-index:30;
	border-radius:5px;
	font-size:12px;
	padding-top:3px;
	padding-left:8px;
	padding-right:8px;
	color:white;
	font-family: sans-serif;
}

.wpchatbot-quickaccess-close:hover {
	cursor: pointer;
}

/**
 * Compact Mode
 */

.wpchatbot-quickaccess-compact {
	position: fixed;
	bottom: 0;
	right:0;
	width:65px;
	height:65px;
	border-radius:100%;
	background:#f7ce18;
	margin:0 20px 20px 0;
	text-align: center;
	z-index:20;
	border: #1966ac 2px solid;
}

.wpchatbot-quickaccess-compact img {
	width:35px;
	margin-top:17px;
}

.wpchatbot-quickaccess-compact:hover {
	-webkit-box-shadow: 0px 0px 5px 5px #282c3733;
	-moz-box-shadow: 0px 0px 5px 5px #282c3733;
	box-shadow: 0px 0px 5px 5px #282c3733;
	cursor: pointer;
}

/**
 * Fullview
 */

.wpchatbot-quickaccess-fullview 
{
	display:none;
	position:fixed;
	bottom:0;
	right:2%;
	z-index:10;
	height:auto;
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
	width:370px;
}

.wpchatbot-quickaccess-fullview iframe {
	width:100%;
	height:100%;
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border:0px;
}

/**
 * RESPONSIVE QUICK ACCESS
 */

/* Landscape phones and down */
@media (max-width: 480px) 
{ 
	.wpchatbot-quickaccess-fullview {
		width:100%;
		top:50%;
		right:0;
	}
}