.dat-phone {
  
  background: linear-gradient(to top left, #FF97DC, #A8B1FF);
  
}

.dat-title {
  
  text-align: center;
  font-size: 23px;
  color: #2C3234;
  margin-top: -40px;
  
}

.dat-title2 {
  
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;

}

.dat-info {
  
  margin-bottom: 10px;
  height: 37px;
  overflow: hidden;

}

.dat-info span{

  position: relative;
  display: inline-block;
  background-color: #A94DD2;
  border-radius: 100%;
  font-size: 17px;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: white;

}

.dat-info b{

  position: relative;
  left: 10px;
  color: #593D65;
  font-size: 15px;
  letter-spacing: 0.07em;

}

.dat-btn {
  
  padding: 12px 2em;
  border-radius: 20px;
  color: white;
  line-height: 45px;
  margin: 5px;
  background: linear-gradient(to top left, #FF4CF5, #A237D0);
  font-weight: bold;
  
}

.dat-btn-o {
  
  padding: 10px 2em;
  border-radius: 20px;
  color: #FF4CF5;
  line-height: 45px;
  margin: 5px;
  background-color: white;
  font-weight: bold;
  border: 2px #FF4CF5 solid;
  
}

.dat-status {
  
  background-color: #FADBFF;
  color: #806784;
  padding: 12px 1.2em;
  box-sizing: border-box;
  border-radius: 15px;
  word-break: break-all;
  position: relative;
  margin-top: -37px;
  font-size: 13px;
  margin-bottom: 15px;
  
}

.dat-status::after {
  
  content: '';
  border: 20px solid transparent; 
  border-bottom: 20px solid #FADBFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  
}

.dat-info2 {

  padding: 9px;
  font-size: 17px;
  padding-left: 2px;

}

.dat-info3 {

  padding: 10px;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: linear-gradient(to top left, #FF4CF5, #A237D0);
  border-radius: 10px;

}

.dat-menu {
  
  width: 24%;
  vertical-align: top;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  position: relative;
  
}

.dat-menu i{
  
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  
}

.dat-menu b{
  
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  font-size: 16px;
  color: #393E41;
  
}

.dat-list-avatar {
  
  width: 70px;
  display: inline-block;
  vertical-align: top;
  
}

.dat-list-info {
  
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  color: black;
  
}

.dat-status2 {
  
  background-color: #FADBFF;
  color: #806784;
  padding: 10px 1em;
  box-sizing: border-box;
  border-radius: 15px;
  word-break: break-all;
  position: relative;
  font-size: 13px;
  margin-top: 7px;
  margin-right: -2px;
  
}

.dat-status2::after {
  
  content: '';
  position: absolute;
  left: -14px;
  top: 10px;
  border: 6px solid transparent; 
  border-right: 10px solid #FADBFF;
  
}

.dat-btn2 {
  
  padding: 7px 2em;
  border-radius: 20px;
  color: white;
  line-height: 35px;
  background: linear-gradient(to top left, #FF4CF5, #A237D0);
  font-weight: bold;
  
}

.dat-btn2 {
  
  padding: 7px 2em;
  border-radius: 20px;
  color: white;
  line-height: 35px;
  background: linear-gradient(to top left, #FF4CF5, #A237D0);
  font-weight: bold;
  
}

.dat-photo {
  
  width: 320px;
  max-height: 420px;
  background-color: #E7CDEB;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 12px;
  margin-bottom: 7px;
  text-align: center;
  position: relative;
  
}

.dat-photo img{
  
  max-width: 70%;
  margin-bottom: -7px;
  
}

.dat-menu-dislike {
  
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
  color: #FF4485;
  
}

.dat-menu-like {
  
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 1;
  color: #00D9A8;
  
}

.dat-menu-close {
  
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  
}