
.bot_trigbtn{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #c81d16;
	background-image: url(../images/you.png);
	background-size: 84px;
	background-position: -2px 0px;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 9998;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	position: fixed;
	bottom: 60px;
	right: 20px;
	cursor: pointer;
}

.bot_iframe{
	height: 100%;
	width: 450px;
	position: fixed;
	top: 0;
	right: -460px;
	z-index: 9999;
	transition: .2s;
	overflow: hidden;
	scroll-behavior: none;
}

#bot_closebtn{
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: unset;
	cursor: pointer;
}

@media screen and (max-device-width: 480px){
.bot_iframe { width: 100vw;	}
}


.bot_modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.bot_modal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 90%;
}

.bot_modal_close {
  color: #888888;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.bot_modal_close:hover,
.bot_modal_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
