.alarm-modal .ext {
  margin-left: 16px !important;
}
.alarm-modal .ext .handle-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 18px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  background: #ff6767;
}
.alarm-modal .ext .handle-text.handle {
  background: #68e5d6;
  color: #031925;
}
