.content_modal_edit_access {
    display: flex;
    justify-content: flex-end;
}

.content_overflow_modal_edit {
    position: relative;
    width: 480px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.subcontent_modal_edit_access_first {
    margin-right: 0;
    margin-top: -110px;
}

.subcontent_modal_edit_access {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 480px;
    max-width: 500px;
    background-color: #ffffff;
    padding: 26px;

}

.content_header_edit_user {
    overflow-y: auto;
    min-height: 300px;
    height: 100%;
}

.content_wrapper_edit_user {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.content_step_edit_user {
    width: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px;
    border-bottom: 1px solid #d4d4d4;
}

.ul_step_edit_user {
    display: flex;
    flex-direction: row;
}

.flip_step_modal {
    display: flex;
    padding: 2px;
    width: calc(400px / 3);
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    margin: 0 2px;
    transition: all .2s;
}

.active_step {
    background-color: #1a4241;
    border: 1px solid transparent;
}

.content_form_date_user {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin-top: 24px;
}

.content_wrote_edit_user {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}


.content_buttons_modal_edit_user {
    display: flex;
    justify-content: flex-end;
    /*    padding: 22px 0*/
}


.content_minigrid_company {
    width: 100%;
    margin-top: 20px;
    border: 1px solid gray
}

.content_table {
    width: 100%;
    max-height: 140px;
    min-height: 140px;
    overflow: auto;
    border-radius: 4px;
    margin-top: 6px;
}

.td_column_minigrid {
    padding: 8px;
    font-size: .8em;
}


.content_wrapper_list_access_modal {
    padding: 8px;
    width: 100%;
    height: calc(100vh - 360px);
    min-height: 260px;
    display: flex;
    overflow: auto;
    flex-direction: column;
}

.content_list_edit_access_modal {
    width: inherit;
    /*    min-height: 150px;*/
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    margin: 4px 0;
    box-shadow: 2px 2px 4px #d4d4d4;
    padding: 10px;
}

.ul_list_edit_access_modal {
    padding: 8px;
}

.ul_list_review_modal {
    min-height: 100px;
    overflow: auto;
}

.content_review_type_access_modal {
    padding: 10px 0;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d4d4d4;
}

.content_details_user {
    padding: 20px 0;
}





.content_message_alert {
    position: absolute;
    top: 80px;
    right: -180px;
    display: flex;
    align-items: center;
    min-width: 160px;
    /*    height: 30px;*/
    border-radius: 1px;
}
