/*!
 * @@persagy2/meri-design v1.4.9-extend.2
 * (c) 2019-2020 xiongshuang
 * Released under the MIT License.
 * 2022-12-07 10:33:25
 */
.selectDownUpExtend-enter-active
  animation: selectDownUpExtend .3s

.selectDownUpExtend-leave-active
  animation: selectDownUpExtend .3s reverse

.selectDownUpExtendTop-enter-active
  animation: selectDownUpExtendTop .3s

.selectDownUpExtendTop-leave-active
  animation: selectDownUpExtendTop .3s reverse

@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
.p-popover-tip
  position: absolute
  display: inline-block
  padding-top: 8px
  border-radius: 4px
  max-width: 480px
  z-index: 7000
  font-size: 0

.p-popover-tip .p-popover-tip-triangle
  position: absolute
  left: 50%
  border-style: solid
  width: 0
  height: 0

.p-popover-tip-split
  background-color: $theme

.p-popover-tip-split.p-popover-tip-top .p-popover-tip-triangle
  border-color: $theme transparent transparent transparent

.p-popover-tip-split.p-popover-tip-bottom .p-popover-tip-triangle
  border-color: transparent transparent $theme transparent

.p-popover-tip-words
  background-color: $popover-tip-bg

.p-popover-tip-words.p-popover-tip-top .p-popover-tip-triangle
  border-color: $popover-tip-bg transparent transparent transparent

.p-popover-tip-words.p-popover-tip-bottom .p-popover-tip-triangle
  border-color: transparent transparent $popover-tip-bg transparent

.p-popover-tip-top
  filter: drop-shadow($box-shadow-triangle-bottom)

.p-popover-tip-top .p-popover-tip-triangle
  bottom: -6px
  border-width: 6px 6px 0 6px

.p-popover-tip-bottom
  filter: drop-shadow($box-shadow-triangle-top)

.p-popover-tip-bottom .p-popover-tip-triangle
  top: -6px
  border-width: 0 6px 6px 6px

.p-popover-tip-content
  display: flex
  flex-wrap: wrap
  padding-left: 4px
  padding-right: 8px
  max-width: 480px
  max-height: 184px
  overflow-x: hidden
  overflow-y: auto

.p-popover-tip-content .p-popover-tip-content-item
  margin-left: 4px
  margin-bottom: 8px
  padding-left: 4px
  padding-right: 4px
  background-color: $grey-100
  border-radius: 2px
  max-width: 100%
  overflow: hidden
  white-space: nowrap

.p-popover-tip-content .p-popover-tip-content-item .p-popover-tip-item-text
  display: inline-block
  width: 100%
  line-height: 24px
  color: $grey-900
  font-size: 14px

.p-popover-tip-content .p-popover-tip-content-item-before
  position: relative

.p-popover-tip-content .p-popover-tip-content-item-before::before
  position: absolute
  top: 0
  left: 0
  display: inline-block
  background-color: $grey-100
  border-radius: 2px
  width: 20px
  height: 24px
  content: '...'
  color: $grey-900
  font-size: 14px
  text-align: center
  z-index: 1

.p-popover-tip-content-words
  display: inline-block
  padding-left: 4px
  padding-bottom: 8px
  width: 100%
  line-height: 24px
  color: $theme
  font-size: 14px

.p-avatar
  position: relative
  display: inline-block
  padding-right: 12px

.p-avatar .p-avatar-content
  display: flex
  justify-content: center
  align-items: center
  overflow: hidden

.p-avatar .p-avatar-large
  width: 32px
  height: 32px
  border-radius: 16px

.p-avatar .p-avatar-medium
  width: 28px
  height: 28px
  border-radius: 14px

.p-avatar .p-avatar-small
  width: 24px
  height: 24px
  border-radius: 14px

.p-avatar .p-avatar-minimum
  width: 20px
  height: 20px
  border-radius: 10px

.p-avatar .p-avatar-back-blue
  background-color: $blue-500

.p-avatar .p-avatar-back-cyan
  background-color: $cyan-500

.p-avatar .p-avatar-back-turquoise
  background-color: $turquoise-500

.p-avatar .p-avatar-back-green
  background-color: $green-500

.p-avatar .p-avatar-back-yellow
  background-color: $yellow-500

.p-avatar .p-avatar-back-orange
  background-color: $orange-500

.p-avatar .p-avatar-back-red
  background-color: $red-500

.p-avatar .p-avatar-back-carmine
  background-color: $carmine-500

.p-avatar .p-avatar-back-purple
  background-color: $purple-500

.p-avatar .p-avatar-image
  background-color: $grey-200

.p-avatar .p-avatar-image svg
  width: 100%
  height: 100%

.p-avatar .p-avatar-image img
  display: inline-block
  width: 100%
  height: 100%

.p-avatar .p-avatar-logo svg
  width: 100%
  height: 100%

.p-avatar .p-avatar-logo img
  display: inline-block
  width: 100%
  height: 100%

.p-avatar .p-avatar-text
  font-weight: 400
  color: $white
  line-height: 12px
  font-size: 12px

.p-avatar .p-avatar-large-font
  font-size: 14px

.selectDownUpExtend-enter-active
  animation: selectDownUpExtend .3s

.selectDownUpExtend-leave-active
  animation: selectDownUpExtend .3s reverse

.selectDownUpExtendTop-enter-active
  animation: selectDownUpExtendTop .3s

.selectDownUpExtendTop-leave-active
  animation: selectDownUpExtendTop .3s reverse

