.fa.fa-edit {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: blueviolet;
}

.fa-trash{
    color: red;
}

.users-list>li img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    max-width: none;
}

.users-list>li {

    padding: 10px;
    text-align: center;
    width: 25%;
    display: inline-grid;
}

.required{
    color: red;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.users-list-name {
    color: #495057;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: -18px;
}


.activetap{
    background-color: #00aeea;
    color: #fff;
        /* font-size: 14px; */
    font-weight: 600;
}

.text-uppercase {
    font-weight: 600;
   
}