.cc-face-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px;
}
.cc-face-container{
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
 
  max-width: 360px;
 
  width: 100%;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  pointer-events: all;
  touch-action: auto;
  visibility: visible;
  margin-bottom: 20px;
  opacity: 1;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cc-face-container *::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  list-style: none;
  border: none;
  outline: none;
}


.cc-face-container h4{
  margin: 0 ;
}
.cc-face-icon{
background: #fff;
width: 56px;
height: 56px;
position: fixed;
bottom: 42px;
right: 36px;
border-radius: 32px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
display: flex;
object-fit: contain;
fill: rgb(0, 132, 255);
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 3147483647;

}
.cc-face-icon svg{
  width: 32px;
  height: 32px;
}
.cc-face-icon span{
  display: flex;
    position: absolute;
    right: -4px;
    top: -4px;
    font-size: 11px;
    color: #fff;
    background: #eb2b2b;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.cc-face-header{
  height: 90px;
  background: rgb(250, 250, 250);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
}
.cc-face-header img{
  width: 52px;
  height: 52px;
  border-radius: 26px;
  margin: 16px;

}
.cc-face-title{
  font-size: 16px;
  font-weight: bold;
}
.cc-face-content{
  font-size: 12px;
}
.cc-face-time{
  text-align: center;
font-size: 10px;
padding: 4px;
color: #ccc;
}

.cc-face-text{
  padding: 22px;
  display: flex;
align-items: center;
}
.cc-face-text img{
  width: 32px;
  height:32px;
  border-radius: 16px;
  margin-right: 16px;
  
}
.cc-face-text span{
  background: rgb(239, 239, 239);
  padding: 8px;
  border-radius: 10px;
}
.cc-face-bt{
  display: flex;
  background: rgb(0, 132, 255);
  color: #fff;
  padding: 8px;
  border-radius: 16px;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;

}
.cc-face-bt svg{
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.cc-face-disclaimer{
  text-align: center;
  margin: 12px 28px !important;
  font-size: 10px;
  border-top: solid 1px;
  padding-top: 12px;
  color: #ccc;
  line-height: normal;
  
}