.connection
  &-overlay
    background rgba(0, 0, 0, 0.3)
    z-index 11000
    coverScreen(absolute)
    &.hidden
      display none
  &-modal
    background $bz-grey--dark
    box-sizing border-box
    border-radius 5px
    width 350px
    height 200px
    margin-left -175px
    margin-top -150px
    position absolute
    top 50%
    left 50%
    color white
    text-align center
    padding 20px
  &-issue-icon
    margin 20px auto
    width 50px
    height 50px
    border-radius 25px
    line-height 50px
    text-align center
    font-size 30px
    font-weight 600
    background $bz-red
    color $bz-white
  &-status
    font-size 28px
    margin-bottom 10px
  &-loading
    font-size 15px
    animation pulse 2s infinite;
