.iflex{
    display: flex;
    display: -webkit-flex;
}
.iflex-align-items-center{
    align-items: center;
}
.iflex-justify-content-space-between{
    justify-content: space-between;
}
.iflex-justify-content-center{
    justify-content: center;
}
.iflex-flex-grow-1{
    flex-grow: 1;
}
.iflex-flex-wrap{
    flex-wrap: wrap;
}
.alert-item{
    display: inline-block;
    position: relative;
}
.alert-item .counter{
    border-radius: 50%;
    height: 24px;
    width: 25px;
    line-height: 22px;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    margin-left: -15px;
    margin-top: -12px;
    border: 2px solid #fff;
}
.counter-raw{
    border-radius: 20px;
    height: 24px;
    width: 30px;
    line-height: 22px;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .0);
}
.counter-raw-square {
    border-radius: 5px;
    height: 22px;
    width: 30px;
    line-height: 18px;
    text-align: center;
    background-color: var(--color-red-);
    color: var(--light-blue-);
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    vertical-align: text-top;
    border: 2px solid var(--light-blue-);
}
.bold-500{
    font-weight: 500;
}
.dummy-icon{
    color: var(--color-white-);
    font-size: 2rem;
}
.mpuller{
    margin-right: 15px;
    display: inline-block;
    font-size: 1.25rem;
}
.bsha{
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.14);
}
.stip{
    color: rgba(255, 255, 255, .8);
}
.float-left{
    float: left;
}
