
.main_container{
    display: flex;
    justify-content: center;
}

.table_users{
    width: 100%;
    outline: none;
    user-select: none;
}
@media only screen and (min-width: 980px) {
    .table_users{
        width: 90%;
    }
}

textarea{
    padding: 5px !important;
}

.header_table{
    box-shadow: 0 0 12px 0px grey;
}

.header_table th{
    font-family: monsterat_bold;
    background: #303951;
    color: white;
    border: 0.1px solid #95a5a6;
}

.body_table td{
    border: 0.1px solid #95a5a6;
}

.name_table{
    font-family: monsterat_bold;
    color: #303951
}

.leave_user {
    background-color: #ecf0f1;
}

.icon-save, .icon-delete{
    cursor: pointer;
}

.select-level{
    min-width: 100px;
}