div.n-form-border-picker
  display inline-block
  width unset
  &.n-form-border-available:hover
    border-color #0c6fff
  .n-select-values-label
    color #0c6fff
    font-weight bold
    &.placeholder
      font-weight normal
      color #161616
    &.placed
      margin-right 8px
  .n-select-values-placed + span
    margin-left 8px



.n-picker
  &-header
    display flex
    align-items center
    justify-content space-around
    .n-icon
      margin 0 4px
  &-title
    flex auto
    n-font-m()
    margin 0 4px
    color $n-color-1
    font-weight bold
    text-align center
  &-footer
    height 36px
    border-top 1px solid #E2E6EC
    display flex
    align-items center
    justify-content flex-end
  &-option
    n-font-m()
    color $n-color-4
    cursor pointer
    margin-right 16px
    &:hover
      color $primary-color

