.pisell-lowcode__pos-device-pair-modal-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;

  &-top {
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);

    &-circle-1 {
      margin: -8px 0 0 -8px;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

    &-circle-2 {
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

    &-right {
      display: flex;
      flex-direction: column;
      gap: 4px;

      &-title {
        font-size: 14px;
        font-weight: 600;
      }

      &-description {
        font-size: 14px;
        font-weight: 400;
      }
    }
  }

  &-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;

    &-title {
      color: var(--Gray-700, #344054);
      font-size: 14px;
      font-weight: 600;
    }

    &-value {
      color: var(--Gray-900, #101828);
      font-size: 30px;
      font-weight: 600;
    }
  }
}
