﻿.priority-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-family: 'Poppins';
    color: #ffffff;
    text-align: center;
    box-shadow: 2px 3px 5px 0px #DDDDDD;
}

.lvl-1 {
    background: #EDD711;
}

.lvl-2 {
    background: #FD7E14;
}

.lvl-3 {
    background: #FA8213;
}

.lvl-4 {
    background: #F15918;
}

.lvl-5 {
    background: #D92828;
}
