ul, li {
    list-style: none;
    padding: 0px;

}

#listWorkStatus li,
#listCountry li {
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    line-height: 35px;
    border-radius: 100px;
    display: inline-block;
    background: #ebebeb;
    color: #525252;
    font-weight: 600;
    cursor: pointer;
}

#listWorkStatus li.active,
#listCountry li.active {
    background: linear-gradient(90deg, #f4bc6a, #f7d379) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05) !important;
    color: #fff !important;
}

.artificer {
    width: 180px;
    float: left;
    margin-right: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}

.artificer .artificer_image {
    width: 180px;
    text-align: center;
}

.artificer img {
    width: 100px;
    border-radius: 100px;
    margin: 20px 0px;
}

.artificer .artificer_name {
    line-height: 30px;
    font-size: 14px;
    color: #555;
    text-align: center;
    font-weight: 600;
}

.work_status_1 {
    background: #5fd392;
}

.work_status_2_1 {
    background: orange;
}

.work_status_2_2 {
    background: #ff606c;
}

.work_status_3 {
    background: #dddddd;
    color: #555 !important;
}

.work_status_4 {
    background: #dddddd;
    color: #555 !important;
}

.work_status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 13.5px;
    border-bottom-left-radius: 10px;
    letter-spacing: 2px;
}

.artificer_btns {
    text-align: center;
}