#wrapper .sidebar{
    width: 20%!important;
}
#wrapper main{
    width: 80%!important;
    position: static;
    background: #f8f9fc;
}
.sticky-footer{
    position: absolute;
    bottom: 0;
    width: 80%;
}
#wrapper #content-wrapper{
    height: 100vh;
}

#users-table_length,
#users-table_filter,
#diaries-table_length,
#diaries-table_filter,
#approval-requests-table_length,
#approval-requests-table_filter{
    padding: 0 15px;
}

#users-table_filter,
#diaries-table_filter,
#approval-requests-table_filter{
    text-align: right;
}

#users-table_filter label,
#diaries-table_filter label,
#approval-requests-table_filter label{
    text-align: left;
}

#users-table_paginate,
#diaries-table_paginate,
#approval-requests-table_paginate{
    display: flex;
    justify-content: end;
}

#users-table_info,
#users-table_paginate .pagination,
#diaries-table_info,
#diaries-table_paginate .pagination,
#approval-requests-table_info,
#approval-requests-table_paginate .pagination{
    margin: 15px;
}

.item-hover:hover {
    cursor: pointer;
}