.pl
{
    padding-left:0;
}
input
{
    color-scheme:dark;
}
tr.heading
{
    border-bottom: 1px solid black;
}
table
{
    border-collapse: separate;
}
.badgessize
{
    font-size: 10px;
}
.overflow-x-auto{
    overflow-x: auto;
}
.body_line_height{
    line-height: 0;
}
.red_star
{
    color: red !important;
}
.edit-blue-color
{
    color: blue !important;
}
.delete-red-color
{
    color: red !important;
}
.cpwd-black-color
{
    color: black !important;
}
.mar-hr
{
 margin: 0;
} 
.padding-ed-del
{
    padding: 20px !important;
}
.body-col
{
    background-color : #0c0c11 !important
}
.pop-up-border
{
    border : 1px solid white
}
.main-wrapper
{
    padding: 0 !important;
}
.btn-pad
{
    padding: 0 !important;
    margin: 0 !important;
}
.overflow-login
{
    overflow: none;
}
.login-page-height
{
    height: 90% !important;
    overflow: hidden;
}
.login-page-card-color
{
    background-color: #fff1 !important;
}
.input-group-phone
{
    width: 50% !important;
}
.color-del
{
    color: #fc9494 !important;
}
.fsize
{
    font-size: 10px;
}
.profile-devider
{
    margin: 0 !important;
}
.profile-icon
{
    margin: 5px 5px !important;
}
.card-mar-bottom
{
    margin-bottom: -30px !important;
}
.adv-filt-padding
{
    padding: 0 !important;
}
.row-margin
{
    margin-bottom: -30px !important;
}
.active
{
    color: #83D8AE !important;
    font-weight: 500 !important;
}

.user-avtar {
    
    background-color: #777;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fefefe;
    border-radius: 50%;
}