.ll-sdk__debug-container ul,
.ll-sdk__debug-container li {
  list-style-type: none;
}

.ll-sdk__debug-container ul{
  margin: 0;
  padding: 0;
}

.ll-sdk__warper {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000000;
  width: 390px;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #c9c9c9;
}

.ll-sdk__button {
  padding: 5px 10px;
  background-color: #009fff;
  border-radius: 2px;
  color: white;
}

.ll-sdk__statics {
  margin-top: 8px;
  font-size: 14px;
  color: #565656;
}

.ll-sdk__statics li {
  display: flex;
  align-items: center;
}

.ll-sdk__statics li:not(:first-child) {
  margin-top: 4px;
}

.ll-sdk__label {
  display: block;
  width: 100px;
}

.ll-sdk__total {
  display: block;
  width: 40px;
}