.myk-ava,
.myk-btn,
.myk-list,
.myk-name,
.myk-number,
.myk-panel,
.myk-panelhead,
.myk-paneltitle,
.myk-wa-icon,
.myk-who {
  margin: 0;
  padding: 0;
}
.myk-btn {
  position: fixed;
  right: 30px;
  bottom: 80px;
  background-color: #25d366;
  border-radius: 100%;
  display: inline-block;
  padding: 10px;
width:50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
  margin: 0;
  z-index: 999;
}
.myk-btn:hover {
  opacity: 0.7;
}
.myk-btn img {
  width: 30px;
}
.myk-panel {
  position: fixed;
  right: 30px;
  bottom: 140px;
  background-color: #fff;
  width: 300px;
  height: 0;
  box-shadow: 0 0 10px #075e54;
  overflow-y: hidden;
  border-radius: 5px;
  transition: all 0.5s ease-out;
z-index:9999999999;
}
.myk-panel .myk-list {
  background-color: #fff;
  overflow: hidden;
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
}
.myk-panel .myk-ava {
  width: 40px;
  float: left;
  margin-right: 20px;
}
.myk-panelhead {
  background-color: #25d366;
  text-align: center;
  color: #fff;
  height: 100px;
}
.myk-paneltitle {
  font-weight: lighter;
}

h4.myk-paneltitle {
  color: #fff;
font-weight: 600;
padding-top: 10px;
}

.myk-show {
  height: 255px;
}
.myk-panelbody {
  overflow-y: scroll;
  height: calc(100% - 100px);
}
@media only screen and (max-width: 400px) {
  .myk-panel {
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .myk-panel.myk-show {
    height: 100%;
  }
}
.myk-close {
  display: block;
  background-color: #075e54;
  cursor: pointer;
  opacity: 0.4;
  text-align: center;
line-height: 28px;
  width: 30px;
height: 30px;
  transition: ease all 0.3s;
  overflow: hidden;
font-size:20px;
}
.myk-close:hover {
  opacity: 0.6;
}
