mor-label{
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    height: 1.8em;
    margin: 0 @fontSize*0.125;
    overflow: hidden;
    font-size: 0;
    color: @colorWhite;

    &.image,
    &.icon{
        padding: 0 !important;
    }

    &,
    & > span{
        line-height: 1.8em;
    }

    & > span{
        display: inline-block;
        line-height: 2em;
        height: 1.8em;
        vertical-align: top !important;
    }

    &.image img{
        vertical-align: top !important;
        height: 1.8em;
        width: 1.8em;
    }

    &.icon > .iconfont,
    &.icon > .mo-icon{
        display: inline-block;
        vertical-align: top !important;
        line-height: 1.8em;
    }

    &.si-xxl{
        border-radius: @borderRadius*1.6;
        margin: @fontSize*0.5;

        &,
        & > span{
            font-size: @fontSize*1.3;
            padding: 0 @fontSize*1.3;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*1.4 0 @fontSize*1;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*1 0 @fontSize*1.4;
        }

        &.image > img:first-child{
            border-radius: @borderRadius*1.6 0 0 @borderRadius*1.6;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius*1.6 @borderRadius*1.6 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*1.4;
            padding-left: @fontSize*0.8;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*1.4;
            padding-right: @fontSize*0.8;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*1.3 0 @fontSize*0.4;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0.4 0 @fontSize*1.3;
        }
    }

    &.si-xl{
        border-radius: @borderRadius*1.4;
        margin: @fontSize*0.3;

        &,
        & > span{
            font-size: @fontSize*1.2;
            padding: 0 @fontSize*1.2;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*1.2 0 @fontSize*0.8;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*0.8 0 @fontSize*1.2;
        }

        &.image > img:first-child{
            border-radius: @borderRadius*1.4 0 0 @borderRadius*1.4;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius*1.4 @borderRadius*1.4 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*1.2;
            padding-left: @fontSize*0.75;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*1.2;
            padding-right: @fontSize*0.75;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*1.2 0 @fontSize*0.3;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0.3 0 @fontSize*1.2;
        }
    }

    &.si-l{
        border-radius: @borderRadius*1.2;
        margin: @fontSize*0.1;

        &,
        & > span{
            font-size: @fontSize*1;
            padding: 0 @fontSize*1;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*1 0 @fontSize*0.7;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*0.7 0 @fontSize*1;
        }

        &.image > img:first-child{
            border-radius: @borderRadius*1.2 0 0 @borderRadius*1.2;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius*1.2 @borderRadius*1.2 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*1;
            padding-left: @fontSize*0.6;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*1;
            padding-right: @fontSize*0.6;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*1 0 @fontSize*0.2;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0.2 0 @fontSize*1;
        }
    }

    &.si-m{
        border-radius: @borderRadius;

        &,
        & > span{
            font-size: @fontSize*0.8;
            padding: 0 @fontSize*0.8 0;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*0.8 0 @fontSize*0.5;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*0.5 0 @fontSize*0.8;
        }

        &.image > img:first-child{
            border-radius: @borderRadius 0 0 @borderRadius;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius @borderRadius 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*0.8;
            padding-left: @fontSize*0.5;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*0.8;
            padding-right: @fontSize*0.5;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*0.8 0 @fontSize*0.1;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0.1 0 @fontSize*0.8;
        }
    }

    &.si-s{
        border-radius: @borderRadius*0.8;

        &,
        & > span{
            font-size: @fontSize*0.75;
            padding: 0 @fontSize*0.6 0;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*0.6 0 @fontSize*0.3;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*0.3 0 @fontSize*0.6;
        }

        &.image > img:first-child{
            border-radius: @borderRadius*0.8 0 0 @borderRadius*0.8;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius*0.8 @borderRadius*0.8 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*0.8;
            padding-left: @fontSize*0.4;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*0.8;
            padding-right: @fontSize*0.4;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*0.6 0 @fontSize*0.1;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0.1 0 @fontSize*0.6;
        }
    }

    &.si-xs{
        border-radius: @borderRadius*0.75;

        &,
        & > span{
            font-size: @fontSize*0.75;
            padding: 0 @fontSize*0.4 0;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*0.4 0 @fontSize*0.2;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*0.2 0 @fontSize*0.4;
        }

        &.image > img:first-child{
            border-radius: @borderRadius*0.75 0 0 @borderRadius*0.75;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius*0.75 @borderRadius*0.75 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*0.8;
            padding-left: @fontSize*0.25;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*0.8;
            padding-right: @fontSize*0.25;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*0.4 0 @fontSize*0;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0 0 @fontSize*0.4;
        }
    }

    &.si-xxs{
        border-radius: @borderRadius*0.75;
        transform: scale(0.8);

        &,
        & > span{
            font-size: @fontSize*0.75;
            padding: 0 @fontSize*0.2 0;
        }

        &.image > span:last-child{
            padding: 0 @fontSize*0.2 0 @fontSize*0;
        }

        &.image > span:first-child{
            padding: 0 @fontSize*0 0 @fontSize*0.2;
        }

        &.image > img:first-child{
            border-radius: @borderRadius*0.625 0 0 @borderRadius*0.625;
        }

        &.image > img:last-child{
            border-radius: 0 @borderRadius*0.625 @borderRadius*0.625 0;
        }

        &.icon > .iconfont:first-child,
        &.icon > .mo-icon:first-child{
            font-size: @fontSize*0.8;
            padding-left: @fontSize*0.2;
        }

        &.icon > .iconfont:last-child,
        &.icon > .mo-icon:last-child{
            font-size: @fontSize*0.8;
            padding-right: @fontSize*0.2;
        }

        &.icon > span:last-child{
            padding: 0 @fontSize*0.2 0 @fontSize*0;
        }

        &.icon > span:first-child{
            padding: 0 @fontSize*0 0 @fontSize*0.2;
        }
    }

    &.co-t{
        background-color: @colorTheme;
    }

    &.co-lt{
        background-color: @colorLightTheme;
    }

    &.co-dt{
        background-color: @colorDarkTheme;
    }

    &.co-s{
        background-color: @colorSuccess;
    }

    &.co-w{
        background-color: @colorWarning;
    }

    &.co-d{
        background-color: @colorDanger;
    }

    &.co-p{
        background-color: @colorPrimary;
    }

    &.co-m{
        background-color: @colorMinor;
    }

    &.co-i{
        background-color: @colorInfo;
    }

    &.co-bk{
        background-color: @colorBlack;
    }

    each(range(11), {
        @colorName : 'colorNeutral@{value}';

        &.co-n@{value}{
            background-color: @@colorName;
            color: if((@value > 5), @colorWhite, @colorBlack);
        }
    });

    &.co-wh{
        background-color: @colorWhite;
        color: @colorBlack;
    }

    &.st-normal{}

    &.st-apparent{
        animation-name: apparent;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    // default status
    &{
        .si-m;
        .co-t;
    }
}
