.flex_col > .dash_content_bg_white
{
    width: 100%;
}
.user_profile_img
{
    position: relative;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 100%;
    max-height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}
.user_profile_img:hover
{
    border: 1px solid #1ddb59;
}
.user_profile_img:hover::after
{
    transform: scale(0);
}
.user_profile_img::after
{
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1ddb59;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border-radius: 50%;
}
.user_profile_img label
{
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.user_profile_img label > img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.profile_form_data
{
    display: flex;
    align-items: center;
}
.profile_form_data .form-label
{
    min-width: 120px;
}
.profile_form_data .case_info_title,
.profile_form_data .dash_form.flex_form
{
    flex: 1;
    margin-bottom: 0;
}
.chng_pswd_shell .d_t_title,
.chng_pswd_form_bx
{
    margin-bottom: 2rem;
}
.hid_td_box_30
{
    margin-left: 30px;
}
.hid_td_box_60
{
    margin-left: 60px;
}
