.tn-alert
  &__wrapper
    top 50%
    left 50%
    position fixed
    display flex
    flex-direction column
    align-items center
    transform translate(-50%, -50%)
    width 270px
    border-radius 12px
    z-index 10000
    background #fcfcfc
    box-sizing border-box
    text-align center

  &__title
    max-width 213px
    margin-top 20px
    color #333
    font-size 17px
    line-height 24px

  &__text
    color #333
    margin-top 10px
    padding-bottom 20px
    font-size 13px
    max-width 200px
    line-height 18px

  &__button
    width 100%
    // margin-top 20px
    height 45px
    line-height 45px
    color #007AFF
    font-size 17px
    border-top 1px solid rgb(235, 235, 235)

  &__mask
    background rgba(0, 0, 0, 0.4)
    position fixed
    margin 0
    top 0
    right 0
    bottom 0
    left 0
    z-index 10000

  &__text
    font-size 10px
    margin-top 5px
    display inline-block
