.img_list_user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
}
.info_user, .more_info_user, .info_account, .info_account {
    background: var(--white-color);
    box-shadow: 0px 3px 11px var(--color-box-shadow-2);
    border-radius: 9px;
    padding: 30px 25px 20px;
    height: fit-content;
}
.info_user {
    min-width: 300px;
}
.more_info_user {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.img_detail_user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.name_detail_user, .lastname_detail_user, .doc_detail_user {
    color: var(--color-green);
}
.name_detail_user {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 900;
    line-height: 0.8;
}
.lastname_detail_user {
    font-size: 20px;
}
.doc_detail_user {
    font-size: 14px;
}
.info_detail_user {
    color: var(--text-medium);
    text-align: start;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
}
.info_rol {
    text-align: center;
    background-color: var(--dark-green);
    border-radius: 8px;
    padding: 5px;
    color: var(--white-color);
    margin: 30px 0 0;
}
.ctn_date, .ctn_date_account {
    background-color: var(--color-btn-delete);
    border-radius: 8px;
    padding: 5px 20px;
    color: var(--white-color);
    font-size: 14px;
}
.cl_gray {
    color: var(--color-btn-delete);
}
.md_dialog_user {
    margin: 0 auto;
    width: 400px;
    max-width: 90%;
}
.dtm-confirm_user {
    text-align: center;
    font-size: 14px;
    color: var(--color-black-2);
    margin-bottom: 20px;
}
.inp_p {
    padding: 8px 20px !important;
}
.md_body {
    padding: 25px 20px 30px;
}

@media only screen and (max-width: 600px) {
    .more_info_user {
        flex-direction: column;
        gap: 30px;
    }
    .ctn_date {
        width: 180px;
        align-self: flex-end;
    }
    .btn_user {
        width: 100% !important;
    }
    .info_rol {
        width: fit-content;
        padding: 5px 15px;
        text-align: start;
    }
}

@media only screen and (max-width: 575.99px) {
    .icon_filter {
        font-size: 1.5rem;
    }
    .sel .sel__box {
        top: calc(100% + 12px);
    }
    #sel2 .sel__box {
        left: -80px;
    }
    .info_user, .more_info_user, .info_account, .info_account {
        box-shadow: 0px 3px 11px var(--color-box-shadow-3);
    }
}
