/* Keep the custom layer tips panel from overlapping wrapped Russian text. */
.layui-layer-tips.spanel {
  height: auto !important;
  overflow: visible;
}

.layui-layer-tips.spanel .layui-layer-content {
  height: auto !important;
  min-height: 0;
  padding: 8px 15px 62px !important;
  box-sizing: border-box;
  overflow: visible;
  color: #000000 !important;
  line-height: 32px !important;
  text-align: left;
}

.layui-layer-tips.spanel .spanel-title {
  line-height: 32px;
}

.layui-layer-tips.spanel .replenishment_quantity {
  float: none !important;
  width: 282px;
  overflow: hidden;
}

.layui-layer-tips.spanel .layui-layer-sbtn {
  left: 0;
  right: 0;
  bottom: 0;
  width: auto !important;
  box-sizing: border-box;
  background: #ffffff;
}
