
.contentxx_{
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 300px;
  background: #fff;
  padding: 20px 20px 25px 20px;
  border-radius: 15px;
  box-shadow: 1px 14px 14px 14px rgba(0,0,0,0.15);
  z-index:10;
}

.contentxx_ p{
	padding:0 15px 0;
	font-size:14px;
}


.contentxx_.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
::selection{
  color: #AF0024;
  background: #F4D8E0;
}
.contentxx_ img{
  max-width: 90px;
}
.content header{
  font-size: 25px;
  font-weight: 600;
  	padding:0 15px 0;
}
.content{
  margin-top: 10px;
 
}
.content p{
  color: #858585;
  margin: 5px 0 20px 0;
}
.content .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons button{
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #1F65AB;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons button:hover{
  transform: scale(0.97);
}
.buttons .item{
  margin: 0 10px;
}
.buttons a{
  color: #1F65AB;
}
.buttons p{
	font-size:14px;
	text-align:left;
}