.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;
}

p.myk-name {
  font-size: 13px;
color:#666;
}

p.myk-status span.bullet-online {
  background: #0dc152;
width: 7px;
height: 7px;
border-radius: 7px;
display: inline-block;
margin-left: 5px;
}

p.myk-status {
  font-size: 11px;
color:#666;
margin: 0;
  padding: 0;
}

.myk-wa-icon {
  
}

.myk-btn {
  position: fixed;
  right: 30px;
  bottom: 80px;
  background-color: #1aaf21;
  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: 115px;
  background-color: #fff;
  width: 300px;
  height: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow-y: hidden;
  border-radius: 8px;
  transition: all 0.5s ease-out;
z-index:9999999999;
}
.myk-panel .myk-list {
  background-color: #fff;
  overflow: hidden;
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

a:hover.myk-list {
  background-color: rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.myk-panel .myk-ava {
  width: 58px;
  float: left;
  margin-right: 15px;
}
.myk-panelhead {
  background-color: #1aaf21;
  text-align: center;
  color: #fff;
padding: 15px;
}
.myk-paneltitle {
  font-weight: lighter;
}

h4.myk-paneltitle {
  color: #fff;
font-weight: 400;
padding: 10px 0;
font-size: 14px;
line-height:18px;
}

.myk-show {
  height: 591px;
}
.myk-panelbody {
  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;
  cursor: pointer;
  opacity: 0.7;
  text-align: center;
line-height: 28px;
  width: 30px;
height: 30px;
  transition: ease all 0.3s;
  overflow: hidden;
font-size:20px;
position: absolute;
left:0;
top:0;
}
.myk-close:hover {
  opacity: 1;
}
