alarm-threshold {
  display: block;
  width: 100%;

  form {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 16px;

    p {
      font-weight: 500;
    }
  }

  .alarm-threshold {
    i {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 8px;
    }

    label {
      height: 36px;
      line-height: 42px;
      margin-bottom: 5px !important;
    }
  }

  .method {
    display: flex;

    .method-span {
      line-height: 32px;
      border: 1px solid #e4e4e4;
      border-right: none;
      padding: 0 8px;
      background: #F0F0F0;
      margin-left: 15px;
    }
  }

  .top-line, .bottom-line {
    display: flex;
    justify-content: space-between;

    span {
      display: inline-block;
      width: 25px;
      height: 22px;
      border: 1px solid #e4e4e4;
    }
  }

  .top-line {
    margin-bottom: 4px;

    span:first-child {
      border-left: none;
      border-bottom: none;
    }

    span:last-child {
      border-right: none;
      border-bottom: none;
    }
  }

  .bottom-line {
    margin-top: 4px;

    span:first-child {
      border-left: none;
      border-top: none;
    }

    span:last-child {
      border-right: none;
      border-top: none;
    }
  }

  .flex-threshold {
    padding-left: 60px;
  }

  .flex-div {
    display: flex;
    span {
      padding-top: 8px;
    }
  }
}
