.uif-cascader
  font-size 0
  line-height 0
  .uif-input.focus
    border 1px solid #dbdde2
  .input
    font-size 12px
    line-height 20px
    cursor pointer


.uif-cascader-options
  width 428px
  padding 11px
  background-color #FFF
  border 1px solid #dbdde2
  .header
    margin-bottom 8px
    position relative
    &:after
      content ''
      left 0
      bottom 0
      right 0
      position absolute
      border-bottom 1px solid #3e79a0
  .header-button
    border-radius 0
    margin-right 4px
    padding-left 8px
    padding-right 8px
    border 1px solid #dbdde2
    color #101113
    height 24px
    &.active
      color #3e79a0
      border-color #3e79a0 #3e79a0 #fff
      background-color transparent
      position relative
      z-index 1
  .option-item
    font-size 12px
    line-height 20px
    display inline-block
    cursor pointer
    width 96px
    padding 2px 12px
    color #8a9ba8
    &:hover
    &.active
      color #101113