@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtend
  from
    transform: translate3d(0,-8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
@keyframes selectDownUpExtendTop
  from
    transform: translate3d(0,8px,0)
    opacity: 0
    pointer-events: none
  to
    transform: translate3d(0,0,0)
    opacity: 1
    pointer-events: auto
.p-select-not-found
  height: 54px
  padding: 16px 0 16px 12px
  border-radius: 4px
  line-height: 22px
  font-size: 14px
  color: $grey-400
  background: $theme
  box-sizing: border-box
  min-width: 180px
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap

.p-select-option-box
  position: absolute
  border: 1px solid $grey-300
  border-radius: 4px
  box-shadow: $box-shadow-bottom
  background: $theme
  font-size: 0

.p-select-option-box .p-select-option-menu
  font-size: 0
  padding-top: 8px
  padding-bottom: 8px
  max-height: 248px
  overflow: auto

.p-select-option-box .p-select-option-menu .p-select-option-selected
  background-color: $blue-100

.p-select-option-box .p-select-option-menu .p-select-option
  display: flex
  align-items: center
  justify-content: space-between
  position: relative
  width: 100%
  box-size: border-box
  border-radius: 0
  padding: 8px 0 8px 12px
  cursor: pointer
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap
  transition: background-color .3s

.p-select-option-box .p-select-option-menu .p-select-option:hover
  background-color: $hover-color-grey

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content
  display: flex
  align-items: center
  justify-content: flex-start
  font-size: 0

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-wraper
  display: flex
  align-items: center
  justify-content: center

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-wraper .p-select-option-avatar
  display: flex
  align-items: center
  justify-content: center
  margin: 4px 0 4px 0
  overflow: hidden

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-wraper .p-select-option-label
  display: inline-block
  width: 44px
  height: 24px
  margin-right: 8px
  line-height: 24px
  font-size: 14px
  text-align: center
  overflow: hidden

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-main
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap
  font-size: 14px
  line-height: 22px
  color: $grey-900

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-main-selected
  color: $blue-500

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-main-disabled
  color: $grey-400

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-desc
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap
  font-size: 12px
  line-height: 18px
  color: $grey-500

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-desc-selected
  color: $blue-500

.p-select-option-box .p-select-option-menu .p-select-option .p-select-option-content .p-select-option-desc-disabled
  color: $grey-400

.p-select-option-box .p-select-option-menu .p-select-option .p-select-multiple-icon
  position: absolute
  right: 12px
  top: 50%
  width: 12px
  height: 6px
  border: 2px solid #0091ff
  border-top: none
  border-right: none
  transform: translateY(-50%) rotate(-45deg)

.p-select-option-box .p-select-confirm-panel
  display: flex
  justify-content: flex-end
  align-items: center
  height: 46px
  width: 100%

.p-select-option-box .p-select-confirm-panel span
  font-size: 14px
  cursor: pointer

.p-select-option-box .p-select-confirm-panel span:first-child
  color: $grey-900
  margin-right: 16px

.p-select-option-box .p-select-confirm-panel span:last-child
  color: $blue-500
  margin-right: 12px

.p-select-option-box .p-select-confirm-panel span.disabled-confirm-button
  font-size: 14px
  color: $grey-400
  cursor: not-allowed

.p-select-option-box .p-select-panel-shadow
  position: relative

.p-select-option-box .p-select-panel-shadow::after
  content: ''
  display: block
  position: absolute
  top: 0
  left: 0
  width: 100%
  height: 100%
  pointer-events: none
  box-shadow: $box-shadow-top

.p-select-option-box .p-select-option-divider
  border-bottom: 1px solid $grey-200

.p-select-option-box .p-select-option-disabled
  color: $grey-400
  background: none
  cursor: not-allowed !important

.p-select-option-box .p-select-option-disabled:hover
  background: none !important

.p-select-option-box .p-select-option-classify
  padding: 8px 0 8px 12px
  color: $grey-500
  font-size: 14px
  line-height: 24px

.p-select
  position: relative
  display: inline-block
  vertical-align: middle
  cursor: pointer
  outline: none

.p-select+.p-select
  margin-left: 12px

.p-select-drop-down
  position: fixed

.p-select-drop-down .p-select-not-found
  height: 54px
  padding: 16px 0 16px 12px
  border: 1px solid $grey-300
  border-radius: 4px
  line-height: 22px
  font-size: 14px
  color: $grey-400
  background: $theme
  box-shadow: $box-shadow-bottom
  box-sizing: border-box

.p-select-header
  position: relative
  display: flex
  min-height: 32px
  height: 32px
  width: 100%
  box-sizing: border-box
  background-color: $theme
  border: 1px solid $grey-400
  border-radius: 4px
  cursor: pointer
  text-align: left

.p-select-header .p-select-count
  color: $grey-900
  font-size: 14px
  line-height: 30px
  padding-left: 12px

.p-select-header .p-select-count .p-select-count-active
  color: $blue-500
  margin: 0 4px

.p-select-header .p-select-caption
  display: inline-block
  padding: 0 0 0 12px
  height: 30px
  line-height: 30px
  font-size: 14px
  flex-shrink: 0
  color: $grey-500
  pointer-events: none
  max-width: 196px
  overflow: hidden
  white-space: nowrap
  text-overflow: ellipsis

.p-select-header .p-select-selected-box
  position: relative
  z-index: 10
  flex-shrink: 1
  display: inline-block
  width: 100%
  height: 30px
  overflow-x: hidden
  overflow-y: auto
  box-sizing: border-box
  color: $grey-900
  font-size: 14px

.p-select-header .p-select-selected-box .p-select-disabled-input
  cursor: not-allowed

.p-select-header .p-select-selected-box .p-select-input,
.p-select-header .p-select-selected-box .p-select-fake-placeholder
  display: inline-block
  position: absolute
  left: 0
  top: 0
  padding-left: 12px
  line-height: 30px
  width: 100%
  font-size: 14px
  border: none
  outline: none

.p-select-header .p-select-selected-box .p-select-fake-placeholder
  pointer-events: none
  color: $grey-400
  line-height: 30px
  padding-right: 32px
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap

.p-select-header .p-select-selected-box .p-select-number
  color: $blue-500

.p-select-header .p-select-selected-box .p-select-input
  line-height: 30px
  padding-left: 12px
  height: 30px
  padding-right: 32px
  background: none

.p-select-header .p-select-selected-box .p-select-cursor-input
  cursor: pointer

.p-select-header .p-select-selected-box .p-select-input-fakePlaceholder
  color: $grey-900

.p-select-header .p-select-triangle
  position: absolute
  top: 7px
  right: 10px
  width: 16px
  height: 16px
  transform-origin: center center
  transform: rotate(180deg)
  transition: transform .3s
  will-change: rotate

.p-select-header .p-select-clear
  position: absolute
  top: 8px
  right: 10px
  z-index: 11
  width: 14px
  height: 14px

.p-select-header .p-select-clear path
  fill: $grey-300
  transition: fill .5s

.p-select-header .p-select-clear:hover path
  fill: $blue-500

.p-select-header .p-select-triangle-up
  transform: rotate(0)

.p-select-header .p-select-triangle-down
  transform: rotate(180deg)

.p-select-header:hover
  border: 1px solid $blue-500
  transition: .3s

.p-select-header .p-select-input-tip
  position: absolute
  padding: 16px 20px
  background-color: $white
  border-radius: 4px
  pointer-events: none
  max-width: 280px
  max-height: 104px
  z-index: 100

.p-select-header .p-select-input-tip:after
  position: absolute
  display: inline-block
  border-style: solid
  border-width: 4px
  width: 0
  height: 0
  transform: rotate(-45deg)
  z-index: 0
  content: ''

.p-select-header .p-select-input-tip .p-select-input-tip-item
  position: relative
  overflow: hidden
  max-height: 66px
  line-height: 22px
  font-size: 14px
  word-wrap: break-word
  word-break: break-all

.p-select-header .p-select-input-tip .p-select-input-tip-overflow:after
  position: absolute
  right: 0
  bottom: 0
  display: inline-block
  width: 20px
  height: 22px
  background-color: $white
  content: '...'

.p-select-header .p-select-input-tip-top
  box-shadow: $box-shadow-bottom

.p-select-header .p-select-input-tip-top:after
  bottom: -4px
  left: 58px
  border-color: transparent transparent $white $white
  box-shadow: $box-shadow-min-top
  z-index: -1

.p-select-header .p-select-input-tip-bottom
  box-shadow: $box-shadow-left

.p-select-header .p-select-input-tip-bottom:after
  top: -4px
  left: 58px
  border-color: $white $white transparent transparent
  box-shadow: $box-shadow-min-bottom

.p-select-header .p-select-input-tip-left
  box-shadow: $box-shadow-right

.p-select-header .p-select-input-tip-left:after
  top: 49%
  right: -4px
  border-color: transparent $white $white transparent
  box-shadow: $box-shadow-min-right

.p-select-header .p-select-input-tip-right
  box-shadow: $box-shadow-top

.p-select-header .p-select-input-tip-right:after
  top: 49%
  left: -4px
  border-color: $white transparent transparent $white
  box-shadow: $box-shadow-min-left

.p-select-header-radius
  border: 1px solid $grey-400
  border-radius: 16px

.p-select-header-focused
  border: 1px solid $blue-500
  box-shadow: $box-shadow-blue
  transition: .3s

.p-select-header-focused .p-select-normal
  color: $grey-400

.p-select-header-disabled
  background: $grey-200
  cursor: not-allowed

.p-select-header-disabled:hover
  border: 1px solid $grey-400

.p-select-header-disabled span
  color: $grey-400 !important

.p-select-header-disabled .p-select-triangle path
  fill: $grey-400

.p-select-normal
  color: $grey-900

.p-select-selected
  color: $grey-900

.p-select-highlight
  color: $blue-500

.p-select-highlight-margin
  margin-left: 4px
  margin-right: 4px

.p-trigger-error
  border-color: $red-500

.p-trigger-error-text
  position: absolute
  left: 0
  top: 36px
  line-height: 14px
  font-size: 14px
  color: $red-500

.p-checkbox
  display: inline-flex
  align-items: center
  min-width: 16px
  min-height: 16px
  vertical-align: middle
  cursor: pointer
  z-index: 1

.p-checkbox + .p-checkbox
  margin-left: 8px

.p-checkbox .p-checkbox-box
  position: relative
  vertical-align: middle
  border-width: 1px
  border-style: solid
  border-color: transparent
  border-radius: 2px
  width: 16px
  height: 16px
  transition: all .3s

.p-checkbox .p-checkbox-box:hover
  box-shadow: 0 0 4px 0 rgba(78,131,253,0.4)

.p-checkbox .p-checkbox-box::after
  position: absolute
  background: none
  transition: transform .2s ease-in-out
  transform: rotate(0) scale(0)
  z-index: 1
  content: ''
  pointer-events: none

.p-checkbox .p-checkbox-uncheck
  background-color: $theme
  border-color: $grey-400

.p-checkbox .p-checkbox-uncheck:hover
  border-color: $blue-500

.p-checkbox .p-checkbox-checked
  background-color: $blue-500
  border-color: $blue-500

.p-checkbox .p-checkbox-checked::after
  top: 2px
  left: 5px
  border-right: 2px solid $white
  border-bottom: 2px solid $white
  width: 4px
  height: 8px
  transform: rotate(45deg) scale(1)

.p-checkbox .p-checkbox-notNull
  background-color: $blue-500
  border-color: $blue-500

.p-checkbox .p-checkbox-notNull::after
  top: 6px
  left: 3px
  background-color: $white
  width: 8px
  height: 2px
  transform: scale(1)

.p-checkbox .p-checkbox-text
  padding-left: 8px
  width: calc(100% - 16px)
  color: $grey-900
  font-size: 14px
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap
  user-select: none

.p-checkbox-disabled
  cursor: not-allowed

.p-checkbox-disabled > i
  pointer-events: none

.p-checkbox-disabled .p-checkbox-uncheck
  background-color: $grey-300

.p-checkbox-disabled .p-checkbox-checked
  background-color: $grey-400
  border-color: $grey-400

.p-checkbox-disabled .p-checkbox-notNull
  background-color: $grey-400
  border-color: $grey-400

.p-tree
  width: 100%
  overflow-x: hidden
  font-size: 0

.p-tree-node
  width: 100%

.p-tree-node-content
  position: relative
  padding-left: 12px
  width: 100%
  cursor: pointer
  transition: background-color .3s
  overflow: hidden

.p-tree-node-content:hover
  background-color: $hover-color-grey

.p-tree-node-content-checked
  background-color: $blue-100

.p-tree-node-content-checked .p-tree-node-name
  color: $blue-500

.p-tree-svg
  display: inline-block
  vertical-align: middle
  width: 24px
  height: 16px
  line-height: 24px

.p-tree-svg .p-tree-icon-svg
  width: 16px
  height: 16px
  vertical-align: text-bottom
  transform: rotate(90deg)
  transition: transform .3s

.p-tree-svg .p-tree-icon-rotate
  transform: rotate(180deg)

.p-tree-node-check
  display: inline-block
  vertical-align: middle
  width: calc(100% - 24px)

.p-tree-node-check .p-tree-node-checkbox
  display: inline-block
  vertical-align: middle
  width: 20px

.p-tree-node-title
  position: relative
  display: inline-block
  vertical-align: middle
  user-select: none

.p-tree-node-title .p-tree-node-name
  width: 100%
  height: 38px
  line-height: 38px
  font-size: 14px
  color: $grey-900
  white-space: nowrap
  text-overflow: ellipsis
  overflow: hidden

.p-tree-node-title-single
  width: 100%

.p-tree-node-title-multiple
  width: calc(100% - 20px)

.p-tree-node-content-disabled .p-tree-node-name
  color: $grey-400
  cursor: not-allowed

.p-tree-node-content-0 .p-tree-node-name
  color: $grey-900

.p-tree-child
  width: 100%

.p-tree-node-title-item
  width: calc(100% - 40px) !important

.p-tree-node-arrow
  display: inline-block
  vertical-align: middle
  margin-left: 4px
  margin-right: 4px
  width: 8px
  height: 24px
  line-height: 24px

.p-tree-node-arrow svg
  vertical-align: middle
  width: 8px
  height: 14px

.p-select-option
  border-radius: 4px
  width: 100%

.p-select-option .p-select-option-item
  padding-left: 12px
  width: 100%
  height: 38px
  line-height: 38px
  color: $grey-900
  text-align: left
  font-size: 14px
  cursor: pointer
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap

.p-select-option .p-select-option-item:hover
  background-color: $hover-color-grey

.p-select-option .p-select-option-item
  position: relative

.p-select-option .p-select-option-item::after
  position: absolute
  top: 16px
  right: 16px
  display: block
  border-left: 2px solid $blue-500
  border-bottom: 2px solid $blue-500
  width: 10px
  height: 5px
  content: ''
  transition: transform .3s
  transform: rotate(0) scale(0)

.p-select-option .p-select-option-item.p-select-option-item-selected-multiple::after
  transform: rotate(-45deg) scale(1)

.p-select-option .p-select-option-item-disabled
  color: $grey-400 !important

.p-select-option .p-select-option-item-disabled:hover
  cursor: not-allowed

.p-select-option .p-select-option-clear
  width: 38px
  height: 38px

.p-select-option .p-select-option-clear svg
  width: 16px
  height: 16px

.p-icon
  text-align: center
  cursor: pointer
  font-size: 0

.p-icon + .p-icon
  margin-left: 8px

.p-icon svg
  vertical-align: middle

.p-icon svg path
  transition: fill .3s

.p-textarea.p-textarea-max .p-textarea-max-error-info
  position: absolute
  left: 12px
  bottom: -20px
  color: $red-500
  font-size: 14px
  line-height: 18px
  height: 18px

.p-textarea.p-textarea-max .p-word-num
  color: #f54e45

.p-textarea.p-textarea-max .p-textarea-box
  border: 1px solid $red-500

.p-textarea.p-textarea-max .p-textarea-box:hover
  border: 1px solid $red-500

.p-textarea
  background-color: $theme
  display: inline-flex
  position: relative

.p-textarea + .p-textarea
  margin-left: 28px

.p-textarea .p-word-num
  height: 20px
  font-size: 12px
  color: #8d9399
  line-height: 20px
  position: absolute
  right: 8px
  bottom: 2px

.p-textarea .p-textarea-placeholder
  position: absolute
  left: 8px
  top: 8px
  color: $grey-400
  z-index: 1
  font-size: 14px
  pointer-events: none

.p-textarea .p-textarea-box
  transition: all .3s
  padding: 8px
  border: 1px solid $grey-400
  border-radius: 4px
  width: 600px
  max-width: 600px
  margin: 0
  outline: none
  caret-color: $blue-500
  color: $grey-900
  background: none
  overflow-y: auto

.p-textarea .p-textarea-box.p-textarea-resize
  resize: none

.p-textarea .p-textarea-box:hover
  border-color: $blue-500

.p-textarea .p-textarea-box:active
  border-color: $blue-600

.p-textarea.p-input-focus
  box-shadow: none !important

.p-textarea.p-input-focus .p-textarea-box
  border-color: $blue-500

.p-input
  display: inline-flex
  align-items: center
  padding-left: 8px
  padding-right: 8px
  border: 1px solid $grey-400
  border-radius: 4px
  width: 240px
  max-width: 600px
  height: 32px
  font-size: 0
  transition: border .3s,box-shadow .3s

.p-input + .p-input
  margin-left: 28px

.p-input .left-button
  margin-left: -8px
  margin-right: 8px
  border-top-left-radius: 4px
  border-bottom-left-radius: 4px
  border-right: 1px solid $grey-400

.p-input .right-button
  margin-left: 8px
  margin-right: -8px
  border-top-right-radius: 4px
  border-bottom-right-radius: 4px
  border-left: 1px solid $grey-400

.p-input .left-button,
.p-input .right-button
  width: 76px
  height: 30px
  line-height: 30px
  cursor: pointer

.p-input .left-button .left-button-text,
.p-input .right-button .left-button-text,
.p-input .left-button .right-button-text,
.p-input .right-button .right-button-text
  color: $grey-900
  font-size: 14px
  text-align: center
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap

.p-input:hover
  border-color: $blue-500

.p-input:active
  border-color: $blue-600

.p-input:after
  content: ' '
  color: transparent

.p-input:before
  content: ' '
  color: transparent

.p-input .p-input-box
  flex: 1
  font-size: 14px
  position: relative
  height: 30px

.p-input .p-input-box input,
.p-input .p-input-box .p-placeholder
  height: 30px
  line-height: 30px

.p-input .p-input-box input
  margin: 0
  padding: 0
  outline: none
  background: none
  border: 0
  color: $grey-900
  width: 100%
  position: relative
  z-index: 2
  caret-color: $blue-500

.p-input .p-input-box .p-placeholder
  position: absolute
  left: 0
  top: 0
  color: $grey-400
  z-index: 1
  width: 100%
  overflow: hidden

.p-input .p-input-icon-clear
  padding-left: 8px
  cursor: pointer
  height: 30px
  line-height: 30px

.p-input .p-input-icon-clear svg
  width: 14px
  height: 14px
  transition: all .3s
  vertical-align: middle

.p-input .p-input-icon-clear svg path
  transition: all .3s

.p-input .p-input-icon-clear:hover path
  fill: $blue-500

.p-input .p-input-icon-clear:active path
  fill: $blue-600

.p-input .p-input-icon-search
  padding-right: 8px
  text-align: center

.p-input .p-input-icon-search .p-icon
  width: 16px
  height: 30px
  line-height: 30px

.p-input .p-input-icon-search .p-icon svg
  vertical-align: middle

.p-input-focus
  border-color: $blue-500

.p-input.p-input-disabled,
.p-textarea.p-input-disabled
  background-color: $grey-200
  border-color: $grey-400
  cursor: not-allowed

.p-input.p-input-disabled textarea.p-textarea-box,
.p-textarea.p-input-disabled textarea.p-textarea-box
  color: $grey-400
  cursor: not-allowed

.p-input.p-input-disabled textarea.p-textarea-box:hover,
.p-textarea.p-input-disabled textarea.p-textarea-box:hover
  border-color: $grey-400

.p-input.p-input-disabled:hover,
.p-textarea.p-input-disabled:hover
  border-color: $grey-400

.p-input.p-input-error,
.p-textarea.p-input-error
  position: relative
  border-color: $red-500

.p-input.p-input-error .p-input-box input,
.p-textarea.p-input-error .p-input-box input
  caret-color: $red-500

.p-input.p-input-error textarea.p-textarea-box,
.p-textarea.p-input-error textarea.p-textarea-box
  caret-color: $red-500
  border-color: $red-400

.p-input.p-input-error textarea.p-textarea-box:hover,
.p-textarea.p-input-error textarea.p-textarea-box:hover
  border-color: $red-400

.p-input.p-input-error .p-input-error-info,
.p-textarea.p-input-error .p-input-error-info
  position: absolute
  left: 0
  bottom: -20px
  color: $red-500
  font-size: 14px
  line-height: 18px
  height: 18px

.p-input.p-input-error:hover,
.p-textarea.p-input-error:hover
  border-color: $red-500

.p-input-finish input,
.p-input-finish textarea
  cursor: pointer

.p-tree
  width: 100%
  overflow-x: hidden
  font-size: 0

.p-tree-node
  width: 100%

.p-tree-node-content
  position: relative
  padding-left: 12px
  width: 100%
  cursor: pointer
  transition: background-color .3s
  overflow: hidden

.p-tree-node-content:hover
  background-color: $hover-color-grey

.p-tree-node-content-checked
  background-color: $blue-100

.p-tree-node-content-checked .p-tree-node-name
  color: $blue-500

.p-tree-svg
  display: inline-block
  vertical-align: middle
  width: 24px
  height: 16px
  line-height: 24px

.p-tree-svg .p-tree-icon-svg
  width: 16px
  height: 16px
  vertical-align: text-bottom
  transform: rotate(90deg)
  transition: transform .3s

.p-tree-svg .p-tree-icon-rotate
  transform: rotate(180deg)

.p-tree-node-check
  display: inline-block
  vertical-align: middle
  width: calc(100% - 24px)

.p-tree-node-check .p-tree-node-checkbox
  display: inline-block
  vertical-align: middle
  width: 20px

.p-tree-node-title
  position: relative
  display: inline-block
  vertical-align: middle
  user-select: none

.p-tree-node-title .p-tree-node-name
  width: 100%
  height: 38px
  line-height: 38px
  font-size: 14px
  color: $grey-900
  white-space: nowrap
  text-overflow: ellipsis
  overflow: hidden

.p-tree-node-title-single
  width: 100%

.p-tree-node-title-multiple
  width: calc(100% - 20px)

.p-tree-node-content-disabled .p-tree-node-name
  color: $grey-400
  cursor: not-allowed

.p-tree-node-content-0 .p-tree-node-name
  color: $grey-900

.p-tree-child
  width: 100%

.p-loading16px
  display: inline-block
  width: 100%
  height: 100%
  line-height: 100%
  text-align: center

.p-loading16px .p-loading16px-line
  width: 100%
  height: 100%
  min-width: 12px
  min-height: 12px
  animation: loading16px .5s linear infinite

@keyframes loading16px
  0%
    transform: rotate(0)
  100%
    transform: rotate(360deg)
@keyframes loading16px
  0%
    transform: rotate(0)
  100%
    transform: rotate(360deg)
@keyframes loading16px
  0%
    transform: rotate(0)
  100%
    transform: rotate(360deg)
@keyframes loading16px
  0%
    transform: rotate(0)
  100%
    transform: rotate(360deg)
.p-button
  position: relative
  display: inline-flex
  align-items: center
  justify-content: center
  padding-left: 8px
  padding-right: 8px
  background-color: $theme
  border-width: 1px
  border-style: solid
  border-radius: 4px
  transition: all .36s
  font-size: 0
  text-align: center

.p-button:after
  content: ''
  color: transparent

.p-button:before
  content: ''
  color: transparent

.p-button+.p-button
  margin-left: 12px

.p-button .p-btn-text
  overflow: hidden
  white-space: nowrap
  text-overflow: ellipsis
  position: relative
  z-index: 1
  user-select: none

.p-button .p-button-loading
  display: inline-block
  margin-left: 4px
  vertical-align: middle

.p-button-large
  max-width: 128px
  min-width: 80px
  height: 40px
  line-height: 38px

.p-button-large .p-btn-text
  font-size: 16px

.p-button-large .p-button-loading
  width: 20px
  height: 20px

.p-button-medium
  max-width: 116px
  min-width: 80px
  height: 32px
  line-height: 30px

.p-button-medium .p-btn-text
  font-size: 14px

.p-button-medium .p-button-loading
  width: 16px
  height: 16px

.p-button-small
  max-width: 108px
  min-width: 60px
  height: 28px
  line-height: 26px

.p-button-small .p-btn-text
  font-size: 14px

.p-button-small .p-button-loading
  width: 12px
  height: 12px

.p-button-default,
.p-button-icon-text
  background-color: $theme
  border-color: $grey-400
  color: $grey-900
  cursor: pointer

.p-button-default .p-button-loading path,
.p-button-icon-text .p-button-loading path
  fill: $grey-900

.p-button-default:hover,
.p-button-icon-text:hover
  border-color: $blue-500
  color: $blue-500

.p-button-default:active,
.p-button-icon-text:active
  border-color: $blue-600
  color: $blue-600

.p-button-default::after,
.p-button-icon-text::after
  background: radial-gradient(circle,$grey-200 10%,transparent 10%)

.p-button-default .loading path,
.p-button-icon-text .loading path
  stroke: $grey-400

.p-button-primary
  background-color: $blue-500
  border-color: $blue-500
  color: $white
  cursor: pointer

.p-button-primary:hover
  background-color: $blue-400
  border-color: $blue-400

.p-button-primary:active
  background-color: $blue-600
  border-color: $blue-600

.p-button-primary::after
  background: radial-gradient(circle,$blue-300 10%,transparent 10%)

.p-button-error
  background-color: $red-500
  border-color: $red-500
  color: $white
  cursor: pointer

.p-button-error:hover
  background-color: $red-400
  border-color: $red-400

.p-button-error:active
  background-color: $red-600
  border-color: $red-600

.p-button-error::after
  background: radial-gradient(circle,$red-300 10%,transparent 10%)

.p-button-disabled,
.p-button-default-disabled,
.p-button-primary-disabled,
.p-button-error-disabled
  background-color: $grey-200
  color: $grey-400
  cursor: not-allowed
  border-color: $grey-200

.p-button-disabled:hover,
.p-button-default-disabled:hover,
.p-button-primary-disabled:hover,
.p-button-error-disabled:hover
  background-color: $grey-200
  border-color: $grey-200
  color: $grey-400

.p-button-disabled:active,
.p-button-default-disabled:active,
.p-button-primary-disabled:active,
.p-button-error-disabled:active
  background-color: $grey-200
  border-color: $grey-200
  color: $grey-400

.p-button-text-blue
  border-style: none
  color: $blue-500
  cursor: pointer

.p-button-text-blue:hover
  color: $blue-500

.p-button-text-blue:active
  color: $blue-600

.p-button-text-red
  border-style: none
  color: $red-500
  cursor: pointer

.p-button-text-red:hover
  color: $red-400

.p-button-text-red:active
  color: $red-600

.min-size
  min-width: 0

.p-button-icon,
.p-button-icon-border
  border-color: $grey-400
  padding: 0
  cursor: pointer

.p-button-icon path,
.p-button-icon-border path
  fill: $grey-900
  transition: all .36s

.p-button-icon .p-icon svg,
.p-button-icon-border .p-icon svg
  width: 100% !important
  height: 100% !important

.p-button-icon
  border-color: transparent

.p-button-icon:hover
  color: $blue-500

.p-button-icon:hover path
  fill: $blue-500

.p-button-icon:active
  color: $blue-600

.p-button-icon:active path
  fill: $blue-600

.p-button-icon::after
  color: $blue-500

.p-button-icon::after path
  fill: $blue-500

.p-button-icon-border:hover
  border-color: $blue-500
  color: $blue-500

.p-button-icon-border:hover path
  fill: $blue-500

.p-button-icon-border:active
  border-color: $blue-600
  color: $blue-600

.p-button-icon-border:active path
  fill: $blue-600

.p-button-icon-border::after
  border-color: $blue-500
  color: $blue-500

.p-button-icon-border::after path
  fill: $blue-500

.p-button-icon.p-button-large,
.p-button-icon-border.p-button-large
  width: 40px
  min-width: 40px

.p-button-icon.p-button-large .p-icon,
.p-button-icon-border.p-button-large .p-icon
  width: 24px
  height: 24px
  line-height: 24px

.p-button-icon.p-button-medium,
.p-button-icon-border.p-button-medium
  width: 32px
  min-width: 32px

.p-button-icon.p-button-medium .p-icon,
.p-button-icon-border.p-button-medium .p-icon
  width: 16px
  height: 16px
  line-height: 16px

.p-button-icon.p-button-small,
.p-button-icon-border.p-button-small
  width: 28px
  min-width: 28px

.p-button-icon.p-button-small .p-icon,
.p-button-icon-border.p-button-small .p-icon
  width: 12px
  height: 12px
  line-height: 12px

.p-button-icon-text
  border-color: transparent

.p-button-icon-text:hover
  border-color: transparent

.p-button-icon-text path
  fill: $grey-900
  transition: all .36s

.p-button-icon-text:hover
  color: $blue-500

.p-button-icon-text:hover path
  fill: $blue-500

.p-button-icon-text:active
  color: $blue-600

.p-button-icon-text:active path
  fill: $blue-600

.p-button-icon-text::after
  color: $blue-500

.p-button-icon-text::after path
  fill: $blue-500

.p-button-icon-text .p-icon
  margin-right: 4px

.p-button-icon-text .p-icon svg
  width: 100% !important
  height: 100% !important

.p-button-icon-text.p-button-large .p-icon
  width: 20px
  height: 20px
  line-height: 20px

.p-button-icon-text.p-button-medium .p-icon
  width: 16px
  height: 16px
  line-height: 16px

.p-button-icon-text.p-button-small .p-icon
  width: 12px
  height: 12px
  line-height: 12px

.p-button-icon-border-disabled
  background-color: $grey-200
  color: $grey-400
  cursor: not-allowed
  border-color: $grey-200

.p-button-icon-border-disabled svg
  cursor: not-allowed

.p-button-icon-border-disabled svg path
  fill: $grey-400

.p-button-icon-border-disabled:hover
  border-color: $grey-200

.p-button-icon-border-disabled:hover path
  fill: $grey-400

.p-button-icon-disabled
  color: $grey-400
  cursor: not-allowed

.p-button-icon-disabled svg
  cursor: not-allowed

.p-button-icon-disabled svg path
  fill: $grey-400

.p-button-icon-disabled:hover path
  fill: $grey-400

.p-button-icon-text-disabled
  color: $grey-400
  cursor: not-allowed

.p-button-icon-text-disabled svg
  cursor: not-allowed

.p-button-icon-text-disabled svg path
  fill: $grey-400

.p-button-icon-text-disabled:hover
  color: $grey-400

.p-button-icon-text-disabled:hover path
  fill: $grey-400

.p-button-text
  border-color: transparent
  cursor: pointer
  color: $grey-900

.p-button-text:hover
  color: $blue-500
  border-color: transparent

.p-button-text:active
  color: $blue-600

.p-button-text-disabled,
.p-button-text-blue-disabled,
.p-button-text-red-disabled
  cursor: not-allowed
  color: $grey-400

.p-button-text-disabled:hover,
.p-button-text-blue-disabled:hover,
.p-button-text-red-disabled:hover
  color: $grey-400

.fadeDownUpUi-enter-active
  animation: fadeInDownUi .3s ease-out

.fadeDownUpUi-leave-active
  animation: fadeOutUpUi .3s ease-in

@keyframes fadeInDownUi
  from
    opacity: 0
    transform: translate3d(0,-100%,0)
  to
    opacity: 1
    transform: translate3d(0,0,0)
@keyframes fadeInDownUi
  from
    opacity: 0
    transform: translate3d(0,-100%,0)
  to
    opacity: 1
    transform: translate3d(0,0,0)
@keyframes fadeInDownUi
  from
    opacity: 0
    transform: translate3d(0,-100%,0)
  to
    opacity: 1
    transform: translate3d(0,0,0)
@keyframes fadeInDownUi
  from
    opacity: 0
    transform: translate3d(0,-100%,0)
  to
    opacity: 1
    transform: translate3d(0,0,0)
@keyframes fadeOutUpUi
  from
    opacity: 1
  to
    opacity: 0
    transform: translate3d(0,-100%,0)
@keyframes fadeOutUpUi
  from
    opacity: 1
  to
    opacity: 0
    transform: translate3d(0,-100%,0)
@keyframes fadeOutUpUi
  from
    opacity: 1
  to
    opacity: 0
    transform: translate3d(0,-100%,0)
@keyframes fadeOutUpUi
  from
    opacity: 1
  to
    opacity: 0
    transform: translate3d(0,-100%,0)
.p-tooltip-box
  position: absolute
  padding: 8px 12px
  border: 1px solid $grey-300
  border-radius: 4px
  box-shadow: $box-shadow-bottom
  background-color: $theme
  color: $grey-900
  font-size: 12px
  pointer-events: none

.p-breadcrumb
  display: flex
  align-items: center
  font-size: 0

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-item-text
  display: inline-block
  vertical-align: middle
  height: 24px
  line-height: 24px
  color: $grey-500
  font-size: 14px
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap
  cursor: pointer
  transition: color .3s

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-item-text:hover
  color: $blue-500

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-item-active
  color: $grey-900

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-item-width
  max-width: 44px

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-item-max-width
  max-width: 100px

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-arrow
  display: inline-block
  vertical-align: middle
  margin-left: 4px
  margin-right: 4px
  width: 8px
  height: 24px
  line-height: 24px

.p-breadcrumb .p-breadcrumb-item .p-breadcrumb-arrow svg
  vertical-align: middle
  width: 8px
  height: 14px

.p-transfer-main
  display: inline-flex
  background-color: $theme
  border-radius: 4px
  box-shadow: $modal-shadow-bottom
  width: 100%
  height: 480px

.p-transfer-main .p-transfer-main-child
  width: 50%
  height: 100%

.p-transfer-main .p-transfer-left
  padding-top: 20px
  border-right: 1px solid $grey-200

.p-transfer-main .p-transfer-left .p-transfer-left-input
  width: 100%
  padding-bottom: 11px
  padding-left: 28px
  padding-right: 28px
  border-bottom: 1px solid $grey-200

.p-transfer-main .p-transfer-left .p-transfer-left-content
  width: 100%
  overflow-y: auto
  padding-top: 8px
  padding-bottom: 8px

.p-transfer-main .p-transfer-left .p-transfer-left-content .p-select-option .p-select-option-item
  padding-left: 28px
  padding-right: 28px

.p-transfer-main .p-transfer-left .p-transfer-left-content .p-transfer-left-content-none
  width: 100%
  padding-left: 28px
  line-height: 38px
  color: $grey-400
  font-size: 14px
  user-select: none

.p-transfer-main .p-transfer-right .p-transfer-right-title
  display: flex
  justify-content: space-between
  align-items: center
  padding-left: 16px
  padding-right: 28px
  border-bottom: 1px solid $grey-200
  height: 64px
  line-height: 22px

.p-transfer-main .p-transfer-right .p-transfer-right-title.p-transfer-right-title-border
  border-bottom-color: $grey-100

.p-transfer-main .p-transfer-right .p-transfer-right-title > article
  font-size: 14px

.p-transfer-main .p-transfer-right .p-transfer-right-title .p-transfer-right-title-text
  color: $grey-500

.p-transfer-main .p-transfer-right .p-transfer-right-title .p-transfer-right-title-text-num
  margin-left: 4px
  color: $grey-900
  font-weight: 600

.p-transfer-main .p-transfer-right .p-transfer-right-title .p-transfer-right-clear
  color: $grey-400
  transition: color .3s
  cursor: not-allowed

.p-transfer-main .p-transfer-right .p-transfer-right-title .p-transfer-right-clear-active
  color: $blue-500
  cursor: pointer

.p-transfer-main .p-transfer-right .p-transfer-right-title .p-transfer-right-clear-active:active
  color: $blue-600

.p-transfer-main .p-transfer-right .p-transfer-selected
  width: 100%
  margin-top: 8px
  overflow-y: auto
  color: $grey-500
  font-size: 14px

.p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item
  display: inline-flex
  justify-content: space-between
  align-items: center
  padding-left: 16px
  padding-right: 12px
  width: 100%
  height: 38px
  transition: background-color .3s

.p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item:hover
  background-color: $hover-color-grey

.p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item > span
  display: inline-block
  width: calc(100% - 16px)
  color: $grey-900
  line-height: 22px
  white-space: nowrap
  overflow: hidden
  text-overflow: ellipsis

.p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item > svg
  width: 14px
  cursor: pointer

.p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item > svg path
  transition: fill .3s

.p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item > svg:hover path
  fill: $blue-500

.p-transfer-main .p-transfer-right .p-transfer-btn
  position: relative
  padding-top: 20px
  padding-bottom: 20px
  padding-right: 28px
  width: 100%
  height: 72px
  text-align: right

.p-transfer-main .p-transfer-right .p-transfer-btn.p-transfer-btn-shadow
  box-shadow: $box-shadow-top

.p-transfer-mini
  display: inline-block
  width: 100% !important

.p-transfer-mini .p-transfer-main .p-transfer-left
  padding-top: 0

.p-transfer-mini .p-transfer-main .p-transfer-left .p-transfer-left-bread
  display: flex
  justify-content: flex-start
  height: 64px
  border-bottom: 1px solid $grey-200
  align-items: center
  padding-left: 16px
  padding-right: 28px

.p-transfer-mini .p-transfer-main .p-transfer-left .p-transfer-left-bread .p-transfer-left-bread-breadDiv
  text-overflow: ellipsis
  white-space: nowrap
  width: 100%
  overflow: hidden
  position: relative

.p-transfer-mini .p-transfer-main .p-transfer-left .p-transfer-left-bread .p-transfer-left-bread-breadDiv .p-transfer-left-bread-breadDiv-breadLeftDot
  width: 15px
  height: 100%
  position: absolute
  left: 0
  background-color: $white
  z-index: 5
  color: $grey-500

.p-transfer-mini .p-transfer-main .p-transfer-left .p-transfer-left-bread .p-transfer-left-bread-breadDiv .p-transfer-left-bread-breadDiv-breadDom
  width: max-content

.p-transfer-mini .p-transfer-main .p-transfer-left .p-transfer-left-content .p-transfer-left-content-input
  padding-left: 25px

.p-transfer-mini .p-transfer-main .p-transfer-left .p-transfer-left-content .p-transfer-left-content-list
  margin-top: 8px

.p-transfer-mini .p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item
  width: 99%

.p-transfer-mini .p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item:hover .p-transfer-selected-item-confirmDiv-confirmDot
  background-color: $hover-color-grey !important

.p-transfer-mini .p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item .p-transfer-selected-item-confirmDiv
  display: inline-block
  width: calc(100% - 16px)
  overflow: hidden
  position: relative
  transition: background-color .3s

.p-transfer-mini .p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item .p-transfer-selected-item-confirmDiv .p-transfer-selected-item-confirmDiv-confirmDot
  display: block
  line-height: 22px
  background-color: $white
  height: 100%
  position: absolute
  left: 0
  width: 15px
  z-index: 5
  transition: background-color .3s

.p-transfer-mini .p-transfer-main .p-transfer-right .p-transfer-selected .p-transfer-selected-item .p-transfer-selected-item-confirmDiv span
  color: $grey-900
  width: max-content
  display: inline-block
  white-space: nowrap
  line-height: 22px

.p-transfer-mini .p-transfer-mini-search-highlight
  font-size: 14px
  color: $blue-500

.p-area-select-panel
  position: absolute
  border: 1px solid $grey-300
  border-radius: 4px
  z-index: 7500
  min-width: 180px
  max-width: 600px
  outline: none

.p-multiple-search-input-component
  position: relative
  display: inline-block
  outline: none
  width: 300px
  min-width: 300px

.p-multiple-search-input-component.p-multiple-search-input-component-active
  border-color: $blue-500
  box-shadow: 0 0 0 2px rgba(0,145,255,0.2)
  border-radius: 4px

.p-multiple-search-input-component .p-multiple-search-input-content
  display: flex
  align-items: center
  position: relative
  background-color: $theme
  border: 1px solid $grey-400
  border-radius: 4px
  width: 100%
  height: 32px
  font-size: 14px
  cursor: pointer
  transition: border .3s,box-shadow .3s

.p-multiple-search-input-component .p-multiple-search-input-content:hover
  border-color: $blue-500

.p-multiple-search-input-component .p-multiple-search-input-content:active
  border-color: $blue-600

.p-multiple-search-input-component .p-multiple-search-input-content svg
  transition: transform .3s

.p-multiple-search-input-component .p-multiple-search-input-content.p-select-input-content-active
  border-color: $blue-500
  box-shadow: 0 0 0 2px rgba(0,145,255,0.2)

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-left .p-select .p-select-header
  border: none
  height: 30px
  min-height: 30px

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-left .p-select .p-select-header-focused
  box-shadow: none

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right
  position: relative

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-place
  padding-left: 12px
  padding-right: 8px
  line-height: 30px
  color: $grey-400
  float: left

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-place span span
  padding-left: 4px
  padding-right: 4px

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-place.p-select-input-place-selected
  color: $grey-900

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-place.p-select-input-place-selected span span
  color: $blue-500

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-input
  position: absolute
  left: 0
  top: 0
  border: 0
  outline: none
  background: none
  padding-left: 12px
  padding-right: 24px
  width: 100%
  height: 100%
  font-size: 14px
  color: $grey-900
  cursor: pointer
  z-index: 11

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-svg
  position: absolute
  right: 8px
  top: 7px
  width: 16px
  height: 16px
  z-index: 10
  vertical-align: middle
  transition: all .3s

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-clear-icon
  position: absolute
  right: 8px
  top: 7px
  width: 16px
  z-index: 100
  transition: all .3s

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-clear-icon path
  transition: fill .3s

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-clear-icon:hover path
  fill: $blue-500

.p-multiple-search-input-component .p-multiple-search-input-content .p-multiple-search-input-content-right .p-select-input-rotate
  transform: rotate(180deg)

